/* Typography */
body {
  font-family: "Open Sans", sans-serif;	
}
h1, h2, h3, h4, h5 {
  font-weight: bold; }

@media (max-width: 767px) {
  h1 {
    font-size: 28px; } }

h2 {
  font-size: 25px;/*old 28px*/
  margin: 0;
  text-align: center; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }
  /*h2:after {
    background-color: #0064af;
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 30px auto;
    width: 150px; }*/

h3 {
  color: #0064af;
  font-size: 19px; }

h4 {
  color: #0064af;
  font-size: 16px; }

h5 {
  font-size: 0.875rem; }

/* Global */
.body-holder {
  margin-top: 160px; }
  @media (max-width: 1199px) {
    .body-holder {
      margin-bottom: 76px; } }
  @media (max-width: 991px) {
    .body-holder {
      margin-top: 155px; } }
  @media (max-width: 575px) {
    .body-holder {
      margin-bottom: 129px; } }

.color-brand-primary {
  color: #0064af; }

.text-link {
  color: #231f20;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase; }
  .text-link:hover, .text-link:focus {
    color: #0064af; }
  .text-link:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    top: 0;
    transition: right 0.3s ease-out; }
  .text-link:hover:after {
    right: -20px; }

.footer-form option {
  display: block; }

.form-check {
  padding-left: 20px; }
  .form-check input[type=checkbox] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem; }

.two-column {
  column-count: 2; }

body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%; }

.center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
  margin: 0 auto; }
  @media (min-width: 576px) {
    .center-modal {
      min-height: calc(100% - (1.75rem * 2)); } }

.logged-in .fixed-header-container {
  top: 32px; }
  @media (max-width: 991px) {
    .logged-in .fixed-header-container {
      top: 46px; } }

.fixed-header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600; }
  @media (max-width: 991px) {
    .fixed-header-container {
      max-height: 100vh;
      overflow-y: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }

.header {
  background-color: #ffffff;
  padding: 15px 0 0;
  border-bottom: 1px solid #ccc; }
  .header--scrolled .header__brand {
    max-width: 150px;
    margin-top: 10px; }
  .header__brand {
    transition: max-width 0.4s ease;
    max-width: 260px; }
    @media only screen and (max-width: 1200px) {
      .header__brand {
        max-width: 200px; } }
  .header__nav-toggle {
    cursor: pointer;
    height: 25px;
    margin: 10px 0 0 0;
    padding: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px; }
    .header__nav-toggle:focus {
      outline: none; }
    .header__nav-toggle span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #333738;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .header__nav-toggle span:nth-child(1) {
        top: 0px; }
      .header__nav-toggle span:nth-child(2) {
        top: 8px; }
      .header__nav-toggle span:nth-child(3) {
        top: 16px; }
    .header__nav-toggle.open span:nth-child(1) {
      top: 8px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
    .header__nav-toggle.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .header__nav-toggle.open span:nth-child(3) {
      top: 8px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .header__navigation {
    margin: 0;
    padding: 0;
    position: static;
    height: auto;
    overflow: auto; }
  .header__collapse-nav {
    position: static;
    padding-bottom: 15px !important; }
    @media only screen and (max-width: 1200px) {
      .header__collapse-nav {
        margin-top: 20px;
        clear: both; } }
  .header__nav-item {
    min-height: 55px; }
    @media only screen and (max-width: 1200px) {
      .header__nav-item {
        border-bottom: 1px solid #f8f8f8; } }
    @media only screen and (min-width: 1200px) {
      .header__nav-item {
        position: static !important; } }
    .header__nav-item:last-of-type {
      border-bottom: none; }
      .header__nav-item:last-of-type a {
        padding-right: 0 !important; }
    .header__nav-item.active > .header__nav-link {
      color: #0064af; }
  .header__nav-link {
    color: #333738;
    font-weight: bold;
    transition: color 0.2s ease; }
    @media only screen and (min-width: 1200px) {
      .header__nav-link--top-level {
        padding: 12px 16px !important;
        font-size: 16px; } }
    .header__nav-link--icon-link {
      font-size: 22px;
      padding-bottom: 8px;
      padding-top: 10px; }
    .header__nav-link:hover, .header__nav-link:focus {
      color: #0064af; }
    @media only screen and (max-width: 1200px) {
      .header__nav-link {
        margin-bottom: 10px;
        display: block; } }
  .header__submenu-title {
    border-bottom: 1px solid #0064af;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px 0 5px 0;
    display: block; }
    @media only screen and (max-width: 1024px) {
      .header__submenu-title {
        font-size: 11px; } }
    @media only screen and (max-width: 768px) {
      .header__submenu-title {
        border-bottom: none; } }
  .header__submenu {
    background-color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    right: 0px;
    top: 100%;
    margin: 0px;
    display: none; }
    @media only screen and (max-width: 1200px) {
      .header__submenu {
        background-color: transparent;
        left: auto;
        margin: 0;
        padding: 0 15px;
        position: relative;
        right: auto;
        text-align: left;
        width: 100%; } }
    @media only screen and (min-width: 1200px) {
      .header__submenu {
        border-top: 1px solid #ccc; }
        .header__submenu > .container {
          display: flex;
          flex-direction: row;
          padding: 0 30px; } }
  .header__submenu-item {
    flex-grow: 1;
    flex-basis: 0;
    break-inside: avoid-column;
    page-break-inside: avoid; }
    @media only screen and (max-width: 1200px) {
      .header__submenu-item {
        position: relative;
        margin-bottom: 10px; } }
  .header__mobile-submenu-toggle {
    height: 20px;
    position: relative;
    right: 10px;
    top: -45px;
    width: 20px; }
    .header__mobile-submenu-toggle:after {
      color: #231f20;
      content: "\f067";
      display: block;
      font-family: "FontAwesome";
      height: 100%;
      text-align: right;
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .header__mobile-submenu-toggle:after {
          content: none; } }
    .header__mobile-submenu-toggle--expanded:after {
      content: "\f068"; }
  @media only screen and (min-width: 1200px) {
    .header__third-level-nav-wrapper {
      padding: 5px 0px 15px;
      border-left: 1px solid #ccc; }
      .header__third-level-nav-wrapper:first-of-type {
        border: none;
        padding-left: 0; }
      .header__third-level-nav-wrapper:last-of-type {
        padding-right: 0; } }
  .header__second-level-nav-wrapper {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .header__third-level-nav {
    display: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
    .header__third-level-nav .header__nav-link {
      margin-bottom: 10px;
      display: block;
      font-size: 13px; }
    @media only screen and (max-width: 1200px) {
      .header__third-level-nav {
        padding: 0 20px; } }
    @media only screen and (min-width: 1200px) {
      .header__third-level-nav {
        display: block; }
        .header__third-level-nav a {
          font-size: 16px;
          font-weight: normal; } }
    .header__third-level-nav.two-column {
      margin-left: -10px;
      margin-right: -10px; }
      .header__third-level-nav.two-column .header__submenu-item {
        padding: 0 10px; }

.meta-menu {
  background-color: #f2f2f2;
  padding: 5px 0; }
  .meta-menu__navigation {
    margin: 5px 0 0 0; }
    @media (max-width: 991px) {
      .meta-menu__navigation {
        margin: 0; } }
  .meta-menu__link {
    color: #949597;
    display: block;
    margin-left: 14px; }
    @media (max-width: 991px) {
      .meta-menu__link {
        margin: 0; } }
    .meta-menu__link--emphasis {
      color: #052532;
      font-size: 17px; }
  .meta-menu__contact-button {
    border-radius: 8px;
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    transform: translate(0, -3px); }
    @media (min-width: 768px) {
      .meta-menu__contact-button {
        padding: 9px 30px; } }
  .meta-menu__btn-icon {
    font-size: 14px !important;
    margin-right: 8px !important; }

.social-link {
  color: #b1b2b6;
  font-size: 22px;
  margin-right: 4px;
  transition: color 0.3s ease; }
  .social-link--white {
    color: #ffffff;
    font-size: 20px; }
  .social-link:hover, .social-link:focus {
    color: #0064af; }

.search-dropdown {
  background-color: #e6e7e9;
  display: none;
  padding: 10px 0; }

.footer {
  color: #ffffff;
  font-size: 14px; }
  .footer__main {
    background-color: #111F24;
    padding: 60px 0 40px 0; }
  .footer__button-wrapper {
    position: relative; }
    .footer__button-wrapper .fa {
      position: absolute;
      left: 13px;
      top: 30%;
      font-size: 25px;
      z-index: 10;
      color: #fff; }
  .footer__copyright-information {
    font-size: 12px;
    margin-top: 20px; }
  .footer__menu {
    border-top: 1px solid #0064af;
    margin: 0;
    padding: 20px 0; }
    @media (max-width: 767px) {
      .footer__menu {
        padding: 10px 0;
        margin-top: 20px; } }
    .footer__menu p {
      margin: 0; }
  .footer__menu-link {
    color: #ffffff; }
    .footer__menu-link:hover {
      color: #0064af; }
  .footer__social-links {
    padding-top: 10px; }
  .footer__contact-links {
    background-color: #e6e7e9;
    bottom: 0;
    padding: 14px 0;
    position: fixed;
    left: 0;
    right: 0;
    transition: bottom 0.4s ease;
    width: 100%;
    z-index: 500; }
    .footer__contact-links-alt {
      padding: 14px 0;
      position: fixed;
      right: 0;
      width: auto;
      z-index: 500;
      top: 35vh; }
      .footer__contact-links-alt > div {
        margin-bottom: 10px; }
        @media (max-width: 575px) {
          .footer__contact-links-alt > div {
            margin-bottom: 0;
            width: 50%;
            float: left; } }
      @media (max-width: 575px) {
        .footer__contact-links-alt {
          bottom: 0;
          top: auto;
          width: 100%;
          padding: 0; } }
  .footer__contact-restrict-phone {
    width: 100%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .footer__contact-restrict-phone {
        width: 50%; } }
  .footer__contact-btn {
    border-radius: 8px;
    display: block;
    font-size: 12px;
    padding: 9px 16px;
    margin-top: 0;
    white-space: normal;
    height: 100%; }
    .footer__contact-btn--square {
      border-radius: 0;
      font-size: 13px;
      padding: 15px 20px 15px 45px;
      position: relative; }
    @media (max-width: 575px) {
      .footer__contact-btn {
        margin: 0;
        padding: 10px 25%; } }
  .footer__contact-link-icon {
    font-size: 18px;
    left: 25px;
    line-height: 20px;
    margin-top: -5px;
    position: absolute;
    top: 50%; }
    @media (max-width: 1199px) {
      .footer__contact-link-icon {
        display: none; } }
  .footer__btn-icon {
    font-size: 14px !important;
    margin-right: 8px !important; }
  .footer__cookie-notice {
    background-color: #111F24;
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 13px;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    z-index: 600;
    width: 100%; }
    .footer__cookie-notice a {
      margin-left: 8px; }
    .footer__cookie-notice p:last-of-type {
      margin: 0; }
    @media (max-width: 991px) {
      .footer__cookie-notice {
        bottom: 50px; } }
    .footer__cookie-notice--move-up {
      bottom: 60px; }
      @media (max-width: 991px) {
        .footer__cookie-notice--move-up {
          bottom: 75px; } }

.btn-primary, .btn-secondary, .btn-tertiary {
  backface-visibility: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: uppercase; }
  .btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-tertiary:hover, .btn-tertiary:focus {
    border: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transform: scale(1.05); }

.btn-primary:hover, .btn-primary:focus {
  background-color: #0064af;
  color: #ffffff; }

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #fff; }

.btn-tertiary {
  background-color: #111F24;
  color: #ffffff; }
  .btn-tertiary:hover, .btn-tertiary:focus {
    background-color: #111F24;
    color: #ffffff; }

.partner-logo-slider {
  background-color: #e6e7e9;
  padding: 40px 0;
  position: relative; }
  .partner-logo-slider__slider-holder {
    padding: 0 40px; }
    @media (max-width: 767px) {
      .partner-logo-slider__slider-holder {
        padding: 0; } }
  .partner-logo-slider__logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden; }
    .partner-logo-slider__logo img {
      max-height: 50px;
      margin: 0 auto;
      width: auto; }

.slick-arrow {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 20px; }
  .slick-arrow svg {
    width: 100%; }
  .slick-arrow:hover {
    cursor: pointer; }
  .slick-arrow--prev {
    left: 20px; }
  .slick-arrow--next {
    right: 20px; }
  .slick-arrow__path {
    fill: #ffffff; }
  .slick-arrow--gray .slick-arrow__path {
    fill: #d3d4d6; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li.slick-active button {
      background-color: #0064af; }
    .slick-dots li button {
      background-color: #ffffff;
      border: 0;
      border-radius: 26px;
      height: 26px;
      overflow: hidden;
      text-indent: 999px;
      transition: background-color 0.2s ease;
      width: 26px; }
      .slick-dots li button:hover {
        cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }

.hero-image {
  color: #ffffff;
  height: 475px;
  position: relative; }
  @media (max-width: 767px) {
    .hero-image {
      height: 400px; } }
  .hero-image .row {
    width: 100%; }
  .hero-image__bg-image, .hero-image__mobile-bg-image {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .hero-image--large {
    height: 685px; }
    @media (max-width: 767px) {
      .hero-image--large {
        height: 540px; } }
  .hero-image__overlay {
    background-color: rgba(5, 37, 50, 0.5);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .hero-image__content {
    position: relative;
    z-index: 3; }
  .hero-image__title {
    margin-bottom: 20px; }
  .hero-image p {
    font-size: 18px; }
    @media (max-width: 767px) {
      .hero-image p {
        font-size: 16px; } }
    .hero-image p:last-of-type {
      margin-bottom: 0; }

.icon-cta-list {
  padding: 40px 0; }
  .icon-cta-list__col:last-of-type .icon-cta-list__list-item {
    border: none; }
  .icon-cta-list__list-item {
    border-right: 1px solid #f5f5f5;
    height: 100%;
    overflow: hidden;
    padding: 30px 20px 50px 20px;
    position: relative; }
  .icon-cta-list__icon {
    margin: 0 auto 60px auto; }
    @media (max-width: 767px) {
      .icon-cta-list__icon {
        margin: 0 auto 20px auto; } }
  .icon-cta-list__item-title {
    margin-bottom: 20px; }
  .icon-cta-list__link {
    bottom: 30px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0; }

.page-link-slider__container {
  position: relative; }
.page-link-slider__content-holder {
  color: #231f20;
  display: block;
  font-weight: bold;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 30px 100px;
  width: 100%; }
  @media (max-width: 1199px) {
    .page-link-slider__content-holder {
      padding: 20px 30px; } }
  @media (max-width: 991px) {
    .page-link-slider__content-holder {
      padding: 30px 50px; } }
  .page-link-slider__content-holder--light-content {
    color: #ffffff; }
    .page-link-slider__content-holder--light-content .page-link-slider__btn {
      color: #0064af; }
.page-link-slider__title {
  color: inherit;
  margin-bottom: 20px;
  text-align: left; }
  .page-link-slider__title:after {
    content: normal; }
.page-link-slider__btn {
  margin-top: 14px; }

.testimonials {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .testimonials__col {
      margin-bottom: 10px; } }
  .testimonials__col:last-of-type .testimonials__testimonial {
    border-right: 0; }
  .testimonials__testimonial {
    border-right: 1px solid #f5f5f5;
    padding: 30px 20px 20px 20px;
    position: relative; }
  .testimonials__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center; }
  .testimonials__author-content {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .testimonials__author-content {
        padding-top: 6px; } }
  .testimonials__author-img {
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    display: block;
    height: 75px;
    margin: 0 auto 10px auto;
    width: 75px; }

.latest-news-posts {
  padding: 40px 0 20px 0; }
  .latest-news-posts .news-article {
    padding-bottom: 40px; }
  .latest-news-posts .news-article .text-link {
    bottom: 20px;
    left: 15px;
    position: absolute; }

.news-article-wrapper {
  background-color: #f2f2f2;
  border: solid white 10px;
  display: flex; }
  .news-article-wrapper--blog, .news-article-wrapper--home {
    flex-direction: row !important;
    flex-wrap: wrap !important; }

.news-article {
  display: flex; }
  .news-article--news-article-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .news-article__article-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 220px;
    margin-bottom: 35px;
    width: 100%; }
    .news-article__article-image--blog, .news-article__article-image--home {
      background-repeat: no-repeat !important;
      background-size: contain !important; }
    @media (max-width: 767px) {
      .news-article__article-image {
        margin-bottom: 15px; } }
  .news-article__article-title {
    min-height: 90px; }
    .news-article__article-title--blog, .news-article__article-title--home {
      min-height: 90px !important;
      margin: 0 0 0 0 !important; }
      @media screen and (min-width: 767.98px) and (max-width: 1024.98px) {
        .news-article__article-title--blog, .news-article__article-title--home {
          min-height: 120px !important; } }
    @media (max-width: 767px) {
      .news-article__article-title {
        margin: 0 0 20px 0; } }
  .news-article__excerpt {
    min-height: 110px; }
    @media screen and (min-width: 767.99px) and (max-width: 1024px) {
      .news-article__excerpt {
        min-height: 190px !important; } }
  .news-article__link {
    border-top: 1px solid #dcdcdc;
    padding-top: 10px; }

.text-block {
  padding: 40px 0 20px; }
  .text-block h1 {
    font-size: 40px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .text-block h1 {
        font-size: 24px; } }
    .text-block h1:after {
      background-color: #0064af;
      content: "";
      display: block;
      height: 1px;
      margin: 25px auto 30px auto;
      width: 150px; }

.left-right-content__item {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .left-right-content__item {
      padding: 20px 0; } }
.left-right-content__item-title {
  color: #0064af;
  font-size: 24px;/*old 19px*/
  margin: 0 0 30px 0;
  text-align: left; }
  .left-right-content__item-title:after {
    content: normal; }
  @media (max-width: 767px) {
    .left-right-content__item-title {
      margin: 15px 0; } }
.left-right-content__btn {
  margin-top: 20px; }
.left-right-content__content-holder--with-link {
  height: 100%;
  padding-bottom: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .left-right-content__content-holder--with-link {
      padding-bottom: 0; } }
  .left-right-content__content-holder--with-link .left-right-content__btn {
    bottom: 0;
    position: absolute; }
    @media (max-width: 767px) {
      .left-right-content__content-holder--with-link .left-right-content__btn {
        position: relative; } }

.hover-content-reveal {
  padding: 40px 0; }
  .hover-content-reveal__grid {
    justify-content: center;
    padding-top: 40px; }
    @media (max-width: 767px) {
      .hover-content-reveal__grid {
        padding-top: 10px; } }

.hover-reveal-item {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  height: 190px;
  margin: 15px 0;
  position: relative; }
  .hover-reveal-item.in .hover-reveal-item__content {
    min-height: 100%; }
  .hover-reveal-item.in .hover-reveal-item__item-title:after {
    opacity: 0; }
  .hover-reveal-item__content {
    background-color: #111F24;
    background-color: rgba(5, 37, 50, 0.7);
    bottom: 0;
    padding: 0 12px 0 12px;
    position: absolute;
    min-height: 0;
    transition: min-height 0.6s ease;
    width: 100%; }
    .hover-reveal-item__content p {
      margin: 0; }
  .hover-reveal-item__item-title {
    display: block;
    margin: 0;
    padding: 15px 5px 15px 0;
    position: relative; }
    .hover-reveal-item__item-title:after {
      content: "\f106";
      font-family: "FontAwesome";
      margin-top: -7px;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 50%;
      transition: opacity 0.6s ease; }
  .hover-reveal-item__reveal-content {
    display: none; }

.accordion-header {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #414141;
  position: relative;
  transition: border 0.3s ease; }
  .accordion-header:hover {
    cursor: pointer; }
  .accordion-header:after {
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 20px 0 0; }
  .accordion-header__title {
    color: #0064af;
    margin: 0;
    padding: 20px 0;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .accordion-header__title {
        padding: 10px 0; } }
  .accordion-header.js-hidden {
    border-bottom: 1px solid #414141; }
    .accordion-header.js-hidden:after {
      content: "\f107";
      padding: 0 20px 0 0; }
    .accordion-header.js-hidden .accordion-header__title {
      color: #231f20; }

.tick-list {
  padding: 40px 0; }
  .tick-list__content {
    padding-top: 50px; }
    @media (max-width: 767px) {
      .tick-list__content {
        padding-top: 20px; } }
  .tick-list__list-item {
    padding: 10px 0 10px 50px;
    position: relative; }
    .tick-list__list-item:before {
      background-image: url("../images/list-tick.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 23px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 25px; }

.three-column-contact-block {
  padding: 40px 0; }
  .three-column-contact-block__panel {
    background-color: #e6e7e9;
    height: 100%;
    padding: 30px; }
    .three-column-contact-block__panel--green {
      background-color: #0064af;
      color: #ffffff; }
      .three-column-contact-block__panel--green h3 {
        color: inherit; }
  .three-column-contact-block__panel-title {
    color: #231f20;
    margin-bottom: 24px; }
  .three-column-contact-block__slide-image {
    display: block;
    margin-bottom: 10px; }
  .three-column-contact-block__phone-number {
    padding-bottom: 20px; }
    .three-column-contact-block__phone-number p {
      margin: 0; }
  .three-column-contact-block__second-col-form {
    margin-bottom: 40px; }
  .three-column-contact-block textarea {
    height: 100px; }
  .three-column-contact-block__twitter-link {
    color: #231f20;
    display: block;
    margin-top: 20px;
    transition: color 0.2s ease; }

.team-member-listing {
  padding: 20px 0; }
  .team-member-listing__member {
    margin: 20px 0; }
  .team-member-listing__profile-image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 220px;
    margin-bottom: 20px;
    width: 100%; }
  .team-member-listing__title {
    margin-bottom: 4px; }
  .team-member-listing__member-excerpt, .team-member-listing .text-link {
    font-size: 13px; }
  .team-member-listing__featured-member {
    padding-bottom: 60px; }
  .team-member-listing__featured-member-col {
    align-items: center; }

.cta-list {
  padding: 40px 0; }

.cta-item {
  padding: 20px 0; }
  .cta-item__image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 220px;
    margin-bottom: 20px;
    width: 100%; }
  .cta-item__title {
    margin-bottom: 20px; }

::-webkit-input-placeholder {
  letter-spacing: 1px;
  text-transform: uppercase; }

::-moz-placeholder {
  letter-spacing: 1px;
  text-transform: uppercase; }

:-ms-input-placeholder {
  letter-spacing: 1px;
  text-transform: uppercase; }

:-moz-placeholder {
  letter-spacing: 1px;
  text-transform: uppercase; }

/* Search Form */
.search-form-control {
  display: inline-block;
  width: 80%; }
  @media (max-width: 575px) {
    .search-form-control {
      width: 75%; } }

.search-form-btn {
  height: 34.8px;
  float: right;
  padding: 2px 0 0 0;
  width: 20%; }
  @media (max-width: 575px) {
    .search-form-btn {
      width: 25%; } }
  .search-form-btn:hover, .search-form-btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    transform: scale(1); }

/* Newsletter Signup */
.newsletter-form-group {
  margin: 0 auto;
  position: relative;
  width: 80%; }
  @media (max-width: 767px) {
    .newsletter-form-group {
      width: 100%; } }

.newsletter-signup-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 0;
  padding-right: 22px; }
  .newsletter-signup-input:focus {
    background-color: transparent;
    border-bottom: 1px solid #ffffff; }
  .newsletter-signup-input::-webkit-input-placeholder {
    color: #ffffff; }
  .newsletter-signup-input::-moz-placeholder {
    color: #ffffff; }
  .newsletter-signup-input:-ms-input-placeholder {
    color: #ffffff; }
  .newsletter-signup-input:-moz-placeholder {
    color: #ffffff; }

.newsletter-submit {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 4px; }
  .newsletter-submit:hover {
    cursor: pointer; }

/* Footer Form General */
.footer-form textarea {
  height: 140px;
  min-height: 50px; }

/* International Form */
.international-form__section-title {
  margin-bottom: 14px; }
.international-form__bottom-btn {
  float: left;
  width: 48%; }
  .international-form__bottom-btn--right {
    float: right; }

.contact-form {
  padding-bottom: 40px; }
  .contact-form .form-group {
    margin-bottom: 1.8rem; }
    @media (max-width: 767px) {
      .contact-form .form-group {
        margin-bottom: 1rem; } }
  .contact-form__btn {
    font-size: 15px;
    padding: 15px 50px; }

.office-locations {
  margin-top: 40px; }
  .office-locations__inner {
    border-top: 1px solid #e4e5e7;
    padding: 60px 0; }
  .office-locations__office {
    padding: 20px 0; }
  .office-locations__office-image {
    margin-bottom: 40px; }
  .office-locations__office-title {
    margin-bottom: 15px; }
  .office-locations__office-map {
    display: block;
    height: 310px;
    margin-top: 40px;
    width: 100%; }
  .office-locations p {
    margin: 0; }

.news-featured-article__title {
  font-size: 26px;
  margin-bottom: 22px;
  text-align: left; }
  .news-featured-article__title:after {
    content: normal; }
.news-featured-article__excerpt {
  margin-bottom: 22px; }
  .news-featured-article__excerpt p:last-of-type {
    margin: 0; }
.news-featured-article__post-image {
  background-position: center;
  background-size: cover;
  height: 415px;
  width: 100%; }
  .news-featured-article__post-image--blog {
    background-repeat: no-repeat !important;
    background-size: contain !important; }
  @media (max-width: 991px) {
    .news-featured-article__post-image {
      height: 300px; } }
  @media (max-width: 767px) {
    .news-featured-article__post-image {
      height: 240px;
      margin-bottom: 20px; } }

.news-page {
  padding: 80px 0; }
  .news-page__title {
    font-size: 35px; }
    .news-page__title:after {
      background-color: #eaebe3;
      content: "";
      display: block;
      height: 1px;
      margin: 25px auto 60px auto;
      width: 150px; }
  .news-page__filters {
    padding: 40px 0; }
  .news-page__filters-title, .news-page__dropdown {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .news-page__dropdown {
    border-bottom: 1px solid #231f20;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 10px;
    width: 100%; }
    .news-page__dropdown:focus {
      outline: none; }

.pagination {
  margin: 0 auto; }
  .pagination li {
    border-right: 1px solid #f0f0f0;
    padding: 0 16px; }
    .pagination li:last-of-type {
      border-right: 0; }
    .pagination li.active a {
      color: #0064af;
      font-weight: bold; }
  .pagination a {
    color: #231f20; }

.news-post-single {
  padding: 40px 0;
  /* Author Styles */
  /* Addthis */ }
  .news-post-single__post-title {
    font-size: 35px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .news-post-single__post-title {
        margin-bottom: 25px; } }
  .news-post-single__content {
    padding: 40px 0; }
    .news-post-single__content img {
      max-width: 100% !important;
      height: auto; }
  .news-post-single__author-image {
    background-position: center;
    background-size: cover;
    border-radius: 200px;
    display: block;
    height: 200px;
    width: 200px; }
  .news-post-single__addthis {
    padding-top: 40px; }

.partners-logo-listing {
  padding: 40px 0; }
  .partners-logo-listing__logo {
    align-items: center;
    padding: 40px 20px;
    height: 100%; }
    .partners-logo-listing__logo img {
      flex: none; }
  .partners-logo-listing__filters {
    border: 1px solid #cacbcd;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 40px; }
  .partners-logo-listing__filter-link {
    border-right: 1px solid #cacbcd;
    color: #cacbcd;
    display: inline-block;
    font-weight: bold;
    padding: 5px 14px; }
    .partners-logo-listing__filter-link:last-of-type {
      border-right: 0; }
    .partners-logo-listing__filter-link:hover, .partners-logo-listing__filter-link:focus, .partners-logo-listing__filter-link.active {
      color: #231f20; }

.team-member-single {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .team-member-single__member-image {
      margin-bottom: 20px; } }
  .team-member-single__image-caption {
    display: block;
    margin: 5px 0 0 0; }
  .team-member-single__excerpt {
    align-items: center;
    height: 100%; }
  .team-member-single__body-content {
    padding-top: 40px; }
    @media (max-width: 767px) {
      .team-member-single__body-content {
        padding-top: 20px; } }

.case-study-listing__filters {
  padding: 40px 0; }
.case-study-listing__filters-title, .case-study-listing__dropdown {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }
.case-study-listing__dropdown {
  border-bottom: 1px solid #231f20;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-bottom: 10px;
  width: 100%; }
  .case-study-listing__dropdown:focus {
    outline: none; }
.case-study-listing__case-study-holder {
  padding-bottom: 40px; }

.country-listing__category-wrap {
  padding: 40px 0; }
.country-listing__country {
  padding: 10px 0; }
.country-listing__country-title-wrap {
  align-items: center;
  height: 100%;
  padding-left: 10px; }
.country-listing__country-title {
  color: #231f20; }

.search-results {
  padding: 60px 0; }
  .search-results__result {
    padding: 20px 0; }

.four-oh-four {
  padding: 60px 0; }
  .four-oh-four__title {
    font-size: 65px; }

.server-status {
  background-color: #0064af;
  color: #ffffff;
  font-weight: bold;
  padding: 14px 0; }
  .server-status--negative {
    background-color: #e95858; }

.phone-slider {
  padding: 40px 0; }
  .phone-slider__border {
    border-right: 1px solid #f5f5f5; }
    .phone-slider__border.last-slide {
      border-right: 0; }
  .phone-slider__slider {
    padding-top: 20px; }
  .phone-slider__phone {
    background-color: #ffffff;
    padding: 20px; }
  .phone-slider__phone-image-holder {
    height: 220px;
    margin-bottom: 20px; }
  .phone-slider__image {
    margin: 0 auto;
    max-height: 100%; }
  .phone-slider__data-deal {
    font-size: 18px; }
  .phone-slider__slick-arrow {
    z-index: 10; }
    .phone-slider__slick-arrow--left {
      left: -20px; }
      @media (max-width: 991px) {
        .phone-slider__slick-arrow--left {
          left: 20px; } }
    .phone-slider__slick-arrow--right {
      right: -20px; }
      @media (max-width: 991px) {
        .phone-slider__slick-arrow--right {
          right: 20px; } }
  .phone-slider .slick-dots {
    margin: 0; }
    .phone-slider .slick-dots li.slick-active button {
      background-color: #0064af; }
    .phone-slider .slick-dots li button {
      background-color: #e6e7e9;
      border-radius: 16px;
      height: 16px;
      width: 16px; }

.video-modal {
  padding: 40px 0 0 0; }
  .video-modal__image-holder {
    position: relative; }
  .video-modal__trigger {
    background-color: #0064af;
    border: 0;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    height: 100px;
    font-size: 50px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    text-indent: 5px;
    top: 50%;
    transition: all 0.3s ease;
    width: 100px; }
    .video-modal__trigger:focus {
      outline: none; }
    .video-modal__trigger:hover {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
      cursor: pointer;
      transform: scale(1.05); }
  .video-modal__trigger-icon {
    bottom: 0;
    left: 0;
    line-height: 100px !important;
    position: absolute;
    right: 0;
    top: 0; }
  .video-modal__modal-body {
    position: relative; }
  .video-modal__close-btn {
    background-color: transparent;
    border: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
    .video-modal__close-btn:hover {
      cursor: pointer; }
  .video-modal__video {
    margin: 0 auto;
    max-width: 100%; }
  .video-modal__set-height {
    max-height: 460px; }
    @media (max-width: 767px) {
      .video-modal__set-height {
        max-height: 290px; } }

.business-tools {
  padding: 50px 0; }

.business-tool {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 60px 20px 20px 20px;
  position: relative; }
  .business-tool__content {
    color: inherit;
    position: relative;
    z-index: 2; }
  .business-tool__overlay {
    background-color: #017E82;
    background-color: rgba(8, 62, 66, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .business-tool__description {
    margin-bottom: 60px; }
  .business-tool__link {
    border-top: 1px solid #ffffff;
    padding: 10px 20px 0 0;
    position: relative;
    width: 100%;
    z-index: 2; }

.download-guide {
  padding: 50px 0; }
  .download-guide__title {
    margin-bottom: 24px; }
  .download-guide__link {
    color: #ffffff;
    min-height: 100%;
    padding: 30px 20px;
    text-align: center;
    transition: color 0.2s ease;
    position: relative;
    z-index: 2; }
  .download-guide__link-title {
    color: inherit;
    font-size: 22px;
    margin: 0; }
  .download-guide__background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    position: relative; }
  .download-guide__overlay {
    background-color: #017E82;
    background-color: rgba(8, 62, 66, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .download-guide__icon {
    margin: 0 auto;
    padding-top: 20px;
    width: 60px; }
    .download-guide__icon svg {
      width: 100%; }

.business-benefits {
  padding: 50px 0; }

.business-benefit__image-wrapper {
  padding-right: 40px;
  position: relative;
  z-index: 1; }
.business-benefit__content-wrapper {
  flex: 1;
  margin-top: -40px;
  padding-left: 40px;
  position: relative;
  z-index: 2; }
.business-benefit__content {
  background-color: #f2f2f2;
  padding: 30px 25px; }
.business-benefit__title {
  color: #017E82;
  display: inline-block;
  border-bottom: 2px solid #0064af;
  margin-bottom: 11px;
  padding-bottom: 12px; }

.page-link-ctas {
  padding: 50px 0; }

.page-link-cta {
  color: #ffffff; }
  .page-link-cta__image {
    background-position: center;
    background-size: cover;
    display: block;
    height: 180px;
    width: 100%; }
  .page-link-cta__content {
    background-color: #017E82;
    flex: 1;
    padding: 30px 20px; }
  .page-link-cta__title {
    color: inherit;
    margin-bottom: 16px; }
  .page-link-cta__link-container {
    background-color: #0064af;
    padding: 12px 40px 12px 20px; }
  .page-link-cta__link {
    color: #ffffff; }
    .page-link-cta__link:hover {
      color: #ffffff; }

.testimonial-slider {
  background-color: #F2F2F2;
  padding: 50px 0; }
  .testimonial-slider__wrapper {
    border-bottom: 1px solid #0064af;
    border-top: 1px solid #0064af;
    padding: 50px 0;
    position: relative; }
  .testimonial-slider__testimonial {
    color: #007E82;
    font-size: 16px; }
  .testimonial-slider__testimonial-content {
    font-size: 14px;
    font-weight: bold;
    position: relative; }
    .testimonial-slider__testimonial-content p:first-of-type:before {
      color: #0064af;
      content: "\201C"; }
    .testimonial-slider__testimonial-content p:last-of-type:after {
      color: #0064af;
      content: "\201D"; }
  .testimonial-slider__arrow {
    color: #C8C8C8;
    margin-top: -9px;
    position: absolute;
    top: 50%; }
    .testimonial-slider__arrow:hover {
      color: #0064af; }
    .testimonial-slider__arrow--left {
      left: 0; }
    .testimonial-slider__arrow--right {
      right: 0; }

.pricing-table {
  padding: 40px 0; }
  .pricing-table__package {
    background-color: #f2f2f2;
    border: 4px solid #f2f2f2;
    height: 100%; }
    .pricing-table__package--highlight {
      border: 4px solid #111F24; }
      .pricing-table__package--highlight .pricing-table__price-wrapper {
        background-color: #111F24; }
  .pricing-table__package-title {
    min-height: 62px;
    padding: 14px 0; }
    @media (max-width: 991px) {
      .pricing-table__package-title {
        min-height: 0; } }
  .pricing-table__price-wrapper {
    background-color: #0064af;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    margin: 0 -4px;
    padding: 12px 0;
    text-transform: uppercase; }
  .pricing-table__price {
    font-size: 26px;
    font-weight: 700; }
  .pricing-table__feature {
    font-size: 12px;
    padding: 8px 0; }
    .pricing-table__feature:nth-child(even) {
      background-color: #e6e6e6; }
  .pricing-table__link-holder {
    background-color: #0064af;
    margin: 0 -4px -4px -4px;
    padding: 18px 0; }

.staff-block {
  padding: 40px 0; }
  .staff-block__slider-wrap {
    position: relative; }
  .staff-block__arrow {
    color: #d3d4d6; }
    .staff-block__arrow:hover {
      color: #111F24; }

.staff-member {
  overflow: hidden;
  position: relative;
  margin: 30px 0; }
  @media (max-width: 767px) {
    .staff-member {
      margin: 20px 0 10px 0; } }
  .staff-member:hover .staff-member__reveal-content {
    bottom: 0; }
  .staff-member:hover .staff-member__image {
    transition: all 1s ease-in-out;
    transform: translateY(-25px); }
  .staff-member__image {
    transition: transform 200ms ease-in-out;
    transform: translateY(0); }
  .staff-member__reveal-content {
    background-color: #0a0a0a;
    bottom: -70%;
    color: #ffffff;
    font-size: 11px;
    left: 0;
    height: 73%;
    padding: 5px 1px 0px 1px;
    position: absolute;
    transition: bottom 300ms ease-in-out;
    width: 100%; }
    @media (max-width: 767px) {
      .staff-member__reveal-content {
        background-color: transparent;
        bottom: auto;
        color: #231f20;
        height: auto;
        position: relative; } }
    .staff-member__reveal-content:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 14px solid #0a0a0a;
      content: "";
      display: block;
      left: 50%;
      margin-left: -5px;
      position: absolute;
      top: -14px; }
  .staff-member__name {
    color: #ffffff; }
    @media (max-width: 767px) {
      .staff-member__name {
        color: #231f20; } }
  .staff-member__job-title {
    font-size: 13px; }

.support_page_lists {
  padding: 40px 0; }
  @media (max-width: 767px) {
    .support_page_lists {
      padding-top: 10px; } }

.support_page_header {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #414141;
  position: relative;
  transition: border 0.3s ease;
  background-color: #eceeef; }
  .support_page_header:hover {
    cursor: pointer; }
  .support_page_header:after {
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 20px 0 0; }
  .support_page_header__title {
    color: #0064af;
    margin: 0;
    padding: 20px 0;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .support_page_header__title {
        padding: 10px 0; } }
  .support_page_header.js-hiddens {
    border-bottom: 1px solid #414141; }
    .support_page_header.js-hiddens:after {
      content: "\f107";
      padding: 0 20px 0 0; }
    .support_page_header.js-hiddens .support_page_header__title {
      color: #231f20; }

.tick-list-header {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #414141;
  position: relative;
  transition: border 0.3s ease; }
  .tick-list-header:hover {
    cursor: pointer; }
  .tick-list-header:after {
    content: "\f106";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 20px 0 0; }
  .tick-list-header__title {
    color: #0064af;
    margin: 0;
    padding: 20px 0;
    transition: color 0.3s ease; }
    @media (max-width: 767px) {
      .tick-list-header__title {
        padding: 10px 0; } }
  .tick-list-header.js-hidden-tick-list {
    border-bottom: 1px solid #414141; }
    .tick-list-header.js-hidden-tick-list:after {
      content: "\f107";
      padding: 0 20px 0 0; }
    .tick-list-header.js-hidden-tick-list .tick-list-header__title {
      color: #231f20; }

.service-status {
  padding: 50px 0; }
  .service-status__accordion {
    padding: 40px 0 0 0; }
  .service-status__accordion-item {
    padding: 0 0 10px 15px; }
  .service-status__keyline {
    background-color: #0064af;
    display: block;
    height: 1px;
    margin: 25px auto 30px auto;
    width: 150px; }

/*# sourceMappingURL=style.css.map */