/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -moz-boz-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

.clearfix::after {
  clear: both !important;
  float: none !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  content: ''; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/* Build */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-family: sans-serif;
  font-size: 0.875em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Typography */
body::-moz-selection {
  background: #289AC4; }

body::selection {
  background: #289AC4; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  color: #142930;
  margin: 15px 0; }
  h1.quote, h1.subtitle, h2.quote, h2.subtitle, h3.quote, h3.subtitle, h4.quote, h4.subtitle, h5.quote, h5.subtitle, h6.quote, h6.subtitle {
    color: #A6ACB3; }
  h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: white; }

h1 {
  font-size: 45px;
  font-weight: bold; }
  @media (min-width: 992px) {
    h1 {
      font-size: 59px; } }

h2 {
  font-size: 33px;
  font-weight: bold; }
  @media (min-width: 992px) {
    h2 {
      font-size: 45px; } }

h3 {
  font-size: 33px;
  font-weight: normal; }
  h3.bold {
    font-weight: normal; }

h4 {
  font-size: 18px;
  font-weight: normal; }
  @media (min-width: 992px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 18px;
  font-weight: normal; }

h6 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px; }

strong {
  font-weight: bold; }

p {
  font-size: 15px;
  line-height: 1.5;
  color: #A4AFB3;
  margin: 0 0 15px; }
  p.bold {
    color: #0A212E;
    font-weight: bold; }
  p.lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #A4AFB3; }
  p a {
    color: #289AC4; }
    p a:hover {
      color: #2283a6; }
  p.dark {
    color: #0A212E; }

a {
  color: #289AC4; }
  a.muted {
    color: #8E9A9F; }

.content-list {
  padding-left: 18px; }
  .content-list li {
    list-style: disc; }

blockquote {
  font-size: 15px;
  line-height: 20px;
  color: #2C3133; }

.quotemark {
  font-size: 100px;
  line-height: 0;
  margin: 0;
  font-weight: bold;
  color: #F2F2F2; }

ul {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 20px; }
  ul li {
    margin: 0 0 8px; }

.link--back {
  color: #2C3133; }
  .link--back img {
    margin-right: 7px;
    transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
    -moz-transition: transform .35s ease;
    -o-transition: transform .35s ease; }
  .link--back:hover {
    color: #2C3133; }
    .link--back:hover img {
      transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      -o-transform: translateX(-5px); }

.message {
  border-radius: 4px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  margin: 10px 0; }
  .message img {
    margin-right: 10px; }
  .message span {
    font-size: 12px;
    line-height: 16px; }
  .message-error {
    color: #E84118;
    background: #FEECED; }

.bg--dark h1, .bg--dark h2, .bg--dark h3, .bg--dark h4, .bg--dark h5, .bg--dark h6, .bg--dark p,
.bg--purple h1,
.bg--purple h2,
.bg--purple h3,
.bg--purple h4,
.bg--purple h5,
.bg--purple h6,
.bg--purple p {
  color: white; }

body {
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.15;
  background: white;
  overflow-x: hidden;
  width: 100vw; }

/* Buttons */
.button,
button {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 36px;
  font-family: ProximaNova, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }
  .button:hover,
  button:hover {
    cursor: pointer; }
  .button--primary, .button--primary:not([href]):not([tabindex]),
  button--primary,
  button--primary:not([href]):not([tabindex]) {
    background: #289AC4;
    border: 2px solid #289AC4;
    color: white; }
    .button--primary:hover, .button--primary:not([href]):not([tabindex]):hover,
    button--primary:hover,
    button--primary:not([href]):not([tabindex]):hover {
      border: 2px solid #2489af;
      background: #2489af;
      color: white; }
    .button--primary.lined, .button--primary:not([href]):not([tabindex]).lined,
    button--primary.lined,
    button--primary:not([href]):not([tabindex]).lined {
      background: transparent;
      border: 2px solid #289AC4;
      color: #289AC4; }
  .button--primary-1, .button--primary-1:not([href]):not([tabindex]),
  button--primary-1,
  button--primary-1:not([href]):not([tabindex]) {
    background: #28C2C4;
    border: 2px solid #28C2C4;
    color: white; }
    .button--primary-1:hover, .button--primary-1:not([href]):not([tabindex]):hover,
    button--primary-1:hover,
    button--primary-1:not([href]):not([tabindex]):hover {
      border: 2px solid #24adaf;
      background: #24adaf;
      color: white; }
  .button--primary-2, .button--primary-2:not([href]):not([tabindex]),
  button--primary-2,
  button--primary-2:not([href]):not([tabindex]) {
    background: #4D7BC8;
    border: 2px solid #4D7BC8;
    color: white; }
    .button--primary-2:hover, .button--primary-2:not([href]):not([tabindex]):hover,
    button--primary-2:hover,
    button--primary-2:not([href]):not([tabindex]):hover {
      border: 2px solid #3b6dc0;
      background: #3b6dc0;
      color: white; }
  .button--secondary, .button--secondary:not([href]):not([tabindex]),
  button--secondary,
  button--secondary:not([href]):not([tabindex]) {
    background: #F27050;
    border: 2px solid #F27050;
    color: white; }
    .button--secondary:hover, .button--secondary:not([href]):not([tabindex]):hover,
    button--secondary:hover,
    button--secondary:not([href]):not([tabindex]):hover {
      background: #f05d38;
      border: 2px solid #f05d38;
      color: white; }
  .button--light, .button--light:not([href]):not([tabindex]),
  button--light,
  button--light:not([href]):not([tabindex]) {
    background: white;
    border: 2px solid white;
    color: #289AC4; }
    .button--light:hover, .button--light:not([href]):not([tabindex]):hover,
    button--light:hover,
    button--light:not([href]):not([tabindex]):hover {
      border: 2px solid white;
      background: white;
      color: #28C2C4; }
    .button--light.lined, .button--light:not([href]):not([tabindex]).lined,
    button--light.lined,
    button--light:not([href]):not([tabindex]).lined {
      background: transparent;
      border: 2px solid white;
      color: white; }
  .button--next, .button--next:not([href]):not([tabindex]),
  button--next,
  button--next:not([href]):not([tabindex]) {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .button--next .icon, .button--next:not([href]):not([tabindex]) .icon,
    button--next .icon,
    button--next:not([href]):not([tabindex]) .icon {
      width: 10px;
      height: auto;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transition: transform .35s ease;
      -webkit-transition: transform .35s ease;
      -moz-transition: transform .35s ease;
      -o-transition: transform .35s ease; }
    .button--next:hover .icon, .button--next:not([href]):not([tabindex]):hover .icon,
    button--next:hover .icon,
    button--next:not([href]):not([tabindex]):hover .icon {
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px); }
  .button--width,
  button--width {
    width: 120px; }
  .button.large,
  button.large {
    height: 63px;
    line-height: 59px; }
    @media (min-width: 992px) {
      .button.large,
      button.large {
        font-size: 15px;
        height: 63px;
        line-height: 59px;
        padding: 0 30px; } }
  .button.connected,
  button.connected {
    background: #28C49C !important;
    color: white !important;
    border-color: #28C49C !important; }

/* Utilities */
.u--radius {
  border-radius: 4px !important; }
  .u--radius-double {
    border-radius: 8px !important; }
  .u--radius-none {
    border-radius: 0 !important; }

.u--box-shadow {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08); }
  .u--box-shadow-med {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1); }
  .u--box-shadow-large {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
  .u--box-shadow-none {
    box-shadow: none !important; }

.u--border {
  border: 1px solid #D3D9E6; }

.u--border-top {
  border-top: 1px solid #E9EFF5; }

.u--border-bottom {
  border-bottom: 1px solid #E9EFF5; }

.u--border-right {
  border-right: 1px solid #E9EFF5; }

.u--border-left {
  border-left: 1px solid #E9EFF5; }

.u--fh {
  height: 100%; }

.u--flex-none {
  flex: none; }

.u--overflow-hidden {
  overflow: hidden; }

@media (max-width: 576px) {
  .unpad-sm-bottom {
    padding-bottom: 0; } }

@media (max-width: 992px) {
  .order-md-1 {
    order: 1; } }

@media (max-width: 992px) {
  .order-md-2 {
    order: 2; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.media-content {
  z-index: 1;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 960px) {
    .media-content {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      width: 50.33333%;
      min-height: 1px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  .media-content .outer-wrap {
    background: url("/img/bg-discovered-mobile.jpg") no-repeat top center;
    background-size: cover;
    width: calc(100% + 30px);
    height: 400px;
    position: relative;
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 960px) {
      .media-content .outer-wrap {
        background: url("/img/bg-discovered.jpg") no-repeat center left;
        margin-left: 0;
        margin-right: 0%;
        width: 50vw;
        height: 100%;
        margin-bottom: 0;
        padding: 100px 0; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .media-content .outer-wrap {
        margin-right: -84px; } }
    @media (min-width: 1080px) and (min-width: 720px) {
      .media-content .outer-wrap {
        margin-right: -150px; } }
    @media (min-width: 1290px) {
      .media-content .outer-wrap {
        margin-left: 0; } }
    @media (min-width: 1670px) and (min-width: 720px) {
      .media-content .outer-wrap {
        margin-right: -190px; } }
    @media (min-width: 1430px) and (min-width: 720px) {
      .media-content .outer-wrap {
        margin-right: calc((100vw - 1088px)/-2); } }
    .media-content .outer-wrap img {
      display: block;
      max-width: 80%;
      margin: 0 auto; }
      @media (min-width: 960px) {
        .media-content .outer-wrap img {
          max-width: 50%; } }

.flex-row-content {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-height: 1px;
  padding-bottom: 75px; }
  @media (min-width: 960px) {
    .flex-row-content {
      display: block;
      padding: 80px 15px;
      width: 49.66667%;
      min-height: 1px; } }
  @media (min-width: 1290px) {
    .flex-row-content {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 100px;
      width: 43.33333%;
      min-height: 1px;
      margin-left: 6.33333%;
      align-self: center; } }

/* Spacing */
section, footer {
  padding-top: 4.5em;
  padding-bottom: 4.5em; }
  section.space--xxs, footer.space--xxs {
    padding-top: 1.125em;
    padding-bottom: 1.125em; }
  section.space--xs, footer.space--xs {
    padding-top: 2.25em;
    padding-bottom: 2.25em; }
  section.space--sm, footer.space--sm {
    padding-top: 3em;
    padding-bottom: 3em; }
  section.space--md, footer.space--md {
    padding-top: 6.75em;
    padding-bottom: 6.75em; }
  section.space--lg, footer.space--lg {
    padding-top: 9em;
    padding-bottom: 9em; }
  section.space--xlg, footer.space--xlg {
    padding-top: 18em;
    padding-bottom: 18em; }
  section.space--0, footer.space--0 {
    padding: 0; }
  section.section--even, footer.section--even {
    padding-top: 4.5em;
    padding-bottom: 4.5em; }
  section.space-bottom--sm, footer.space-bottom--sm {
    padding-bottom: 3em; }
  section > .container, footer > .container {
    margin-bottom: 4.5em; }
    section > .container:last-child, footer > .container:last-child {
      margin-bottom: 0; }
  section.page-top, footer.page-top {
    padding-top: 115px; }
    @media (min-width: 992px) {
      section.page-top, footer.page-top {
        padding-top: 165px; } }

.spacer {
  padding-top: 4.5em;
  padding-bottom: 6.75em; }

.page-padding {
  padding-top: 4.5em; }

@media all and (max-width: 767px) {
  section, footer, section.section--even {
    padding: 3em 0; }
    section.space--lg, section.space--md, footer.space--lg, footer.space--md, section.section--even.space--lg, section.section--even.space--md {
      padding: 3em 0; }
    section.space--xlg, footer.space--xlg, section.section--even.space--xlg {
      padding: 4.5em 0; }
  .page-padding {
    padding-top: 3em 0; }
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px !important; } }

div[class*='col-'] > div[class*='col-']:first-child {
  padding-left: 0; }

div[class*='col-'] > div[class*='col-']:last-child {
  padding-right: 0; }

@media (max-width: 576px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media all and (max-width: 767px) {
  .col-xs-6:nth-child(odd) {
    padding-right: 7.5px; }
  .col-xs-6:nth-child(even) {
    padding-left: 7.5px; } }

@media all and (min-width: 768px) {
  .mt--1 {
    margin-top: 1.5em; }
  .mt--2 {
    margin-top: 3em; }
  .mt--3 {
    margin-top: 4.5em; }
  .mb--1 {
    margin-bottom: 1.5em; }
  .mb--2 {
    margin-bottom: 3em; }
  .mb--3 {
    margin-bottom: 4.5em; } }

@media all and (max-width: 990px) {
  .mt--1, .mt--2 {
    margin-top: 1.5em; }
  .mt--3 {
    margin-top: 2.25em; } }

.unpad {
  padding: 0; }

.unpad--bottom {
  padding-bottom: 0; }

.unpad--top {
  padding-top: 0; }

section.unpad--bottom {
  padding-bottom: 0; }

section.unpad {
  padding: 0; }

section.unpad--top {
  padding-top: 0; }

.unmarg--bottom {
  margin-bottom: 0; }

.unmarg {
  margin: 0; }

.unmarg--top {
  margin-top: 0; }

/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #289AC4;
  transition: all .35s ease;
  -webkit-transition: all .35s ease; }
  header.transparent {
    top: 10px;
    background: transparent; }
    header.transparent.fixed {
      background: #289AC4; }
    @media (max-width: 992px) {
      header.transparent .navbar-collapse {
        background: #289AC4; } }
  header.fixed {
    position: fixed;
    top: 0;
    background: #289AC4; }
  header.minimal {
    position: relative; }
    header.minimal.fixed {
      position: relative !important; }
    header.minimal .navbar-brand {
      margin: 0 auto; }

.navbar {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .navbar {
      padding: 1.25rem 1rem; } }
  .navbar-brand {
    padding-bottom: 0; }
    .navbar-brand img {
      height: 28px;
      width: auto; }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler-icon {
    background-image: url("/img/menu-icon.svg");
    background-repeat: none;
    background-size: 21px 14px; }
  .navbar-nav {
    align-items: center; }
    .navbar-nav .nav-item {
      margin: 0; }
    .navbar-nav .nav-link {
      color: white;
      transition: all .2s ease;
      -webkit-transition: all .2s ease; }
      .navbar-nav .nav-link.button {
        height: 38px;
        line-height: 35px;
        border-radius: 4px;
        border: 1px solid white;
        background: transparent;
        font-weight: normal;
        padding: 0 20px; }
        @media (min-width: 992px) {
          .navbar-nav .nav-link.button {
            margin-left: 10px; } }
        .navbar-nav .nav-link.button:hover {
          background: white;
          color: #289AC4;
          opacity: 1; }
      .navbar-nav .nav-link:hover {
        opacity: 0.75; }
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 15px;
      padding-right: 15px; } }

/* Position */
body {
  overflow-x: hidden; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }
  .pos-absolute.container {
    left: 0;
    right: 0; }

.pos-fixed {
  position: fixed; }

.pos-top {
  top: 0; }

.pos-bottom {
  bottom: 0; }

.pos-right {
  right: 0; }

.pos-left {
  left: 0; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media all and (max-width: 767px) {
  .float-left, .float-right {
    float: none; }
  .float-left-xs {
    float: left; }
  .float-right-xs {
    float: right; } }

.pos-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0); }

.pos-vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

@media all and (max-width: 767px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none; } }

@media all and (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none; } }

.pos-vertical-align-columns {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .pos-vertical-align-columns > div[class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: middle; }

@media all and (max-width: 992px) {
  .pos-vertical-align-columns {
    display: block;
    width: auto; }
    .pos-vertical-align-columns > div[class*='col-'] {
      display: block; } }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

@media all and (max-width: 767px) {
  .block--xs {
    display: block; } }

@media all and (max-width: 992px) {
  .text-center-md {
    text-align: center; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; } }

@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center; }
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; } }

/* Sections */
.bg--dark {
  background: #0A212E; }

.bg--primary {
  background: #289AC4; }

.bg--white {
  background: #ffffff; }

.bg--grey {
  background: #FBFCFD; }

.section_content {
  padding-top: 1.8em;
  padding-bottom: 1.8em; }

section.hero {
  padding-top: 100px;
  padding-bottom: 100px; }
  section.hero h1, section.hero h2, section.hero h3, section.hero h4, section.hero h5, section.hero h6, section.hero p {
    color: white; }
  section.hero .imageblock {
    position: relative; }
    section.hero .imageblock > img {
      box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
  section.hero .people {
    position: absolute;
    right: 0px;
    bottom: -80px; }
  section.hero.directory {
    padding-top: 110px;
    padding-bottom: 160px; }
    @media (min-width: 992px) {
      section.hero.directory {
        padding-top: 180px;
        padding-bottom: 180px; } }
    section.hero.directory .container {
      position: relative; }
    section.hero.directory .breadcrumb {
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      background: transparent; }
      section.hero.directory .breadcrumb a {
        color: #0A212E; }
      @media (min-width: 992px) {
        section.hero.directory .breadcrumb {
          top: -85px; } }
  section.hero.underlay {
    padding-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      section.hero.underlay {
        padding-top: 140px;
        padding-bottom: 80px;
        margin-bottom: 0;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    section.hero.underlay .button {
      min-width: 180px;
      text-align: center; }
    section.hero.underlay .affiliate {
      margin-bottom: -250px; }
      @media (max-width: 768px) {
        section.hero.underlay .affiliate {
          margin-top: 20px;
          margin-bottom: -220px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        section.hero.underlay .affiliate {
          width: 120%; } }
      section.hero.underlay .affiliate p.small.grey {
        display: block;
        color: #a5b1b5;
        margin: 20px auto 0;
        margin-bottom: 0;
        max-width: 90%; }
        @media (max-width: 992px) {
          section.hero.underlay .affiliate p.small.grey {
            margin-bottom: 40px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      section.hero.underlay .imageblock {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        margin-top: 160px;
        z-index: 5;
        box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); } }
    section.hero.underlay .imageblock img {
      margin-bottom: -175px;
      border-radius: 4px; }
      @media (min-width: 992px) and (max-width: 1200px) {
        section.hero.underlay .imageblock img {
          max-width: 130%;
          width: 130%;
          margin: 0; } }
    @media (max-width: 768px) {
      section.hero.underlay .imageblock {
        max-width: 100%;
        margin: 0 auto; } }
    section.hero.underlay .imageblock.padded {
      padding-bottom: 80px;
      box-shadow: none; }
    section.hero.underlay .people {
      bottom: 0; }
  section.hero .shape-angle {
    bottom: 200px;
    height: 375px; }

section.overlap .imageblock {
  z-index: 5; }

section.home-intro {
  padding-top: 100px;
  padding-bottom: 45px; }
  @media (min-width: 576px) {
    section.home-intro {
      padding-bottom: 175px; } }
  section.home-intro h4 {
    margin: 0 0 30px; }
  section.home-intro .button {
    text-align: center; }
    @media (max-width: 576px) {
      section.home-intro .button {
        display: block;
        margin-top: 15px; } }
    @media (min-width: 576px) {
      section.home-intro .button {
        margin-right: 15px; } }
  @media (max-width: 576px) {
    section.home-intro .imageblock {
      padding-bottom: 80px;
      overflow: hidden; } }
  @media (max-width: 576px) {
    section.home-intro .imageblock img {
      max-width: 100%;
      transform: translateX(15px);
      -webkit-transform: translateX(15px); } }
  @media (max-width: 576px) {
    section.home-intro .people {
      right: 40px;
      bottom: 0;
      width: 100px; } }

section.angle .container,
section.angle .swiper-container {
  position: relative;
  z-index: 5; }

section.angle-top {
  padding-top: 0;
  margin-top: -100px; }
  section.angle-top .shape-angle {
    top: -35%; }
    @media (min-width: 576px) {
      section.angle-top .shape-angle {
        top: -25%; } }
    @media (min-width: 992px) {
      section.angle-top .shape-angle {
        top: -25%; } }
    @media (min-width: 1240px) {
      section.angle-top .shape-angle {
        top: -21%; } }
    @media (min-width: 1500px) {
      section.angle-top .shape-angle {
        top: -15%; } }
    @media (min-width: 1920px) {
      section.angle-top .shape-angle {
        top: -10%; } }
    @media (min-width: 2100px) {
      section.angle-top .shape-angle {
        top: -6%; } }

section.angle-content .shape-angle {
  top: 28%;
  height: 800px; }

section.angle-content-alt .shape-angle {
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  top: 200px;
  height: 600px; }
  @media (min-width: 992px) {
    section.angle-content-alt .shape-angle {
      top: 22%; } }

section.light {
  background: #F5F7FA; }
  section.light h1, section.light h2, section.light h3, section.light h4, section.light h5, section.light h6, section.light p {
    color: #0A212E; }

section.push-top {
  margin-top: -140px; }

.shape-angle {
  background-color: #ffffff;
  height: 400px;
  width: 100vw;
  position: absolute;
  width: 200%;
  left: -80%;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  z-index: 1; }
  .shape-angle.primary-light {
    background-color: #F7FDFD; }

.client-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .client-box img {
    max-height: 40px;
    max-width: 90px; }

.directory .page-title {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .directory .page-title-img {
    background: white;
    border-radius: 4px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .directory .page-title-img img {
      max-width: 80%;
      display: block; }
  .directory .page-title h3 {
    margin: 0 0 10px; }
  .directory .page-title-content {
    margin-left: 20px; }
    .directory .page-title-content .small {
      display: inline-block;
      margin-right: 10px; }
      .directory .page-title-content .small svg {
        vertical-align: middle; }
    .directory .page-title-content .social {
      margin: 10px 0 0; }
      .directory .page-title-content .social a {
        margin-right: 7px; }

.directory .box {
  background-color: white;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 15px;
  border: 1px solid #D3D9E6;
  border-radius: 4px; }
  @media (min-width: 992px) {
    .directory .box {
      padding: 20px; } }
  @media (min-width: 1240px) {
    .directory .box {
      padding: 30px; } }
  .directory .box p {
    color: #0A212E;
    margin: 0 0 15px; }
    .directory .box p:last-child {
      margin-bottom: 0; }
  .directory .box .imageblock {
    overflow: hidden;
    margin: 0 0 20px; }
  .directory .box ol {
      line-height: 1.5;
      list-style: decimal;
      margin: 0 0 15px;
      padding-left: 40px; }
  .directory .box ul {
      line-height: 1.5;
      list-style: disc;
      margin: 0 0 15px;
      padding-left: 40px; }

.directory .stats {
  display: flex; }
  .directory .stats-thumb {
    width: 200px;
    flex: none; }
  .directory .stats-content {
    width: 100%; }
    .directory .stats-content-row {
      width: 100%;
      border-bottom: 1px solid #F2F2F2;
      padding: 0 0 20px; }
      @media (min-width: 992px) {
        .directory .stats-content-row {
          display: flex; } }
      .directory .stats-content-row div {
        margin: 0 0 20px; }
        .directory .stats-content-row div:last-child {
          margin: 0; }
        @media (min-width: 992px) {
          .directory .stats-content-row div {
            width: 33.33%;
            margin: inherit; } }
        .directory .stats-content-row div h4 {
          margin: 0 0 5px;
          line-height: 1; }
        .directory .stats-content-row div p {
          margin: 0;
          line-height: 1;
          width: 100%; }
      .directory .stats-content-row p {
        width: 33.33%;
        line-height: 1;
        margin: 0; }
        .directory .stats-content-row p svg {
          vertical-align: middle;
          margin-right: 3px; }
      .directory .stats-content-row:last-child {
        padding: 20px 0 0;
        border-bottom: none; }
        @media (max-width: 992px) {
          .directory .stats-content-row:last-child p {
            display: inline-block;
            width: 49%;
            margin: 0 0 20px; } }
        @media (max-width: 992px) {
          .directory .stats-content-row:last-child p:last-child {
            margin: 0; } }
      .directory .stats-content-row .mute {
        color: #8E9A9F; }

.contact-us .imageblock {
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 30px; }
  .contact-us .imageblock img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.contact-us .offices {
  margin: 50px 0 60px; }

.contact-us .office {
  margin: 20px 0; }
  .contact-us .office a {
    color: #A4AFB3; }
    .contact-us .office a:hover {
      color: #289AC4; }

/* Forms */

/* Input */
input,
textarea {
  border: 1px solid #D3D9E6;
  border-radius: 4px;
  height: 40px;
  padding: 15px;
  background: white;
  width: 100%;
  color: #0A212E; }
  input:focus,
  textarea:focus {
    border: 1px solid #289AC4;
    color: #0A212E;
    outline: none; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #8E9A9F; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #8E9A9F; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #8E9A9F; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #8E9A9F; }
  input.error,
  textarea.error {
    border-color: #E84118; }

.input-group > input:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > input:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > input {
  -ms-flex: 1 1;
  flex: 1 1;
  margin-bottom: 0;
  position: relative;
  width: 1% !important;
}

textarea {
  height: 110px; }

input[type=submit] {
  width: auto;
  display: inline-block; }

form fieldset,
.form fieldset {
  width: 100%; }
  form fieldset input, form fieldset textarea, form fieldset select,
  .form fieldset input,
  .form fieldset textarea,
  .form fieldset select {
    width: 100%; }
  form fieldset.checkbox-group > div,
  .form fieldset.checkbox-group > div {
    width: 100%; }
  form fieldset.checkbox-group p,
  .form fieldset.checkbox-group p {
    margin: 0 0 15px;
    line-height: 1; }
    form fieldset.checkbox-group p.small,
    .form fieldset.checkbox-group p.small {
      margin: 0; }
  form fieldset .checkbox--item,
  .form fieldset .checkbox--item {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    form fieldset .checkbox--item label,
    .form fieldset .checkbox--item label {
      margin: 0; }
  form fieldset.inline,
  .form fieldset.inline {
    margin: 20px 0; }
    form fieldset.inline p,
    .form fieldset.inline p {
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        form fieldset.inline p,
        .form fieldset.inline p {
          float: left;
          width: 70%;
          margin: 0; } }
	@media (min-width: 768px) {
	  form fieldset.inline input,
	  form fieldset.inline select,
	  form fieldset.inline .select,
      form fieldset.inline .inline,
	  .form fieldset.inline input,
	  .form fieldset.inline select,
	  .form fieldset.inline .select,
      .form fieldset.inline .inline {
		width: 150px;
		float: right; } }

form label,
.form label {
  font-size: 12px;
  margin-bottom: 7px; }

form-message,
.form-message {
  margin: 5px 0 10px;
  font-size: 12px; }
  form-message.error,
  .form-message.error {
    color: #E84118; }
  form-message.hidden,
  .form-message.hidden {
    display: none; }
  form-message.success,
  .form-message.success {
    color: #9CD461; }

form hr,
.form hr {
  border-top: 1px solid #EBEEF5;
  margin: 30px auto;
  width: calc(100% - 30px); }

form p,
.form p {
  color: #2C3133; }

/* Checkbox */
span.checkbox input,
input.checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  span.checkbox input + label,
  input.checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0; }
  span.checkbox input + label::before,
  input.checkbox + label::before {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	border: 1px solid #D3D9E6;
	border-radius: 4px;
	background-color: white;
	margin-right: 5px; }
  span.checkbox input:hover + label::before,
  input.checkbox:hover + label::before {
	border: 1px solid #b2bdd4; }
  span.checkbox input:focus + label::before,
  input.checkbox:focus + label::before {
	outline: none;
	border: 1px solid #D3D9E6; }
  span.checkbox input:checked + label::before,
  input.checkbox:checked + label::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cpath fill='%23289AC4' d='M104 41L112 49L55 106L28 79L36 71L55 90z'%3E%3C/path%3E%3C/svg%3E");
	border: 1px solid #289AC4; }

/* Tables */
.table {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D3D9E6;
  background: white; }
  .table-small .table-col {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .table-small .table-col.logo {
      width: 85px; }
      .table-small .table-col.logo img {
        max-height: 55px;
        max-width: 55px; }
    .table-small .table-col p.grey {
      color: #8E9A9F; }
    .table-small .table-col.end p {
      color: #0A212E; }
  .table-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D3D9E6; }
    @media (min-width: 768px) {
      .table-row {
        flex-wrap: nowrap; } }
    .table-row:last-child {
      border-bottom: none; }
    .table-row.title {
      padding: 25px 20px; }
      .table-row.title h4 {
        margin: 0;
        padding: 0;
        line-height: 1; }
  .table-col {
    width: 100%;
    padding: 20px;
    align-self: stretch;
    order: 3; }
    @media (min-width: 768px) {
      .table-col {
        order: inherit;
        border-right: 1px solid #D3D9E6; } }
    .table-col.logo {
      width: 50%;
      padding-bottom: 0;
      flex: none;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      order: 1; }
      @media (min-width: 768px) {
        .table-col.logo {
          width: 120px;
          padding-bottom: 20px;
          order: inherit;
          justify-content: center; } }
    .table-col.logo img {
      max-height: 80px;
      max-width: 80px; }
    .table-col.end {
      display: none; }
      @media (min-width: 768px) {
        .table-col.end {
          width: 100px;
          flex: none;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; } }
    .table-col.w-40 {
      width: 50%;
      padding-bottom: 0;
      flex: none;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      order: 2; }
      @media (min-width: 768px) {
        .table-col.w-40 {
          width: 150px;
          padding-bottom: 20px;
          order: inherit;
          justify-content: flex-start; } }
    .table-col:last-child {
      border: none; }
    .table-col p.small {
      color: #0A212E;
      margin-left: 5px; }

/* Images */
.imageblock {
  position: relative;
  padding: 0; }
  .imageblock img {
    width: 100%;
    display: block;
    max-width: 100%; }
  .imageblock-stretch {
    position: inherit; }
    .imageblock-stretch img {
      max-width: calc(100% - 30px);
      margin: 30px 15px; }
      @media (min-width: 576px) {
        .imageblock-stretch img {
          max-width: 100%;
          margin: 30px auto 0; } }
      @media (min-width: 992px) {
        .imageblock-stretch img {
          max-width: 100%;
          width: auto; } }
      @media (min-width: 1240px) {
        .imageblock-stretch img {
          display: inherit;
          max-width: 150%; } }
      @media (min-width: 1440px) {
        .imageblock-stretch img {
          max-width: 210%; } }
  .imageblock > .container, .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    float: none;
    overflow: hidden; }
  .imageblock.imageblock--lg > .container, .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 5.625em;
    padding-bottom: 5.625em;
    float: none;
    overflow: hidden; }
  .imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0; }
    .imageblock .imageblock__content .slider {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
      .imageblock .imageblock__content .slider .slides > li {
        padding: 0;
        min-height: 100%;
        position: absolute !important; }
  .imageblock.allow-overflow .imageblock__content {
    overflow: visible; }

@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0; }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 15em; }
  .imageblock > .container, .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 3em;
    padding-bottom: 3em;
    float: none;
    overflow: hidden; }
  .imageblock.imageblock--lg > .container, .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 3em;
    padding-bottom: 3em;
    float: none;
    overflow: hidden; } }

.icon--md {
  height: 50px;
  max-width: 60px; }

.icon--lg {
  height: 97px;
  max-width: 67px; }

.cover-image {
  position: absolute;
  width: 100vw;
  height: 50vh;
  background: 50% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1; }
  .cover-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.cover-thin {
  position: relative;
  width: 100vw;
  height: 105px;
  background: 50% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1; }
  .cover-thin > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .cover-thin .container {
    z-index: 5; }
  .cover-thin .thumb {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin-right: 15px; }
  .cover-thin i {
    font-size: 22px;
    margin-right: 20px; }
    .cover-thin i.white {
      color: white; }

.background-image-holder {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: 50% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1; }
  .background-image-holder:not([class*='col-']) {
    width: 100%; }
  .background-image-holder img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.holder--fixed {
  background-attachment: fixed; }

article .post-thumbnail img {
  max-width: 100%;
  display: block;
  margin: 20px 0; }

.imagebg {
  position: relative; }
  .imagebg .container {
    z-index: 2; }
    .imagebg .container:not(.pos-absolute) {
      position: relative; }

.imagebg:not(.image--light) h1, .imagebg:not(.image--light) h2, .imagebg:not(.image--light) h3, .imagebg:not(.image--light) h4, .imagebg:not(.image--light) h5, .imagebg:not(.image--light) h6, .imagebg:not(.image--light) p, .imagebg:not(.image--light) ul, .imagebg:not(.image--light) blockquote {
  color: #fff; }

div[data-overlay] h1, div[data-overlay] h2, div[data-overlay] h3, div[data-overlay] h4, div[data-overlay] h5, div[data-overlay] h6 {
  color: #fff; }

div[data-overlay] p, div[data-overlay] ul {
  color: #fff; }

.parallax {
  overflow: hidden; }
  .parallax .background-image-holder {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important; }

.image--xxs {
  max-height: 1.5em; }

.image--xs {
  max-height: 3em; }

.image--sm {
  max-height: 4.5em; }

.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
  height: 100vh;
  top: -50vh;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -webkit-transform-style: preserve-3d; }

.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0; }

.main-container > a:first-child + .parallax .background-image-holder {
  top: 0; }

@media all and (max-width: 1024px) {
  .parallax > .background-image-holder,
  .parallax .slides li > .background-image-holder {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    height: 100%; } }

.parallax {
  will-change: contents; }

/* Cards */
.card {
  border: none;
  border-radius: 4px; }
  .card-content {
    padding: 30px; }
    .card-content blockquote {
      margin: 0 0 25px; }
  .card-author {
    display: flex;
    align-items: center; }
    .card-author--thumb {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      margin-right: 15px;
      overflow: hidden; }
      .card-author--thumb img {
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .card-author--cite h5 {
      margin: 0; }
    .card-author--cite p {
      margin: 0; }
      .card-author--cite p a {
        color: #A4AFB3; }
        .card-author--cite p a:hover, .card-author--cite p a:focus {
          color: #289AC4; }
  .card-colour {
    text-align: center;
    border: 1px solid #28C2C4;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 40px 30px; }
    .card-colour--1 {
      border-color: #A2E0E0; }
    .card-colour--2 {
      border-color: #92D4ED; }
    .card-colour--3 {
      border-color: #A0CAF8; }
    .card-colour > img {
      margin: 50px auto 30px auto;
      height: 60px;
      max-width: 120px; }
    .card-colour .button {
      display: inline-block;
      margin-bottom: -58px;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; }
  .card-accordion .card-header {
    border: 1px solid #D3D9E6;
    border-radius: 4px;
    background: white;
    padding: 20px; }
    @media (min-width: 992px) {
      .card-accordion .card-header {
        padding: 30px; } }
    .card-accordion .card-header h5 {
      margin: 0; }
      .card-accordion .card-header h5 svg {
        vertical-align: middle;
        margin-right: 10px; }
        .card-accordion .card-header h5 svg path {
          fill: #999999; }
    .card-accordion .card-header.active {
      border-radius: 4px 4px 0 0; }
      .card-accordion .card-header.active h5 svg path {
        fill: #289AC4; }
    .card-accordion .card-header:hover {
      cursor: pointer; }
  .card-accordion .card-body {
    border: 1px solid #D3D9E6;
    border-top: none;
    background: white;
    border-radius: 0 0 4px 4px;
    padding: 20px; }
    @media (min-width: 992px) {
      .card-accordion .card-body {
        padding: 30px; } }
    .card-accordion .card-body p {
      margin: 0 0 10px;
      color: #2C3133; }

.social-card {
  border-radius: 4px;
  border: 1px solid #D3D9E6;
  display: flex;
  align-items: center;
  margin: 10px;
  padding: 7px 7px 7px 15px;
  width: calc(100% - 20px); }
  @media (min-width: 992px) {
    .social-card {
      width: calc(50% - 20px); } }
  .social-card img {
    width: 25px;
    flex: none;
    margin-right: 10px; }
  .social-card p {
    width: 100%;
    text-align: left;
    color: #2C3133;
    margin: 0 !important; }
  .social-card .button {
    flex: none;
    margin-left: 10px; }

/* Elements */
.color-block--primary {
  background: #289AC4; }

.color-block--primary-1 {
  background: #28C2C4; }

.color-block--primary-2 {
  background: #4D7BC8; }

.color-block--secondary {
  background: #F27050; }

.color-block--gradient {
  background: #128cb8;
  background: -moz-linear-gradient(left, #128cb8 0%, #24b3b5 100%);
  background: -webkit-linear-gradient(left, #128cb8 0%, #24b3b5 100%);
  background: linear-gradient(to right, #128cb8 0%, #24b3b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128cb8', endColorstr='#24b3b5',GradientType=1 ); }
  .color-block--gradient h1, .color-block--gradient h2, .color-block--gradient h3, .color-block--gradient h4, .color-block--gradient h5, .color-block--gradient h6, .color-block--gradient p {
    color: white; }

.color-block--gradient-2 {
  background: #1AB2C3;
  background: -moz-linear-gradient(left, #1AB2C3 0%, #0EC2A7 100%);
  background: -webkit-linear-gradient(left, #1AB2C3 0%, #0EC2A7 100%);
  background: linear-gradient(to right, #1AB2C3 0%, #0EC2A7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1AB2C3', endColorstr='#0EC2A7',GradientType=1 ); }
  .color-block--gradient-2 h1, .color-block--gradient-2 h2, .color-block--gradient-2 h3, .color-block--gradient-2 h4, .color-block--gradient-2 h5, .color-block--gradient-2 h6, .color-block--gradient-2 p {
    color: white; }

.color-block--gradient-3 {
  background: #128CB8;
  background: -moz-linear-gradient(left, #128CB8 0%, #00A9E8 100%);
  background: -webkit-linear-gradient(left, #128CB8 0%, #00A9E8 100%);
  background: linear-gradient(to right, #128CB8 0%, #00A9E8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128CB8', endColorstr='#00A9E8',GradientType=1 ); }
  .color-block--gradient-3 h1, .color-block--gradient-3 h2, .color-block--gradient-3 h3, .color-block--gradient-3 h4, .color-block--gradient-3 h5, .color-block--gradient-3 h6, .color-block--gradient-3 p {
    color: white; }

.color-block--gradient-4 {
  background: #4757BE;
  background: -moz-linear-gradient(left, #4757BE 0%, #4D7BC8 100%);
  background: -webkit-linear-gradient(left, #4757BE 0%, #4D7BC8 100%);
  background: linear-gradient(to right, #4757BE 0%, #4D7BC8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4757BE', endColorstr='#4D7BC8',GradientType=1 ); }
  .color-block--gradient-4 h1, .color-block--gradient-4 h2, .color-block--gradient-4 h3, .color-block--gradient-4 h4, .color-block--gradient-4 h5, .color-block--gradient-4 h6, .color-block--gradient-4 p {
    color: white; }

.color-block--gradient-5 {
  background: #00B2D5;
  background: -moz-linear-gradient(left, #00B2D5 0%, #00B2D5 100%);
  background: -webkit-linear-gradient(left, #00B2D5 0%, #00B2D5 100%);
  background: linear-gradient(to right, #00B2D5 0%, #00B2D5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B2D5', endColorstr='#00B2D5',GradientType=1 ); }
  .color-block--gradient-5 h1, .color-block--gradient-5 h2, .color-block--gradient-5 h3, .color-block--gradient-5 h4, .color-block--gradient-5 h5, .color-block--gradient-5 h6, .color-block--gradient-5 p {
    color: white; }

.color-block--gradient-6 {
  background: #4D7BC8;
  background: -moz-linear-gradient(left, #4D7BC8 0%, #4D7BC8 100%);
  background: -webkit-linear-gradient(left, #4D7BC8 0%, #4D7BC8 100%);
  background: linear-gradient(to right, #4D7BC8 0%, #4D7BC8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##4D7BC8', endColorstr='##4D7BC8',GradientType=1 ); }
  .color-block--gradient-6 h1, .color-block--gradient-6 h2, .color-block--gradient-6 h3, .color-block--gradient-6 h4, .color-block--gradient-6 h5, .color-block--gradient-6 h6, .color-block--gradient-6 p {
    color: white; }

.point-block {
  position: relative;
  padding-top: 4.5em;
  padding-bottom: 4.5em; }
  .point-block .imageblock {
    position: relative;
    z-index: 1; }
  .point-block--content {
    margin: 40px 0 0; }
    @media (min-width: 992px) {
      .point-block--content {
        position: absolute;
        top: 50%;
        right: -30%;
        margin: 0;
        z-index: 5;
        padding: 30px;
        background: white;
        width: 490px;
        border-radius: 8px;
        box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
    @media (min-width: 1240px) {
      .point-block--content {
        padding: 40px; } }
    @media (min-width: 1440px) {
      .point-block--content {
        padding: 50px;
        right: -40%; } }
  @media (min-width: 992px) {
    .point-block:nth-of-type(even) .point-block--content {
      left: -30%;
      right: inherit; } }
  @media (min-width: 1440px) {
    .point-block:nth-of-type(even) .point-block--content {
      left: -40%; } }

.filter {
  width: 100%; }
  .filter p {
    color: #0A212E; }
  .filter .select {
    margin-top: 10px; }
  .filter-content {
    padding: 15px; }
    @media (min-width: 992px) {
      .filter-content {
        padding: 20px; } }
  .filter-search {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #D3D9E6;
    display: flex;
    align-items: center; }
    .filter-search input[type=text] {
      border: none;
      height: auto;
      padding: 15px; }
      @media (min-width: 992px) {
        .filter-search input[type=text] {
          padding: 20px; } }
    .filter-search input[type=submit] {
      border: none;
      height: auto;
      background: url("/img/icon-search.svg") no-repeat center center;
      background-size: 17px 17px;
      width: 17px;
      height: 17px;
      margin-right: 15px; }
      .filter-search input[type=submit]:hover {
        cursor: pointer; }

.pagination {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .pagination li a {
    padding: 6px 12px; }
  .pagination li.active a {
    background: #289AC4;
    border-radius: 4px;
    color: white; }

/* Calculator */
.calculator {
  background: white;
  border-radius: 4px;
  padding: 30px;
  color: #0A212E;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
  .calculator-title h5 {
    margin-top: 0;
    color: #0A212E !important; }
  .calculator-end {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .calculator-end h5 {
      color: #0A212E !important; }
    .calculator-end .total {
      background: #28C49C;
      padding: 12px 15px;
      border-radius: 8px;
      color: white;
      font-size: 18px;
      font-weight: bold; }
  .calculator-slider {
    margin: 30px 0 50px; }
    .calculator-slider .title {
      margin: 0 0 15px; }
      .calculator-slider .title .value {
        float: right; }

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px; }

.rangeslider {
  position: relative; }

.rangeslider::after {
  top: 50%;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 3px;
  margin-top: -2.5px;
  border-radius: 5px;
  position: absolute;
  background: #EBEEF5; }

.rangeslider__fill {
  position: absolute;
  background: #28C2C4; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  top: 50%;
  width: 6px;
  height: 17px;
  cursor: pointer;
  margin-top: -10px;
  background: white;
  position: absolute;
  background: #28C2C4;
  border-radius: 10px;
  display: inline-block; }

.rangeslider__handle:active {
  background: #28C2C4; }

.rangeslider__fill,
.rangeslider__handle {
  z-index: 1; }

.rangeslider--horizontal .rangeslider__fill {
  top: 50%;
  height: 3px;
  margin-top: -2.5px; }

/* Sliders */
.slider-testimonials {
  padding-bottom: 60px; }
  .slider-testimonials .swiper-wrapper {
    padding-top: 1em;
    padding-bottom: 2em; }
  .slider-testimonials .swiper-slide {
    width: 90% !important; }
    @media (min-width: 768px) {
      .slider-testimonials .swiper-slide {
        width: 360px !important; } }
  .slider-testimonials .swiper-button-prev {
    background-image: none;
    left: 50%;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%231B2434' d='M15 1L18 4L7 15L18 26L15 29L1 15z'/%3E%3C/svg%3E") no-repeat center center;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    margin: 0;
    bottom: 0;
    padding: 15px;
    height: 44px;
    width: 44px;
    top: inherit;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transition: all .25s ease;
    -webkit-transition: all .25s ease; }
    .slider-testimonials .swiper-button-prev:hover {
      background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%23289AC4' d='M15 1L18 4L7 15L18 26L15 29L1 15z'/%3E%3C/svg%3E") no-repeat center center;
      background-origin: content-box;
      -moz-background-origin: content-box;
      -webkit-background-origin: content-box;
      transform: translateX(-45px);
      -webkit-transform: translateX(-45px); }
  .slider-testimonials .swiper-button-next {
    background-image: none;
    right: 50%;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%231B2434' d='M4 1L18 15L4 29L1 26L12 15L1 4z'/%3E%3C/svg%3E") no-repeat center center;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    height: 44px;
    width: 44px;
    margin: 0;
    bottom: 0;
    padding: 15px;
    top: inherit;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transition: all .25s ease;
    -webkit-transition: all .25s ease; }
    .slider-testimonials .swiper-button-next:hover {
      background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%23289AC4' d='M4 1L18 15L4 29L1 26L12 15L1 4z'/%3E%3C/svg%3E") no-repeat center center;
      background-origin: content-box;
      -moz-background-origin: content-box;
      -webkit-background-origin: content-box;
      transform: translateX(45px);
      -webkit-transform: translateX(45px); }

.slider-campaigns {
  padding-bottom: 60px; }
  .slider-campaigns .container {
    overflow: visible; }
    @media (max-width: 576px) {
      .slider-campaigns .container {
        padding: 0;
        margin: 0 15px;
        width: calc(100% - 30px); } }
  .slider-campaigns .imageblock img {
    box-shadow: 0 9px 21px rgba(0, 0, 0, 0.12);
    border-radius: 8px; }
  .slider-campaigns .swiper-wrapper {
    padding-top: 1em;
    padding-bottom: 2em; }
  .slider-campaigns .swiper-slide {
    width: 100%;
    opacity: 0.4;
    transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease; }
    .slider-campaigns .swiper-slide-active {
      opacity: 1; }
  .slider-campaigns .swiper-button-prev {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%231B2434' d='M15 1L18 4L7 15L18 26L15 29L1 15z'/%3E%3C/svg%3E");
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    bottom: 35%;
    top: inherit;
    left: 0;
    transition: all .25s ease;
    -webkit-transition: all .25s ease; }
    @media (min-width: 768px) {
      .slider-campaigns .swiper-button-prev {
        top: 37%;
        bottom: 0;
        left: 50px;
        line-height: 1;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } }
      @media (max-width: 768px) {
        .slider-campaigns .swiper-button-prev {
          background-color: transparent;
          background-size: contain;
          padding: 15px;
          height: 45px;
          width: 45px; } }
    .slider-campaigns .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%23289AC4' d='M15 1L18 4L7 15L18 26L15 29L1 15z'/%3E%3C/svg%3E");
      left: 0; }
      @media (min-width: 768px) {
        .slider-campaigns .swiper-button-prev:hover {
          left: 45px; } }
  .slider-campaigns .swiper-button-next {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%231B2434' d='M4 1L18 15L4 29L1 26L12 15L1 4z'/%3E%3C/svg%3E");
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: inherit;
    margin: 0;
    bottom: 35%;
    transition: all .25s ease;
    -webkit-transition: all .25s ease; }
    @media (min-width: 768px) {
      .slider-campaigns .swiper-button-next {
        top: 37%;
        bottom: 0;
        right: 50px;
        line-height: 1;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } }
      @media (max-width: 768px) {
        .slider-campaigns .swiper-button-next {
          background-color: transparent;
          background-size: contain;
          padding: 15px;
          height: 45px;
          width: 45px; } }
    .slider-campaigns .swiper-button-next:hover {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 31'%3E%3Cpath fill='%23289AC4' d='M4 1L18 15L4 29L1 26L12 15L1 4z'/%3E%3C/svg%3E");
      right: 0; }
      @media (min-width: 768px) {
        .slider-campaigns .swiper-button-next:hover {
          right: 45px; } }
  .slider-campaigns .swiper-button-disabled {
    opacity: 0; }
  @media (max-width: 768px) {
    .slider-campaigns .swiper-pagination-bullets {
      bottom: 40px; } }
  .slider-campaigns .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #289AC4;
    opacity: 0.35; }
    .slider-campaigns .swiper-pagination-bullet-active {
      background: #289AC4;
      opacity: 1; }
  .slider-campaigns .card {
    margin: -50px auto 0;
    width: calc(80% - 30px); }
    @media (min-width: 768px) {
      .slider-campaigns .card {
        width: 447px;
        margin: -100px auto 0; } }
    .slider-campaigns .card h4 {
      margin: 0 0 10px; }
    .slider-campaigns .card p {
      margin: 0 0 10px; }
      .slider-campaigns .card p:last-child {
        margin: 0; }
    .slider-campaigns .card a {
      text-decoration: underline; }

/* Footer */
footer {
  padding-bottom: 0; }
  footer.minimal {
    text-align: center; }
    footer.minimal .container {
      padding-top: 4.5em;
      padding-bottom: 3em;
      border-top: 1px solid #EBEEF5; }
    footer.minimal .client-box {
      background: transparent;
      box-shadow: none; }
      footer.minimal .client-box img {
        filter: grayscale(100%);
        opacity: 0.3; }
    footer.minimal.blank {
      padding-top: 0; }
      footer.minimal.blank .container {
        border: none; }
  footer.site-footer {
    background: #0A212E; }
    footer.site-footer .site-brand img {
      height: 28px; }
    footer.site-footer p {
      color: white; }
    footer.site-footer h4 {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: bold;
      color: white; }
    footer.site-footer ul li {
      margin: 12px 0; }
      footer.site-footer ul li a {
        font-size: 12px;
        color: white; }
        footer.site-footer ul li a:hover {
          color: #289AC4; }
    footer.site-footer .social {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      footer.site-footer .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
        width: 35px;
        height: 35px;
        margin-left: 5px;
        border-radius: 100%;
        border: 1px solid #9DA6AB; }
        footer.site-footer .social a img {
          height: 12px;
          max-width: 12px; }
        footer.site-footer .social a:hover {
          border-color: white; }
    footer.site-footer .logos img {
      height: 20px;
      margin: 0 10px;
      display: inline-block; }
  footer .bottom-footer {
    background: #061822;
    padding: 20px 0; }
    footer .bottom-footer p {
      font-size: 12px;
      color: #A4AFB3; }

select.styled {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 35'%3E%3Cpath fill='%238e9a9f' d='M1 7L7 1L27 21L47 1L53 7L27 33z'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
    border: 1px solid #D3D9E6;
    border-radius: 4px;
    color: #0A212E;
    cursor: pointer;
    height: 40px;
    padding: 0 28px 0 15px;
    width: 100%;
}

select.styled::-ms-expand {
    background-color: transparent;
    border: 0;
}

select.styled:focus {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 35'%3E%3Cpath fill='%23289ac4' d='M1 7L7 1L27 21L47 1L53 7L27 33z'/%3E%3C/svg%3E");
    border: 1px solid #289AC4;
    color: #0A212E;
    outline: none;
}

select.styled:focus::-ms-value {
    background-color: #fff;
    color: #495057;
}

input.input-validation-error,
textarea.input-validation-error,
select.styled.input-validation-error,
span.checkbox input.input-validation-error + label::before,
input.checkbox.input-validation-error + label::before,
span.radio input.input-validation-error + label::before,
input.radio.input-validation-error + label::before {
    border-color: #E84118;
}

.filter select.styled {
    margin-top: 10px;
}

div#busy {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}

div#busy::before {
    animation: busy 3s infinite linear;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1020 1020'%3E%3Cpath fill='%234f4f4f' fill-rule='evenodd' d='M 656 10 L 581 85 L 439 85 L 364 10 L 260 53 L 260 159 L 260 159 L 159 260 L 159 260 L 53 260 L 10 364 L 85 439 L 85 581 L 10 656 L 53 760 L 159 760 L 260 861 L 260 967 L 364 1010 L 439 935 L 581 935 L 656 1010 L 760 967 L 760 861 L 861 760 L 967 760 L 1010 656 L 935 581 L 935 439 L 1010 364 L 967 260 L 861 260 L 760 159 L 760 53 L 656 10 M 260 510 A 250 250 0 0 0 760 510 A 250 250 0 0 0 260 510' /%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

@keyframes busy {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
