/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Avenir";
  font-size: 14px;
  line-height: 1.4;
  color: #003c63; }

a {
  color: inherit;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a[href^="tel"] {
  text-decoration: none; }

h1 {
  font-size: 50px; }

h2,
.h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

/* Tablet Portrait */
@media (max-width: 944px) {
  h1 {
    font-size: 42px; } }

/* Mobile */
@media (max-width: 767px) {
  .container {
    padding-left: 35px;
    padding-right: 35px; }
  h1 {
    font-size: 35px; }
  h2,
  .h2 {
    font-size: 20px; }
  h4 {
    font-size: 14px; } }

/* ------------------------------------------------------------ *	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-black-webfont.eot");
  src: url("fonts/avenir-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-black-webfont.woff") format("woff"), url("fonts/avenir-black-webfont.ttf") format("truetype"), url("fonts/avenir-black-webfont.svg#avenirregular") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-book-webfont.eot");
  src: url("fonts/avenir-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-book-webfont.woff") format("woff"), url("fonts/avenir-book-webfont.ttf") format("truetype"), url("fonts/avenir-book-webfont.svg#avenirregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-heavy-webfont.eot");
  src: url("fonts/avenir-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-heavy-webfont.woff") format("woff"), url("fonts/avenir-heavy-webfont.ttf") format("truetype"), url("fonts/avenir-heavy-webfont.svg#avenirregular") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-light-webfont.eot");
  src: url("fonts/avenir-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-light-webfont.woff") format("woff"), url("fonts/avenir-light-webfont.ttf") format("truetype"), url("fonts/avenir-light-webfont.svg#avenirregular") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-medium-webfont.eot");
  src: url("fonts/avenir-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-medium-webfont.woff") format("woff"), url("fonts/avenir-medium-webfont.ttf") format("truetype"), url("fonts/avenir-medium-webfont.svg#avenirregular") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir-roman-webfont.eot");
  src: url("fonts/avenir-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-roman-webfont.woff") format("woff"), url("fonts/avenir-roman-webfont.ttf") format("truetype"), url("fonts/avenir-roman-webfont.svg#avenirregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/T Oblique.eot");
  src: url("fonts/T Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/T Oblique.woff2") format("woff2"), url("fonts/T Oblique.woff") format("woff"), url("fonts/T Oblique.svg#T Oblique") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir LT 45 Book Oblique.eot");
  src: url("fonts/Avenir LT 45 Book Oblique.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir LT 45 Book Oblique.woff2") format("woff2"), url("fonts/Avenir LT 45 Book Oblique.woff") format("woff"), url("fonts/Avenir LT 45 Book Oblique.svg#Avenir LT 45 Book Oblique") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-02DC; }

/* ------------------------------------------------------------ *	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/*  Hidden  */
[hidden],
.hidden {
  display: none; }

/*  Alignleft  */
.alignleft {
  float: left; }

/*  Alignright  */
.alignright {
  float: right; }

/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }

/*  Grid  */
.cols {
  margin: 0 -15px; }

.cols:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

.col {
  float: left;
  width: 100%;
  padding: 0 15px; }

.col--1of2 {
  width: 50%; }

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 944px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 945px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }

/* ------------------------------------------------------------ *	Base WordPress CSS
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin: 5px 15px 10px; }

.alignleft {
  margin-left: 0; }

.alignright {
  margin-right: 0; }

.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  position: relative; }

.wp-caption img {
  width: 100%; }

.wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; 
  font-size: 15px; }
  

/* ------------------------------------------------------------ *	Gallery
\* ------------------------------------------------------------ */
.gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }

.gallery .wp-caption-text {
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: left; }

.gallery-item {
  float: left;
  position: relative;
  padding: 10px; }

.gallery-item img {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.67%; }

.gallery-columns-7 .gallery-item {
  width: 14.29%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
  display: none; }

/* ------------------------------------------------------------ *	Pagination
\* ------------------------------------------------------------ */
.paging {
  padding: 50px 0 27px;
  text-align: center;
  font-size: 0; }

.paging ul {
  list-style: none outside none;
  padding: 0; }

.paging ul,
.paging li {
  display: inline-block;
  vertical-align: top; }

.paging .paging-spacer,
.paging a {
  display: inline-block;
  padding: 4px 9px;
  border-right: 1px solid #d9dfe6;
  text-decoration: none;
  font-size: 13px;
  color: #003c63;
  font-weight: 900; }

.paging .paging-spacer {
  color: #dfe6ed; }

.paging .paging-next,
.paging li:last-child a {
  border-right: 0; }

.paging .current a,
.paging a:hover {
  text-decoration: none;
  color: #4785ff; }

.paging .paging-next {
  border-left: 1px solid #d9dfe6; }

/* ------------------------------------------------------------ *	Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px; }

.section-comments a {
  text-decoration: none; }

.section-comments p {
  padding-bottom: 18.2px; }

.section-comments ol,
.section-comments ul {
  padding: 0;
  margin: 0;
  list-style: none outside none; }

.section-comments h3 {
  position: relative;
  padding: 0 0 10px; }

.section-comments h3 small {
  position: absolute;
  top: 0;
  right: 0; }

.comments,
.comments .children {
  position: relative; }

.comments .children:before,
.comments .children:after {
  content: '';
  position: absolute;
  display: block; }

.comments .children:before {
  top: 33px;
  left: 23px;
  width: 32px;
  height: 27px;
  border-left: 8px solid #c3c3c3;
  border-bottom: 8px solid #c3c3c3;
  border-radius: 0 0 0 8px; }

.comments .children:after {
  top: -5px;
  left: 8px;
  border: 20px solid transparent;
  border-width: 20px 19px;
  border-bottom-color: #c3c3c3; }

.comments .comment {
  position: relative;
  border-top: 1px dashed #363636; }

.comments .children {
  padding-left: 70px; }

.comments .moderation-notice {
  display: inline-block;
  margin: 3px 0 8px;
  color: #999; }

.comment .comment__author-avatar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc; }

.comment .comment__author-says {
  padding-left: 5px; }

.comment .comment__entry {
  position: relative;
  padding: 30px 0 30px 65px; }

.comment .comment__text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.comment .comment__meta {
  padding-bottom: 12px; }

.comment .comment__meta a {
  color: #363636; }

.comment .comment__reply {
  padding-top: 10px;
  text-align: right; }

.comment .comment__reply a {
  display: inline-block;
  padding: 5px 10px;
  background: #363636;
  color: #fff;
  border-radius: 6px; }

.comment .comment__reply a:hover {
  text-decoration: none;
  opacity: .8; }

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636; }

.comment-respond h3 {
  position: relative; }

.comment-respond small {
  position: absolute;
  top: 0;
  right: 0; }

.comment-respond label {
  display: block;
  padding-bottom: 4px; }

.comment-respond input[type="text"],
.comment-respond textarea {
  display: block;
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7; }

.comment-respond textarea {
  width: 100%;
  height: 100px; }

.comment-respond input[type="text"]:focus {
  background-color: #fff; }

.comment-respond input[type="text"]::-webkit-input-placeholder {
  color: #777; }

.comment-respond input[type="text"]::-moz-placeholder {
  color: #777; }

.comment-respond input[type="text"]:-ms-input-placeholder {
  color: #777; }

.comment-respond input[type="text"]::placeholder {
  color: #777; }

.comment-respond textarea {
  width: 100%; }

.comment-respond .required {
  color: #e40000; }

.comment-respond .comment-notes {
  padding-top: 15px; }

.comment-respond .form-submit input {
  display: block;
  width: 160px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #363636;
  cursor: pointer;
  border-radius: 4px; }

.nocomments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px; }

/* ------------------------------------------------------------ *	Search Form
\* ------------------------------------------------------------ */
.search-form {
  position: relative;
  overflow: hidden; }

.search-form .search__field {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7; }

.search-form .search__field:focus {
  background-color: #fff; }

.search-form .search__field::-webkit-input-placeholder {
  color: #777; }

.search-form .search__field::-moz-placeholder {
  color: #777; }

.search-form .search__field:-ms-input-placeholder {
  color: #777; }

.search-form .search__field::placeholder {
  color: #777; }

.search-form .screen-reader-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0.5;
  visibility: hidden; }

/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
input::placeholder {
  color: inherit;
  opacity: 1; }

textarea::placeholder {
  color: inherit;
  opacity: 1; }

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *	Button
\* ------------------------------------------------------------ */
.hs-form.hs-form .hs-button,
.btn {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  background: #68d890;
  padding: 6px 32px;
  border-radius: 2px;
  transition: opacity .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .hs-form.hs-form .hs-button:before,
  .btn:before {
    background: url(../images/ico-arrow-right.png) no-repeat 0 0/contain;
    width: 10px;
    height: 17px;
    content: '';
    margin: -3px 8px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .hs-form.hs-form .hs-button:hover,
  .btn:hover {
    color: #fff;
    opacity: .85; }

.hs-form.hs-form .hs-button.primary,
.btn--blue {
  background: #4785ff; }

.hs-form.hs-form .hs-button,
.btn--block {
  display: block; }

/* Mobile */
@media (max-width: 767px) {
  .hs-form.hs-form .hs-button,
  .btn {
    padding-left: 20px;
    padding-right: 20px; } }

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials {
  padding: 7px 0 15px;
  /* Mobile */ }
  .socials ul {
    list-style: none outside none;
    padding: 0; }
    .socials ul:after {
      content: '';
      line-height: 0;
      display: table;
      clear: both; }
    .socials ul li {
      float: left;
      margin-right: 22px; }
      .socials ul li:last-child {
        margin-right: 0; }
      .socials ul li a {
        display: block;
        transition: opacity .3s; }
        .socials ul li a:hover {
          opacity: .8; }
  @media (max-width: 767px) {
    .socials {
      padding: 11px 0 21px; }
      .socials ul li {
        margin-right: 29px; }
        .socials ul li img {
          min-width: 20px;
          height: auto; } }

/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 48px;
  z-index: 10; }

.header--blue {
  padding-bottom: 13px;
  background: #023e66;
  background: -moz-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: -webkit-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: linear-gradient(135deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e66', endColorstr='#4685fd',GradientType=1 ); }

.logo {
  background: url(../images/logo.png) no-repeat 0 0/contain;
  width: 194px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin: 2px 0 0 13px; }

/* Tablet Portrait */
@media (max-width: 944px) {
  .logo {
    margin-left: 0;
    width: 175px;
    height: 40px; } }

/* Mobile */
@media (max-width: 767px) {
  .header {
    padding: 24px 0; }
  .logo {
    width: 125px;
    height: 28px; } }

/* ------------------------------------------------------------ *	Nav
\* ------------------------------------------------------------ */
.nav {
  float: right;
  font-size: 0;
  font-weight: 300;
  margin: 11px 1px 0 0;
  /* Tablet Portrait */
  /* Mobile */ }
  .nav a {
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    transition: opacity .3s; }
    .nav a img {
      vertical-align: top;
      margin-top: 6px; }
    .nav a span {
      display: none; }
  .nav .nav__link {
    font-size: 16px;
    text-align: center;
    padding: 0 17px;
    border-radius: 2px;
    margin-left: 13px;
    border-color: #fff;
    transition: background .3s, color .3s }
    .nav .nav__link:hover {
      background: #fff;
      color: #4785ff; }
    .nav .nav__link:first-of-type {
      margin-left: 0; }
  .nav .nav__link--blue {
    background: #68d78f;
    border-color: #68d78f; }
  .nav .nav__link--blue:hover {
    border-color: #fff;
    color: #4785ff; }
  .nav ul {
    display: inline-block;
    margin-right: 23px;
    vertical-align: top;
    padding: 0; }
    .nav ul li {
      display: inline-block;
      margin-right: 26px;
      position: relative;
      padding-bottom: 14px; }
      .nav ul li:last-child {
        margin-right: 0; }
      .nav ul li:hover > a {
        opacity: .8; }
      .nav ul li:hover > ul {
        visibility: visible;
        opacity: 1; }
    .nav ul .current-menu-item {
      font-weight: 900; }
    .nav ul .nav__more > a:after {
      content: '';
      background: url(../images/menu-icon-down.png) no-repeat 0 0/contain;
      width: 11px;
      height: 7px;
      display: inline-block;
      margin-left: 8px; }
    .nav ul ul {
      position: absolute;
      top: 100%;
      left: 50%;
      min-width: 197px;
      border: 1px solid #b0c5d2;
      border-radius: 3px;
      padding: 5px 0;
      background: #fff;
      margin-left: -9px;
      visibility: hidden;
      opacity: 0;
      transition: visibility .3s, opacity .3s;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .nav ul ul:before {
        position: absolute;
        top: -9px;
        left: 50%;
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 9px solid #fff;
        content: ''; }
      .nav ul ul li {
        border-bottom: 2px solid #dfe6ed;
        display: block;
        margin: 0;
        padding: 0; }
        .nav ul ul li:last-child {
          border-bottom: 0; }
        .nav ul ul li a {
          display: block;
          line-height: 1.4;
          font-size: 12px;
          color: #4785ff;
          font-weight: 900;
          padding: 7px 16px 5px 16px;
          text-transform: uppercase;
          transition: background .3s; }
          .nav ul ul li a img {
            vertical-align: top;
            margin-top: 2px; }
          .nav ul ul li a span {
            display: block;
            font-weight: 300;
            text-transform: none;
            color: #003c63;
            white-space: normal; }
        .nav ul ul li:hover > a,
        .nav ul ul li .current-menu-item > a {
          background: #dfe6ed;
          opacity: 1; }
        .nav ul ul li em {
          display: block;
          font-weight: 200;
          font-size: 10px;
          line-height: 1.2;
          font-style: normal;
          color: #1b6698;
          text-transform: none; }
  @media (max-width: 944px) {
    .nav ul li {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .nav {
      z-index: 5;
      position: absolute;
      border-radius: 4px;
      background: #fff;
      top: 15px;
      right: 15px;
      left: 15px;
      margin-top: 0;
      padding: 48px 16px 20px 22px;
      display: none; }
      .nav a {
        color: #95a1af; }
        .nav a img {
          margin-top: 5px; }
      .nav ul {
        display: block;
        margin: 0; }
        .nav ul li {
          display: block;
          margin: 0 0 5px;
          padding-bottom: 0; }
          .nav ul li a {
            display: block; }
        .nav ul ul {
          position: static;
          min-width: 1px;
          border: 0;
          margin: 0;
          visibility: visible;
          opacity: 1;
          padding-bottom: 8px;
          -webkit-transform: translate(0);
          -moz-transform: translate(0);
          -ms-transform: translate(0);
          -o-transform: translate(0);
          transform: translate(0); }
          .nav ul ul:before {
            display: none; }
          .nav ul ul li {
            border: 0;
            padding: 0;
            margin-bottom: 1px; }
            .nav ul ul li a {
              text-transform: capitalize;
              padding: 3px 0;
              font-size: 14px;
              white-space: normal; }
              .nav ul ul li a img {
                margin-top: 3px; }
              .nav ul ul li a em {
                display: none; }
              .nav ul ul li a span {
                display: none; }
        .nav ul .nav__more ul li {
          margin-bottom: 0; }
          .nav ul .nav__more ul li a {
            font-size: 15px;
            font-weight: 300;
            color: #788492; }
        .nav ul .nav__more > a {
          display: none; }
      .nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 900;
        border-bottom: 2px solid #c5ced9; }
      .nav .nav__link {
        border-color: #4785ff;
        color: #4785ff;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
        float: left;
        clear: both;
        margin: 0;
        font-size: 17px; }
        .nav .nav__link + .nav__link {
          margin-top: 20px; }
      .nav .nav__link--blue {
        background: #68d890;
        border-color: #68d890;
        color: #fff; } }

/*  Nav Trigger  */
.nav-trigger {
  position: absolute;
  top: 30px;
  right: 35px;
  display: none;
  width: 20px;
  height: 26px;
  z-index: 10; }
  .nav-trigger span {
    position: absolute;
    display: block;
    height: 3px;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
    .nav-trigger span:nth-child(1) {
      top: 0; }
    .nav-trigger span:nth-child(2) {
      top: 8px; }
    .nav-trigger span:nth-child(3) {
      top: 16px; }
  .nav-trigger.active span {
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
    .nav-trigger.active span:nth-child(3), .nav-trigger.active span:nth-child(1) {
      top: 8px;
      background: #4785ff; }
    .nav-trigger.active span:nth-child(2) {
      opacity: 0; }
    .nav-trigger.active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-trigger.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* ------------------------------------------------------------ *	Intro
\* ------------------------------------------------------------ */
.intro {
  padding: 110px 0 65px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  min-height: 603px;
  position: relative;
  z-index: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  background: #023e66;
  background: -moz-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: -webkit-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: linear-gradient(135deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e66', endColorstr='#4685fd',GradientType=1 );
  /* Tablet Portrait */
  /* Mobile */ }
  .intro .col-sm-6 {
    padding-left: 30px; }
  .intro h1 {
    font-weight: 900;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    line-height: 1.2;
    margin: 30px -20px 27px 0; }
  .intro h2 {
    margin-bottom: 20px; }
  .intro h3 {
    font-weight: 500; }
    .intro h3 a,
    .intro h3 span {
      display: inline-block;
      font-size: 17px;
      text-decoration: none;
      padding: 5px 8px;
      border-radius: 4px;
      vertical-align: middle; }
  .intro p + p {
    margin-top: 20px; }
  .intro img {
    margin: 70px 15px 0 0; }
  .intro .btn {
    margin-top: 14px; }
  .intro .intro__link {
    display: block;
    border-radius: 2px;
    padding: 6px 15px 10px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 14px;
    text-decoration: none;
    margin: 40px -5px 0 0;
    transition: background .3s; }
    .intro .intro__link img {
      margin: 0 10px 0 0;
      box-shadow: none;
      vertical-align: bottom; }
    .intro .intro__link:hover {
      background: rgba(0, 0, 0, 0.5);
      color: #fff; }
    .intro .intro__link:after {
      background: url(../images/ico-arrow-right.png) no-repeat 0 0/contain;
      width: 7px;
      height: 13px;
      content: '';
      display: inline-block;
      vertical-align: bottom;
      margin-left: 8px; }
  .intro .intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat right center/cover;
    z-index: -1; }
    .intro .intro__image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: -moz-linear-gradient(-45deg, #023f67 0%, #145b8a 24%, #196394 34%, #1b6698 43%, rgba(52, 119, 209, 0.44) 73%, rgba(54, 121, 215, 0.39) 76%, rgba(63, 127, 237, 0.16) 90%, rgba(70, 132, 253, 0.02) 100%);
      background: -webkit-linear-gradient(-45deg, #023f67 0%, #145b8a 24%, #196394 34%, #1b6698 43%, rgba(52, 119, 209, 0.44) 73%, rgba(54, 121, 215, 0.39) 76%, rgba(63, 127, 237, 0.16) 90%, rgba(70, 132, 253, 0.02) 100%);
      background: linear-gradient(135deg, #023f67 0%, #145b8a 24%, #196394 34%, #1b6698 43%, rgba(52, 119, 209, 0.44) 73%, rgba(54, 121, 215, 0.39) 76%, rgba(63, 127, 237, 0.16) 90%, rgba(70, 132, 253, 0.02) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023f67', endColorstr='#054684fd',GradientType=1 ); }
  .intro .intro__content {
    position: relative;
    z-index: 0;
    width: 100%; }
  .intro .intro__border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px; }
  .intro .search-form {
    position: absolute;
    bottom: 72px;
    left: 23px;
    right: 23px; }
    .intro .search-form label {
      display: block;
      margin: 0; }
    .intro .search-form .search__field {
      -webkit-appearance: none;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.2);
      border: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      text-align: center;
      color: #fff;
      font-weight: 300;
      font-size: 20px;
      width: 100%;
      padding: 8px 45px;
      outline: 0; }
      .intro .search-form .search__field::-webkit-input-placeholder {
        color: #fff; }
      .intro .search-form .search__field::-moz-placeholder {
        color: #fff; }
      .intro .search-form .search__field:-moz-placeholder {
        color: #fff; }
      .intro .search-form .search__field:-ms-input-placeholder {
        color: #fff; }
    .intro .search-form .search__btn {
      -webkit-appearance: none;
      border-radius: 0;
      box-shadow: none;
      border: 0;
      font-size: 0;
      opacity: 1;
      visibility: visible;
      background: url(../images/ico-search.png) no-repeat right center/29px 29px;
      width: 45px;
      height: 40px; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .intro {
      height: 500px; } }
  @supports (-ms-accelerator: true) {
    .intro {
      height: 500px; } }
  @media (max-width: 944px) {
    .intro .intro__link {
      width: 450px; }
    .intro h1 {
      line-height: 1;
      margin-top: 10px; }
      .intro h1 br {
        display: none; }
    .intro .intro__content h3 a {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .intro {
      display: block;
      min-height: 1px;
      height: auto !important;
      padding: 101px 0 56px;
      line-height: 1.45; }
      .home .intro {
        padding: 180px 0 84px; }
        .home .intro h1 {
          margin-bottom: 57px; }
      .intro .col-sm-6 {
        padding-left: 15px; }
      .intro [class^='col-']:last-child:not(:only-child) {
        display: none; }
      .intro h1 {
        max-width: 90%;
        margin: 14px 0 37px;
        line-height: 1.2; }
      .intro .intro__link {
        position: absolute;
        top: -103px;
        margin: 0;
        left: -20px;
        width: auto;
        right: -20px;
        border-radius: 0;
        font-size: 12px;
        padding: 15px 60px 10px 75px; }
        .intro .intro__link img {
          position: absolute;
          top: 50%;
          left: 35px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .intro .intro__link strong {
          display: block; }
        .intro .intro__link:after {
          position: absolute;
          top: 50%;
          right: 35px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .intro .btn {
        margin-top: 37px; }
      .intro .search-form .search__field {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px; } }

.intro--transparent {
  background: none;
  min-height: 601px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .intro--transparent {
      min-height: 1px; } }

.intro--search .intro__content {
  padding-bottom: 23px; }
  .intro--search .intro__content .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
  .intro--search .intro__content .col-sm-6 {
    padding-right: 0;
    position: relative; }

.intro--search1 {
  /* Tablet Portrait */
  /* Mobile */ }
  .intro--search1 .search-form {
    position: relative;
    bottom: 0;
    margin: 38px 0 16px; }
  @media (max-width: 944px) {
    .intro--search1 .search-form {
      position: relative;
      left: 0;
      right: 0; } }
  @media (max-width: 767px) {
    .intro--search1 .search-form {
      margin: 47px 0 5px; } }

.intro--small {
  padding: 58px 0 84px;
  min-height: 1px;
  height: auto !important;
  display: block;
  /* Mobile */ }
  @media (max-width: 767px) {
    .intro--small {
      padding: 37px 0 48px; }
      .intro--small h2 {
        text-transform: capitalize;
        margin-bottom: 24px; }
      .intro--small p {
        margin-bottom: 23px; } }

.intro--large {
  padding-bottom: 85px; }
  .intro--large img {
    margin: 45px 50px 0 0; }
.intro:after,
.intro--large:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right bottom, transparent 49%, #fff 50%); }

/* ------------------------------------------------------------ *	Sections
\* ------------------------------------------------------------ */
/*  Section  */
.section {
  text-align: center;
  font-weight: 300;
  background: #fff;
  padding: 48px 0 80px;
  line-height: 1.35;
  /* Mobile */ }
  .section .row + .row {
    margin-top: 75px; }
  .section h2,
  .section .h2 {
    display: block;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.65; }
    .section h2 strong,
    .section .h2 strong {
      font-weight: 900;
      color: #4785ff; }
  .section h4 {
    text-align: left;
    margin-top: 2px;
    line-height: 1.65; }
  .section hr {
    border-top: 2px solid #cccdce;
    margin-top: 5px;
    margin-bottom: 68px;
    max-width: 655px; }
  .section .section__socials {
    margin: 42px 0 7px; }
    .section .section__socials ul {
      font-size: 0;
      padding-left: 0; }
      .section .section__socials ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px; }
        .section .section__socials ul li a {
          display: inline-block;
          width: 69px;
          line-height: 69px;
          text-align: center;
          background: #4785ff;
          border-radius: 50%;
          transition: opacity .3s; }
          .section .section__socials ul li a:hover {
            opacity: .85; }
  @media (max-width: 767px) {
    .section {
      font-size: 12px;
      line-height: 1.6;
      padding: 35px 0 40px; }
      .section h2,
      .section .h2 {
        line-height: 1.45;
        margin-bottom: 27px; }
      .section h4 {
        font-size: 16px;
        line-height: 1.7; }
      .section .row + .row {
        margin-top: 26px; }
      .section [class^='col-'] {
        margin-bottom: 40px; }
        .section [class^='col-']:last-child {
          margin-bottom: 0; }
      .section .section__socials {
        margin: 3px 0 -30px; }
        .section .section__socials ul li {
          margin: 0 18px 30px; } }

/*  Section Alt  */
.section--alt {
  font-size: 16px;
  font-weight: 500;
  padding: 51px 0 82px;
  /* Mobile */ }
  .section--alt .row + .row {
    margin-top: 0; }
  .section--alt .btn {
    margin-top: 30px; }
  @media (max-width: 767px) {
    .section--alt {
      padding: 34px 0 73px; }
      .section--alt h2,
      .section--alt .h2 {
        font-size: 24px; } }

/*  Section Features  */
.section--features {
  /* Tablet Portrait */
  /* Mobile */ }
  .section--features .section__items {
    padding-top: 60px;
    min-height: 420px; }
    .section--features .section__items:after {
      content: '';
      line-height: 0;
      display: table;
      clear: both; }
  .section--features .section__item {
    width: 30%;
    padding: 15px 15px 19px;
    font-size: 10px;
    line-height: 1.7;
    border-radius: 2px;
    border: 1px solid #cacaca;
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0.5%;
    transition: all 0.2s;
    display: inline-block;
    vertical-align: middle; }
    .section--features .section__item a {
      text-decoration: none; }
    .section--features .section__item > a:first-of-type {
      line-height: 107px;
      display: inline-block; }
    .section--features .section__item img {
      vertical-align: bottom; }
    .section--features .section__item h4 {
      font-weight: 900;
      text-transform: uppercase;
      margin: 17px 0 7px;
      text-align: center;
      transition: all 0.2s; }
    .section--features .section__item .btn {
      margin-top: 19px;
      font-size: 10px;
      border-radius: 2px;
      padding: 4px 22px;
      background: #1b6698;
      transition: all 0.2s; }
      .section--features .section__item .btn:before {
        width: 7px;
        height: 12px; }
    @media (min-width: 768px) {
      .section--features .section__item:hover {
        background: #fff;
        transform: scale(1.07); }
        .section--features .section__item:hover:nth-child(1) {
          margin-right: 15px; }
        .section--features .section__item:hover:nth-child(2) {
          margin-left: 15px;
          margin-right: 15px; }
        .section--features .section__item:hover:nth-child(3) {
          margin-left: 15px; } }
  @media (max-width: 944px) {
    .section--features .section__item h4 {
      line-height: 1.2;
      min-height: 42px; } }
  @media (max-width: 767px) {
    .section--features .section__items {
      padding-top: 47px; }
    .section--features .section__item {
      width: 100%;
      margin: 0 0 28px;
      font-size: 10px;
      padding: 15px 15px 19px; }
      .section--features .section__item h4 {
        font-size: 18px;
        min-height: 1px;
        margin-top: 20px; }
      .section--features .section__item .btn {
        background: #4785ff;
        font-size: 10px;
        margin-top: 19px; } }

/*  Section Callout  */
.section--callout {
  position: relative;
  z-index: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px 0 30px;
  /* Tablet Portrait */
  /* Mobile */ }
  .section--callout h2 {
    margin-bottom: 20px; }
  .section--callout .row + .row {
    margin-top: 27px; }
  .section--callout .section__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .section--callout .section__images .section__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: no-repeat center center/cover;
      visibility: hidden;
      opacity: 0;
      transition: visibility 1s, opacity 1s; }
      .section--callout .section__images .section__image:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        opacity: .75;
        background: #023e66;
        background: -moz-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
        background: -webkit-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
        background: linear-gradient(135deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e66', endColorstr='#4685fd',GradientType=1 ); }
      .section--callout .section__images .section__image.active {
        visibility: visible;
        opacity: 1; }
  @media (max-width: 944px) {
    .section--callout br {
      display: none; } }
  @media (max-width: 767px) {
    .section--callout {
      font-size: 12px;
      padding: 29px 0 61px;
      line-height: 2.2; }
      .section--callout h2 {
        line-height: 1.9;
        margin-bottom: 25px; } }

/*  Section Testimonials  */
.section--testimonials {
  /* Tablet Portrait */
  /* Mobile */ }
  .section--testimonials .section__item {
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-top: 8px; }
  .section--testimonials .section__image {
    height: 162px;
    background: no-repeat center center/cover;
    position: relative; }
    .section--testimonials .section__image:before {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: .55;
      content: ''; }
    .section--testimonials .section__image img {
      z-index: 10;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .section--testimonials .section__image:after {
      z-index: 5;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 100%;
      content: '';
      background: #023f67;
      background: -moz-linear-gradient(left, #023f67 0%, #0e527e 17%, #155c8c 30%, #196394 40%, #1b6698 50%, #3377d0 77%, #4584fb 100%);
      background: -webkit-linear-gradient(left, #023f67 0%, #0e527e 17%, #155c8c 30%, #196394 40%, #1b6698 50%, #3377d0 77%, #4584fb 100%);
      background: linear-gradient(to right, #023f67 0%, #0e527e 17%, #155c8c 30%, #196394 40%, #1b6698 50%, #3377d0 77%, #4584fb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023f67', endColorstr='#4584fb',GradientType=1 ); }
  .section--testimonials .section__content {
    padding: 21px 20px 30px;
    text-align: left;
    font-size: 13px; }
    .section--testimonials .section__content p:first-child {
      text-align: center;
      margin-bottom: 35px;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.65; }
    .section--testimonials .section__content strong {
      font-weight: 800; }
    .section--testimonials .section__content img {
      border-radius: 50%;
      width: 45px;
      height: 45px;
      margin: -7px 15px 0 0; }
  .section--testimonials .col-sm-6 .section__item {
    margin-top: -32px; }
    .section--testimonials .col-sm-6 .section__item .section__image {
      height: 150px; }
    .section--testimonials .col-sm-6 .section__item .section__content {
      padding-top: 26px;
      padding-bottom: 9px; }
      .section--testimonials .col-sm-6 .section__item .section__content p:first-child {
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 20px; }
  @media (max-width: 944px) {
    .section--testimonials .section__content {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 767px) {
    .section--testimonials h2 {
      margin-bottom: 36px; }
    .section--testimonials .section__item {
      margin-bottom: 20px; }
    .section--testimonials [class^='col-'] {
      margin-bottom: 20px; }
    .section--testimonials .col-sm-6 .section__item {
      margin: -15px 0 54px; }
      .section--testimonials .col-sm-6 .section__item .section__image {
        height: 102px; }
      .section--testimonials .col-sm-6 .section__item .section__content {
        padding-top: 17px;
        padding-bottom: 12px; }
        .section--testimonials .col-sm-6 .section__item .section__content img {
          margin: -7px 10px 0 -5px; }
    .section--testimonials .section__content {
      padding: 21px 20px 25px; }
    .section--testimonials .section__image img {
      max-width: 56%; } }

/*  Section About  */
.section--about {
  font-size: 16px;
  position: relative;
  line-height: 1.45;
  padding-bottom: 37px;
  /* Mobile */ }
  .section--about:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -29px;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 29px solid #eaf5fd;
    content: ''; }
  .section--about:nth-child(even):before {
    border-top-color: #fff; }
  .section--about:first-of-type:before {
    display: none; }
  .section--about:nth-child(even) {
    background: #eaf5fd; }
  .section--about h2 {
    margin: 23px 0 -11px; }
  .section--about span {
    line-height: 78px;
    display: inline-block; }
  .section--about h3 {
    font-weight: 900;
    text-transform: uppercase;
    margin: 18px 0 3px; }
  .section--about img {
    vertical-align: bottom; }
  .section--about .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; }
  @media (max-width: 767px) {
    .section--about {
      padding: 0; }
      .section--about .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden; }
      .section--about [class^='col-'] {
        margin-bottom: 0; }
      .section--about:before {
        display: none; }
      .section--about h2 {
        margin: 53px 0 -34px;
        font-size: 24px;
        position: relative; }
      .section--about .section-about__color {
        position: relative;
        padding: 58px 35px 49px;
        background: #fff; }
        .section--about .section-about__color:before {
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -28px;
          border-left: 28px solid transparent;
          border-right: 28px solid transparent;
          border-top: 28px solid #fff;
          content: '';
          z-index: 5; }
      .section--about .section-about__color--blue {
        background: #eaf5fd; }
        .section--about .section-about__color--blue:before {
          border-top-color: #eaf5fd; }
      .section--about .row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; } }

/*  Section Members  */
.section--members {
  padding: 50px 0 84px;
  /* Mobile */ }
  .section--members h2 {
    margin-bottom: 16px; }
  .section--members .section__member {
    font-weight: 300; }
    .section--members .section__member > img {
      border-radius: 50%; }
    .section--members .section__member h3 {
      font-size: 20px;
      font-weight: 900;
      margin: 29px 0 27px;
      line-height: 1.65; }
      .section--members .section__member h3 em {
        display: block;
        font-weight: 200;
        font-size: 18px; }
    .section--members .section__member ul {
      list-style: none outside none;
      padding: 0;
      line-height: 1.45; }
    .section--members .section__member > ul {
      text-align: left; }
      .section--members .section__member > ul li:before {
        content: '>';
        color: #4785ff;
        margin-right: 5px; }
  .section--members .section__socials {
    margin: 0 0 15px; }
    .section--members .section__socials ul li {
      margin: 0 27px; }
      .section--members .section__socials ul li a {
        line-height: 1.45;
        width: auto;
        background: transparent; }
  @media (max-width: 767px) {
    .section--members {
      padding: 35px 0 62px; }
      .section--members .section__member {
        padding-top: 5px;
        font-size: 14px; } }

/*  Section Products  */
.section--products {
  text-align: left;
  line-height: 1.45;
  padding-top: 69px;
  /* Tablet Portrait */
  /* Mobile */ }
  .section--products .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .section--products .row:first-of-type h2 {
      text-align: center; }
    .section--products .row + .row {
      margin-top: 52px; }
  .section--products h2,
  .section--products .h2 {
    margin: 0 0 21px; }
  .section--products p {
    margin-bottom: 20px; }
    .section--products p:last-child {
      margin-bottom: 0; }
    .section--products p strong {
      font-weight: 900; }
  .section--products hr {
    margin: 29px auto 17px; }
  .section--products ul {
    list-style: none outside none;
    padding: 0; }
    .section--products ul li:before {
      content: '- '; }
  .section--products ol {
    padding-left: 16px; }
  .section--products .tabs {
    text-align: center;
    padding-top: 68px; }
    .section--products .tabs .tabs__head {
      margin-bottom: 35px; }
      .section--products .tabs .tabs__head ul {
        padding: 0;
        list-style: none outside none;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto;
        max-width: 770px;
        width: 100%; }
        .section--products .tabs .tabs__head ul:after {
          content: '';
          line-height: 0;
          display: table;
          clear: both; }
        .section--products .tabs .tabs__head ul li {
          width: 20.6%;
          margin-right: 45px;
          float: left; }
          .section--products .tabs .tabs__head ul li:before {
            display: none; }
          .section--products .tabs .tabs__head ul li:last-child {
            margin-right: 0; }
    .section--products .tabs .tabs__body {
      max-width: 100%;
      border: 0;
      text-align: left;
      font-size: 14px;
      line-height: 1.43;
      padding-bottom: 40px; }
      .section--products .tabs .tabs__body strong {
        font-weight: 900;
        color: #4785ff; }
      .section--products .tabs .tabs__body .section-iframe {
        margin: 30px 0; }
  @media (max-width: 944px) {
    .section--products .tabs .tabs__head ul li {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .section--products {
      padding-top: 56px;
      font-size: 14px; }
      .section--products .row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        .section--products .row + .row {
          margin-top: 0; }
      .section--products [class^='col-'] {
        width: 100%;
        margin-bottom: 36px !important; }
      .section--products .col-sm-7 {
        order: -1; }
      .section--products [class^='col-']:not(.col-sm-12) h2,
      .section--products [class^='col-']:not(.col-sm-12) .h2 {
        display: none; }
      .section--products h2,
      .section--products .h2 {
        line-height: 1.25;
        text-align: center;
        margin-bottom: 0; }
      .section--products hr {
        margin: 26px auto 57px; }
      .section--products .tabs {
        padding: 0;
        margin-top: -37px; }
        .section--products .tabs .tabs__head {
          margin-bottom: 0; }
          .section--products .tabs .tabs__head ul li {
            width: 100%;
            margin-right: 0 !important;
            margin-bottom: 1px; }
        .section--products .tabs .tabs__body {
          padding: 7px 0 0; } }

/*  Section Solutions  */
.section--solutions {
  padding-top: 78px;
  /* Mobile */ }
  .section--solutions h2,
  .section--solutions .h2 {
    line-height: 1.25;
    margin-bottom: 25px; }
  .section--solutions .col-sm-5 {
    text-align: center; }
  .section--solutions .list-colors {
    list-style: none outside none;
    max-width: 420px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 18px; }
    .section--solutions .list-colors li {
      position: relative;
      font-weight: 900;
      margin-bottom: 17px; }
      .section--solutions .list-colors li:before {
        display: none; }
      .section--solutions .list-colors li i {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "FontAwesome";
        font-size: 20px;
        color: #e7276d;
        padding-right: 20px;
        line-height: inherit; }
      .section--solutions .list-colors li:last-child {
        margin-bottom: 0; }
  .section--solutions .row + .row {
    margin-top: 33px; }
  .section--solutions .row + .row + .row {
    margin-top: 60px; }
  @media (max-width: 767px) {
    .section--solutions {
      padding-top: 55px; }
      .section--solutions h2,
      .section--solutions .h2 {
        line-height: 1.2;
        margin-bottom: 0; }
      .section--solutions .col-sm-7 {
        order: 1; }
      .section--solutions .row + .row,
      .section--solutions .row + .row + .row {
        margin-top: 0; }
      .section--solutions .list-colors {
        margin-top: 29px; } }

/*  Section Steps  */
.section--steps {
  text-align: left;
  font-size: 14px;
  /* Mobile */ }
  .section--callout + .section--steps {
    text-align: center; }
    .section--callout + .section--steps:before {
      display: none; }
    .section--callout + .section--steps h2 {
      margin: 23px 0 10px; }
  .section--steps h2 {
    margin: 0 0 5px; }
    .section--steps h2 em {
      font-style: normal;
      color: #4785ff;
      font-weight: 300; }
  .section--steps img {
    border-radius: 5px;
    margin-top: 10px; }
  .section--steps .image-with-cubes {
    position: relative; }
    .section--steps .image-with-cubes:before {
      position: absolute;
      top: -120px;
      left: 47%;
      background: url(../images/fleche-steps-1.png) no-repeat 0 0/contain;
      width: 112px;
      height: 119px;
      content: ''; }
  .section--steps .col-sm-4:first-child .image-with-cubes:before {
    top: -120px;
    left: 12%;
    background-image: url(../images/fleche-steps-2.png); }
  .section--steps .list-steps {
    list-style: none outside none;
    position: relative;
    font-size: 0;
    padding: 0;
    display: inline-block;
    margin: 32px 0 47px;
    background: url(../images/background-steps.png) no-repeat 0 0;
    background-size: cover;
    text-align: left;
    width: 660px;
    height: 150px; }
    .section--steps .list-steps img {
      width: 100%;
      height: auto; }
    // .section--steps .list-steps:after, .section--steps .list-steps:before {
    //   position: absolute;
    //   top: 34px;
    //   left: -56px;
    //   background: url(../images/list-steps-before.png) no-repeat 0 0;
    //   width: 29px;
    //   height: 30px;
    //   content: ''; }
    // .section--steps .list-steps:after {
    //   left: auto;
    //   right: -56px;
    //   background-image: url(../images/list-steps-after.png); }
    .section--steps .list-steps li {
      // margin-right: 160px;
      position: relative;
      width: 150px;
      margin-top: 16px;
      display: inline-block; }
      // .section--steps .list-steps li:after {
      //   position: absolute;
      //   top: 35px;
      //   left: 100%;
      //   background: url(../images/list-steps-1.png) no-repeat 0 0;
      //   width: 107px;
      //   height: 86px;
      //   content: '';
      //   margin-left: 20px; }
      // .section--steps .list-steps li ~ li:after {
      //   background-image: url(../images/list-steps-2.png);
      //   width: 115px;
      //   height: 73px; }
      .section--steps .list-steps li:first-child {
        margin-left: 75px;
        margin-right: 29px; }
      .section--steps .list-steps li:last-child {
        margin-right: 0;
        margin-left: 29px; }
      // .section--steps .list-steps li:last-child:after {
      //   display: none; }
  .section--steps + .section--steps {
    padding: 70px 0 80px; }
  @media (max-width: 767px) {
    .section--steps .list-steps {
      display: none;
      margin: 28px 0 30px; }
      .section--steps .list-steps li {
        margin: 0 auto 51px;
        display: block; }
        .section--steps .list-steps li:last-child {
          margin-bottom: 0; }
        .section--steps .list-steps li:after {
          top: 100%;
          margin-left: 0;
          -webkit-transform: rotate(120deg);
          -moz-transform: rotate(120deg);
          -ms-transform: rotate(120deg);
          -o-transform: rotate(120deg);
          transform: rotate(120deg); }
        .section--steps .list-steps li ~ li:after {
          left: auto;
          right: 90%;
          -webkit-transform: rotate(60deg);
          -moz-transform: rotate(60deg);
          -ms-transform: rotate(60deg);
          -o-transform: rotate(60deg);
          transform: rotate(60deg); }
      .section--steps .list-steps:before {
        left: -45px; }
      .section--steps .list-steps:after {
        bottom: 8px;
        top: auto;
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1); }
    .section--steps .image-with-cubes:before {
      top: -140px;
      left: 67%; }
    .section--steps .col-sm-4:first-child .image-with-cubes:before {
      top: -117px;
      left: -25px;
      -webkit-transform: scaleY(-1) rotate(100deg);
      -moz-transform: scaleY(-1) rotate(100deg);
      -ms-transform: scaleY(-1) rotate(100deg);
      -o-transform: scaleY(-1) rotate(100deg);
      transform: scaleY(-1) rotate(100deg); }
    .section--steps + .section--steps {
      padding: 67px 35px 43px 35px; }
      .section--steps + .section--steps img {
        width: 67%;
        margin: 0 auto;
        display: block; }
      .section--steps + .section--steps .row {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
      .section--steps + .section--steps .col-sm-4 {
        order: -1; }
      .section--steps + .section--steps [class^='col-'] {
        margin-bottom: 18px !important;
        width: 100%; } }

/*  Section Statistics  */
.section-statistics {
  padding: 82px 0 81px;
  font-size: 27px;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
  background: #023e66;
  background: -moz-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: -webkit-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: linear-gradient(135deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e66', endColorstr='#4685fd',GradientType=1 );
  /* Tablet Portrait */
  /* Mobile */ }
  .section-statistics .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    white-space: nowrap; }
  .section-statistics img.alignleft {
    margin: 15px 14px 0 0; }
  .section-statistics strong {
    font-weight: 900; }
    .section-statistics strong em {
      font-style: normal;
      font-size: 45px;
      line-height: 1; }
  @media (max-width: 944px) {
    .section-statistics {
      font-size: 18px; }
      .section-statistics strong em {
        font-size: 35px; } }
  @media (max-width: 767px) {
    .section-statistics {
      position: relative;
      z-index: 10;
      text-align: center;
      font-size: 0;
      padding: 56px 0 54px; }
      .section-statistics .row {
        display: block; }
      .section-statistics .col-sm-3 {
        margin-bottom: 36px; }
      .section-statistics br {
        display: none; }
      .section-statistics strong {
        display: block;
        font-size: 20px; }
      .section-statistics .col-sm-3:not(:first-child) {
        font-size: 27px;
        text-align: left;
        margin-bottom: 69px; }
      .section-statistics .col-sm-3:last-child {
        margin-bottom: 0; }
      .section-statistics strong em {
        font-size: 45px; }
      .section-statistics img.alignleft {
        margin: 6px 27px 10px 0; } }

/*  Section Iframe  */
.section-iframe {
  position: relative;
  /* Mobile */ }
  .section-iframe .section__inner {
    position: relative;
    height: 56.25vw;
    max-height: 520px;
    overflow: hidden; }
    .section-iframe .section__inner iframe,
    .section-iframe .section__inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .section-iframe .section__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    color: #fff;
    z-index: 5; }
    .section-iframe .section__content h2 {
      text-align: center; }
  @media (max-width: 767px) {
    .section-iframe .section__content h2 {
      margin-top: 0;
      font-size: 24px; } }

/*  Section Customer  */
.section-customer {
  border-bottom: 2px solid #ced6df;
  padding: 73px 0 80px;
  line-height: 1.45;
  /* Mobile */ }
  .section-customer:first-of-type {
    padding-top: 53px; }
  .section-customer img {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px; }
  .section-customer h2 {
    margin: 0 0 37px;
    font-weight: 500;
    line-height: 1.23; }
    .section-customer h2:first-of-type {
      font-weight: 900;
      margin-bottom: 14px; }
  .section-customer p {
    margin-bottom: 20px; }
  .section-customer .btn {
    margin-top: 28px; }
  @media (max-width: 767px) {
    .section-customer {
      font-size: 16px;
      line-height: 1.3;
      padding: 54px 0 62px; }
      .section-customer:first-of-type {
        padding: 51px 0 62px; }
      .section-customer h2 {
        line-height: 1.45; }
        .section-customer h2:first-of-type {
          margin-bottom: 19px; }
      .section-customer img {
        margin-bottom: 47px; }
      .section-customer .btn {
        margin-top: 63px;
        display: block; } }

/*  Section Logos  */
.section-logos {
  padding: 32px 0;
  border-bottom: 2px solid #ced6df;
  /* Mobile */ }
  .section-logos ul {
    padding: 0;
    list-style: none outside none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around; }
  .section-logos:last-child {
    border-bottom: 0; }
  @media (max-width: 767px) {
    .section-logos ul {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 0; }
      .section-logos ul li {
        max-width: 40%;
        margin-bottom: 33px; }
        .section-logos ul li img {
          max-height: 70px;
          width: auto; } }

/*  Section Resources  */
.section-resources {
  color: #1b6698;
  padding-bottom: 51px;
  /* Mobile */ }
  .section-resources h1 {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    margin: 23px 0 74px; }
  .section-resources .search-form label {
    display: block;
    margin: 0; }
  .section-resources .search-form .search__field {
    -webkit-appearance: none;
    border-radius: 2px;
    background: rgba(0, 60, 99, 0.2);
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #1b6698;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    padding: 8px 45px 4px;
    outline: 0; }
    .section-resources .search-form .search__field::-webkit-input-placeholder {
      color: #1b6698; }
    .section-resources .search-form .search__field::-moz-placeholder {
      color: #1b6698; }
    .section-resources .search-form .search__field:-moz-placeholder {
      color: #1b6698; }
    .section-resources .search-form .search__field:-ms-input-placeholder {
      color: #1b6698; }
  .section-resources .search-form .search__btn {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font-size: 0;
    opacity: 1;
    visibility: visible;
    background: url(../images/ico-search.png) no-repeat right center/29px 29px;
    width: 45px;
    height: 40px; }
  @media (max-width: 767px) {
    .section-resources {
      padding-bottom: 35px; }
      .section-resources h1 {
        font-size: 35px;
        margin: 0 0 45px; }
      .section-resources .search-form .search__field {
        font-size: 16px;
        padding-bottom: 8px; } }

/* ------------------------------------------------------------ *	Main
\* ------------------------------------------------------------ */
.main {
  font-weight: 300;
  background: #fff;
  padding: 48px 0 80px;
  line-height: 1.35; }

.header--blue + .main {
  padding: 175px 0 85px; }

.main--alt {
  padding-bottom: 0; }

/* Mobile */
@media (max-width: 767px) {
  .main {
    padding: 28px 0 60px; }
  .header--blue + .main {
    padding: 136px 0 40px; }
  .header + .main--alt {
    padding-top: 120px; } }

/* ------------------------------------------------------------ *	Scroll Links
\* ------------------------------------------------------------ */
.scroll-links {
  padding: 32px 0 20px;
  border-bottom: 2px solid #ced6df;
  /* Mobile */ }
  .scroll-links ul {
    list-style: none outside none;
    font-size: 0;
    padding: 0; }
    .scroll-links ul li {
      display: inline-block;
      margin: 0 4px; }
      .scroll-links ul li a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        padding: 2px 8px;
        border-radius: 2px;
        transition: opacity .3s; }
        .scroll-links ul li a:hover {
          opacity: .85; }
  @media (max-width: 767px) {
    .scroll-links {
      padding: 15px 0 4px; }
      .scroll-links ul li {
        margin: 0 11px 17px 2px; }
        .scroll-links ul li a {
          padding: 2px 6px; } }

/* ------------------------------------------------------------ *	Tabs
\* ------------------------------------------------------------ */
.tabs {
  padding-top: 101px;
  /* Tablet Portrait */
  /* Mobile */ }
  .tabs .tabs__head {
    margin-bottom: 28px; }
    .tabs .tabs__head a {
      display: block;
      line-height: 42px;
      height: 42px;
      border: 1px solid #4785ff;
      color: #4785ff;
      background: #fff;
      text-align: center;
      font-weight: 500;
      border-radius: 2px;
      text-decoration: none;
      margin-bottom: 10px;
      transition: background .3s, color .3s; }
      .tabs .tabs__head a.current {
        font-weight: 800; }
      .tabs .tabs__head a.current, .tabs .tabs__head a:hover {
        background: #4785ff;
        color: #fff; }
      .tabs .tabs__head a.current:hover {
        background: #8eb4ff; }
  .tabs .tabs__body {
    max-width: 600px;
    margin: 0 auto;
    border-top: 2px solid #6498ff;
    padding: 16px 0 3px;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 300; }
    .tabs .tabs__body p {
      margin-bottom: 20px; }
      .tabs .tabs__body p:last-child {
        margin-bottom: 0; }
      .tabs .tabs__body p strong {
        font-weight: 500; }
    .tabs .tabs__body ul {
      list-style-position: inside; }
  .tabs .tab {
    display: none; }
    .tabs .tab.current {
      display: block; }
  @media (max-width: 944px) {
    .tabs .tabs__head a {
      line-height: 1.4;
      height: auto;
      padding: 5px 42px; } }
  @media (max-width: 767px) {
    .tabs {
      padding: 56px 0 20px; }
      .tabs .tabs__head {
        margin-bottom: 26px; }
        .tabs .tabs__head a {
          padding: 12px 0 8px;
          margin-bottom: 10px;
          font-size: 14px; }
        .tabs .tabs__head [class^='col-'] {
          margin-bottom: 0; }
      .tabs .tabs__body {
        font-size: 16px;
        line-height: 1.3; } }

/* ------------------------------------------------------------ *	Googlemap
\* ------------------------------------------------------------ */
.googlemap {
  height: 337px;
  margin-bottom: 35px;
  /* Mobile */ }
  @media (max-width: 767px) {
    .googlemap {
      height: 435px; } }

/* ------------------------------------------------------------ *	Articles
\* ------------------------------------------------------------ */
.post-template-default.single.single-post .article .wp-caption-text {
  position: relative;
}
.addthis-smartlayers-mobile {
  display: none;
}
.post-template-default.single.single-post > .addthis-smartlayers {
  display: none;
}
.article {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.45;
  width: 100%;
  /* Tablet Portrait */
  /* Mobile */ }
  .article h1 {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px; }
  .article h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 33px; }
  .article .article__image {
    height: 340px;
    background: no-repeat center center/cover;
    margin-bottom: 34px; }
  .article .article__meta {
    font-size: 13px;
    color: #a6a8ab;
    margin-bottom: 40px; }
    .article .article__meta img {
      border-radius: 50%;
      margin-right: 15px; }
    .article .article__meta strong {
      font-weight: 800;
      color: #003c63; }
    .article .article__meta a {
      display: inline-block;
      font-weight: 800;
      border-radius: 2px;
      padding: 2px 4px;
      color: #fff;
      text-decoration: none;
      text-transform: capitalize;
      margin-left: 15px; }
  .article blockquote {
    overflow: hidden;
    padding: 10px 10px 5px 10px;
    border: 0;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 25px; }
    .article blockquote img {
      float: left;
      margin: 15px 30px 35px 0;
      border-radius: 50%; }
    .article blockquote h2 {
      font-weight: 800;
      font-size: 30px;
      line-height: 1.4;
      margin: 0 0 10px; }
    .article blockquote strong {
      font-weight: 800; }
  .article p {
    margin-bottom: 30px; }
  .article .article__link {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    padding-left: 30px;
    position: relative;
    text-decoration: none;
    margin-bottom: 30px; }
    .article .article__link:before {
      content: '\f105';
      font-family: "FontAwesome";
      font-size: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .article .article__actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #ccd2da;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background: #fafafa;
    padding: 16px 0 12px;
    transition: opacity .3s, visibility .3s; }
    .article .article__actions:after {
      @incldue clearfix; }
    .article .article__actions .article__share {
      float: left;
      padding-left: 2px; }
    .article .article__actions .at-share-btn-elements .at-share-btn {
      margin-left: 7px;
      margin-right: 7px;
      padding: 0;
      border: 1px solid #c8c8c8;
      border-radius: 8px;
      line-height: 47px;
      height: 49px;
      width: 49px;
      font-size: 30px;
      background: #fafafa !important;
      text-align: center;
      vertical-align: top; }
      .article .article__actions .at-share-btn-elements .at-share-btn:after {
        font-family: "FontAwesome"; }
      .article .article__actions .at-share-btn-elements .at-share-btn:focus {
        outline: 0; }
    .article .article__actions .at-share-btn-elements .at-share-btn:not(.at-svc-compact) > * {
      display: none; }
    .article .article__actions .at-share-btn-elements .at-svc-twitter:after {
      content: '\f099'; }
    .article .article__actions .at-share-btn-elements .at-svc-facebook:after {
      content: '\f09a'; }
    .article .article__actions .at-share-btn-elements .at-svc-linkedin:after {
      content: '\f0e1'; }
    .article .article__actions .at-share-btn-elements .at-svc-email:after {
      content: '\f003'; }
    .article .article__actions .gform_wrapper.gform_wrapper {
      float: right;
      padding: 15px 9px 0 0; }
      .article .article__actions .gform_wrapper.gform_wrapper form {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        position: relative; }
      .article .article__actions .gform_wrapper.gform_wrapper .gform_heading {
        margin-bottom: 0;
        padding: 5px 17px 0 0; }
      .article .article__actions .gform_wrapper.gform_wrapper h3.gform_title {
        font-size: 10px;
        font-weight: 900;
        margin: 0; }
      .article .article__actions .gform_wrapper.gform_wrapper .top_label .gfield_label {
        display: none; }
      .article .article__actions .gform_wrapper.gform_wrapper .gform_body {
        min-width: 230px; }
      .article .article__actions .gform_wrapper.gform_wrapper ul.gform_fields li.gfield {
        margin-bottom: 0; }
      .article .article__actions .gform_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        border: 0;
        background: rgba(0, 0, 0, 0.05);
        line-height: 22px;
        height: 22px;
        padding: 0 95px 0 15px;
        border-radius: 10px;
        font-size: 10px;
        vertical-align: top; }
      .article .article__actions .gform_wrapper.gform_wrapper .gform_footer {
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        width: auto; }
      .article .article__actions .gform_wrapper.gform_wrapper .gform_button {
        height: 22px;
        border-radius: 10px;
        background: #0abfbf;
        font-size: 10px;
        padding: 0 15px;
        vertical-align: top; }
        .article .article__actions .gform_wrapper.gform_wrapper .gform_button:before {
          height: 10px; }
  .article .article__actions--hidden {
    opacity: 0;
    visibility: hidden; }
  .article .article__callout {
    margin: 100px 0 83px; }
    .article .article__callout h2 {
      font-size: 28px;
      font-weight: 900;
      margin: 0;
      line-height: 1.35; }
    .article .article__callout h5 {
      font-size: 25px;
      font-weight: 300;
      margin-top: 2px;
      line-height: 1.55; }
    .article .article__callout img {
      float: right; }
  @media (max-width: 944px) {
    .article h1 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .article {
      font-size: 14px;
      line-height: 1.6;
      position: relative; }
      .article h1 {
        font-size: 28px; }
      .article h2 {
        font-size: 14px;
        line-height: 1.55;
        margin: 22px 0 24px; }
      .article p {
        margin-bottom: 20px; }
      .article .article__image {
        height: 130px;
        margin-bottom: 45px; }
      .article .article__meta {
        margin: 30px 0 20px; }
        .article .article__meta a {
          position: absolute;
          top: -35px;
          right: 0;
          padding: 0 4px; }
      .article blockquote {
        font-size: 18px;
        padding: 18px 0 22px; }
        .article blockquote img {
          display: none; }
        .article blockquote h2 {
          font-size: 22px;
          line-height: 1.4;
          margin-bottom: 18px; }
        .article blockquote strong {
          display: block; }
      .article .article__link {
        padding-left: 0;
        text-decoration: underline;
        margin: 40px 0 32px;
        line-height: 1.8; }
        .article .article__link:before {
          position: static;
          line-height: 1;
          float: left;
          margin-right: 20px;
          font-size: 55px;
          -webkit-transform: translate(0);
          -moz-transform: translate(0);
          -ms-transform: translate(0);
          -o-transform: translate(0);
          transform: translate(0); }
      .article .article__callout {
        border-top: 2px solid #ccc;
        margin: 65px 0 43px;
        padding-top: 52px; }
        .article .article__callout h2 {
          font-size: 21px;
          line-height: 1.5; }
        .article .article__callout h5 {
          font-size: 21px;
          margin-bottom: 40px; }
        .article .article__callout img {
          width: 100%;
          height: auto; }
      .article .article__actions .article__share {
        padding-left: 0; }
        .article .article__actions .article__share .at-share-btn-elements .at-share-btn {
          width: 48px;
          height: 48px;
          margin-left: 6px;
          margin-right: 6px; }
          .article .article__actions .article__share .at-share-btn-elements .at-share-btn:first-child {
            margin-left: 0; }
          .article .article__actions .article__share .at-share-btn-elements .at-share-btn:last-child {
            margin-right: 0; }
      .article .article__actions .gform_wrapper {
        display: none; } }

/*  Articles  */
.articles {
  /* Tablet Portrait */
  /* Mobile */ }
  .articles > h2 {
    font-weight: 900;
    margin: 0 0 7px; }
  .articles > h4 {
    text-align: right;
    position: relative;
    color: #84827e;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 34px; }
    .articles > h4 span {
      background: #fff;
      position: relative;
      z-index: 5;
      padding: 0 4px 0 12px; }
    .articles > h4:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      background: #84827e;
      height: 2px;
      content: ''; }
  .articles > .row {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .articles > .row:before, .articles > .row:after {
      display: none; }
    .articles > .row > [class^='col-'] {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex; }
  .articles .article {
    border-radius: 5px;
    border: 1px solid #cacaca;
    background: #fafafa;
    overflow: hidden;
    margin: 30px 0 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    transition: transform .3s, background .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
    .articles .article .article__image {
      height: 200px;
      margin: 0; }
      .articles .article .article__image a {
        display: block;
        background: no-repeat center center/cover;
        height: 100%; }
    .articles .article .article__content {
      padding: 21px 30px 18px;
      font-size: 14px;
      line-height: 1.3; }
      .articles .article .article__content h3 {
        font-size: 20px;
        margin: 0 0 7px;
        font-weight: 900; }
        .articles .article .article__content h3 a {
          text-decoration: none; }
      .articles .article .article__content p {
        margin-bottom: 12px; }
      .articles .article .article__content .article__meta {
        font-size: 13px;
        margin: 0; }
        .articles .article .article__content .article__meta a {
          margin-left: 15px; }
        .articles .article .article__content .article__meta p {
          margin-bottom: 0; }
        .articles .article .article__content .article__meta img {
          margin-right: 5px;
          width: 31px;
          height: 31px; }
    .articles .article:hover {
      background: #fff;
      -webkit-transform: scale(1.06);
      -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -o-transform: scale(1.06);
      transform: scale(1.06); }
  .articles .articles__filter {
    font-weight: 800;
    font-size: 18px;
    padding: 28px 0 8px; }
    .articles .articles__filter ul,
    .articles .articles__filter p {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .articles .articles__filter a {
      text-decoration: none; }
    .articles .articles__filter ul {
      padding: 0;
      list-style: none outside none;
      font-size: 0; }
      .articles .articles__filter ul li {
        display: inline-block;
        margin: 0 4px; }
        .articles .articles__filter ul li a {
          color: #fff;
          font-size: 13px;
          padding: 2px 8px;
          border-radius: 2px;
          transition: opacity .3s; }
          .articles .articles__filter ul li a:hover {
            opacity: .85; }
  .articles .article--related {
    margin: 0; }
    .articles .article--related .article__image {
      height: 130px; }
    .articles .article--related .article__content {
      font-size: 10px;
      padding: 15px 18px 12px; }
      .articles .article--related .article__content h3 {
        font-size: 15px;
        margin: 0 0 7px; }
      .articles .article--related .article__content .article__meta {
        font-size: 10px; }
        .articles .article--related .article__content .article__meta a {
          margin-left: 15px; }
        .articles .article--related .article__content .article__meta p {
          margin-bottom: 0; }
        .articles .article--related .article__content .article__meta img {
          margin-right: 5px;
          width: 24px;
          height: 24px; }
  @media (max-width: 944px) {
    .articles .article .article__content .article__meta {
      margin-right: -20px; }
      .articles .article .article__content .article__meta a {
        margin-left: 5px; }
    .articles .article--related .article__content .article__meta a {
      margin-left: 5px;
      margin-top: 5px; } }
  @media (max-width: 767px) {
    .articles .article {
      margin: 25px 0 23px; }
      .articles .article .article__image {
        height: 125px; }
      .articles .article .article__content {
        font-size: 10px;
        padding: 18px 13px; }
        .articles .article .article__content h3 {
          font-size: 16px;
          margin-bottom: 15px; }
        .articles .article .article__content .article__meta {
          font-size: 11px; }
          .articles .article .article__content .article__meta a {
            position: static;
            padding: 2px 4px;
            margin: 0; }
          .articles .article .article__content .article__meta img {
            width: 24px;
            height: 24px; }
    .articles > h4 {
      margin-bottom: 50px; }
      .articles > h4 span {
        padding: 0 0 0 5px; }
    .articles .articles__filter {
      padding-bottom: 13px; }
      .articles .articles__filter p,
      .articles .articles__filter ul {
        vertical-align: top; }
      .articles .articles__filter ul {
        width: 84%; }
        .articles .articles__filter ul li {
          margin: 0 3px 25px; }
    .articles .article--related .article__image {
      height: 125px; }
    .articles .article--related .article__content {
      padding-top: 19px;
      padding-bottom: 20px; }
      .articles .article--related .article__content h3 {
        margin-bottom: 14px; } }

.articles--resources {
  padding: 56px 0 17px;
  /* Mobile */ }
  .articles--resources .article .article__content h3 {
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .articles--resources + .articles--resources {
      padding-top: 25px; }
    .articles--resources .article {
      margin: 12px 0 15px; }
      .articles--resources .article .article__content h3 {
        margin-bottom: 12px; } }

/* ------------------------------------------------------------ *	Gravity Forms & Hubspot Forms
\* ------------------------------------------------------------ */
.ax-gform-wrapper {
  position: relative; }

.hs-form.hs-form {
  text-align: left; }

.hs-form.hs-form fieldset {
  max-width: none;
  margin: 0 0 8px 0; }

.hs-form.hs-form fieldset .input {
  margin: 0 !important; }

.hs-form.hs-form .invalid.error {
  border: 1px solid #790000 !important; }

.hs-form.hs-form fieldset select {
  width: 100% !important; }

.hs-form.hs-form fieldset textarea {
  width: 100% !important;
  min-height: 150px; }

.hs-form.hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
  margin-left: 6.4%; }

.hs-form.hs-form .hs-button {
  border: 0;
  margin-top: 30px; }

.hs-form.hs-form .hs-error-msgs {
  padding: 0;
  list-style: none;
  text-align: left; }

.hs-form.hs-form .hs-error-msgs li:before {
  content: normal; }

.hs-form.hs-form .hs-error-msgs label {
  color: #790000;
  font-weight: 700 !important;
  letter-spacing: normal; }

/*  GFrom Reset  */
.hs-form.hs-form,
.gform_wrapper.gform_wrapper {
  margin: 0 auto;
  max-width: 630px; }

.gform_wrapper.gform_wrapper .gform_heading {
  margin-bottom: 72px; }

.gform_wrapper.gform_wrapper h3.gform_title {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #1b6698;
  margin-top: 30px; }

.gform_wrapper.gform_wrapper .gform_body {
  width: 100%; }

.gform_wrapper.gform_wrapper .gform_fields {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.hs-form.hs-form fieldset.form-columns-1 .field,
.gform_wrapper.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  width: 100%;
  margin-bottom: 8px; }

.hs-form.hs-form fieldset.form-columns-2 .field,
.gform_wrapper.gform_wrapper ul.gform_fields li.gfield--medium {
  width: 46.8%; }

.gform_wrapper.gform_wrapper ul.gform_fields li.gfield--address {
  width: 100%; }

body .hs-form.hs-form fieldset .field,
body .gform_wrapper.gform_wrapper ul li.gfield {
  margin-top: 0; }

body .gform_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 0; }

.hs-form.hs-form label,
.gform_wrapper.gform_wrapper .top_label .gfield_label {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 3px; }

.gform_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-weight: 300;
  font-size: 12px; }

.gform_wrapper.gform_wrapper .gform_footer {
  padding: 25px 0 24px;
  margin: 0; }

.gform_wrapper.gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  padding: 0;
  border: 0; }

.gform_wrapper .gfield_error.field_description_below .gfield_description {
  padding: 0; }

.gform_wrapper .gform_footer {
  position: relative; }

.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  margin-top: 8px;
  right: -15px; }

.gform_wrapper.gform_wrapper.gf_browser_chrome select,
.gform_wrapper.gform_wrapper select,
.hs-form.hs-form select,
.gform_wrapper.gform_wrapper textarea,
.hs-form.hs-form textarea,
.hs-form.hs-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  box-shadow: none;
  font-size: 12px;
  border: 2px solid #cfd7e0;
  border-radius: 5px;
  width: 100%;
  line-height: 29px;
  height: 33px;
  padding: 0 15px;
  outline: 0;
  background: #fff; }

.gform_wrapper.gform_wrapper textarea.large {
  height: 182px; }

.gform_wrapper.gform_wrapper .gf_placeholder {
  font-weight: 200;
  font-style: italic;
  color: #c5ced9; }

.gform_wrapper.gform_wrapper .ginput_container_select {
  position: relative; }
  .gform_wrapper.gform_wrapper .ginput_container_select:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    width: 16px;
    height: 9px;
    background: url(../images/select-after.png) no-repeat 0 0/contain;
    content: '';
    pointer-events: none; }

.gform_wrapper.gform_wrapper.gf_browser_chrome select,
.hs-form.hs-form select,
.gform_wrapper.gform_wrapper select {
  padding-right: 30px; }

.hs-form.hs-form select::-ms-expand,
.gform_wrapper.gform_wrapper select::-ms-expand {
  display: none; }

.hs-form.hs-form .hs-button,
.gform_wrapper.gform_wrapper .gform_button {
  outline: 0;
  color: #fff !important; }

.gform_confirmation_message {
  font-size: 20px;
  text-align: center; }

.gform_wrapper.gform_wrapper div.validation_error {
  display: none; }

.gform_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 0; }

.gform_wrapper.gform_wrapper li.gfield_error select,
.gform_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000; }

/*  Newsletter Wrapper  */
.newsletter_wrapper .newsletter {
  position: relative; }

.newsletter_wrapper.gform_wrapper {
  max-width: 550px; }

.newsletter_wrapper.gform_wrapper .top_label .gfield_label {
  display: none; }

.newsletter_wrapper.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 0; }

.newsletter_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  line-height: 40px;
  height: 39px;
  padding: 0 170px 0 30px;
  border-radius: 20px;
  font-size: 16px; }

.newsletter_wrapper.gform_wrapper .gform_footer {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: auto; }

.newsletter_wrapper.gform_wrapper .gform_button {
  height: 39px;
  border-radius: 20px;
  background: #0abfbf; }

/* Mobile */
@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .gform_heading {
    margin-bottom: 12px; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 7px; }
  .gform_wrapper.gform_wrapper ul.gform_fields li.gfield--medium {
    width: 100%; }
  .gform_wrapper.gform_wrapper .gform_footer {
    padding: 12px 0 0; }
  .newsletter_wrapper.gform_wrapper .gform_footer {
    position: static;
    text-align: center;
    padding-top: 12px; }
  .newsletter_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-right: 30px; }
  .newsletter_wrapper.gform_wrapper .gform_button {
    padding-left: 25px;
    padding-right: 25px; } }

/* ------------------------------------------------------------ *	Widget
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none;
  padding: 0; }

.widget {
  margin-bottom: 15px; }
  .widget ul {
    list-style: none outside none;
    margin: 0; }
    .widget ul li {
      padding: 4px 0; }
  .widget .widget-title,
  .widget .widgettitle,
  .widget .widget__title {
    display: block;
    padding-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    margin: 8px 0 2px; }

.widget_categories .screen-reader-text {
  display: none; }

.widget_categories .post-form {
  width: 100%;
  padding: 5px; }

.widget_calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center; }

.widget_calendar td,
.widget_calendar th {
  padding: 5px;
  border: 1px solid #000; }

.widget_calendar caption {
  padding: 12px;
  font-weight: bold; }

.widget_calendar tfoot {
  font-weight: bold; }

.widget_rss .rsswidget {
  vertical-align: middle; }
  .widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0; }

/*  Widget Nav Menu  */
.widget_nav_menu ul {
  padding: 0; }
  .widget_nav_menu ul li {
    padding: 0 0 7px; }
    .widget_nav_menu ul li a {
      text-decoration: none;
      transition: opacity .3s; }
      .widget_nav_menu ul li a:hover {
        color: #fff;
        opacity: .8; }
  .widget_nav_menu ul .menu__new a:after {
    content: 'New';
    text-transform: uppercase;
    font-weight: 800;
    font-size: 8px;
    border-radius: 3px;
    padding: 1px 2px;
    background: #68d890;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin-left: 5px; }

/* Mobile */
@media (max-width: 767px) {
  .widget {
    margin-bottom: 27px; }
    .widget .widget-title,
    .widget .widgettitle,
    .widget .widget__title {
      font-size: 13px;
      margin-bottom: 5px; }
  .widget_nav_menu ul li {
    padding-bottom: 8px; } }

/* ------------------------------------------------------------ *	Error - 404
\* ------------------------------------------------------------ */
.container .page-not-found {
  text-align: center; }
  .container .page-not-found img {
    margin: 70px 0; }
  .container .page-not-found p {
    margin-bottom: 60px;
    font-size: 20pt;
    color: #c5ced9; }

/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 33px 0 16px;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  background: #023e66;
  background: -moz-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: -webkit-linear-gradient(-45deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  background: linear-gradient(135deg, #023e66 0%, #0b4d78 13%, #145b8a 28%, #196394 40%, #1b6698 50%, #397bde 82%, #4685fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023e66', endColorstr='#4685fd',GradientType=1 );
  /* Mobile */ }
  .footer .footer__logo {
    background: url(../images/logo.png) no-repeat 0 0/contain;
    width: 186px;
    height: 43px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px; }
  @media (max-width: 767px) {
    .footer {
      padding: 51px 0 35px;
      font-size: 11px; }
      .footer .row {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer .row:before {
          display: none; }
      .footer [class^='col-']:first-child {
        order: 1; }
      .footer .col-sm-2 {
        width: 50%; }
      .footer .col-sm-4 {
        width: 100%; }
      .footer .footer__logo {
        width: 166px;
        height: 38px;
        margin: 18px 0 20px 3px; }
      .footer .copyright {
        font-size: 10px; } }

@media (max-width: 767px) {
  #wpadminbar {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; } }

[data-link] {
  cursor: pointer; }

img.emoji {
  width: 1em;
  vertical-align: text-top; }

.article__image__axome {
  padding-bottom: 1.6em;
  max-width: 757px;
  margin: 0 auto; }
  .article__image__axome a {
    display: block; }
  .article__image__axome img {
    display: block;
    margin: 0 auto; }
  .articles .article .article__image__axome {
    padding-bottom: 0; }

.article iframe {
  max-width: 100%; }

/* ------------------------------------------------------------ * Stuff added afterwards
\* ------------------------------------------------------------ */

button.accordion {
    background-color: #1b6698;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 2px;
    
}

button.accordion.active, button.accordion:hover {
    background-color: #68d890;
}

div.panel {
    padding: 0 50px;
    background-color: white;
    max-height: 120;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #fafafa;
   
}