@charset "UTF-8";
.c-section {
  width: 100%;
  padding: 40px 0;
  background-color: white;
  color: #223e51; }
  @media (min-width: 768px) {
    .c-section {
      padding: 60px 0; } }
  @media (min-width: 992px) {
    .c-section {
      padding: 100px 0; } }
  .c-section.padding-none {
    padding: 0 !important; }
  .c-section.padding-top {
    padding-bottom: 0 !important; }
  .c-section.padding-bottom {
    padding-top: 0 !important; }
  .c-section--steps {
    padding: 0; }
    .c-section--steps .step-left {
      position: absolute;
      left: 0;
      height: 100%;
      width: 50%;
      background-color: #B1DCFF; }
    .c-section--steps .step-right {
      position: absolute;
      right: 0;
      height: 100%;
      width: 50%;
      background-color: #314251; }
    .c-section--steps .theme-skyblue .b-steps__number,
    .c-section--steps .theme-skyblue .b-steps__title,
    .c-section--steps .theme-skyblue .b-steps__text p {
      color: #314251; }
    .c-section--steps .theme-skyblue a {
      color: #FF0000; }
    .c-section--steps .theme-skyblue .b-steps__title {
      border-color: #FF0000; }
    .c-section--steps .theme-yellow .b-steps__title {
      border-color: #0054bc; }
    .c-section--steps .theme-yellow a {
      color: #0054bc; }
  .c-section--text-columns {
    padding-top: 80px !important; }
    .c-section--text-columns img {
      width: 100%;
      height: auto; }
    .c-section--text-columns .h3, .c-section--text-columns .b-steps__title {
      margin-bottom: 0;
      border: 0; }
    .c-section--text-columns .title-container .text-container {
      border-top: 2px solid #ffd600; }
    .c-section--text-columns a.more {
      text-transform: uppercase;
      margin-top: 40px;
      display: inline-block; }

.theme-white {
  background-color: #ffffff;
  color: #223e51; }
  .theme-white + .theme-white {
    padding-top: 0; }

.theme-teal {
  background-color: #66b5ba;
  color: #ffffff; }
  .theme-teal + .theme-teal {
    padding-top: 0; }

.theme-navy {
  background-color: #223e51;
  color: #ffffff; }
  .theme-navy + .theme-navy {
    padding-top: 0; }

.theme-light-grey {
  background-color: #e8e8ed;
  color: #223e51; }
  .theme-light-grey + .theme-light-grey {
    padding-top: 0; }

.theme-dark-grey {
  background-color: #637887;
  color: #ffffff; }
  .theme-dark-grey + .theme-dark-grey {
    padding-top: 0; }

.theme-light-yellow {
  color: #637887; }
  .theme-light-yellow + .theme-light-yellow {
    padding-top: 0; }

.theme-dark-yellow {
  color: #637887; }
  .theme-dark-yellow + .theme-dark-yellow {
    padding-top: 0; }

.theme-light-orange {
  background-color: #ffab3d;
  color: #637887; }
  .theme-light-orange + .theme-light-orange {
    padding-top: 0; }

.theme-dark-orange {
  color: #637887; }
  .theme-dark-orange + .theme-dark-orange {
    padding-top: 0; }

.txt-yellow {
  color: !important; }

.responsive-menu-open #navbar {
  top: 0 !important; }

header {
  background-color: #ffffff;
  width: 100%;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease-in; }
  @media (min-width: 768px) {
    header {
      height: 105px; } }
  header.fixed {
    top: 0;
    z-index: 10;
    position: fixed;
    width: 100%; }
  header .logo {
    display: inline-block;
    margin: 10px 0;
    border: 0;
    width: 175px;
    z-index: 1001;
    position: relative; }
    @media (min-width: 1000px) {
      header .logo {
        margin: 27px 0; } }
    header .logo svg {
      display: block;
      width: 100%;
      margin: 0; }
      header .logo svg.white {
        display: none; }
  header .c-header__navigation {
    height: 100%;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .c-header__navigation #navigation-main {
      margin: 0;
      text-align: right; }
      header .c-header__navigation #navigation-main li {
        margin: 0 10px;
        display: inline-block;
        position: relative; }
        header .c-header__navigation #navigation-main li a {
          padding: 3px 0;
          display: block;
          font-size: 16px;
          line-height: 16px;
          text-transform: uppercase;
          color: #223e51;
          text-decoration: none; }
          header .c-header__navigation #navigation-main li a:hover {
            border-bottom: 1px solid #223e51; }
        header .c-header__navigation #navigation-main li.current_page_item a, header .c-header__navigation #navigation-main li.current-menu-parent a {
          border-bottom: 1px solid #223e51; }
        header .c-header__navigation #navigation-main li .sub-menu {
          position: absolute;
          left: 0;
          top: 100%;
          padding: 10px;
          /* trick from css-tricks comments */
          margin: 0;
          /* trick from css-tricks comments */
          z-index: 101;
          visibility: hidden;
          opacity: 0;
          background: #000000;
          list-style: none;
          min-width: 200px; }
          header .c-header__navigation #navigation-main li .sub-menu li {
            padding: 0;
            width: auto;
            display: block; }
            header .c-header__navigation #navigation-main li .sub-menu li a {
              padding: 4px 0;
              margin: 20px 0;
              color: #ffffff;
              text-align: left; }
              header .c-header__navigation #navigation-main li .sub-menu li a::after {
                display: none; }
              header .c-header__navigation #navigation-main li .sub-menu li a:hover {
                text-decoration: underline; }
            header .c-header__navigation #navigation-main li .sub-menu li::after {
              display: none; }
        header .c-header__navigation #navigation-main li:hover > ul {
          visibility: visible;
          opacity: 1; }
  header .header-social {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1000px) {
      header .header-social {
        display: flex; } }
    header .header-social a {
      margin: 0 0 0 15px;
      text-decoration: none;
      border: 0; }
      header .header-social a:hover {
        text-decoration: none;
        border: 0; }
      header .header-social a svg {
        width: 16px; }
        header .header-social a svg path {
          fill: #223e51; }
  header .register {
    display: inline-block;
    float: right;
    color: #ffffff;
    padding: 20px 40px;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    border: 0; }
  header .register:hover {
    text-decoration: none;
    border: 0; }

#responsive-menu-container {
  margin-top: 73px !important;
  text-align: center !important; }
  #responsive-menu-container #responsive-menu-wrapper #responsive-menu {
    background-color: #ffffff !important;
    padding: 20px 0 !important; }
    #responsive-menu-container #responsive-menu-wrapper #responsive-menu a {
      font-size: 16px !important;
      text-transform: uppercase;
      font-weight: 500; }
      #responsive-menu-container #responsive-menu-wrapper #responsive-menu a:hover {
        text-decoration: underline !important; }
    #responsive-menu-container #responsive-menu-wrapper #responsive-menu .responsive-menu-current-item a {
      text-decoration: underline !important; }
  #responsive-menu-container #responsive-menu-wrapper #responsive-menu-search-box {
    position: relative;
    padding-top: 110px; }
    #responsive-menu-container #responsive-menu-wrapper #responsive-menu-search-box input {
      border: 0;
      background-color: transparent;
      border-bottom: 1px solid #fff; }
    #responsive-menu-container #responsive-menu-wrapper #responsive-menu-search-box::after {
      background-image: url("/wp-content/themes/wise/src/images/bars/white-three-mob.svg");
      content: "";
      height: 100px;
      width: 100%;
      position: absolute;
      top: -2px;
      left: 0;
      transform: rotate(180deg);
      opacity: 1; }
  #responsive-menu-container #responsive-menu-wrapper .mobile-nav-social-container a {
    width: 24px;
    display: inline-block;
    margin: 0 10px; }
    #responsive-menu-container #responsive-menu-wrapper .mobile-nav-social-container a svg path {
      fill: #ffffff; }

#responsive-menu-button {
  top: 10px !important;
  background-color: transparent !important; }
  #responsive-menu-button:hover .responsive-menu-inner, #responsive-menu-button:hover .responsive-menu-inner::before, #responsive-menu-button:hover .responsive-menu-inner::after {
    background-color: #223e51; }
  #responsive-menu-button .responsive-menu-inner, #responsive-menu-button .responsive-menu-inner::before, #responsive-menu-button .responsive-menu-inner::after {
    background-color: #223e51; }

.page-id-735 {
  padding-top: 0; }
  .page-id-735 header.blue {
    background-color: transparent; }
    .page-id-735 header.blue #responsive-menu-button {
      top: 10px !important;
      background-color: transparent !important; }
      .page-id-735 header.blue #responsive-menu-button:hover .responsive-menu-inner, .page-id-735 header.blue #responsive-menu-button:hover .responsive-menu-inner::before, .page-id-735 header.blue #responsive-menu-button:hover .responsive-menu-inner::after {
        background-color: #ffffff; }
      .page-id-735 header.blue #responsive-menu-button .responsive-menu-inner, .page-id-735 header.blue #responsive-menu-button .responsive-menu-inner::before, .page-id-735 header.blue #responsive-menu-button .responsive-menu-inner::after {
        background-color: #ffffff; }
    .page-id-735 header.blue .bg {
      background-color: #223e51;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7; }
    .page-id-735 header.blue .logo svg.white {
      display: block; }
    .page-id-735 header.blue .logo svg.navy {
      display: none; }
    .page-id-735 header.blue .c-header {
      background-color: transparent; }
    .page-id-735 header.blue .c-header__navigation #navigation-main li {
      min-height: 24px; }
      .page-id-735 header.blue .c-header__navigation #navigation-main li a {
        color: #ffffff;
        border-bottom: 0; }
        .page-id-735 header.blue .c-header__navigation #navigation-main li a:hover {
          border-bottom: 1px solid #ffffff; }
    .page-id-735 header.blue .header-social a svg path {
      fill: #ffffff; }
    .page-id-735 header.blue .search-btn svg path, .page-id-735 header.blue .search-btn svg rect {
      stroke: #ffffff !important;
      fill: #ffffff !important; }

footer {
  width: 100%;
  padding: 40px 0 0;
  border-top: 1px solid #637887;
  background-color: #223e51;
  color: #ffffff;
  font-size: 16px;
  line-height: 120%; }
  footer .copyright-notice {
    font-family: "Lato", sans-serif;
    border-top: 1px solid #637887;
    margin: 0;
    padding: 20px 0;
    position: relative;
    display: block;
    text-align: center; }
  footer .footer-logo {
    display: inline-block; }
    footer .footer-logo img {
      display: block;
      width: 70px; }
  footer a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    color: #ffffff; }
  footer .footer-email-mob {
    color: #ffab3d;
    display: block;
    text-align: center;
    margin: 20px 0 40px; }
    @media (min-width: 768px) {
      footer .footer-email-mob {
        display: none; } }
  footer .footer-email {
    color: #ffab3d;
    float: right;
    display: none; }
    @media (min-width: 768px) {
      footer .footer-email {
        display: block; } }
  footer .footer-siteby {
    display: none;
    position: absolute;
    bottom: 30px;
    text-decoration: none; }
    footer .footer-siteby:hover {
      color: #ffffff;
      text-decoration: none; }
    @media (min-width: 768px) {
      footer .footer-siteby {
        display: block; } }
    footer .footer-siteby.mob {
      display: block;
      position: relative;
      bottom: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        footer .footer-siteby.mob {
          display: none; } }
  footer ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      footer ul {
        text-align: left;
        margin: 0 0 20px 0; } }
    footer ul li {
      display: inline-block;
      margin-right: 5px; }
      footer ul li a {
        text-decoration: none;
        font-size: 16px;
        line-height: 120%; }
        footer ul li a svg {
          width: 30px;
          height: 30px; }
          footer ul li a svg path {
            fill: #ffffff; }
  footer ul.footer-menu {
    padding: 0;
    list-style: none;
    margin: 0 0 12px 0;
    text-align: left; }
    @media (min-width: 768px) {
      footer ul.footer-menu {
        margin: 0 0 32px 0; } }
    footer ul.footer-menu li {
      display: block;
      margin: 0 0 8px 0;
      padding: 0; }
      footer ul.footer-menu li a {
        font-size: 16px;
        line-height: 120%;
        color: #ffffff; }
        footer ul.footer-menu li a svg {
          width: 30px;
          height: 30px; }
          footer ul.footer-menu li a svg path {
            fill: #ffffff; }

.breadcrumbs {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid #637887; }
  @media (min-width: 768px) {
    .breadcrumbs {
      width: 100%;
      padding: 10px 10%; } }
  .breadcrumbs a {
    color: #637887; }
    .breadcrumbs a:hover {
      text-decoration: none; }
  .breadcrumbs .sep {
    display: inline-block;
    width: 30px;
    margin: 0 8px;
    padding: 3px; }
    .breadcrumbs .sep svg {
      width: 100%; }
      .breadcrumbs .sep svg .cls-1 {
        fill: none;
        stroke: #d0662e;
        stroke-miterlimit: 10;
        stroke-width: 2px; }

.search-btn {
  margin: 0 0 0 15px;
  text-decoration: none;
  border: 0;
  cursor: pointer; }
  .search-btn svg {
    width: 16px; }
    .search-btn svg path, .search-btn svg rect {
      stroke: #223e51;
      fill: #223e51; }

.bar-search {
  position: absolute;
  width: 100%;
  right: 0;
  top: 105px;
  z-index: 1;
  padding: 0;
  display: none; }
  .bar-search.show-menu {
    display: block !important; }
  .bar-search form {
    text-align: right; }
    .bar-search form .search-field {
      vertical-align: top;
      border: 0;
      padding: 8px 15px 9px;
      margin: 0 0 0 0;
      font-size: 16px;
      line-height: 16px; }
    .bar-search form .search-submit {
      vertical-align: top;
      padding: 3px 4px 6px;
      cursor: pointer;
      color: #223e51;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0;
      background-color: #ffab3d; }
      .bar-search form .search-submit svg {
        height: 24px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-backdrop {
  transition: all 2s;
  opacity: 0.6; }

.modal {
  transition: all 0.6s;
  opacity: 0; }
  .modal .modal-dialog {
    transition: all 0.6s;
    margin-top: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .modal .modal-dialog .modal-content {
      background-color: #ffab3d;
      border: 0; }
      .modal .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 10px 10px 0 10px; }
        .modal .modal-dialog .modal-content .modal-header .close {
          opacity: 1;
          text-shadow: none;
          outline: 0; }
          .modal .modal-dialog .modal-content .modal-header .close:hover {
            color: #000000; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 0 20px 30px; }
        .modal .modal-dialog .modal-content .modal-body .modal-title,
        .modal .modal-dialog .modal-content .modal-body .modal-content,
        .modal .modal-dialog .modal-content .modal-body h5,
        .modal .modal-dialog .modal-content .modal-body p,
        .modal .modal-dialog .modal-content .modal-body a {
          margin: 0;
          color: #223e51; }
        .modal .modal-dialog .modal-content .modal-body .modal-title {
          display: block;
          margin-bottom: 10px; }
        .modal .modal-dialog .modal-content .modal-body .modal-content {
          display: block;
          font-size: 16px;
          line-height: 120%; }
  .modal.in {
    opacity: 1; }
    .modal.in .modal-dialog {
      margin-top: 0; }

h1,
.t-h1, .c-section--map_section .map-description .map-content p, .c-section--map_section .map-description .map-content a, .c-section--symbols_section .intro p {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  line-height: 120%; }
  @media (min-width: 786px) {
    h1,
    .t-h1, .c-section--map_section .map-description .map-content p, .c-section--map_section .map-description .map-content a, .c-section--symbols_section .intro p {
      font-size: 22px; } }
  @media (min-width: 992px) {
    h1,
    .t-h1, .c-section--map_section .map-description .map-content p, .c-section--map_section .map-description .map-content a, .c-section--symbols_section .intro p {
      font-size: 30px; } }

h2,
.t-h2 {
  font-size: 18px;
  line-height: 120%; }
  @media (min-width: 786px) {
    h2,
    .t-h2 {
      font-size: 22px; } }
  @media (min-width: 992px) {
    h2,
    .t-h2 {
      font-size: 22px; } }

h3,
.t-h3 {
  font-size: 22px;
  line-height: 28px; }
  @media (min-width: 786px) {
    h3,
    .t-h3 {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 992px) {
    h3,
    .t-h3 {
      font-size: 26px;
      line-height: 34px; } }

h4,
.t-h4 {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 5px 0;
  font-weight: 600; }
  @media (min-width: 786px) {
    h4,
    .t-h4 {
      font-size: 26px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    h4,
    .t-h4 {
      font-size: 26px;
      line-height: 30px; } }

h5,
.t-h5 {
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 786px) {
    h5,
    .t-h5 {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    h5,
    .t-h5 {
      font-size: 20px;
      line-height: 30px; } }

h6,
.t-h6 {
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 786px) {
    h6,
    .t-h6 {
      font-size: 14px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    h6,
    .t-h6 {
      font-size: 14px;
      line-height: 20px; } }

body, .c-section--text_section_-_one_column .cta {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 786px) {
    body, .c-section--text_section_-_one_column .cta {
      font-size: 18px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    body, .c-section--text_section_-_one_column .cta {
      font-size: 19px;
      line-height: 25px; } }

.t-feature {
  font-size: 60px;
  line-height: 50px; }
  @media (min-width: 992px) {
    .t-feature {
      font-size: 100px;
      line-height: 90px; } }

.t-caps {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px; }

.c-section--text-columns a.more, .t-small {
  font-size: 12px;
  line-height: 18px; }
  @media (min-width: 786px) {
    .c-section--text-columns a.more, .t-small {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 992px) {
    .c-section--text-columns a.more, .t-small {
      font-size: 16px;
      line-height: 26px; } }

.c-button, .cta {
  font-family: "Roboto Slab", sans-serif;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 600;
  color: #223e51;
  padding: 10px 50px 10px 0;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 115%;
  text-decoration: underline;
  border: 0; }
  .c-button svg,
  .cta svg {
    margin-left: 10px;
    width: 32px;
    transition: all 0.5s; }
    .c-button svg path,
    .cta svg path {
      fill: #223e51; }
  .c-button:hover, .c-button:active, .c-button:focus,
  .cta:hover,
  .cta:active,
  .cta:focus {
    color: #223e51; }
  .c-button.white,
  .cta.white {
    color: #ffffff; }
    .c-button.white svg path,
    .cta.white svg path {
      fill: #ffffff; }
    .c-button.white:hover, .c-button.white:active, .c-button.white:focus,
    .cta.white:hover,
    .cta.white:active,
    .cta.white:focus {
      color: #ffffff; }
  .c-button.theme-orange,
  .cta.theme-orange {
    color: #ffab3d; }
    .c-button.theme-orange svg path,
    .cta.theme-orange svg path {
      fill: #ffab3d; }
    .c-button.theme-orange:hover, .c-button.theme-orange:active, .c-button.theme-orange:focus,
    .cta.theme-orange:hover,
    .cta.theme-orange:active,
    .cta.theme-orange:focus {
      color: #ffab3d; }
  .theme-red .c-button,
  .theme-red .cta {
    border-color: white;
    color: white; }
    .theme-red .c-button:hover, .theme-red .c-button:active, .theme-red .c-button:focus,
    .theme-red .cta:hover,
    .theme-red .cta:active,
    .theme-red .cta:focus {
      border-color: white;
      background-color: white; }
  .theme-none .c-button:hover, .theme-none .c-button:active, .theme-none .c-button:focus, .theme-none .cta:hover, .theme-none .cta:active, .theme-none .cta:focus {
    color: white; }

.bar-img {
  position: absolute;
  width: 100%;
  max-width: 240px; }
  .bar-img.bar-desktop {
    display: none !important; }
    @media (min-width: 786px) {
      .bar-img.bar-desktop {
        display: block !important; } }
  .bar-img.bar-mob {
    width: 50%;
    max-width: 50%;
    bottom: 0;
    position: relative;
    display: block !important; }
    .bar-img.bar-mob.bar-top
    .bar-img.bar-mob.bar-bottom {
      bottom: 0; }
    .bar-img.bar-mob.bar-right {
      margin-left: 50%; }
    @media (min-width: 786px) {
      .bar-img.bar-mob {
        display: none !important; } }
  .bar-img.bar-top {
    top: -1px;
    transform: rotate(180deg) !important;
    margin-bottom: 20px; }
  .bar-img.bar-bottom {
    bottom: -2px;
    margin-top: 30px; }
  .bar-img.bar-left {
    left: 0; }
  .bar-img.bar-right {
    right: 0; }
  .bar-img.bars-four {
    display: none; }
  @media (min-width: 786px) {
    .bar-img {
      position: absolute;
      width: 100%;
      max-width: 180px; }
      .bar-img.bars-four {
        display: block; } }
  @media (min-width: 992px) {
    .bar-img {
      max-width: 240px; } }
  @media (min-width: 1200px) {
    .bar-img {
      max-width: 310px; } }
  @media (min-width: 786px) {
    .bar-img.lrg {
      max-width: 380px; } }
  @media (min-width: 992px) {
    .bar-img.lrg {
      max-width: 480px; } }
  @media (min-width: 1200px) {
    .bar-img.lrg {
      max-width: 580px; } }

::selection {
  color: white;
  background-color: rgba(99, 120, 135, 0.99); }

html {
  box-sizing: border-box;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  width: 100%;
  height: 100%; }

body {
  font-family: "Roboto Slab", sans-serif;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 74px 0 0 0; }
  @media (min-width: 786px) {
    body {
      padding: 105px 0 0 0; } }
  body.has-menu {
    overflow: hidden; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@media (min-width: 1200px) {
  .container {
    max-width: 1530px;
    padding-left: 50px;
    padding-right: 50px; } }

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  outline: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: 0.1em; }

.register-success,
.register-fail {
  display: none; }

.error {
  display: none;
  color: #EE133A;
  padding: 0;
  margin: 0; }

#menu-main-menu {
  margin: 0;
  text-align: right; }
  #menu-main-menu li {
    margin: 0 10px;
    display: inline-block;
    position: relative; }
    #menu-main-menu li a {
      padding: 22px 0;
      display: block;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none; }
      #menu-main-menu li a:hover {
        text-decoration: none; }
      #menu-main-menu li a:hover:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        margin-top: -8px; }
    #menu-main-menu li.current_page_item a:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -8px;
      width: 0px;
      height: 0px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #ffffff;
      margin-top: -8px; }

@media (max-width: 767px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  word-break: break-word;
  font-weight: normal;
  margin: 20px 0; }

strong,
b {
  font-weight: 600; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

p,
ul,
ol,
li,
address {
  margin: 0 0 20px 0; }

p:last-child {
  margin: 0 0 0 0; }

address {
  font-style: normal; }

ul,
ol {
  padding: 0 0 0 20px;
  margin: 20px 0; }
  ul li,
  ol li {
    margin: 5px 0; }

blockquote,
cite {
  font-style: normal;
  padding: 0;
  display: block; }

blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’"; }
  blockquote > p {
    position: relative; }
    blockquote > p::before, blockquote > p::after {
      color: inherit;
      font-size: inherit; }
    blockquote > p::before {
      content: open-quote; }
    blockquote > p::after {
      content: close-quote; }

.highlight {
  font-weight: 600; }

.theme-white .um .um-button {
  border-radius: 0 !important; }
.theme-white .um input[type="submit"].um-button {
  transition: all .5s ease;
  display: inline-block;
  background: linear-gradient(to left, #d0112b 50%, #9c0c20 50%, #9c0c20);
  background-position: right bottom;
  background-size: 200% 100%;
  color: #fff;
  padding: 20px 40px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  border: 0; }
  .theme-white .um input[type="submit"].um-button:hover, .theme-white .um input[type="submit"].um-button:active, .theme-white .um input[type="submit"].um-button:focus {
    background-position: left bottom;
    text-decoration: none;
    color: white; }

.theme-black .um .um-field-label,
.theme-black .um .um-field-checkbox-option,
.theme-black .um .um-field-radio-option,
.theme-black .um .um-field-checkbox-state i,
.theme-black .um .um-field-radio-state i,
.theme-black .um .um-toggle-gdpr,
.theme-black .um .um-gdpr-content {
  color: #ffffff !important; }
.theme-black .um .um-button {
  transition: all .5s ease;
  display: inline-block;
  background-position: right bottom;
  background-size: 200% 100%;
  color: #fff;
  padding: 20px 40px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  border: 0; }
.theme-black .um input[type="submit"].um-button {
  transition: all .5s ease;
  display: inline-block;
  background: linear-gradient(to left, #d0112b 50%, #9c0c20 50%, #9c0c20);
  background-position: right bottom;
  background-size: 200% 100%;
  color: #fff;
  padding: 20px 40px;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  border: 0; }
  .theme-black .um input[type="submit"].um-button:hover, .theme-black .um input[type="submit"].um-button:active, .theme-black .um input[type="submit"].um-button:focus {
    background-position: left bottom;
    text-decoration: none;
    color: white; }

.user-form label {
  display: block;
  margin: 0;
  font-size: 14px; }
.user-form .form-input {
  height: 57px;
  width: 100%;
  margin: 0 20px 20px 0;
  padding: 0 10px; }
.user-form .c-button {
  margin: 0; }

/* Banner Section */
.c-section--banner_section {
  position: relative;
  background-size: 0;
  background-position: center center;
  padding: 80px 0; }
  @media (max-width: 785px) {
    .c-section--banner_section {
      background-image: none !important; } }
  @media (min-width: 786px) {
    .c-section--banner_section {
      padding: 100px 0 180px 0;
      background-size: cover; } }
  @media (min-width: 992px) {
    .c-section--banner_section {
      padding: 115px 0 230px;
      min-height: 600px; } }
  .c-section--banner_section.bars-1 .bar-img {
    display: none; }
  .c-section--banner_section.bars-1.bars-top {
    padding: 0 0 70px; }
  .c-section--banner_section.bars-1.bars-bottom {
    padding: 50px 0 0; }
  @media (min-width: 786px) {
    .c-section--banner_section.bars-1 {
      padding: 100px 0 180px 0 !important; }
      .c-section--banner_section.bars-1 .bar-img {
        display: block; } }
  @media (min-width: 992px) {
    .c-section--banner_section.bars-1 {
      padding: 115px 0 230px !important; } }
  .c-section--banner_section.bars-1.type-large h1 {
    color: #ffab3d;
    margin: 0 0 20px; }
  .c-section--banner_section.bars-1.type-large .inner {
    line-height: 115%; }
    @media (min-width: 786px) {
      .c-section--banner_section.bars-1.type-large .inner {
        font-size: 4.5vw; } }
    @media (min-width: 992px) {
      .c-section--banner_section.bars-1.type-large .inner {
        font-size: 3.5vw; } }
  .c-section--banner_section.bars-1.type-large .bar-img {
    display: none; }
  .c-section--banner_section.bars-1.type-large.bars-top {
    padding: 0 0 70px; }
  .c-section--banner_section.bars-1.type-large.bars-bottom {
    padding: 50px 0 0; }
  @media (min-width: 786px) {
    .c-section--banner_section.bars-1.type-large {
      padding: 100px 0 180px 0 !important; }
      .c-section--banner_section.bars-1.type-large .bar-img {
        display: block;
        transform: rotate(0) !important;
        width: 20vw;
        margin-top: 100px;
        max-height: 370px;
        object-position: left;
        object-fit: contain; } }
  @media (min-width: 992px) {
    .c-section--banner_section.bars-1.type-large {
      padding: 115px 0 230px !important; }
      .c-section--banner_section.bars-1.type-large .bar-img {
        margin-top: 115px; } }
  .c-section--banner_section .banner-mob-container {
    position: relative;
    display: block;
    height: 260px;
    margin-top: 43px; }
    @media (min-width: 786px) {
      .c-section--banner_section .banner-mob-container {
        display: none; } }
    .c-section--banner_section .banner-mob-container .mob-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 786px) {
        .c-section--banner_section .banner-mob-container .mob-bg {
          display: none; } }
    .c-section--banner_section .banner-mob-container .bar-mob {
      position: absolute; }
  .c-section--banner_section .b-banner_section {
    text-align: left; }
    .c-section--banner_section .b-banner_section .content-container {
      display: block;
      color: #ffffff; }
      .c-section--banner_section .b-banner_section .content-container .colour-block {
        display: inline-block;
        width: 2%;
        height: 66px;
        background-color: #ffab3d;
        margin-top: 6px;
        margin-right: 1%; }
      .c-section--banner_section .b-banner_section .content-container .content {
        font-family: "Lato", sans-serif;
        display: inline-block;
        vertical-align: top;
        width: 94%; }
      .c-section--banner_section .b-banner_section .content-container .cta {
        display: block; }
  .c-section--banner_section .banner-container.bg-img {
    height: 400px; }

/* Banner Section - Large with Circle icons */
.c-section--banner_-_large_with_circle_icons {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 80px; }
  @media (min-width: 786px) {
    .c-section--banner_-_large_with_circle_icons {
      background-position: center left;
      padding: 130px 0; } }
  @media (min-width: 992px) {
    .c-section--banner_-_large_with_circle_icons {
      background-position: top left;
      padding: 210px 0;
      min-height: 750px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .c-section--banner_-_large_with_circle_icons .b-banner_-_large_with_circle_icons {
    position: relative;
    z-index: 1; }
  .c-section--banner_-_large_with_circle_icons #nokey {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.55; }
  .c-section--banner_-_large_with_circle_icons .bg-inset {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 40%;
    height: 50px; }
    .c-section--banner_-_large_with_circle_icons .bg-inset.bg-white {
      background-color: #ffffff; }
  .c-section--banner_-_large_with_circle_icons .banner-content p, .c-section--banner_-_large_with_circle_icons .banner-content a {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #ffffff; }
  .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper {
    display: block;
    text-align: center;
    margin: 40px 0; }
    .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .bg-circ {
      position: absolute;
      z-index: 0;
      top: 12px;
      left: 12px;
      width: 236px;
      height: 236px;
      border: 1px solid #ffffff;
      border-radius: 100%; }
    .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-ring {
      position: relative; }
    .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle {
      display: block;
      position: relative;
      overflow: hidden;
      width: 260px;
      height: 260px;
      margin: 0 auto 20px; }
      @media (min-width: 768px) {
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle {
          display: inline-block;
          margin: 0 10px; } }
      .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle img {
        position: absolute;
        top: 30%;
        left: 50%;
        height: 74px;
        margin: -30px 0 0 -37px;
        transition: all 1s ease 0s; }
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle img.hide {
          top: 15%;
          opacity: 0; }
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle img.img-hide {
          opacity: 0;
          height: 0;
          margin: 0; }
      .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle .txt {
        font-family: "Lato", sans-serif;
        position: absolute;
        top: 55%;
        left: 50%;
        width: 120px;
        margin: 0 0 0 -60px;
        color: #ffffff;
        text-align: center;
        opacity: 1;
        transition: all 1s ease 0s;
        font-size: 16px;
        line-height: 115%; }
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle .txt .title {
          font-size: 28px;
          display: block;
          margin: 0 0 10px 0; }
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle .txt.hide {
          bottom: 10%;
          opacity: 0; }
        .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle .txt.content-img-hide {
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          line-height: 120%; }
          .c-section--banner_-_large_with_circle_icons .circle-icon-wrapper .progress-circle .txt.content-img-hide .title {
            font-size: 80px;
            line-height: 100%;
            margin: 0; }
  .c-section--banner_-_large_with_circle_icons.bars-1 {
    padding: 20px 0; }
    @media (min-width: 786px) {
      .c-section--banner_-_large_with_circle_icons.bars-1 {
        padding: 0 0 130px 0; } }
    @media (min-width: 992px) {
      .c-section--banner_-_large_with_circle_icons.bars-1 {
        padding: 0 0 210px 0; } }

/* Soundbite Blocks Section */
.c-section--card_block {
  position: relative;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center center;
  padding: 120px 0; }
  @media (min-width: 786px) {
    .c-section--card_block {
      padding: 120px 0; } }
  @media (min-width: 992px) {
    .c-section--card_block {
      padding: 120px 0; } }
  .c-section--card_block.bars-1 .bar-img {
    display: none; }
  .c-section--card_block.bars-1.bars-top {
    padding: 0 0 40px; }
  .c-section--card_block.bars-1.bars-bottom {
    padding: 40px 0 0; }
  @media (min-width: 786px) {
    .c-section--card_block.bars-1 {
      padding: 120px 0 !important; }
      .c-section--card_block.bars-1 .bar-img {
        display: block; } }
  @media (min-width: 992px) {
    .c-section--card_block.bars-1 {
      padding: 120px 0 !important; } }
  .c-section--card_block .b-card_block {
    color: #ffffff; }
    .c-section--card_block .b-card_block .card-description {
      margin-bottom: 60px; }
    .c-section--card_block .b-card_block .t-h1 {
      margin-bottom: 20px;
      font-family: "Lato", sans-serif; }
      .c-section--card_block .b-card_block .t-h1.light-orange {
        color: #ffab3d; }
      .c-section--card_block .b-card_block .t-h1.teal {
        color: #66b5ba; }
    .c-section--card_block .b-card_block .card-wrapper-title {
      margin-top: 40px; }
    .c-section--card_block .b-card_block .card-wrapper .flip-card {
      display: inline-block;
      background-color: transparent;
      perspective: 1000px;
      width: 99%;
      margin: 0 0 1% 0;
      height: 360px; }
      @media (min-width: 786px) {
        .c-section--card_block .b-card_block .card-wrapper .flip-card {
          width: 48%;
          margin: 0 1% 1% 0;
          height: 360px; } }
      @media (min-width: 992px) {
        .c-section--card_block .b-card_block .card-wrapper .flip-card {
          width: 31%;
          margin: 0 1% 1% 0;
          height: 360px; } }
      .c-section--card_block .b-card_block .card-wrapper .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg); }
        .c-section--card_block .b-card_block .card-wrapper .flip-card:hover .flip-card-inner .flip-card-front {
          opacity: 0; }
      .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d; }
        .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front, .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          /* Safari */
          backface-visibility: hidden; }
        .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front {
          background-color: transparent;
          transition: .5s all ease-in; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner {
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%; }
            .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .content {
              position: relative;
              z-index: 2;
              display: block;
              padding: 10px; }
              @media (min-width: 992px) {
                .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .content {
                  max-width: 300px; } }
              .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .content img {
                display: block;
                margin: 0 auto 40px;
                max-height: 130px; }
              .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .inner .content .title {
                color: #ffab3d; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front svg {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 2; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-front .bg {
            transition: 1s all ease-in;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-color: #ffffff;
            opacity: 0.15;
            z-index: 1; }
        .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back {
          background-color: #ffab3d;
          color: white;
          transform: rotateY(180deg);
          z-index: 2;
          padding: 20px;
          text-align: left; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .title {
            color: #ffffff;
            opacity: 0.6; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .content {
            color: #223e51;
            font-size: 14px;
            line-height: 115%; }
            .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .content p, .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .content a {
              font-size: 16px;
              color: #223e51; }
            .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .content ul li {
              margin-bottom: 3px; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card .flip-card-inner .flip-card-back .cta {
            position: absolute;
            bottom: 0;
            left: 20px;
            font-size: 16px;
            padding: 10px 10px 10px 0;
            color: #223e51; }
      .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-front .inner .content .title {
        color: #66b5ba; }
      .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-back {
        background-color: #66b5ba; }
        .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-back .content {
          color: #ffffff; }
          .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-back .content p, .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-back .content a {
            color: #ffffff; }
        .c-section--card_block .b-card_block .card-wrapper .flip-card.teal .flip-card-inner .flip-card-back .cta {
          color: #ffffff; }

/* Soundbite Blocks Section */
.c-section--contact_form_section {
  display: block;
  padding: 40px 0; }
  @media (min-width: 786px) {
    .c-section--contact_form_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--contact_form_section {
      padding: 110px 0; } }
  .c-section--contact_form_section .b-contact_form_section .form-container {
    margin-bottom: 40px;
    display: block;
    float: left;
    width: 100%; }
    @media (min-width: 786px) {
      .c-section--contact_form_section .b-contact_form_section .form-container {
        margin-bottom: 0; } }
    .c-section--contact_form_section .b-contact_form_section .form-container input,
    .c-section--contact_form_section .b-contact_form_section .form-container textarea {
      width: 100% !important;
      display: block !important;
      padding: 8px !important;
      height: auto !important;
      max-width: 100% !important;
      border: 0 !important;
      background-color: transparent !important;
      border-bottom: 1px solid #637887 !important;
      border-radius: 0 !important;
      margin-bottom: 5px; }
    .c-section--contact_form_section .b-contact_form_section .form-container textarea {
      height: 300px !important;
      border: 1px solid #637887 !important; }
    .c-section--contact_form_section .b-contact_form_section .form-container select {
      border: 1px solid #637887;
      padding: 8px;
      border-radius: 0 !important;
      margin-bottom: 5px; }
    .c-section--contact_form_section .b-contact_form_section .form-container .wpforms-submit {
      float: right;
      border-color: #ffab3d !important;
      background-color: #ffab3d !important;
      color: #223e51 !important;
      font-size: 16px;
      padding: 12px 47px 12px 16px;
      background-image: url("/wp-content/themes/wise/src/images/icons/cta-icon.svg");
      background-position: 86% 50%;
      background-size: 24px;
      background-repeat: no-repeat; }
    .c-section--contact_form_section .b-contact_form_section .form-container input[type="checkbox"] {
      display: inline-block !important;
      width: auto !important; }
    .c-section--contact_form_section .b-contact_form_section .form-container a {
      color: #223e51; }
    .c-section--contact_form_section .b-contact_form_section .form-container .t-h1 {
      margin-bottom: 20px; }

/* Soundbite Blocks Section */
.c-section--image_blocks {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 786px) {
    .c-section--image_blocks {
      flex-direction: row; } }
  .c-section--image_blocks .image-block {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    order: 1; }
    .c-section--image_blocks .image-block.mob-first {
      order: 0; }
    @media (min-width: 786px) {
      .c-section--image_blocks .image-block {
        min-height: 350px; }
        .c-section--image_blocks .image-block.mob-first {
          order: 2; } }
    @media (min-width: 992px) {
      .c-section--image_blocks .image-block {
        min-height: 550px; } }
    .c-section--image_blocks .image-block .inner-content {
      text-align: left;
      width: 80%;
      color: #ffffff; }
      @media (min-width: 786px) {
        .c-section--image_blocks .image-block .inner-content {
          width: 70%; } }
      .c-section--image_blocks .image-block .inner-content p {
        color: #ffffff; }

.c-section--text_section_-_one_column {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  width: 100%; }
  @media (min-width: 786px) {
    .c-section--text_section_-_one_column {
      padding: 100px 0; } }
  @media (min-width: 992px) {
    .c-section--text_section_-_one_column {
      padding: 120px 0; } }
  .c-section--text_section_-_one_column.bars-1 .bar-img {
    display: none; }
  .c-section--text_section_-_one_column.bars-1.bars-top {
    padding: 0 0 40px; }
  .c-section--text_section_-_one_column.bars-1.bars-bottom {
    padding: 40px 0 0; }
  @media (min-width: 786px) {
    .c-section--text_section_-_one_column.bars-1 {
      padding: 120px 0 !important; }
      .c-section--text_section_-_one_column.bars-1 .bar-img {
        display: block; } }
  @media (min-width: 992px) {
    .c-section--text_section_-_one_column.bars-1 {
      padding: 120px 0 !important; } }
  .c-section--text_section_-_one_column .content-wrapper a {
    text-decoration: none;
    color: #ffab3d; }
    .c-section--text_section_-_one_column .content-wrapper a:hover {
      text-decoration: underline; }
  .c-section--text_section_-_one_column .item {
    display: block;
    margin: 0 10px 0 0; }
    .c-section--text_section_-_one_column .item img {
      width: 20px;
      height: auto; }
    @media (min-width: 786px) {
      .c-section--text_section_-_one_column .item {
        display: inline-block; } }
  .c-section--text_section_-_one_column h1, .c-section--text_section_-_one_column h2, .c-section--text_section_-_one_column h3 {
    text-align: center; }
  .c-section--text_section_-_one_column ul, .c-section--text_section_-_one_column ol {
    padding: 0 0 0 18px; }
  .c-section--text_section_-_one_column .cta {
    margin: 20px 0;
    background-color: #ffab3d;
    padding: 15px 20px; }
    .c-section--text_section_-_one_column .cta svg path {
      transition: all 0.2s ease-in; }
    .c-section--text_section_-_one_column .cta:hover {
      background-color: #223e51;
      color: #ffffff; }
      .c-section--text_section_-_one_column .cta:hover svg path {
        fill: #ffffff; }

/* Tile Blocks Section */
.c-section--tile_blocks {
  padding: 0; }
  .c-section--tile_blocks .tile-wrapper {
    display: block; }
    .c-section--tile_blocks .tile-wrapper .tile-row {
      display: block;
      width: 100%; }
      @media (min-width: 786px) {
        .c-section--tile_blocks .tile-wrapper .tile-row {
          display: flex;
          width: 100%; } }
      .c-section--tile_blocks .tile-wrapper .tile-row .tile-img-mob {
        display: block;
        width: 100%; }
        @media (min-width: 786px) {
          .c-section--tile_blocks .tile-wrapper .tile-row .tile-img-mob {
            display: none; } }
      .c-section--tile_blocks .tile-wrapper .tile-row .tile-img {
        flex: 1;
        display: none;
        width: 50%;
        background-size: cover; }
        @media (min-width: 786px) {
          .c-section--tile_blocks .tile-wrapper .tile-row .tile-img {
            display: block; } }
      .c-section--tile_blocks .tile-wrapper .tile-row .tile-content {
        flex: 1;
        width: 100%; }
        @media (min-width: 786px) {
          .c-section--tile_blocks .tile-wrapper .tile-row .tile-content {
            width: 50%; } }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content h2, .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .t-h2, .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .t-h1 {
          color: #ffffff; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .tile-content-inner,
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .tile-content-inner p,
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .tile-content-inner a {
          color: #223e51; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .cta {
          color: #ffffff; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content.bg-light-orange {
          background-color: #ffab3d; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content.bg-dark-grey {
          background-color: #637887; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content.bg-teal {
          background-color: #66b5ba; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content.bg-navy {
          background-color: #223e51; }
        .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .content-wrapper {
          padding: 20px 40px; }
          @media (min-width: 786px) {
            .c-section--tile_blocks .tile-wrapper .tile-row .tile-content .content-wrapper {
              padding: 15%; } }
      .c-section--tile_blocks .tile-wrapper .tile-row.type-large .tile-img {
        background-position: center center;
        background-size: cover; }
        @media (min-width: 786px) {
          .c-section--tile_blocks .tile-wrapper .tile-row.type-large .tile-img {
            min-height: 400px; } }
        @media (min-width: 992px) {
          .c-section--tile_blocks .tile-wrapper .tile-row.type-large .tile-img {
            min-height: 600px; } }
      .c-section--tile_blocks .tile-wrapper .tile-row.type-large .tile-content .content-wrapper {
        display: flex;
        align-items: center;
        height: 100%; }
        .c-section--tile_blocks .tile-wrapper .tile-row.type-large .tile-content .content-wrapper .tile-content-inner p {
          color: #ffffff; }
      @media (min-width: 786px) {
        .c-section--tile_blocks .tile-wrapper .tile-row.alignment-right .tile-img {
          order: 2; } }

/* Map Section */
.c-section--map_section {
  position: relative;
  padding: 0; }
  .c-section--map_section .mobile-map {
    display: block;
    width: 100%; }
    @media (min-width: 786px) {
      .c-section--map_section .mobile-map {
        display: none; } }
  .c-section--map_section .map-wrapper {
    position: relative;
    overflow: hidden;
    display: none; }
    @media (min-width: 786px) {
      .c-section--map_section .map-wrapper {
        display: block; } }
    .c-section--map_section .map-wrapper .bg-map {
      width: 100%; }
    .c-section--map_section .map-wrapper .map-dot {
      position: absolute;
      width: 8px;
      height: 8px;
      margin: -4px 0 0 -4px;
      border-radius: 100%;
      background-color: #ffab3d;
      transition: all 0.4s;
      cursor: pointer; }
      .c-section--map_section .map-wrapper .map-dot:hover {
        background-color: #de4a30; }
      @media (min-width: 992px) {
        .c-section--map_section .map-wrapper .map-dot {
          width: 12px;
          height: 12px;
          margin: -6px 0 0 -6px; } }
  .c-section--map_section .map-description {
    z-index: 1;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    font-family: "Lato", sans-serif;
    padding-top: 40px; }
    @media (min-width: 786px) {
      .c-section--map_section .map-description {
        padding-top: 0;
        top: 40px;
        position: absolute; } }
    @media (min-width: 992px) {
      .c-section--map_section .map-description {
        top: 80px; } }
    @media (min-width: 1200px) {
      .c-section--map_section .map-description {
        top: 100px; } }
    .c-section--map_section .map-description .map-content p, .c-section--map_section .map-description .map-content a {
      color: #ffffff; }
  .c-section--map_section .bar-img {
    z-index: 1; }

/* Soundbite Blocks Section */
.c-section--contact_section {
  display: block;
  padding: 40px 0; }
  @media (min-width: 786px) {
    .c-section--contact_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--contact_section {
      padding: 110px 0; } }
  .c-section--contact_section .b-contact_section .form-container {
    margin-bottom: 40px;
    display: block;
    float: left;
    width: 100%; }
    @media (min-width: 786px) {
      .c-section--contact_section .b-contact_section .form-container {
        margin-bottom: 0; } }
    .c-section--contact_section .b-contact_section .form-container input,
    .c-section--contact_section .b-contact_section .form-container textarea {
      width: 100% !important;
      display: block !important;
      padding: 18px !important;
      height: auto !important;
      max-width: 100% !important;
      border-color: #efefef !important;
      background-color: #efefef !important; }
    .c-section--contact_section .b-contact_section .form-container textarea {
      height: 300px !important; }
    .c-section--contact_section .b-contact_section .form-container .wpforms-submit {
      float: right;
      border-color: #505050 !important;
      background-color: #505050 !important;
      color: #ffffff !important; }
  .c-section--contact_section .b-contact_section .social-section {
    display: block;
    margin-bottom: 80px; }
    .c-section--contact_section .b-contact_section .social-section a {
      display: inline-block;
      margin-right: 0px;
      width: 30px; }
      .c-section--contact_section .b-contact_section .social-section a svg {
        fill: #637887; }
  .c-section--contact_section .b-contact_section .testimonial-section {
    display: block;
    color: #637887; }
    .c-section--contact_section .b-contact_section .testimonial-section .quote {
      display: block;
      max-width: 300px;
      margin-bottom: 10px;
      font-size: 34px;
      line-height: 135%; }

/* Soundbite Blocks Section */
.c-section--cta_multiple {
  position: relative;
  display: block;
  padding: 40px 0;
  overflow: hidden; }
  @media (min-width: 786px) {
    .c-section--cta_multiple {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--cta_multiple {
      padding: 110px 0; } }
  .c-section--cta_multiple .b-cta_multiple .cta-multiple-intro {
    margin-bottom: 60px; }
  .c-section--cta_multiple .b-cta_multiple #nokey {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .c-section--cta_multiple .b-cta_multiple .cta-wrapper {
    margin-bottom: 30px; }
    .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container {
      background-color: #000000;
      position: relative;
      z-index: 1;
      background-size: cover;
      background-position: center center;
      height: 100%;
      text-align: left;
      color: #ffffff;
      background-blend-mode: multiply;
      padding: 40px 20px 100px; }
      @media (min-width: 786px) {
        .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container {
          padding: 40px 60px 120px; } }
      @media (min-width: 992px) {
        .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container {
          padding: 80px 15% 160px; } }
      .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container .cta-bg {
        background-size: cover;
        background-position: center center;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container .divider {
        position: relative;
        display: block;
        margin-right: 40%;
        height: 4px;
        margin-bottom: 40px; }
      .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container .title {
        position: relative;
        display: block;
        margin-bottom: 10px; }
      .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container .desc {
        position: relative;
        display: block; }
      .c-section--cta_multiple .b-cta_multiple .cta-wrapper .cta-container .cta-bottom {
        position: absolute;
        bottom: 0;
        left: 2%;
        width: 96%;
        background-color: transparent;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid; }

/* Soundbite Blocks Section */
.c-section--cta_section {
  display: inline-block;
  padding: 40px 0;
  background-size: 200% 100% !important;
  transition: all 1s ease; }
  @media (min-width: 786px) {
    .c-section--cta_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--cta_section {
      padding: 110px 0; } }
  .c-section--cta_section.theme-light-yellow {
    background: linear-gradient(to left, 50%, #ecb107 50%, #eaae00);
    background-position: right bottom; }
  .c-section--cta_section.theme-dark-yellow {
    background: linear-gradient(to left, 50%, #ecb107 50%, #eaae00);
    background-position: right bottom; }
  .c-section--cta_section.theme-light-orange {
    background: linear-gradient(to left, #ffab3d 50%, #ecb107 50%, #eaae00);
    background-position: right bottom; }
  .c-section--cta_section.theme-dark-orange {
    background: linear-gradient(to left, 50%, #ecb107 50%, #eaae00);
    background-position: right bottom; }
  .c-section--cta_section:hover {
    text-decoration: none;
    background-position: left bottom; }
  .c-section--cta_section .b-cta_section .cta-wrapper {
    text-align: center; }
    .c-section--cta_section .b-cta_section .cta-wrapper .title {
      color: #637887;
      display: inline-block;
      width: 80%; }
      @media (min-width: 786px) {
        .c-section--cta_section .b-cta_section .cta-wrapper .title {
          width: auto; } }
    .c-section--cta_section .b-cta_section .cta-wrapper .arrow {
      margin-left: 20px;
      display: inline-block;
      vertical-align: top;
      margin-top: 4px;
      display: inline-block;
      width: 15%;
      max-width: 38px; }
      @media (min-width: 786px) {
        .c-section--cta_section .b-cta_section .cta-wrapper .arrow {
          width: auto; } }
      .c-section--cta_section .b-cta_section .cta-wrapper .arrow svg {
        width: 100%; }
        .c-section--cta_section .b-cta_section .cta-wrapper .arrow svg .cls-1 {
          stroke: #637887; }

/* Banner Section */
.c-section--headline_section {
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
  text-align: left; }
  @media (min-width: 786px) {
    .c-section--headline_section {
      background-position: center left;
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--headline_section {
      background-position: top left;
      padding: 110px 0; } }

/* Soundbite Blocks Section */
.c-section--form_section {
  display: block;
  padding: 40px 0; }
  @media (min-width: 786px) {
    .c-section--form_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--form_section {
      padding: 110px 0 40px; } }
  .c-section--form_section .b-form_section .form-container {
    margin-bottom: 40px;
    display: block;
    float: left;
    width: 100%; }
    .c-section--form_section .b-form_section .form-container p {
      font-family: "Lato", sans-serif; }
    @media (min-width: 992px) {
      .c-section--form_section .b-form_section .form-container {
        margin-bottom: 0; } }
    .c-section--form_section .b-form_section .form-container input,
    .c-section--form_section .b-form_section .form-container textarea {
      width: 100% !important;
      display: block !important;
      padding: 18px !important;
      height: auto !important;
      max-width: 100% !important;
      border-color: #efefef !important;
      background-color: #efefef !important; }
    .c-section--form_section .b-form_section .form-container textarea {
      height: 300px !important; }
    .c-section--form_section .b-form_section .form-container .wpforms-submit {
      float: right;
      border-color: #505050 !important;
      background-color: #505050 !important;
      color: #ffffff !important; }
    .c-section--form_section .b-form_section .form-container .contact-email {
      margin: 0;
      display: inline-block;
      text-decoration: underline;
      color: #ffab3d; }
      .c-section--form_section .b-form_section .form-container .contact-email:hover {
        text-decoration: none; }
  .c-section--form_section .b-form_section .social-section {
    display: block;
    margin: 13px 0 0 0; }
    .c-section--form_section .b-form_section .social-section p {
      display: inline-block;
      margin-right: 20px; }
    .c-section--form_section .b-form_section .social-section a {
      display: inline-block;
      margin-right: 0px;
      width: 40px; }
      .c-section--form_section .b-form_section .social-section a svg {
        fill: #637887;
        width: 100%;
        height: 100%; }
  .c-section--form_section .b-form_section .testimonial-section {
    display: block;
    color: #637887; }
    .c-section--form_section .b-form_section .testimonial-section .quote {
      display: block;
      max-width: 300px;
      margin-bottom: 10px;
      font-size: 34px;
      line-height: 135%; }

/* Soundbite Blocks Section */
.c-section--symbols_section {
  display: block;
  padding: 40px 0; }
  @media (min-width: 786px) {
    .c-section--symbols_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--symbols_section {
      padding: 110px 0; } }
  .c-section--symbols_section .b-symbols_section .symbols-container {
    margin: 40px 0; }
    .c-section--symbols_section .b-symbols_section .symbols-container .symbol {
      margin-bottom: 40px; }
      .c-section--symbols_section .b-symbols_section .symbols-container .symbol .symbol-title {
        font-weight: 600;
        margin: 0; }
        @media (min-width: 992px) {
          .c-section--symbols_section .b-symbols_section .symbols-container .symbol .symbol-title {
            min-height: 54px;
            max-width: 190px; } }
      @media (min-width: 992px) {
        .c-section--symbols_section .b-symbols_section .symbols-container .symbol .symbol-desc {
          max-width: 170px; } }
      .c-section--symbols_section .b-symbols_section .symbols-container .symbol .symbol-text {
        display: block;
        text-align: left;
        font-size: 40px;
        line-height: 120%; }
        @media (min-width: 992px) {
          .c-section--symbols_section .b-symbols_section .symbols-container .symbol .symbol-text {
            font-size: 80px; } }
      .c-section--symbols_section .b-symbols_section .symbols-container .symbol img {
        display: block;
        width: auto;
        margin: 0 0 10px 0;
        height: 80px; }
  .c-section--symbols_section .b-symbols_section .symbol-cta {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #637887; }
    .c-section--symbols_section .b-symbols_section .symbol-cta .plus {
      display: inline-block;
      margin-right: 5px; }
    .c-section--symbols_section .b-symbols_section .symbol-cta:hover {
      text-decoration: none; }
  .c-section--symbols_section .title {
    font-weight: 600; }
  .c-section--symbols_section.theme-dark-grey {
    color: #ffffff; }

.c-section--image_section {
  padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  height: 300px; }
  @media (min-width: 786px) {
    .c-section--image_section {
      height: 500px; } }
  @media (min-width: 992px) {
    .c-section--image_section {
      height: 500px; } }

.c-section--image_wipe_section {
  padding: 0; }
  .c-section--image_wipe_section #pinContainer {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .c-section--image_wipe_section #pinContainer .panel {
      height: 100vh;
      width: 100%;
      position: absolute;
      text-align: center;
      background-size: cover;
      background-position: center center;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: left; }
      .c-section--image_wipe_section #pinContainer .panel .b-image_wipe_section {
        position: relative;
        z-index: 2; }
        .c-section--image_wipe_section #pinContainer .panel .b-image_wipe_section .divider {
          border: 0;
          display: inline-block;
          margin-bottom: 20px;
          height: 4px;
          width: 80%; }
      .c-section--image_wipe_section #pinContainer .panel .bg {
        height: 100vh;
        width: 100%;
        opacity: 0.6;
        background-color: #000;
        position: absolute;
        top: 0; }

@media (min-width: 786px) {
  .page-template-landing-page .header {
    background-color: transparent !important; }
  .page-template-landing-page .responsive-menu-inner,
  .page-template-landing-page .responsive-menu-inner::before,
  .page-template-landing-page .responsive-menu-inner::after {
    background-color: #ffffff; }
  .page-template-landing-page.alt .header .logo path {
    fill: #ffffff; }
  .page-template-landing-page.alt .responsive-menu-inner,
  .page-template-landing-page.alt .responsive-menu-inner::before,
  .page-template-landing-page.alt .responsive-menu-inner::after {
    background-color: #505050; }
  .page-template-landing-page.alt .search-btn svg path,
  .page-template-landing-page.alt .search-btn svg rect {
    stroke: #505050;
    fill: #505050; } }
.page-template-landing-page.responsive-menu-open .logo path {
  fill: #ffffff !important; }
.page-template-landing-page.responsive-menu-open .responsive-menu-inner,
.page-template-landing-page.responsive-menu-open .responsive-menu-inner::before,
.page-template-landing-page.responsive-menu-open .responsive-menu-inner::after {
  background-color: #ffffff !important; }
.page-template-landing-page .search-btn svg path,
.page-template-landing-page .search-btn svg rect {
  stroke: #505050;
  fill: #505050; }
@media (min-width: 786px) {
  .page-template-landing-page .search-btn svg path,
  .page-template-landing-page .search-btn svg rect {
    stroke: #ffffff;
    fill: #ffffff; } }

.mobile-landing-container {
  display: block;
  padding: 20px 0 0 0; }
  @media (min-width: 786px) {
    .mobile-landing-container {
      display: none; } }
  .mobile-landing-container .content {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 20px 20px 320px 20px;
    margin-bottom: 20px; }
    .mobile-landing-container .content .bg-image {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background-position: center center;
      background-size: cover; }
    .mobile-landing-container .content .cta {
      margin-top: 10px;
      font-size: 10px;
      color: white;
      display: block;
      vertical-align: middle;
      padding: 15px 0 0 40px;
      display: block;
      text-decoration: none;
      padding-left: 50px;
      background-image: url(/wp-content/themes/wise/src/images/landing/arrow-orange.svg);
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: left 77%;
      background-color: transparent !important;
      font-family: "Open Sans", sans-serif;
      color: #505050;
      text-transform: none !important;
      letter-spacing: 0 !important; }
      .mobile-landing-container .content .cta .title {
        display: block;
        font-size: 16px;
        line-height: 120%; }
      .mobile-landing-container .content .cta .sub {
        display: block;
        font-size: 12px;
        line-height: 160%; }
      .mobile-landing-container .content .cta:hover {
        background-color: transparent; }
    .mobile-landing-container .content .article-content {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: #ffffff; }
      .mobile-landing-container .content .article-content .cta {
        margin-top: 0;
        font-size: 16px;
        display: block;
        height: 30px;
        vertical-align: middle;
        padding: 7px 0 0 40px;
        background-image: url(/wp-content/themes/wise/src/images/landing/arrow-yellow.svg); }
    .mobile-landing-container .content.content-news {
      margin-top: -20px;
      padding: 20px 20px 20px;
      background-color: #637887;
      color: #ffffff; }
      .mobile-landing-container .content.content-news a {
        color: #ffffff; }

.landing-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 786px) {
    .landing-container {
      display: block; } }
  .landing-container .colour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .landing-container .yellow {
    background-color: #f9bb08; }
  .landing-container .orange {
    background-color: #d0662d; }
  .landing-container .blue {
    background-color: #005293; }
  .landing-container .grey {
    background-color: #505050; }
  .landing-container .polygon {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 12;
    opacity: 0; }
  .landing-container .polygon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    position: absolute; }
  .landing-container .polygon img.on {
    opacity: 1; }
  .landing-container .news {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 12;
    opacity: 0; }
  .landing-container .news-inner {
    position: relative;
    padding: 0 20%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .landing-container .article-wrapper {
    display: block; }
  .landing-container .underline {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ffffff; }
  .landing-container .underline.yellow {
    background-color: #f9bb08; }
  .landing-container .news h2 {
    display: inline-block;
    font-size: 33px;
    line-height: 120%;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    padding-left: 35%;
    margin: 0 0 10% 0; }
  .landing-container .news .article {
    display: block;
    margin: 0 0 40px 0;
    color: #ffffff; }
    .landing-container .news .article.last {
      display: none; }
  @media (min-height: 850px) {
    .landing-container .news .article.last {
      display: block; } }
  .landing-container .news .article .date {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 170%;
    display: inline-block;
    width: 30%;
    color: #f9bb08;
    vertical-align: top; }
  .landing-container .news .article .article-content {
    display: inline-block;
    width: 60%;
    margin: 0 0 0 5%; }
  .landing-container .news .article .article-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    margin: 0;
    font-size: 22px;
    line-height: 120%; }
  .landing-container .news .article .article-content .cta {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    display: block;
    height: 45px;
    vertical-align: middle;
    padding: 15px 0 0 40px;
    background-image: url(/wp-content/themes/wise/src/images/landing/arrow-yellow.svg); }
  .landing-container .polygon.on {
    opacity: 1; }
  .landing-container .polygon.left {
    left: 0; }
  .landing-container .polygon.right {
    right: 0; }
  .landing-container .half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    opacity: 0; }
  .landing-container .screen-one {
    opacity: 1; }
  .landing-container .half.left {
    left: 0; }
  .landing-container .half.right {
    right: 0;
    /* clip-path: circle(75%);
    transition: clip-path 1s; */ }
  .landing-container .quarter {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50%;
    z-index: 2;
    background-position: center center;
    background-size: cover; }
  .landing-container .quarter .inner {
    position: relative;
    padding: 0 20%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .landing-container .quarter .inner .content {
    display: block; }
  .landing-container .quarter p {
    font-size: 33px;
    line-height: 120%;
    color: #505050;
    font-family: "Open Sans", sans-serif; }
  .landing-container .cta {
    display: block;
    text-decoration: none;
    text-transform: none !important;
    letter-spacing: 0 !important;
    padding-left: 50px;
    background-image: url(/wp-content/themes/wise/src/images/landing/arrow-orange.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent !important;
    font-family: "Open Sans", sans-serif;
    color: #505050; }
  .landing-container .cta .title {
    display: block;
    font-size: 22px;
    line-height: 130%; }
  .landing-container .cta .sub {
    display: block;
    font-size: 16px;
    line-height: 160%; }
  .landing-container .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    /* transition-duration: 5s;
    transition-timing-function: ease-in; */ }
  .landing-container .quarter.white {
    background-color: #ffffff; }
  .landing-container .next {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 20;
    border-radius: 100%;
    cursor: pointer; }
  .landing-container .next .pattern {
    width: 100%;
    height: 100%;
    z-index: 11;
    background-image: url(/wp-content/themes/wise/src/images/landing/central.png);
    background-size: cover; }
  .landing-container .mask-left-boundary {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden; }
  .landing-container .mask-right-boundary {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden; }
  .landing-container .mask {
    position: absolute;
    top: 50%;
    width: 200%;
    height: 10000px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    z-index: 8; }
  .landing-container .mask-left {
    left: -200%; }
  .landing-container .mask-left.on {
    left: 0; }
  .landing-container .mask-right {
    right: -200%; }
  .landing-container .mask-right.on {
    right: 0%;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    -webkit-transform-origin: 0% 50% !important;
    -ms-transform-origin: 0% 50% !important;
    transform-origin: 0% 50% !important; }
  .landing-container .player {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: block;
    opacity: 0; }
  .landing-container .player.on {
    opacity: 1;
    z-index: 4000; }
  .landing-container #screen_one {
    left: 0;
    bottom: 0;
    float: right; }
  .landing-container #screen_two {
    right: 0;
    bottom: 0; }
  .landing-container #screen_three {
    left: 0;
    bottom: 0; }
  .landing-container .btn {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 50%;
    height: 50%;
    outline: none !important; }
    .landing-container .btn:focus, .landing-container .btn:active {
      outline: none !important;
      box-shadow: none !important; }
  .landing-container a {
    outline: none !important; }
    .landing-container a:focus, .landing-container a:active {
      outline: none !important;
      box-shadow: none !important; }
  .landing-container .btn-left {
    left: 0; }
  .landing-container .btn-right {
    right: 0; }
  .landing-container .screen-one-btn {
    z-index: 10001; }
  .landing-container .progress {
    background-color: transparent !important;
    position: absolute;
    z-index: 100001;
    right: 20px;
    top: 50%;
    height: 400px;
    margin-top: -200px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .landing-container .progress .indicator-wrapper {
    display: block; }
  .landing-container .progress .indicator {
    border-radius: 100%;
    border: 2px solid #ffffff;
    background-color: transparent;
    height: 12px;
    width: 12px;
    display: block;
    margin: 10px 0;
    cursor: pointer; }
  .landing-container .progress .indicator.on {
    background-color: #ffffff; }
  .landing-container .progress.grey-theme .indicator {
    border: 2px solid #505050; }
  .landing-container .progress.grey-theme .indicator.on {
    background-color: #505050; }

.page-template-landing-page .footer {
  display: block; }
  @media (min-width: 786px) {
    .page-template-landing-page .footer {
      display: none; } }

/* Soundbite Blocks Section */
.c-section--map_tiles_section {
  display: block;
  padding: 40px 0; }
  @media (min-width: 786px) {
    .c-section--map_tiles_section {
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--map_tiles_section {
      padding: 110px 0; } }
  .c-section--map_tiles_section .b-map_tiles_section .map-wrapper {
    margin-bottom: 30px; }
    .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container {
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
      height: 100%;
      background-color: #ffab3d; }
      .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .map {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 460px; }
        @media (min-width: 786px) {
          .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .map {
            height: 460px; } }
      .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details {
        padding: 20px;
        color: #223e51;
        position: relative;
        overflow: hidden;
        margin-top: 460px; }
        @media (min-width: 786px) {
          .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details {
            margin-top: 460px; } }
        .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details .country {
          font-family: "Lato", sans-serif;
          display: block;
          vertical-align: top;
          margin-bottom: 10px; }
        .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details .title, .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details .tel, .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details .address {
          vertical-align: top;
          display: block;
          font-size: 16px; }
        .c-section--map_tiles_section .b-map_tiles_section .map-wrapper .map-container .office-details .gmap-link {
          display: block;
          font-size: 16px;
          text-decoration: underline;
          font-weight: 600;
          color: #223e51; }

.c-section--multiple_image_section {
  width: 100%;
  display: inline-block; }
  .c-section--multiple_image_section .multiple-image-wrapper {
    float: left;
    display: block; }
    .c-section--multiple_image_section .multiple-image-wrapper .multiple-image {
      float: left;
      width: 100%;
      padding: 0 5% 6% 0; }
      @media (min-width: 786px) {
        .c-section--multiple_image_section .multiple-image-wrapper .multiple-image {
          width: 42%; } }
      .c-section--multiple_image_section .multiple-image-wrapper .multiple-image.right {
        margin-top: 0;
        width: 100%;
        padding: 0 0 6% 5%; }
        @media (min-width: 786px) {
          .c-section--multiple_image_section .multiple-image-wrapper .multiple-image.right {
            margin-top: 40px;
            width: 58%; } }

/* News Section */
.c-section--articles {
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
  text-align: left; }
  @media (min-width: 786px) {
    .c-section--articles {
      background-position: center left;
      padding: 80px 0; } }
  @media (min-width: 992px) {
    .c-section--articles {
      background-position: top left;
      padding: 110px 0; } }
  .c-section--articles .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  .c-section--articles .download-assets {
    background-color: #637887;
    padding: 10px 20px 10px 45px;
    background-size: 24px;
    background-position: 99% 58%;
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: 18px;
    background-image: url(/wp-content/themes/wise/src/images/download.svg);
    background-position: 14px 58%;
    background-repeat: no-repeat; }
    .c-section--articles .download-assets:hover {
      text-decoration: none; }
  .c-section--articles .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 300px;
    height: 40px; }
  .c-section--articles .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #637887;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-size: 18px;
    background-image: url(/wp-content/themes/wise/src/images/arrow-filter.svg);
    background-position: 94% 58%;
    background-repeat: no-repeat; }
  .c-section--articles .select-styled:hover {
    background-color: #ffffff; }
  .c-section--articles .select-styled:active, .c-section--articles .select-styled.active {
    background-color: #ffffff; }
  .c-section--articles .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ffffff; }
  .c-section--articles .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #ffffff;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    min-width: 44px; }
  .c-section--articles .category-select-container .select-options li {
    display: inline-block; }
  .c-section--articles .select-options li:hover {
    color: #ffffff; }
  .c-section--articles .select-options li[rel="hide"] {
    display: none; }
  .c-section--articles .subject-filter {
    padding: 10px 0 0 0;
    margin: 0 10px 0 0;
    vertical-align: top;
    display: inline-block; }
  .c-section--articles .category-filter {
    padding: 10px 0 0 0;
    margin: 0 10px 0 0px;
    vertical-align: top;
    display: inline-block; }
  .c-section--articles .category-filter,
  .c-section--articles .subject-filter {
    min-width: 120px; }
  .c-section--articles .year-select-container,
  .c-section--articles .type-select-container {
    display: inline-block;
    width: 50%;
    margin: 0;
    float: left;
    padding: 0 5px; }
  .c-section--articles .search-news-media {
    display: block;
    padding: 0 5px; }
    .c-section--articles .search-news-media input {
      display: block;
      width: 100%;
      border: 0;
      outline: 0 !important;
      background-image: url(/wp-content/themes/bbc/src/images/icn_search-grey.svg);
      background-repeat: no-repeat;
      background-position: right;
      margin: 0 0 20px 0;
      padding: 8px 16px; }
  .c-section--articles .grid-container {
    display: grid; }
    @media (min-width: 786px) {
      .c-section--articles .grid-container {
        grid-template-columns: repeat(2, 50% [col-start]); } }
    @media (min-width: 992px) {
      .c-section--articles .grid-container {
        grid-template-columns: repeat(3, 33.3% [col-start]); } }
    @media (min-width: 1200px) {
      .c-section--articles .grid-container {
        grid-template-columns: repeat(4, 25% [col-start]); } }
    .c-section--articles .grid-container .article-tile {
      position: relative;
      padding: 20px;
      margin: 10px;
      min-height: 170px; }
      .c-section--articles .grid-container .article-tile.type-news {
        background-color: #637887;
        padding: 80px 20px 130px;
        color: #ffffff; }
        .c-section--articles .grid-container .article-tile.type-news .share {
          color: #ffffff;
          background-image: url(/wp-content/themes/wise/src/images/linkedin_white.svg); }
      .c-section--articles .grid-container .article-tile.type-video {
        color: #637887;
        padding: 20px 20px 80px; }
        .c-section--articles .grid-container .article-tile.type-video .tile-image {
          display: block;
          height: 180px;
          margin: 0 0 10px 0;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (min-width: 786px) {
            .c-section--articles .grid-container .article-tile.type-video .tile-image {
              height: 140px; } }
        .c-section--articles .grid-container .article-tile.type-video .share {
          color: #637887;
          background-image: url(/wp-content/themes/wise/src/images/linkedin_grey.svg); }
      .c-section--articles .grid-container .article-tile.type-download {
        padding: 80px 20px 130px;
        background-color: #ffffff;
        border: 1px solid #637887;
        color: #637887; }
        .c-section--articles .grid-container .article-tile.type-download .share {
          color: #637887;
          background-image: url(/wp-content/themes/wise/src/images/linkedin_grey.svg); }
      .c-section--articles .grid-container .article-tile .infobox .date {
        display: block;
        margin-bottom: 10px; }
      .c-section--articles .grid-container .article-tile .infobox .title {
        display: block;
        font-size: 22px;
        line-height: 120%; }
      .c-section--articles .grid-container .article-tile .infobox .search {
        display: none; }
      .c-section--articles .grid-container .article-tile .view {
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #ffffff;
        background-size: 24px;
        padding: 10px 0 10px 30px;
        background-image: url(/wp-content/themes/wise/src/images/landing/arrow-yellow.svg);
        background-position: left 53%;
        background-repeat: no-repeat; }
      .c-section--articles .grid-container .article-tile .view-video {
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #637887;
        background-size: 24px;
        padding: 10px 0 10px 30px;
        background-image: url(/wp-content/themes/wise/src/images/landing/arrow-orange.svg);
        background-position: left 53%;
        background-repeat: no-repeat; }
      .c-section--articles .grid-container .article-tile .download {
        position: absolute;
        bottom: 10px;
        left: 20px;
        color: #637887;
        background-size: 24px;
        padding: 10px 0 10px 30px;
        background-image: url(/wp-content/themes/wise/src/images/download.svg);
        background-position: left 58%;
        background-repeat: no-repeat; }
      .c-section--articles .grid-container .article-tile .share {
        position: absolute;
        bottom: 10px;
        right: 20px;
        padding-right: 40px;
        background-size: 24px;
        padding: 10px 30px 10px 0;
        background-position: 99% 58%;
        background-repeat: no-repeat; }
      .c-section--articles .grid-container .article-tile a:hover {
        text-decoration: none; }

/* News Section */
.intro-container {
  margin-bottom: 20px; }

.content-cta {
  display: block;
  margin-top: 20px; }
  .content-cta .share {
    float: left;
    padding-right: 40px;
    background-size: 24px;
    padding: 10px 30px 10px 0;
    background-position: 99% 58%;
    background-repeat: no-repeat;
    color: #637887;
    background-image: url(/wp-content/themes/wise/src/images/linkedin_grey.svg); }
  .content-cta .back {
    float: right;
    margin: 10px 0; }

.c-section--profile_list {
  position: relative;
  padding: 120px 0; }
  @media (min-width: 786px) {
    .c-section--profile_list {
      padding: 120px 0; } }
  @media (min-width: 992px) {
    .c-section--profile_list {
      padding: 120px 0; } }
  .c-section--profile_list.bars-1 .bar-img {
    display: none; }
  .c-section--profile_list.bars-1.bars-top {
    padding: 0 0 40px; }
  .c-section--profile_list.bars-1.bars-bottom {
    padding: 40px 0 0; }
  @media (min-width: 786px) {
    .c-section--profile_list.bars-1 {
      padding: 120px 0 !important; }
      .c-section--profile_list.bars-1 .bar-img {
        display: block; } }
  @media (min-width: 992px) {
    .c-section--profile_list.bars-1 {
      padding: 120px 0 !important; } }
  .c-section--profile_list .profile-wrapper-title {
    margin-top: 100px; }
  .c-section--profile_list .profiles-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0; }
    .c-section--profile_list .profiles-container .profile {
      width: 100%;
      margin-bottom: 40px; }
      @media (min-width: 786px) {
        .c-section--profile_list .profiles-container .profile {
          width: 49%;
          margin-right: 1%;
          margin-bottom: 40px; } }
      @media (min-width: 992px) {
        .c-section--profile_list .profiles-container .profile {
          width: 32%;
          margin-right: 1%;
          margin-bottom: 40px; } }
      .c-section--profile_list .profiles-container .profile .profile-img-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px; }
        .c-section--profile_list .profiles-container .profile .profile-img-wrapper .colour-block {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 45%;
          height: 20px;
          background-color: #ffab3d; }
        .c-section--profile_list .profiles-container .profile .profile-img-wrapper .profile-img {
          display: block;
          width: 100%; }
      .c-section--profile_list .profiles-container .profile .profile-title,
      .c-section--profile_list .profiles-container .profile .profile-desc {
        display: block;
        margin: 0;
        color: #637887; }
  .c-section--profile_list .bottom-cutout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 60px; }
    .c-section--profile_list .bottom-cutout.white {
      background-color: #ffffff; }

/* Profile Section */
.c-section--profile_headline_section {
  position: relative;
  background-size: cover;
  background-position: top center;
  padding: 40px 0;
  color: #ffffff;
  text-align: left; }
  @media (min-width: 786px) {
    .c-section--profile_headline_section {
      background-position: center left;
      padding: 160px 0 30px; } }
  @media (min-width: 992px) {
    .c-section--profile_headline_section {
      background-position: top left;
      padding: 200px 0 30px; } }

.c-section--profile-content .b-profile-content .profile-shot {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (min-width: 786px) {
    .c-section--profile-content .b-profile-content .profile-shot {
      margin-top: -220px;
      margin-right: 30px; } }
  @media (min-width: 992px) {
    .c-section--profile-content .b-profile-content .profile-shot {
      margin-top: -300px;
      margin-right: 50px; } }
  .c-section--profile-content .b-profile-content .profile-shot img {
    display: block;
    width: 100%; }
  .c-section--profile-content .b-profile-content .profile-shot .connect {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #637887;
    padding: 20px 60px 20px 65px;
    color: #ffffff;
    background-size: 18px;
    background-image: url(/wp-content/themes/wise/src/images/landing/arrow-yellow.svg);
    background-position: 10% 52%;
    background-repeat: no-repeat; }
    .c-section--profile-content .b-profile-content .profile-shot .connect:hover {
      text-decoration: none; }
.c-section--profile-content .b-profile-content .quote {
  margin-bottom: 20px;
  display: block; }
.c-section--profile-content .b-profile-content .author {
  font-weight: 600; }
.c-section--profile-content .b-profile-content .divider {
  display: block;
  margin: 100px 30% 0 0;
  height: 4px; }
.c-section--profile-content .b-profile-content ul {
  list-style: none; }
  .c-section--profile-content .b-profile-content ul li {
    margin-bottom: 18px; }
    .c-section--profile-content .b-profile-content ul li:before {
      content: "\2022";
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.c-section--two_column_blocks_with_icons_ {
  width: 100%; }
  .c-section--two_column_blocks_with_icons_ .intro-container {
    margin-bottom: 40px; }
    .c-section--two_column_blocks_with_icons_ .intro-container .t-h4 {
      margin-bottom: 20px; }
    .c-section--two_column_blocks_with_icons_ .intro-container .title-icon {
      vertical-align: top;
      display: inline-block;
      width: 20%;
      padding: 8px 5% 0 0; }
      .c-section--two_column_blocks_with_icons_ .intro-container .title-icon img {
        display: block;
        max-width: 100%;
        width: auto; }
    .c-section--two_column_blocks_with_icons_ .intro-container .title-description {
      display: inline-block; }
  .c-section--two_column_blocks_with_icons_ .block {
    display: block;
    margin: 0 0 30px 0; }
    .c-section--two_column_blocks_with_icons_ .block .block-icon {
      vertical-align: top;
      display: inline-block;
      width: 20%;
      padding: 8px 5% 0 0;
      text-align: center; }
      .c-section--two_column_blocks_with_icons_ .block .block-icon img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        max-height: 50px; }
    .c-section--two_column_blocks_with_icons_ .block .block-description {
      display: inline-block;
      margin: 0 0 0 2%;
      width: 75%; }
      .c-section--two_column_blocks_with_icons_ .block .block-description .block-title {
        font-weight: 600; }
      .c-section--two_column_blocks_with_icons_ .block .block-description .block-title, .c-section--two_column_blocks_with_icons_ .block .block-description p {
        display: inline; }

.c-section--text_section_-_two_thirds {
  width: 100%; }
  .c-section--text_section_-_two_thirds ul, .c-section--text_section_-_two_thirds ol {
    padding: 0 0 0 18px; }
  .c-section--text_section_-_two_thirds .intro-container {
    margin-bottom: 20px; }
    @media (min-width: 786px) {
      .c-section--text_section_-_two_thirds .intro-container {
        margin-bottom: 0; } }
  .c-section--text_section_-_two_thirds .cta {
    margin-top: 0; }
    @media (min-width: 786px) {
      .c-section--text_section_-_two_thirds .cta {
        margin-top: 20px; } }

.c-section--vacancies_section .vacancies-container .vacancy {
  width: 100%;
  display: block;
  position: relative;
  background-color: #66b5ba;
  color: #ffffff;
  padding: 20px;
  margin: 0 0 5px 0;
  text-decoration: none;
  transition: 0.2s all ease-in; }
  @media (min-width: 786px) {
    .c-section--vacancies_section .vacancies-container .vacancy {
      padding: 20px 175px 20px 20px; } }
  .c-section--vacancies_section .vacancies-container .vacancy .details {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
    font-family: "Lato", sans-serif; }
  .c-section--vacancies_section .vacancies-container .vacancy .title {
    display: block;
    font-size: 22px;
    font-family: "Lato", sans-serif; }
  .c-section--vacancies_section .vacancies-container .vacancy .find-out-more {
    margin: 20px 0 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: underline; }
    @media (min-width: 786px) {
      .c-section--vacancies_section .vacancies-container .vacancy .find-out-more {
        position: absolute;
        right: 20px;
        top: 0;
        margin: 0; } }
    .c-section--vacancies_section .vacancies-container .vacancy .find-out-more svg {
      margin-left: 10px;
      width: 30px;
      height: auto; }
      .c-section--vacancies_section .vacancies-container .vacancy .find-out-more svg path {
        fill: #ffffff; }
  .c-section--vacancies_section .vacancies-container .vacancy:hover {
    background-color: #223e51; }

.c-section--video_section {
  padding: 0; }
  .c-section--video_section .video {
    width: 100%;
    display: block;
    position: relative; }

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