@charset "UTF-8";
/*
Theme Name: uhg
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f5d1f85a-ce5f-4792-a702-f76b27a85ef4");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------------------------------------------*/
/*	Font-face
/*------------------------------------------------------------------------*/
/* @font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("stylesheets/fonts/Avenir/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("stylesheets/fonts/Avenir/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("stylesheets/fonts/Avenir/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("stylesheets/fonts/Avenir/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("stylesheets/fonts/Avenir/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("stylesheets/fonts/Avenir/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT W01_65 Medium1475538";
  src: url("stylesheets/fonts/Avenir/cebcf56a-ea7e-4f5c-8110-a7ee367c1f91.eot?#iefix");
  src: url("stylesheets/fonts/Avenir/cebcf56a-ea7e-4f5c-8110-a7ee367c1f91.eot?#iefix") format("eot"), url("stylesheets/fonts/Avenir/deb5e718-7abb-4df3-9365-edfa95317090.woff2") format("woff2"), url("stylesheets/fonts/Avenir/04801919-17ee-4c6b-8b17-eb1965cb3ed6.woff") format("woff"), url("stylesheets/fonts/Avenir/cee053ec-4b41-4506-a1fe-796261690610.ttf") format("truetype"), url("stylesheets/fonts/Avenir/38a556e4-b6e5-48c6-aece-b1d470af124e.svg#38a556e4-b6e5-48c6-aece-b1d470af124e") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("stylesheets/fonts/Avenir/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
  src: url("stylesheets/fonts/Avenir/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"), url("stylesheets/fonts/Avenir/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("stylesheets/fonts/Avenir/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("stylesheets/fonts/Avenir/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), url("stylesheets/fonts/Avenir/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
} */
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, p, li {
  font-family: 'Open Sans', sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #808285;
  margin: 0;
}

a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

a:not(.hide-link) {
  color: #808285;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:not(.hide-link):focus {
  outline: none;
}

strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.lazy.b-loaded {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Font Families
/*-----------------------------------*/
/*-----------------------------------*/
/*  Block Typography Styles
/*-----------------------------------*/
/*-----------------------------------*/
/*  Buttons
/*-----------------------------------*/
/*-----------------------------------*/
/*  Slick Slider
/*-----------------------------------*/
/*-----------------------------------*/
/*  Screen Reader Text
/*-----------------------------------*/
.sr-only, .ja-job-search .ja-form .ja-field-container label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  font-family: 'Open Sans', sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
  color: #808285;
  border-top: 0;
  min-height: 100vh;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  padding-top: calc(32px + 72px);
}
@media (max-width: 1024px) {
  body {
    padding-top: 55px;
  }
}
body .container {
  width: 1280px;
  max-width: 100%;
  padding-left: 128px;
  padding-right: 128px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  body .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  body .body-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  body .body-inner-wrap > section:not(.employee):not(.address):not(.filters):not(.listing):not(.content):not(.back-to-news):not(.video):not(.pagination):not(.overview):not(.team) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  body .body-inner-wrap section.employee, body .body-inner-wrap section.address, body .body-inner-wrap section.filters, body .body-inner-wrap section.listing, body .body-inner-wrap section.video, body .body-inner-wrap section.pagination, body .body-inner-wrap section.team {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  body .body-inner-wrap .business-user,
  body .body-inner-wrap .provider {
    width: 100%;
  }
  body .body-inner-wrap .business-user > .expander,
  body .body-inner-wrap .provider > .expander {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  body .body-inner-wrap .business-user > .expander > .container,
  body .body-inner-wrap .provider > .expander > .container {
    width: 1280px;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  body .body-inner-wrap .business-user > .expander > .container .call-to-action,
  body .body-inner-wrap .provider > .expander > .container .call-to-action {
    position: relative;
  }
  body .body-inner-wrap .business-user > .expander > .container .call-to-action::before, body .body-inner-wrap .business-user > .expander > .container .call-to-action::after,
  body .body-inner-wrap .provider > .expander > .container .call-to-action::before,
  body .body-inner-wrap .provider > .expander > .container .call-to-action::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #F4F4F4;
  }
  body .body-inner-wrap .business-user > .expander > .container .call-to-action::before,
  body .body-inner-wrap .provider > .expander > .container .call-to-action::before {
    left: -50%;
  }
  body .body-inner-wrap .business-user > .expander > .container .call-to-action::after,
  body .body-inner-wrap .provider > .expander > .container .call-to-action::after {
    right: -50%;
  }
  body .body-inner-wrap .info-accordion {
    width: 100%;
  }
  body .body-inner-wrap .info-accordion .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .body-inner-wrap .info-accordion .content > .container {
    width: 1280px;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------*/
/*  Header
/*-----------------------------------*/
@media (max-width: 1024px) {
  header.desktop {
    display: none;
  }
}
header.desktop .nav-primary,
header.desktop .nav-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.desktop .nav-primary > .container,
header.desktop .nav-secondary > .container {
  width: 1280px;
  max-width: 100%;
  box-sizing: border-box;
}
header.desktop .nav-primary {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 2px solid #E6E6E7;
}
header.desktop .nav-primary.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}
header.desktop .nav-primary > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header.desktop .nav-primary > .container a.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81px;
  -ms-flex: 0 0 81px;
  flex: 0 0 81px;
  height: 34px;
}
header.desktop .nav-primary > .container .nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 81px);
  -ms-flex: 0 0 calc(100% - 81px);
  flex: 0 0 calc(100% - 81px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.desktop .nav-primary > .container .sub-navigation {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  min-height: 380px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
header.desktop .nav-primary > .container .sub-navigation .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.desktop .nav-primary > .container .sub-navigation .dropdown .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 36.4%;
  -ms-flex: 1 0 36.4%;
  flex: 1 0 36.4%;
}
header.desktop .nav-primary > .container .sub-navigation .dropdown .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 63.6%;
  -ms-flex: 1 0 63.6%;
  flex: 1 0 63.6%;
}
header.desktop .nav-primary .nav a,
header.desktop .nav-primary .sub-navigation .dropdown .right .menu > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.desktop .nav-primary .nav a:hover,
header.desktop .nav-primary .sub-navigation .dropdown .right .menu > a:hover {
  color: #244B70;
}
header.desktop .nav-primary a.logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/uhg-header-logo.svg);
}
header.desktop .nav-primary .nav {
  height: 100%;
  box-sizing: border-box;
  padding-right: 18px;
}
header.desktop .nav-primary .nav > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16.5px;
  color: #5A5E60;
}
header.desktop .nav-primary .nav > a:first-child {
  margin-left: 0;
}
header.desktop .nav-primary .nav > a:last-child {
  margin-right: 0;
}
header.desktop .nav-primary .nav > a.active, header.desktop .nav-primary .nav > a.visible {
  color: #244B70;
  border-bottom: 2px solid #244B70;
}
header.desktop .nav-primary .sub-navigation {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #FFF;
}
header.desktop .nav-primary .sub-navigation .dropdown {
  min-height: calc(380px - 20px - 60px);
  width: 1280px;
  max-width: 100%;
  padding-left: calc(128px + 50px);
  padding-right: calc(128px + 50px);
  box-sizing: border-box;
}
header.desktop .nav-primary .sub-navigation .dropdown .left {
  box-sizing: border-box;
  padding-top: 18px;
  padding-right: 42px;
}
header.desktop .nav-primary .sub-navigation .dropdown .left h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header.desktop .nav-primary .sub-navigation .dropdown .left h2 p {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #0080D5;
  text-transform: uppercase;
  border: 2px solid #0080D5;
  padding: 6px;
}
header.desktop .nav-primary .sub-navigation .dropdown .left h2 p:not(:first-child) {
  margin-top: -2px;
}
header.desktop .nav-primary .sub-navigation .dropdown .left h2 p.no-text-transform {
  text-transform: none;
}
header.desktop .nav-primary .sub-navigation .dropdown .left .nav-tagline {
  margin-top: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
header.desktop .nav-primary .sub-navigation .dropdown .right {
  box-sizing: border-box;
  padding-left: 74px;
  border-left: 1px solid #F4F4F4;
}
header.desktop .nav-primary .sub-navigation .dropdown .right .menu {
  max-width: 240px;
}
header.desktop .nav-primary .sub-navigation .dropdown .right .menu > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 15px;
  line-height: 20px;
  color: #808285;
  border-bottom: 1px solid #E6E6E7;
}
header.desktop .nav-primary .sub-navigation .dropdown .right .menu > a:hover .arrow {
  background-image: url(images/icons/subnav-arrow-blue.svg);
}
header.desktop .nav-primary .sub-navigation .dropdown .right .menu .arrow {
  width: 7px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/subnav-arrow-gray.svg);
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
header.desktop .nav-secondary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: black;
}
header.desktop .nav-secondary > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 32px;
}
header.desktop .nav-secondary > .container .item {
  position: relative;
  height: 100%;
}
header.desktop .nav-secondary > .container .item:not(:last-child) {
  margin-right: 1px;
}
header.desktop .nav-secondary > .container .item:not([data-type="contact"]) {
  background-color: #333;
}
header.desktop .nav-secondary > .container .item .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] .icon {
  background-image: url(images/icons/topbar-icon-contact-white.svg);
  height: 12px;
}
header.desktop .nav-secondary > .container .item[data-type="assessments"] .icon {
  background-image: url(images/icons/topbar-icon-assessments-white.svg);
}
header.desktop .nav-secondary > .container .item[data-type="medebridge"] .icon {
  background-image: url(images/icons/topbar-icon-login-white.svg);
}
header.desktop .nav-secondary > .container .item > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 1px);
  padding-left: 28px;
  padding-right: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11.5px;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
header.desktop .nav-secondary > .container .item > a:hover {
  border-bottom: 1px solid #fff;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] {
  position: relative;
}
header.desktop .nav-secondary > .container .item[data-type="contact"]:hover > a {
  color: #fff;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] .dropdown {
  display: none;
  position: absolute;
  z-index: 11;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-width: 222px;
  background-color: #333;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] .dropdown > a {
  padding: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #808285;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] .dropdown > a:hover {
  color: #fff;
}
header.desktop .nav-secondary > .container .item[data-type="contact"] .dropdown > a:not(:last-child) {
  border-bottom: 1px solid #808285;
}

/*-----------------------------------*/
/*  Header Mobile
/*-----------------------------------*/
header.mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
header.mobile.fixed {
  position: fixed;
  z-index: 1010;
}
@media (max-width: 1024px) {
  header.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header.mobile > .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  box-sizing: border-box;
  padding-right: 0;
  background-color: #FFF;
}
header.mobile > .container a.hamburger {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/mobile-header-menu-darker.svg);
}
header.mobile > .container a.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 25px;
  margin-left: 14px;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/uhg-header-logo.svg);
}
header.mobile > .container .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
}
header.mobile > .container .icons .item {
  height: 100%;
}
header.mobile > .container .icons .item[data-type="assessments"] {
  margin-right: 2px;
}
header.mobile > .container .icons .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 100%;
  background-color: #EAEBEC;
}
header.mobile > .container .icons .item a .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
header.mobile > .container .icons .item[data-type="assessments"] .icon {
  background-image: url(images/icons/mobile-header-assessments.svg);
}
header.mobile > .container .icons .item[data-type="medebridge"] .icon {
  background-image: url(images/icons/mobile-header-login.svg);
}

/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -264px;
  width: 264px;
  min-height: 100vh;
  z-index: 1030;
  overflow: hidden;
}
.nav-mobile .wrapper > a,
.nav-mobile .nav-mobile-secondary .item > a {
  height: 55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid #5A5E60;
}
.nav-mobile .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 264px;
  min-height: 100vh;
  background-color: #000;
}
.nav-mobile .wrapper > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
}
.nav-mobile .wrapper > a[data-active="true"] {
  background-color: #0080D5;
  color: #FFF;
}
.nav-mobile .wrapper .dropdown {
  display: none;
}
.nav-mobile .wrapper .dropdown .menu > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.nav-mobile .wrapper .dropdown .menu > a:hover .label, .nav-mobile .wrapper .dropdown .menu > a:focus .label, .nav-mobile .wrapper .dropdown .menu > a:active .label {
  color: #244B70;
}
.nav-mobile .wrapper .dropdown .menu > a:hover .arrow, .nav-mobile .wrapper .dropdown .menu > a:focus .arrow, .nav-mobile .wrapper .dropdown .menu > a:active .arrow {
  background-image: url(images/icons/subnav-arrow-blue.svg);
}
.nav-mobile .wrapper .dropdown .menu > a .label {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  color: #808285;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.nav-mobile .wrapper .dropdown .menu > a .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left center;
  background-image: url(images/icons/subnav-arrow-gray.svg);
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}

.nav-mobile-secondary .item {
  position: relative;
  background-color: #333;
}
.nav-mobile-secondary .item .icon {
  position: absolute;
  top: 18px;
  left: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
.nav-mobile-secondary .item[data-type="contact"] .icon {
  background-image: url(images/icons/topbar-icon-contact-white.svg);
  height: 23px;
}
.nav-mobile-secondary .item[data-type="assessments"] .icon {
  background-image: url(images/icons/topbar-icon-assessments-white.svg);
}
.nav-mobile-secondary .item[data-type="medebridge"] .icon {
  background-image: url(images/icons/topbar-icon-login-white.svg);
}
.nav-mobile-secondary .item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 48px;
  padding-right: 15px;
  color: #fff;
}

body.mobile-toggle .body-inner-wrap {
  position: relative;
}
body.mobile-toggle header.mobile .icons {
  display: none;
}
body.mobile-toggle .nav-mobile {
  overflow-y: auto;
}

/*-----------------------------------*/
/*  Footer
/*-----------------------------------*/
section.footer {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  section.footer {
    padding-top: 0;
    border-top: none;
  }
}
section.footer > a#sitemap-toggle {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 128px;
  padding-right: 128px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  section.footer > a#sitemap-toggle {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  section.footer > a#sitemap-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  section.footer > a#sitemap-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.footer > a#sitemap-toggle .label {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #5A5E60;
}
section.footer > a#sitemap-toggle .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 16px;
  margin-left: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(images/icons/subnav-arrow-gray.svg);
}
section.footer > a#sitemap-toggle[data-active="true"] .arrow {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
section.footer > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  section.footer > .container {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.footer > .container .nav h5 p,
section.footer > .container .connecting h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #849DAA;
}
section.footer > .container .nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.03906%;
  -ms-flex: 0 0 26.03906%;
  flex: 0 0 26.03906%;
  min-height: 298px;
}
@media (max-width: 768px) {
  section.footer > .container .nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: auto;
    margin-bottom: 24px;
  }
}
section.footer > .container .nav:not(:nth-child(4)) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  section.footer > .container .nav:not(:nth-child(4)) {
    margin-right: 0;
  }
}
section.footer > .container .nav h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 50px;
  margin-bottom: 12px;
}
section.footer > .container .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.footer > .container .nav .menu a {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #B1B3B6;
}
section.footer > .container .connecting {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.53516%;
  -ms-flex: 0 0 23.53516%;
  flex: 0 0 23.53516%;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.footer > .container .connecting {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: inherit;
  }
  section.footer > .container .connecting .connect {
    display: none;
  }
}
section.footer > .container .connecting h5 {
  min-height: 35.5px;
}
section.footer > .container .connecting .connect .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.footer > .container .connecting .connect .icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
section.footer > .container .connecting .connect .icons a:not(:first-child) {
  margin-left: 3px;
}
section.footer > .container .connecting .connect .icons a:not(:last-child) {
  margin-right: 3px;
}
section.footer > .container .connecting .connect .icons a.linked-in {
  background-image: url(images/icons/social-icon-linkedin.svg);
}
section.footer > .container .connecting .connect .icons a.linked-in:hover {
  background-image: url(images/icons/social-icon-linkedin-hover.svg);
}
section.footer > .container .connecting .connect .icons a.twitter {
  background-image: url(images/icons/social-icon-twitter.svg);
}
section.footer > .container .connecting .connect .icons a.twitter:hover {
  background-image: url(images/icons/social-icon-twitter-hover.svg);
}
section.footer > .container .connecting .subscribe {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  section.footer > .container .connecting .subscribe {
    margin-top: 20px;
  }
}
section.footer > .container .connecting .subscribe form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.footer > .container .connecting .subscribe form button[type='submit'] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  height: 45px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/button-subscribe.svg);
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
section.footer > .container .connecting .subscribe form button[type='submit']:hover, section.footer > .container .connecting .subscribe form button[type='submit']:active, section.footer > .container .connecting .subscribe form button[type='submit']:focus {
  opacity: 0.7;
}
section.footer > .container .connecting .subscribe > div.error, section.footer > .container .connecting .subscribe > div.thanks {
  display: none;
  margin-top: 10px;
}
section.footer > .container .connecting .subscribe > div.error.active, section.footer > .container .connecting .subscribe > div.thanks.active {
  display: block;
}
section.footer > .container .connecting .subscribe > div.error {
  color: rgba(255, 0, 0, 0.75);
}

section.the-very-bottom {
  height: 50px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  section.the-very-bottom {
    padding-bottom: 0;
  }
}
section.the-very-bottom > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  section.the-very-bottom > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.the-very-bottom a.racgp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/logos/supported-by-the-RACGP-small.png);
}
section.the-very-bottom .copyright,
section.the-very-bottom .copyright a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  color: #B1B3B6;
}
@media (max-width: 768px) {
  section.the-very-bottom .copyright,
  section.the-very-bottom .copyright a {
    padding-bottom: 24px;
  }
}
section.the-very-bottom a.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/uhg-footer-logo.svg);
}
@media (max-width: 768px) {
  section.the-very-bottom a.logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
section.the-very-bottom .connect-icons {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  section.the-very-bottom .connect-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.the-very-bottom .connect-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
section.the-very-bottom .connect-icons a:not(:first-child) {
  margin-left: 3px;
}
section.the-very-bottom .connect-icons a:not(:last-child) {
  margin-right: 3px;
}
section.the-very-bottom .connect-icons a.linked-in {
  background-image: url(images/icons/social-icon-linkedin.svg);
}
section.the-very-bottom .connect-icons a.linked-in:hover {
  background-image: url(images/icons/social-icon-linkedin-hover.svg);
}
section.the-very-bottom .connect-icons a.twitter {
  background-image: url(images/icons/social-icon-twitter.svg);
}
section.the-very-bottom .connect-icons a.twitter:hover {
  background-image: url(images/icons/social-icon-twitter-hover.svg);
}
@media (max-width: 768px) {
  section.the-very-bottom > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.the-very-bottom .copyright,
  section.the-very-bottom .copyright a {
    color: #8F8F8F;
  }
  section.the-very-bottom .copyright {
    margin-top: 45px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.the-very-bottom a.logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

/*-----------------------------------*/
/*  Background Overlay
/*-----------------------------------*/
.background-overlay,
.modal-background-overlay {
  display: none;
  z-index: 1020;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-background-overlay {
  z-index: 1040;
}

/*-----------------------------------*/
/*  Forms
/*-----------------------------------*/
.ja-form, form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ja-form input:not([type="checkbox"]), .ja-form select, .ja-form textarea, form input:not([type="checkbox"]), form select, form textarea {
  width: 100%;
  height: 45px;
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #FFF;
  border: none;
  line-height: 1;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ja-form input:not([type="checkbox"])::-ms-expand, .ja-form select::-ms-expand, .ja-form textarea::-ms-expand, form input:not([type="checkbox"])::-ms-expand, form select::-ms-expand, form textarea::-ms-expand {
  display: none;
}
.ja-form input:not([type="checkbox"]):focus, .ja-form select:focus, .ja-form textarea:focus, form input:not([type="checkbox"]):focus, form select:focus, form textarea:focus {
  outline: none;
}
.ja-form input:not([type="checkbox"]), .ja-form input:not([type="checkbox"])::-webkit-input-placeholder, .ja-form select, .ja-form select::-webkit-input-placeholder, .ja-form textarea, .ja-form textarea::-webkit-input-placeholder, form input:not([type="checkbox"]), form input:not([type="checkbox"])::-webkit-input-placeholder, form select, form select::-webkit-input-placeholder, form textarea, form textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15.5px;
}
.ja-form input:not([type="checkbox"]), .ja-form input:not([type="checkbox"])::-moz-placeholder, .ja-form select, .ja-form select::-moz-placeholder, .ja-form textarea, .ja-form textarea::-moz-placeholder, form input:not([type="checkbox"]), form input:not([type="checkbox"])::-moz-placeholder, form select, form select::-moz-placeholder, form textarea, form textarea::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15.5px;
}
.ja-form input:not([type="checkbox"]), .ja-form input:not([type="checkbox"]):-ms-input-placeholder, .ja-form select, .ja-form select:-ms-input-placeholder, .ja-form textarea, .ja-form textarea:-ms-input-placeholder, form input:not([type="checkbox"]), form input:not([type="checkbox"]):-ms-input-placeholder, form select, form select:-ms-input-placeholder, form textarea, form textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15.5px;
}
.ja-form input:not([type="checkbox"]), .ja-form input:not([type="checkbox"])::placeholder, .ja-form select, .ja-form select::placeholder, .ja-form textarea, .ja-form textarea::placeholder, form input:not([type="checkbox"]), form input:not([type="checkbox"])::placeholder, form select, form select::placeholder, form textarea, form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15.5px;
}
.ja-form input:not([type="checkbox"])::-webkit-input-placeholder, .ja-form select::-webkit-input-placeholder, .ja-form textarea::-webkit-input-placeholder, form input:not([type="checkbox"])::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #849DAA;
  opacity: 1;
}
.ja-form input:not([type="checkbox"])::-moz-placeholder, .ja-form select::-moz-placeholder, .ja-form textarea::-moz-placeholder, form input:not([type="checkbox"])::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #849DAA;
  opacity: 1;
}
.ja-form input:not([type="checkbox"]):-ms-input-placeholder, .ja-form select:-ms-input-placeholder, .ja-form textarea:-ms-input-placeholder, form input:not([type="checkbox"]):-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #849DAA;
  opacity: 1;
}
.ja-form input:not([type="checkbox"])::placeholder, .ja-form select::placeholder, .ja-form textarea::placeholder, form input:not([type="checkbox"])::placeholder, form select::placeholder, form textarea::placeholder {
  color: #849DAA;
  opacity: 1;
}
.ja-form input, form input {
  color: #808285;
}
.ja-form select, form select {
  color: #849DAA;
}
.ja-form textarea, form textarea {
  height: 100%;
  padding: 12px;
}
.ja-form:not(#subForm) button[type="submit"], form:not(#subForm) button[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 0;
}
.ja-form:not(#subForm) button[type="submit"]:hover, form:not(#subForm) button[type="submit"]:hover {
  background-color: #77BEEE;
}
.ja-form .field label.error,
.ja-form .agree label.error, form .field label.error,
form .agree label.error {
  display: block;
  margin-top: 4px;
  color: rgba(255, 0, 0, 0.75);
}

section.footer .subscribe form input {
  background-color: #EBEBEC;
}

/*-----------------------------------*/
/*  Modals
/*-----------------------------------*/
.modal {
  position: fixed;
  top: 135px;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 435px;
  height: 500px;
  margin-left: -217.5px;
}
@media (max-width: 468px) {
  .modal {
    top: 100px;
    left: 0;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modal .top {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #FFF;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  color: #0080D5;
}
.modal .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #0080D5;
}
@media (max-width: 768px) {
  .modal .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal .content .item {
  width: 328px;
  max-width: 100%;
  height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.modal .content .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal .content .item a:hover {
  opacity: 0.75;
}

.modal.medebridge .content .item a.button {
  background-image: url(images/logos/medebridge-logo.svg) !important;
}

/*-----------------------------------*/
/*  Block - Overview
/*-----------------------------------*/
section.overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 86px;
  padding-bottom: 84px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  section.overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.overview > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  box-sizing: content-box;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.overview > .container {
    display: block;
  }
}
section.overview > .container .introduction {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 42px);
  -ms-flex: 0 0 calc(50% - 42px);
  flex: 0 0 calc(50% - 42px);
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  line-height: 36px;
}
section.overview > .container .introduction .line {
  width: 67px;
  height: 1px;
  margin-top: 52px;
  background-color: #0080D5;
}
@media (max-width: 768px) {
  section.overview > .container .introduction .line {
    position: static;
    margin-top: 52px;
    margin-bottom: 48px;
  }
}
section.overview > .container .body-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 415px;
}
@media (max-width: 768px) {
  section.overview > .container .body-text {
    max-width: none;
  }
}
section.overview > .container .body-text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #808285;
}
section.overview > .container .body-text p:not(:first-child) {
  margin-top: 24px;
}

/*-----------------------------------*/
/*  Block - Section Carousel
/*-----------------------------------*/
@media (max-width: 768px) {
  section.section-carousel .slick-dots {
    position: static;
  }
}

/*-----------------------------------*/
/*  Block - Icon Group
/*-----------------------------------*/
section.icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 31px;
  background-color: #F4F4F4;
  text-align: center;
}
@media (max-width: 768px) {
  section.icon-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
  }
  section.icon-group > .container {
    padding: 0;
  }
}
section.icon-group h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  section.icon-group h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  section.icon-group h3 {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  section.icon-group h3 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  section.icon-group h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.icon-group .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 850px;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  section.icon-group .icons {
    margin-top: 50px;
  }
}
section.icon-group .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 41.33333px);
  -ms-flex: 0 0 calc(33.33% - 41.33333px);
  flex: 0 0 calc(33.33% - 41.33333px);
  margin-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.icon-group .icons .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  section.icon-group .icons .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
section.icon-group .icons .item .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  section.icon-group .icons .item .icon {
    width: 120px;
    height: 120px;
  }
}
section.icon-group .icons .item h4 {
  max-width: 100%;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
@media (max-width: 768px) {
  section.icon-group .icons .item h4 {
    font-size: 21px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  section.icon-group .icons .item h4 {
    margin-top: 14px;
  }
}
section.icon-group .icons .item .caption {
  max-width: 100%;
  margin-top: 28px;
}
section.icon-group .icons .item .caption p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 768px) {
  section.icon-group .icons .item .caption {
    max-width: 267px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  section.icon-group .icons .slick-dots {
    background-color: transparent;
  }
  section.icon-group .icons .slick-dots li button::before {
    background-color: #8F8F8F;
  }
  section.icon-group .icons .slick-dots li.slick-active button::before {
    border-color: #8F8F8F;
    background-color: transparent;
  }
}

/*-----------------------------------*/
/*  Text / Image / Button
/*-----------------------------------*/
section.text-image-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
section.text-image-button > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 650px;
}
@media (max-width: 768px) {
  section.text-image-button > .container {
    min-height: auto;
  }
}
section.text-image-button > .container .introduction {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  section.text-image-button > .container .introduction {
    font-size: 22px;
    line-height: 1.2;
  }
}
section.text-image-button > .container .introduction,
section.text-image-button > .container .info .text {
  max-width: 100%;
}
section.text-image-button > .container .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.16406%;
  -ms-flex: 0 0 43.16406%;
  flex: 0 0 43.16406%;
  padding-top: 112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  section.text-image-button > .container .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
section.text-image-button > .container .info .text {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
section.text-image-button > .container .info a {
  margin-top: 45px;
}
section.text-image-button[data-imageposition="default"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.text-image-button[data-imageposition="default"] > .container .info {
    padding-top: 50px;
    padding-bottom: 320px;
  }
}
section.text-image-button[data-imageposition="left-negative-top"] {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  section.text-image-button[data-imageposition="left-negative-top"] > .container {
    min-height: auto;
  }
}
@media (max-width: 1220px) {
  section.text-image-button[data-imageposition="left-negative-top"] {
    background-size: 45% auto;
    background-position: left center;
  }
}
@media (max-width: 468px) {
  section.text-image-button[data-imageposition="left-negative-top"] {
    background-size: contain;
    background-position: left top;
  }
}
section.text-image-button[data-imageposition="left-negative-top"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 140px, #0080D5 140px, #0080D5 100%);
  background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 140px, #0080D5 140px, #0080D5 100%);
}
@media (max-width: 1220px) {
  section.text-image-button[data-imageposition="left-negative-top"]::before {
    background: #0080D5;
  }
}
@media (max-width: 468px) {
  section.text-image-button[data-imageposition="left-negative-top"]::before {
    background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 100px, #0080D5 100px, #0080D5 100%);
    background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 100px, #0080D5 100px, #0080D5 100%);
  }
}
section.text-image-button[data-imageposition="left-negative-top"] > .container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: auto 650px;
  background-position: left top;
}
section.text-image-button[data-imageposition="left-negative-top"] > .container .info {
  padding-top: 70px;
}
@media (max-width: 1220px) {
  section.text-image-button[data-imageposition="left-negative-top"] > .container .info {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  section.text-image-button[data-imageposition="left-negative-top"] > .container .info {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 468px) {
  section.text-image-button[data-imageposition="left-negative-top"] > .container .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
@media (max-width: 468px) {
  section.text-image-button[data-imageposition="left-negative-top"] > .container {
    padding-bottom: 75px;
    text-align: center;
  }
  section.text-image-button[data-imageposition="left-negative-top"] > .container .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 350px;
  }
}
section.text-image-button[data-section="healthcare_provider"] .info {
  color: #FFF;
}
section.text-image-button[data-section="healthcare_provider"] .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.text-image-button[data-section="healthcare_provider"] .info a:hover {
  background-color: #77BEEE;
  border-color: #77BEEE;
}
section.text-image-button[data-section="technology"] .info {
  color: #0080D5;
}
section.text-image-button[data-section="technology"] .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
section.text-image-button[data-section="technology"] .info a:hover {
  background-color: #77BEEE;
}

/*-----------------------------------*/
/*  Block - Clients
/*-----------------------------------*/
section.clients {
  padding-top: 50px;
  padding-bottom: 5px;
  background-color: #F4F4F4;
  text-align: center;
}
@media (max-width: 768px) {
  section.clients {
    padding-bottom: 35px;
  }
}
section.clients .slider {
  width: 100%;
  margin-bottom: 0;
}
section.clients .slider .container {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.clients .slider .slick-track > .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.clients .slider .slick-track > .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  section.clients .slider .slick-dots {
    bottom: -25px;
    background-color: transparent;
  }
  section.clients .slider .slick-dots li button::before {
    background-color: #FFF;
  }
  section.clients .slider .slick-dots li.slick-active button::before {
    border-color: #FFF;
    background-color: transparent;
  }
}
section.clients h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  section.clients h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  section.clients h3 {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  section.clients h3 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  section.clients h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.clients .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 952px;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.clients .logos .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 72px);
  -ms-flex: 0 0 calc(20% - 72px);
  flex: 0 0 calc(20% - 72px);
  margin-left: 36px;
  margin-right: 36px;
  margin-bottom: 30px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  section.clients .logos {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  section.clients .logos .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.6%;
    -ms-flex: 0 0 30.6%;
    flex: 0 0 30.6%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 20px);
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 468px) {
  section.clients .logos .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44.5%;
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

/*-----------------------------------*/
/*  Block - Call to Action
/*-----------------------------------*/
section.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  text-align: center;
}
section.call-to-action > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 320px;
}
@media (max-width: 768px) {
  section.call-to-action > .container {
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
}
section.call-to-action h3 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  color: #244B70;
}
@media (max-width: 768px) {
  section.call-to-action h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }
}
section.call-to-action h3, section.call-to-action h4 {
  max-width: 100%;
}
section.call-to-action button.button {
  display: inline-block !important;
}
section.call-to-action .button {
  min-width: 175px;
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
section.call-to-action .button:hover {
  background-color: #77BEEE;
}
section.call-to-action .button:focus {
  outline: none;
}
@media (max-width: 768px) {
  section.call-to-action .button {
    margin-top: 25px;
  }
}

/*-----------------------------------*/
/*  Carousel - shared carousel styles (feature-carousel and section-carousel)
/*-----------------------------------*/
section:not(.employee):not(.clients) .slider {
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 0;
}
section:not(.employee):not(.clients) .slider.slick-initialized {
  opacity: 1;
}
section:not(.employee):not(.clients) .slider .item {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section:not(.employee):not(.clients) .slider .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  section:not(.employee):not(.clients) .slider .item {
    height: 450px;
  }
}
section:not(.employee):not(.clients) .slider .item .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
section:not(.employee):not(.clients) .slider .item .container h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section:not(.employee):not(.clients) .slider .item .container h1 p {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 6px;
}
section:not(.employee):not(.clients) .slider .item .container h1 p:not(:first-child) {
  margin-top: -2px;
}
@media (max-width: 768px) {
  section:not(.employee):not(.clients) .slider .item .container h1 p {
    font-size: 35px;
    line-height: 42px;
  }
}
section:not(.employee):not(.clients) .slider .item .container .text {
  max-width: 275px;
  margin-top: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 19px;
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but:hover {
  background-color: #77BEEE;
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but.image-button {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but.image-button img {
  height: 50px;
  max-width: 100%;
}
@media (max-width: 768px) {
  section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but.image-button img {
    height: auto;
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but {
    width: 50%;
	padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
section:not(.employee):not(.clients) .slider .item .container .buttons-x2 .but:not(:first-child) {
  margin-left: 20px;
}

.slick-dots {
  bottom: calc(20px - 6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .slick-dots {
    height: 60px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
  }
}
.slick-dots li {
  width: 8px;
  height: 8px;
  padding: 5px;
  margin: 0;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
}
.slick-dots li button::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 768px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button::before {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #D8D9DA;
  }
}
.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button::before {
  background-color: transparent;
  border: solid 1px #FFF;
}
@media (max-width: 768px) {
  .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
  }
  .slick-dots li.slick-active button::before {
    border-color: #D8D9DA;
  }
}

/*-----------------------------------*/
/*  Block - Entity
/*-----------------------------------*/
section.entity {
  padding-top: 74px;
  text-align: center;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  section.entity {
    padding-top: 50px;
  }
}
section.entity > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.entity > .container h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  section.entity > .container h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
section.entity > .container .text {
  max-width: 66.01563%;
  margin-top: 38px;
}
@media (max-width: 768px) {
  section.entity > .container .text {
    max-width: 100%;
  }
}
section.entity > .container .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
section.entity > .container .image {
  width: 100%;
  height: 524px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  section.entity > .container .image {
    height: 262px;
  }
}

/*-----------------------------------*/
/*  Block - Partner
/*-----------------------------------*/
section.partner {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #F4F4F4;
  text-align: center;
}
@media (max-width: 768px) {
  section.partner {
    padding-bottom: 0;
  }
}
section.partner > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.partner h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  section.partner h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
section.partner .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 588px;
  max-width: 100%;
  margin-top: 60px;
}
section.partner .logos .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 28px);
  -ms-flex: 0 0 calc(25% - 28px);
  flex: 0 0 calc(25% - 28px);
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 28px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  section.partner .logos {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  section.partner .logos .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 20px);
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 468px) {
  section.partner .logos .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

/*-----------------------------------*/
/*  Block - USP
/*-----------------------------------*/
section.usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #244B70;
  text-align: center;
}
section.usp > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 768px) {
  section.usp > .container {
    min-height: 150px;
    padding: 30px;
    box-sizing: border-box;
  }
}
section.usp h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}
@media (max-width: 768px) {
  section.usp h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}

/*-----------------------------------*/
/*  Home
/*-----------------------------------*/
body.page-template-home section.feature-carousel {
  background-color: #244B70;
}
body.page-template-home section.feature-carousel .slider .item {
  height: auto;
  background: none;
}
@media (min-width: 1280px) {
  body.page-template-home section.feature-carousel .slider .item {
    height: 800px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.feature-carousel .slider .item {
    height: 450px;
  }
}
body.page-template-home section.feature-carousel .slider .item .container .description {
  max-width: 260px;
  margin-top: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
body.page-template-home section.feature-carousel .slider .item .image_container,
body.page-template-home section.feature-carousel .slider .item .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-template-home section.feature-carousel .slider .item .image_container iframe, body.page-template-home section.feature-carousel .slider .item .image_container object, body.page-template-home section.feature-carousel .slider .item .image_container embed,
body.page-template-home section.feature-carousel .slider .item .video_container iframe,
body.page-template-home section.feature-carousel .slider .item .video_container object,
body.page-template-home section.feature-carousel .slider .item .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-home section.feature-carousel .slider .item .video_container {
  z-index: -1;
}
@media (min-width: 1280px) {
  body.page-template-home section.feature-carousel .slider .item .video_container {
    position: absolute;
    top: 0;
    left: 50%;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  body.page-template-home section.feature-carousel .slider .item .video_container {
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.feature-carousel .slider .item .video_container {
    position: absolute;
    top: 0;
    left: 50%;
    overflow: visible;
    height: 100%;
    padding: 0;
  }
}
body.page-template-home section.feature-carousel .slider .item video,
body.page-template-home section.feature-carousel .slider .item .container {
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}
body.page-template-home section.feature-carousel .slider .item video {
  left: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  body.page-template-home section.feature-carousel .slider .item video {
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  body.page-template-home section.feature-carousel .slider .item video {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  body.page-template-home section.feature-carousel .slider .item video {
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.page-template-home section.feature-carousel .slider .item .container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-template-home section.feature-carousel .slider .item.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-home section.feature-carousel .slick-dots {
    position: static;
  }
}
body.page-template-home section.tickers {
  padding-top: 50px;
  padding-bottom: 44px;
  background-color: #244B70;
}
body.page-template-home section.tickers > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-home section.tickers > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-home section.tickers > .container .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  height: 100%;
  text-align: center;
}
body.page-template-home section.tickers > .container .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  body.page-template-home section.tickers > .container .item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
body.page-template-home section.tickers > .container .item .number,
body.page-template-home section.tickers > .container .item .title {
  color: #FFF;
}
body.page-template-home section.tickers > .container .item .number {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
}
body.page-template-home section.tickers > .container .item .title {
  margin-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.page-template-home section.tickers > .container .item .title {
    margin-top: 35px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.tickers .slick-dots {
    bottom: -60px;
    background-color: transparent;
  }
}
body.page-template-home section.scenarios {
  padding-top: 110px;
  background-color: #77BEEE;
  background: -webkit-linear-gradient(left, #FFF 0, #FFF 50%, #77BEEE 50%, #77BEEE 100%);
  background: linear-gradient(to right, #FFF 0, #FFF 50%, #77BEEE 50%, #77BEEE 100%);
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios {
    padding-top: 0;
    background: none;
  }
}
body.page-template-home section.scenarios .slider .item {
  height: auto;
  box-sizing: border-box;
}
body.page-template-home section.scenarios .slider .item > .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 128px;
  padding-right: 128px;
  padding-bottom: 190px;
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  body.page-template-home section.scenarios .slider .item > .wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.scenarios .slider .item > .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .item > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
body.page-template-home section.scenarios .slider .item .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .item .info {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.scenarios .slider .item .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-home section.scenarios .slider .item .info h3, body.page-template-home section.scenarios .slider .item .info .description {
  max-width: 69%;
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .item .info h3, body.page-template-home section.scenarios .slider .item .info .description {
    text-align: center;
    max-width: none;
  }
}
body.page-template-home section.scenarios .slider .item .info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
body.page-template-home section.scenarios .slider .item .info .description {
  margin-top: 25px;
}
body.page-template-home section.scenarios .slider .item .info .description p {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
body.page-template-home section.scenarios .slider .item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .item .image {
    position: static;
    height: 300px;
    background-color: #77BEEE;
  }
}
body.page-template-home section.scenarios .slider .item .image .desktop_img,
body.page-template-home section.scenarios .slider .item .image .mobile_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
body.page-template-home section.scenarios .slider .item .image .desktop_img {
  background-size: auto 100%;
}
body.page-template-home section.scenarios .slider .item .image .mobile_img {
  background-size: auto 100%;
  display: none;
}
@media (max-width: 468px) {
  body.page-template-home section.scenarios .slider .item .image .mobile_img {
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .item .image .desktop_img {
    display: none;
  }
  body.page-template-home section.scenarios .slider .item .image .mobile_img {
    display: block;
  }
}
body.page-template-home section.scenarios .slider .slick-dots {
  bottom: 104px;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 128px;
  padding-right: 128px;
  box-sizing: border-box;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}
@media (max-width: 1200px) {
  body.page-template-home section.scenarios .slider .slick-dots {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.scenarios .slider .slick-dots {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .slick-dots {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background-color: #FFF;
  }
}
body.page-template-home section.scenarios .slider .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.page-template-home section.scenarios .slider .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
@media (max-width: 1024px) {
  body.page-template-home section.scenarios .slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
  body.page-template-home section.scenarios .slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  body.page-template-home section.scenarios .slider .slick-dots li button::before {
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #D8D9DA;
  }
  body.page-template-home section.scenarios .slider .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
  }
  body.page-template-home section.scenarios .slider .slick-dots li.slick-active button::before {
    border-color: #D8D9DA;
  }
}
body.page-template-home section.icon-group[data-section="benefits"] .icons {
  max-width: none;
}
@media (min-width: 1024px) {
  body.page-template-home section.icon-group[data-section="benefits"] .icons .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33% - 66.66667px);
    -ms-flex: 0 0 calc(33.33% - 66.66667px);
    flex: 0 0 calc(33.33% - 66.66667px);
  }
}

/*-----------------------------------*/
/*  Medebridge
/*-----------------------------------*/
body.page-template-medebridge section.section-carousel .item .container .medebridge-logo {
  width: 328px;
  height: 93px;
  margin-bottom: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/logos/medebridge-logo.svg);
}
@media (max-width: 468px) {
  body.page-template-medebridge section.section-carousel .slider .item .container {
    padding-top: 50px;
    box-sizing: border-box;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.page-template-medebridge section.functionality {
  padding-top: 70px;
  background-color: #849DAA;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.functionality {
    padding-top: 45px;
  }
}
body.page-template-medebridge section.functionality > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-medebridge section.functionality > .container > h3,
body.page-template-medebridge section.functionality > .container .introduction p {
  text-align: center;
  color: #FFF;
}
body.page-template-medebridge section.functionality > .container > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container > h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container > h3 {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-medebridge section.functionality > .container > h3 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container > h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-medebridge section.functionality > .container .introduction {
  width: 676px;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container .introduction {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-medebridge section.functionality > .container .introduction {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container .introduction {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-medebridge section.functionality > .container .introduction p {
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.functionality > .container .introduction p {
    margin-top: 35px;
  }
}
body.page-template-medebridge section.functionality > .container .medebridge-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 218px;
  height: 62px;
  margin-top: 65px;
  background-image: url(images/logos/diagram-medebridge-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-medebridge section.functionality > .container .vertical-line {
  height: 112px;
  width: 1px;
  background-color: #FFF;
}
body.page-template-medebridge section.functionality .icons {
  width: 100%;
  overflow-x: auto;
}
body.page-template-medebridge section.functionality .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  body.page-template-medebridge section.functionality .wrapper {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  body.page-template-medebridge section.functionality .wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  body.page-template-medebridge section.functionality .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-medebridge section.functionality .wrapper .horizontal-line {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 86%;
  -ms-flex: 0 0 86%;
  flex: 0 0 86%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 153px);
  -ms-flex: 0 0 calc(100% - 153px);
  flex: 0 0 calc(100% - 153px);
  margin-left: 76px;
  margin-right: 77px;
  box-sizing: border-box;
  height: 1px;
  background-color: #FFF;
}
body.page-template-medebridge section.functionality .wrapper .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 144px;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-medebridge section.functionality .wrapper .item .line {
  height: 48px;
  width: 1px;
  border-left: 1px solid #FFF;
}
body.page-template-medebridge section.functionality .wrapper .item .icon {
  width: 154px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-medebridge section.functionality .wrapper .item h4,
body.page-template-medebridge section.functionality .wrapper .item .caption {
  max-width: 144px;
  color: #FFF;
}
body.page-template-medebridge section.functionality .wrapper .item h4 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
body.page-template-medebridge section.functionality .wrapper .item .caption {
  min-width: 0;
  margin-top: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
body.page-template-medebridge section.software {
  padding-top: 60px;
  background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 49%, #FFF 49%, #FFF 100%);
  background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 49%, #FFF 49%, #FFF 100%);
}
@media (max-width: 768px) {
  body.page-template-medebridge section.software {
    background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 40%, #FFF 40%, #FFF 100%);
    background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 40%, #FFF 40%, #FFF 100%);
  }
}
@media (max-width: 468px) {
  body.page-template-medebridge section.software {
    background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 33%, #FFF 33%, #FFF 100%);
    background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 33%, #FFF 33%, #FFF 100%);
  }
}
body.page-template-medebridge section.software > h4,
body.page-template-medebridge section.software .slider .item h3,
body.page-template-medebridge section.software .slider .item .description p {
  text-align: center;
}
body.page-template-medebridge section.software > h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.software .slider {
    padding-bottom: 0;
  }
}
body.page-template-medebridge section.software .slider .item {
  height: auto;
  padding-top: 548px;
  background-size: auto 485px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.software .slider .item {
    background-size: contain;
    background-position: center 15%;
  }
}
@media (max-width: 640px) {
  body.page-template-medebridge section.software .slider .item {
    padding-top: 480px;
    background-position: center 25%;
  }
}
@media (max-width: 468px) {
  body.page-template-medebridge section.software .slider .item {
    padding-top: 320px;
    background-position: center 15%;
  }
}
body.page-template-medebridge section.software .slider .item .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.page-template-medebridge section.software .slider .item .container h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.software .slider .item .container h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-medebridge section.software .slider .item .container .description {
  max-width: 676px;
  margin-top: 28px;
  padding-bottom: 54px;
}
body.page-template-medebridge section.software .slider .item .container .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7f8284;
}
body.page-template-medebridge section.software .slider .slick-dots {
  top: 480px;
  bottom: auto;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.software .slider .slick-dots {
    top: 420px;
  }
}
@media (max-width: 468px) {
  body.page-template-medebridge section.software .slider .slick-dots {
    top: 240px;
  }
}
body.page-template-medebridge section.software .slider .slick-dots li {
  width: 12px;
  height: 12px;
}
body.page-template-medebridge section.software .slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
body.page-template-medebridge section.software .slider .slick-dots li button::before {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #D8D9DA;
}
body.page-template-medebridge section.software .slider .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
}
body.page-template-medebridge section.software .slider .slick-dots li.slick-active button::before {
  background-color: transparent;
  border-color: #D8D9DA;
}
body.page-template-medebridge section.statistics {
  padding-top: 50px;
  padding-bottom: 38px;
  background-color: #244B70;
  text-align: center;
}
body.page-template-medebridge section.statistics h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-medebridge section.statistics .items {
  margin-top: 64px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics .items {
    margin-top: 46px;
  }
}
body.page-template-medebridge section.statistics .items > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-template-medebridge section.statistics .items > .container .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 36px);
  -ms-flex: 0 0 calc(33.33% - 36px);
  flex: 0 0 calc(33.33% - 36px);
  margin-bottom: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-medebridge section.statistics .items > .container .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics .items > .container .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
body.page-template-medebridge section.statistics .items > .container .item .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-medebridge section.statistics .items > .container .item .number,
body.page-template-medebridge section.statistics .items > .container .item h3,
body.page-template-medebridge section.statistics .items > .container .item .text {
  color: #FFF;
  max-width: 100%;
}
body.page-template-medebridge section.statistics .items > .container .item .number {
  margin-top: 8px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
}
body.page-template-medebridge section.statistics .items > .container .item h3 {
  margin-top: 68px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics .items > .container .item h3 {
    margin-top: 28px;
  }
}
body.page-template-medebridge section.statistics .items > .container .item .text {
  margin-top: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics .items > .container .item .text {
    max-width: 267px;
  }
}
@media (max-width: 768px) {
  body.page-template-medebridge section.statistics .items > .container .slick-dots {
    bottom: -50px;
    background-color: transparent;
  }
}
body.page-template-medebridge section.racgp,
body.page-template-medebridge section.iso {
  padding-top: 74px;
  text-align: center;
  background-color: #E6E6E7;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.racgp,
  body.page-template-medebridge section.iso {
    padding-top: 50px;
  }
}
body.page-template-medebridge section.racgp > .container,
body.page-template-medebridge section.iso > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-medebridge section.racgp > .container h3,
body.page-template-medebridge section.iso > .container h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.racgp > .container h3,
  body.page-template-medebridge section.iso > .container h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-medebridge section.racgp > .container .text,
body.page-template-medebridge section.iso > .container .text {
  max-width: 66.01563%;
  margin-top: 38px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.racgp > .container .text,
  body.page-template-medebridge section.iso > .container .text {
    max-width: 100%;
  }
}
body.page-template-medebridge section.racgp > .container .text p,
body.page-template-medebridge section.iso > .container .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5A5E60;
}
body.page-template-medebridge section.racgp > .container .logo,
body.page-template-medebridge section.iso > .container .logo {
  margin: 70px 0;
}
body.page-template-medebridge section.racgp > .container .logo img,
body.page-template-medebridge section.iso > .container .logo img {
  height: 60px;
  max-width: 100%;
}
body.page-template-medebridge section.iso {
  background-color: white;
  padding-bottom: 74px;
}
body.page-template-medebridge section.iso h3 {
  color: #0080D5 !important;
}
body.page-template-medebridge section.iso .logo img {
  height: 140px !important;
}
body.page-template-medebridge section.iso a.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-medebridge section.iso a.button:hover {
  background-color: #0080D5;
  color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.iso a.button {
    margin-top: 35px;
  }
}
body.page-template-medebridge section.support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 68px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-medebridge section.support h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-medebridge section.support .description,
body.page-template-medebridge section.support .icons {
  width: 52.8125%;
  max-width: 100%;
}
body.page-template-medebridge section.support .description {
  margin-top: 38px;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support .description {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-medebridge section.support .description {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-medebridge section.support .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-medebridge section.support .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-medebridge section.support .icons > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support .icons > .container {
    margin-top: 35px;
  }
}
body.page-template-medebridge section.support .icons > .container .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-medebridge section.support .icons > .container .item:focus {
  outline: none;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support .icons > .container .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
body.page-template-medebridge section.support .icons > .container .item .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-medebridge section.support .icons > .container .item h3 {
  max-width: 130px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-medebridge section.support .icons > .container .slick-dots {
    bottom: -50px;
    background-color: transparent;
    border-bottom: none;
  }
}

/*-----------------------------------*/
/*  Business User
/*-----------------------------------*/
@media (max-width: 768px) {
  body.page-template-business-user section.overview {
    padding-top: 20px;
  }
}
body.page-template-business-user section.icon-group[data-section="benefits"] {
  padding-bottom: 86px;
  background-color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] {
    padding-top: 40px;
    padding-bottom: 76px;
  }
}
body.page-template-business-user section.icon-group[data-section="benefits"] h3,
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item h4,
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item .caption p {
  color: #FFF;
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons {
  max-width: none;
  margin-top: 68px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] .icons {
    margin-top: 54px;
  }
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(16.66667% - 26.66667px);
  -ms-flex: 0 0 calc(16.66667% - 26.66667px);
  flex: 0 0 calc(16.66667% - 26.66667px);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 21.33333px);
    -ms-flex: 0 0 calc(33.33333% - 21.33333px);
    flex: 0 0 calc(33.33333% - 21.33333px);
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item .icon {
    width: 140px;
    height: 140px;
  }
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item .caption {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .item .caption p {
  font-size: 16px;
  line-height: 24px;
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .slick-dots {
  bottom: -60px;
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.page-template-business-user section.icon-group[data-section="benefits"] .icons .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.page-template-business-user section.business-users .business-user {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user .visible {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.page-template-business-user section.business-users .business-user .visible .hero-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.95313%;
  -ms-flex: 0 0 51.95313%;
  flex: 0 0 51.95313%;
  height: 536px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .hero-image {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    height: 302px;
  }
}
body.page-template-business-user section.business-users .business-user .visible .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  margin-right: auto;
  padding-bottom: 140px;
  -webkit-transition: padding-bottom 0.7s ease;
  transition: padding-bottom 0.7s ease;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-business-user section.business-users .business-user .visible .info h2,
body.page-template-business-user section.business-users .business-user .visible .info .description,
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .info h2,
  body.page-template-business-user section.business-users .business-user .visible .info .description,
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 128px;
    padding-right: 128px;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  body.page-template-business-user section.business-users .business-user .visible .info h2,
  body.page-template-business-user section.business-users .business-user .visible .info .description,
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user .visible .info h2,
  body.page-template-business-user section.business-users .business-user .visible .info .description,
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-business-user section.business-users .business-user .visible .info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .info h2 {
    padding-top: 30px;
  }
}
body.page-template-business-user section.business-users .business-user .visible .info .description {
  max-width: 328px;
  margin-top: 32px;
  margin-bottom: 32px;
}
body.page-template-business-user section.business-users .business-user .visible .info .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-business-user section.business-users .business-user .visible .info a.learn-more {
  margin-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 24px;
}
body.page-template-business-user section.business-users .business-user .visible .info a.learn-more:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-business-user section.business-users .business-user .visible .info a.learn-more::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.page-template-business-user section.business-users .business-user .visible .info a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-down-white.svg);
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .info a.learn-more {
    margin-left: 0;
  }
}
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
  position: absolute;
  bottom: 0;
  left: 51.95313%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 140px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #F4F4F4;
  -webkit-transition: -webkit-transform 0.7s ease, left 0.7s ease, right 0.7s ease, padding 0.7s ease, max-height 0.7s ease;
  transition: transform 0.7s ease, left 0.7s ease, right 0.7s ease, padding 0.7s ease, max-height 0.7s ease;
}
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by::after {
  position: absolute;
  bottom: 43px;
  right: 72px;
  content: ' ';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center bottom;
  background-image: url(images/icons/ellipsis.svg);
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  body.page-template-business-user section.business-users .business-user .visible .info .trusted-by::after {
    left: auto;
    right: 20px;
  }
}
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #849DAA;
}
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by .logo {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 112px;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
  height: 72px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-business-user section.business-users .business-user .visible .info .trusted-by .logo:not(:nth-of-type(5n)) {
  margin-right: 28px;
}
body.page-template-business-user section.business-users .business-user.expanded .visible {
  padding-bottom: 140px;
}
body.page-template-business-user section.business-users .business-user.expanded .visible.no-logos {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible {
    padding-bottom: 0;
  }
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible .info {
    padding-bottom: 50px;
  }
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  right: 0;
  bottom: 140px;
  margin-left: 0;
  padding-left: calc((100% - 700px) / 2);
  padding-right: calc((100% - 700px) / 2);
  box-sizing: content-box;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by::after {
  display: none;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
    -webkit-transform: none;
    transform: none;
    left: auto;
    bottom: auto;
    right: auto;
    max-height: 800px;
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
    -webkit-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by .logos {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 28px);
  -ms-flex: 0 0 calc(20% - 28px);
  flex: 0 0 calc(20% - 28px);
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by .logo {
  margin-left: 14px;
  margin-right: 14px;
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info a.learn-more {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info a.learn-more::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-business-user section.business-users .business-user:nth-child(even) .visible .info {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-right: inherit;
  margin-left: auto;
}
body.page-template-business-user section.business-users .business-user:nth-child(even) .visible .info .trusted-by {
  left: 0;
  right: 51.95313%;
}
@media (max-width: 767px) {
  body.page-template-business-user section.business-users .business-user:nth-child(even) .visible .info {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
body.page-template-business-user section.business-users .business-user.expanded .visible .info .trusted-by {
  right: 0;
}
body.page-template-business-user section.business-users .business-user > .expander {
  padding-top: 28px;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander {
    margin-left: 48px;
    margin-right: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body.page-template-business-user section.business-users .business-user > .expander > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-business-user section.business-users .business-user > .expander a.close {
  margin-left: auto;
  margin-right: 128px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/button-close.svg);
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander a.close {
    display: none;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .introduction .text,
body.page-template-business-user section.business-users .business-user > .expander .services,
body.page-template-business-user section.business-users .business-user > .expander .case-study .text-blocks,
body.page-template-business-user section.business-users .business-user > .expander .case-study .video {
  width: 676px;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .introduction .text,
  body.page-template-business-user section.business-users .business-user > .expander .services,
  body.page-template-business-user section.business-users .business-user > .expander .case-study .text-blocks,
  body.page-template-business-user section.business-users .business-user > .expander .case-study .video {
    width: 100%;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .introduction,
body.page-template-business-user section.business-users .business-user > .expander .services,
body.page-template-business-user section.business-users .business-user > .expander .case-study {
  text-align: center;
}
body.page-template-business-user section.business-users .business-user > .expander .introduction h3,
body.page-template-business-user section.business-users .business-user > .expander .services h3,
body.page-template-business-user section.business-users .business-user > .expander .case-study h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .introduction h3,
  body.page-template-business-user section.business-users .business-user > .expander .services h3,
  body.page-template-business-user section.business-users .business-user > .expander .case-study h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .introduction {
  padding-top: 20px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user > .expander .introduction h3 {
  padding-bottom: 25px;
}
body.page-template-business-user section.business-users .business-user > .expander .introduction .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-business-user section.business-users .business-user > .expander .services {
  padding-top: 65px;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .services {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 55px;
    padding-bottom: 120px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .services > h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 42px;
}
body.page-template-business-user section.business-users .business-user > .expander .services .service {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .services .service {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .services .service:focus {
  outline: none;
}
body.page-template-business-user section.business-users .business-user > .expander .services .service .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .services .service .icon {
    width: 120px;
    height: 120px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .services .service h4 {
  max-width: 176px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .services .service h4 {
    margin-top: 28px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .services .slick-dots {
  bottom: 30px;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 65px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study > h3 {
  margin-bottom: 50px;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .logo {
  width: 115px;
  height: 65px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  position: relative;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 194px;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro .subheading {
  position: relative;
  max-width: 304px;
  padding-top: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro a.button {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 24px;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro a.button:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro a.button::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .intro a.button:hover::after {
  background-image: url(images/icons/arrow-more-down-white.svg);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 65px;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 194px;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33333% - 28px);
  -ms-flex: 0 0 calc(33.33333% - 28px);
  flex: 0 0 calc(33.33333% - 28px);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item:focus {
  outline: none;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item h3 {
    font-size: 21px;
    line-height: 20px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item .description {
  margin-top: 45px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .item .description p {
    max-width: 267px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .slick-dots {
  bottom: -60px;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .text-blocks .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video {
  width: 850px;
  max-width: 100%;
  margin-top: 35px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
    box-sizing: border-box;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .video_container iframe, body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .video_container object, body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .video_container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .caption {
  padding-top: 35px;
  padding-bottom: 55px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #244B70;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .caption {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study .expander .video .caption {
    max-width: 267px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study.expanded a.button {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study.expanded a.button::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study.expanded a.button:hover::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action {
  width: 100%;
  background-color: #F4F4F4;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action h3 {
  margin-top: 0px;
  color: #0080D5;
}
body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action h4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action h4 {
    margin-top: 20px;
  }
}
@media (max-width: 468px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action .button {
  margin-top: 42px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action {
    width: calc(100% + 40px);
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-business-user section.business-users .business-user > .expander .case-study section.call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-business-user section.video {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-business-user section.video {
    padding-top: 30px;
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-business-user section.video {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-business-user section.video {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-business-user section.video > .container {
  width: 850px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-business-user section.video > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.page-template-business-user section.video .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-template-business-user section.video .video_container iframe, body.page-template-business-user section.video .video_container object, body.page-template-business-user section.video .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-business-user section.video .video_container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
body.page-template-business-user section.video h3 {
  padding-top: 30px;
  padding-bottom: 55px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #244B70;
}
@media (max-width: 768px) {
  body.page-template-business-user section.video h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-business-user section.video h3 {
    max-width: 267px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
body.page-template-business-user section.technology2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F4F4F4;
}
body.page-template-business-user section.technology2 > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  max-width: 100%;
  box-sizing: content-box;
}
@media (max-width: 978px) {
  body.page-template-business-user section.technology2 > .container {
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 978px) and (max-width: 1200px) {
  body.page-template-business-user section.technology2 > .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 978px) and (max-width: 768px) {
  body.page-template-business-user section.technology2 > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  body.page-template-business-user section.technology2 > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.page-template-business-user section.technology2 .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38.58824%;
  -ms-flex: 0 0 38.58824%;
  flex: 0 0 38.58824%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  body.page-template-business-user section.technology2 .info {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
body.page-template-business-user section.technology2 .info .introduction,
body.page-template-business-user section.technology2 .info .text {
  max-width: 100%;
}
body.page-template-business-user section.technology2 .info .introduction {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-business-user section.technology2 .info .introduction {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-business-user section.technology2 .info .text {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-business-user section.technology2 .info a {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-business-user section.technology2 .info a:hover {
  background-color: #0080D5;
  color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-business-user section.technology2 .info a {
    margin-top: 35px;
  }
}
body.page-template-business-user section.technology2 .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55.29412%;
  -ms-flex: 0 0 55.29412%;
  flex: 0 0 55.29412%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-business-user section.technology2 .image {
    background-size: contain;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    height: 260px;
  }
}

/*-----------------------------------*/
/*  Our Story
/*-----------------------------------*/
body.page-template-our-story section.overview {
  padding-bottom: 115px;
}
@media (max-width: 768px) {
  body.page-template-our-story section.overview {
    padding-bottom: 50px;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] {
  padding-top: 46px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body.page-template-our-story section.icon-group[data-section="history"] {
    padding-bottom: 15px;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] .icons {
  max-width: none;
  margin-top: 64px;
}
@media (max-width: 768px) {
  body.page-template-our-story section.icon-group[data-section="history"] .icons {
    margin-top: 30px;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12%;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(14.28571% - 25.71429px);
  -ms-flex: 0 0 calc(14.28571% - 25.71429px);
  flex: 0 0 calc(14.28571% - 25.71429px);
  margin-bottom: 0;
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .item:focus {
  outline: none;
}
@media (max-width: 1024px) {
  body.page-template-our-story section.icon-group[data-section="history"] .icons .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.5%;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 22.5px);
    -ms-flex: 0 0 calc(25% - 22.5px);
    flex: 0 0 calc(25% - 22.5px);
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story section.icon-group[data-section="history"] .icons .item {
    margin-bottom: 0;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .item h4 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-our-story section.icon-group[data-section="history"] .icons .item h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 14px;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .item .caption p {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 768px) {
  body.page-template-our-story section.icon-group[data-section="history"] .icons .item .caption p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.page-template-our-story section.icon-group[data-section="history"] .icons .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.page-template-our-story .info-accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-our-story .info-accordion:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-our-story .info-accordion .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-our-story .info-accordion .header .image {
  width: 51.95313%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .image {
    width: 100%;
    height: 302px;
  }
}
body.page-template-our-story .info-accordion .header .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-our-story .info-accordion .header .info h3,
body.page-template-our-story .info-accordion .header .info .description,
body.page-template-our-story .info-accordion .header .info .trusted-by {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .info h3,
  body.page-template-our-story .info-accordion .header .info .description,
  body.page-template-our-story .info-accordion .header .info .trusted-by {
    padding-left: 128px;
    padding-right: 128px;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-our-story .info-accordion .header .info h3,
  body.page-template-our-story .info-accordion .header .info .description,
  body.page-template-our-story .info-accordion .header .info .trusted-by {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .info h3,
  body.page-template-our-story .info-accordion .header .info .description,
  body.page-template-our-story .info-accordion .header .info .trusted-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-our-story .info-accordion .header .info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .info h3 {
    padding-top: 30px;
  }
}
body.page-template-our-story .info-accordion .header .info .description {
  max-width: 328px;
  margin-top: 32px;
  margin-bottom: 32px;
}
body.page-template-our-story .info-accordion .header .info .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-our-story .info-accordion .header .info a.learn-more {
  margin-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 24px;
}
body.page-template-our-story .info-accordion .header .info a.learn-more:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-our-story .info-accordion .header .info a.learn-more::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.page-template-our-story .info-accordion .header .info a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-down-white.svg);
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion .header .info a.learn-more {
    margin-left: 0;
  }
}
body.page-template-our-story .info-accordion[data-active="true"] .header a.learn-more {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-our-story .info-accordion[data-active="true"] .header a.learn-more::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-our-story .info-accordion[data-active="true"] .header a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-our-story .info-accordion:nth-of-type(even) .header .info {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-right: inherit;
  margin-left: auto;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion:nth-of-type(even) .header .info {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
body.page-template-our-story .info-accordion > .content {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F4F4F4;
}
body.page-template-our-story .info-accordion > .content > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-our-story .info-accordion.leadership .content, body.page-template-our-story .info-accordion.advisory-board .content {
  padding-top: 50px;
  padding-bottom: 85px;
}
body.page-template-our-story .info-accordion.leadership .content > .container, body.page-template-our-story .info-accordion.advisory-board .content > .container {
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 1200px) {
  body.page-template-our-story .info-accordion.leadership .content > .container, body.page-template-our-story .info-accordion.advisory-board .content > .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .content > .container, body.page-template-our-story .info-accordion.advisory-board .content > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-our-story .info-accordion.leadership .content h3, body.page-template-our-story .info-accordion.advisory-board .content h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .content h3, body.page-template-our-story .info-accordion.advisory-board .content h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-our-story .info-accordion.leadership .content .listing, body.page-template-our-story .info-accordion.advisory-board .content .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
  width: 100%;
}
body.page-template-our-story .info-accordion.leadership .content .listing .item, body.page-template-our-story .info-accordion.advisory-board .content .listing .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.5%;
  -ms-flex: 0 0 30.5%;
  flex: 0 0 30.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 28px);
  -ms-flex: 0 0 calc(33.33% - 28px);
  flex: 0 0 calc(33.33% - 28px);
  margin-bottom: 65px;
}
body.page-template-our-story .info-accordion.leadership .content .headshot, body.page-template-our-story .info-accordion.advisory-board .content .headshot {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.page-template-our-story .info-accordion.leadership .content .name,
body.page-template-our-story .info-accordion.leadership .content .position,
body.page-template-our-story .info-accordion.leadership .content .biography, body.page-template-our-story .info-accordion.advisory-board .content .name,
body.page-template-our-story .info-accordion.advisory-board .content .position,
body.page-template-our-story .info-accordion.advisory-board .content .biography {
  max-width: 100%;
}
body.page-template-our-story .info-accordion.leadership .content .name, body.page-template-our-story .info-accordion.advisory-board .content .name {
  margin-top: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
body.page-template-our-story .info-accordion.leadership .content .position, body.page-template-our-story .info-accordion.advisory-board .content .position {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  color: #8F8F8F;
}
body.page-template-our-story .info-accordion.leadership .content .biography, body.page-template-our-story .info-accordion.advisory-board .content .biography {
  margin-top: 40px;
}
body.page-template-our-story .info-accordion.leadership .content .biography p, body.page-template-our-story .info-accordion.advisory-board .content .biography p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #808285;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership h3, body.page-template-our-story .info-accordion.advisory-board h3 {
    padding-left: 128px;
    padding-right: 128px;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-our-story .info-accordion.leadership h3, body.page-template-our-story .info-accordion.advisory-board h3 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership h3, body.page-template-our-story .info-accordion.advisory-board h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .description, body.page-template-our-story .info-accordion.advisory-board .description {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-our-story .info-accordion.leadership .description, body.page-template-our-story .info-accordion.advisory-board .description {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .description, body.page-template-our-story .info-accordion.advisory-board .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .content, body.page-template-our-story .info-accordion.advisory-board .content {
    padding-bottom: 32px;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing, body.page-template-our-story .info-accordion.advisory-board .content .listing {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 37px;
    margin-bottom: 0;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing .item, body.page-template-our-story .info-accordion.advisory-board .content .listing .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-our-story .info-accordion.leadership .content .listing .item, body.page-template-our-story .info-accordion.advisory-board .content .listing .item {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .content .listing .item, body.page-template-our-story .info-accordion.advisory-board .content .listing .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.leadership .content .listing .item .biography, body.page-template-our-story .info-accordion.advisory-board .content .listing .item .biography {
    max-width: 267px;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing .item:focus, body.page-template-our-story .info-accordion.advisory-board .content .listing .item:focus {
    outline: none;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing:focus, body.page-template-our-story .info-accordion.advisory-board .content .listing:focus {
    outline: none;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing .slick-dots, body.page-template-our-story .info-accordion.advisory-board .content .listing .slick-dots {
    background-color: transparent;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing .slick-dots li button::before, body.page-template-our-story .info-accordion.advisory-board .content .listing .slick-dots li button::before {
    background-color: #D8D9DA;
  }
  body.page-template-our-story .info-accordion.leadership .content .listing .slick-dots li.slick-active button::before, body.page-template-our-story .info-accordion.advisory-board .content .listing .slick-dots li.slick-active button::before {
    border-color: #D8D9DA;
    background-color: transparent;
  }
}
body.page-template-our-story .info-accordion.community .content, body.page-template-our-story .info-accordion.partners .content {
  padding-top: 60px;
  padding-bottom: 96px;
}
body.page-template-our-story .info-accordion.community .content h3, body.page-template-our-story .info-accordion.partners .content h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content h3, body.page-template-our-story .info-accordion.partners .content h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-our-story .info-accordion.community .content .description, body.page-template-our-story .info-accordion.partners .content .description {
  width: 676px;
  max-width: 100%;
  margin-top: 70px;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
body.page-template-our-story .info-accordion.community .content .description p, body.page-template-our-story .info-accordion.community .content .description strong, body.page-template-our-story .info-accordion.partners .content .description p, body.page-template-our-story .info-accordion.partners .content .description strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
body.page-template-our-story .info-accordion.community .content .description p, body.page-template-our-story .info-accordion.partners .content .description p {
  padding-bottom: 16px;
}
body.page-template-our-story .info-accordion.community .content .description strong, body.page-template-our-story .info-accordion.partners .content .description strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body.page-template-our-story .info-accordion.community .content .line-break, body.page-template-our-story .info-accordion.partners .content .line-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 676px;
  max-width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-our-story .info-accordion.community .content .support-header, body.page-template-our-story .info-accordion.partners .content .listing h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content .support-header, body.page-template-our-story .info-accordion.partners .content .listing h4 {
    text-align: center;
  }
}
body.page-template-our-story .info-accordion.community .content .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 484px;
  max-width: 100%;
  margin-top: 65px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content .listing {
    margin-top: 32px;
  }
}
body.page-template-our-story .info-accordion.community .content .listing .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 30px);
  -ms-flex: 0 0 calc(33.33% - 30px);
  flex: 0 0 calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 72px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content .listing .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}
body.page-template-our-story .info-accordion.community .content .listing .item .logo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-our-story .info-accordion.partners .content .listing {
  position: relative;
}
body.page-template-our-story .info-accordion.partners .content .logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  width: 484px;
  max-width: 100%;
}
body.page-template-our-story .info-accordion.partners .content .logo-block:not(:last-child) {
  margin-bottom: 30px;
}
body.page-template-our-story .info-accordion.partners .content .logo-block:not(:first-child)::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  width: 676px;
  max-width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-our-story .info-accordion.partners .content .logo-block:not(:first-child) h4 {
  padding-top: 45px;
}
body.page-template-our-story .info-accordion.partners .content .logo-block h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 65px;
  text-align: center;
}
body.page-template-our-story .info-accordion.partners .content .logo-block .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 30px);
  -ms-flex: 0 0 calc(33.33% - 30px);
  flex: 0 0 calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  height: 72px;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.partners .content .logo-block .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}
body.page-template-our-story .info-accordion.partners .content .logo-block .item .logo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content, body.page-template-our-story .info-accordion.partners .content {
    padding-left: 128px;
    padding-right: 128px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-our-story .info-accordion.community .content, body.page-template-our-story .info-accordion.partners .content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content, body.page-template-our-story .info-accordion.partners .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-our-story .info-accordion.community .content .description, body.page-template-our-story .info-accordion.partners .content .description {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 42px;
  }
}
body.page-template-our-story section.careers {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-our-story section.careers > .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-our-story section.careers h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  color: #FFF;
}
body.page-template-our-story section.careers .text {
  max-width: 328px;
  margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
body.page-template-our-story section.careers a.button {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-our-story section.careers a.button:hover {
  background-color: #77BEEE;
  border-color: #77BEEE;
}

/*-----------------------------------*/
/*  Healthcare Providers
/*-----------------------------------*/
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] {
  padding-top: 45px;
  padding-bottom: 76px;
  background-color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] {
    padding-top: 40px;
    padding-bottom: 76px;
  }
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] h3,
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item h4,
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item .caption p {
  color: #FFF;
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons {
  max-width: none;
  margin-top: 68px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons {
    margin-top: 54px;
  }
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.25%;
  -ms-flex: 0 0 15.25%;
  flex: 0 0 15.25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(16.66667% - 13.33333px);
  -ms-flex: 0 0 calc(16.66667% - 13.33333px);
  flex: 0 0 calc(16.66667% - 13.33333px);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 10.66667px);
    -ms-flex: 0 0 calc(33.33333% - 10.66667px);
    flex: 0 0 calc(33.33333% - 10.66667px);
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item .icon {
    width: 140px;
    height: 140px;
  }
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item h4 {
  font-size: 24px;
  line-height: 30px;
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item .caption {
  margin-top: auto;
  padding-top: 20px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item .caption {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-top: 0;
  }
}
body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .item .caption p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .slick-dots {
    bottom: -60px;
  }
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .slick-dots li button::before {
    background-color: #D8D9DA;
  }
  body.page-template-healthcare-providers section.icon-group[data-section="benefits"] .icons .slick-dots li.slick-active button::before {
    border-color: #D8D9DA;
    background-color: transparent;
  }
}
body.page-template-healthcare-providers section.providers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-healthcare-providers section.providers .provider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-healthcare-providers section.providers .provider:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-healthcare-providers section.providers .provider .visible {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-healthcare-providers section.providers .provider .visible .hero-image {
  width: 51.95313%;
  height: 536px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .hero-image {
    width: 100%;
    height: 302px;
  }
}
body.page-template-healthcare-providers section.providers .provider .visible .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-healthcare-providers section.providers .provider .visible .info h2,
body.page-template-healthcare-providers section.providers .provider .visible .info .description {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info h2,
  body.page-template-healthcare-providers section.providers .provider .visible .info .description {
    padding-left: 128px;
    padding-right: 128px;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info h2,
  body.page-template-healthcare-providers section.providers .provider .visible .info .description {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info h2,
  body.page-template-healthcare-providers section.providers .provider .visible .info .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-healthcare-providers section.providers .provider .visible .info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info h2 {
    padding-top: 30px;
  }
}
body.page-template-healthcare-providers section.providers .provider .visible .info .description {
  max-width: 328px;
  margin-top: 32px;
  margin-bottom: 32px;
}
body.page-template-healthcare-providers section.providers .provider .visible .info .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-healthcare-providers section.providers .provider .visible .info a.learn-more {
  margin-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 24px;
}
body.page-template-healthcare-providers section.providers .provider .visible .info a.learn-more:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-healthcare-providers section.providers .provider .visible .info a.learn-more::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.page-template-healthcare-providers section.providers .provider .visible .info a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-down-white.svg);
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider .visible .info a.learn-more {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider.expanded .visible .info {
    padding-bottom: 50px;
  }
}
body.page-template-healthcare-providers section.providers .provider.expanded .visible .info a.learn-more {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-healthcare-providers section.providers .provider.expanded .visible .info a.learn-more::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-healthcare-providers section.providers .provider.expanded .visible .info a.learn-more:hover::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-healthcare-providers section.providers .provider:nth-child(even) .visible .info {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-right: inherit;
  margin-left: auto;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider:nth-child(even) .visible .info {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander {
  padding-top: 28px;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body.page-template-healthcare-providers section.providers .provider > .expander > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-healthcare-providers section.providers .provider > .expander a.close {
  margin-left: auto;
  margin-right: 128px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/button-close.svg);
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander a.close {
    display: none;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction .text,
body.page-template-healthcare-providers section.providers .provider > .expander .video,
body.page-template-healthcare-providers section.providers .provider > .expander .services,
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement {
  width: 676px;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .introduction .text,
  body.page-template-healthcare-providers section.providers .provider > .expander .video,
  body.page-template-healthcare-providers section.providers .provider > .expander .services,
  body.page-template-healthcare-providers section.providers .provider > .expander .endorsement {
    width: 100%;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction,
body.page-template-healthcare-providers section.providers .provider > .expander .services,
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement {
  text-align: center;
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction h3,
body.page-template-healthcare-providers section.providers .provider > .expander .services h3,
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .introduction h3,
  body.page-template-healthcare-providers section.providers .provider > .expander .services h3,
  body.page-template-healthcare-providers section.providers .provider > .expander .endorsement h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction {
  padding-top: 20px;
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction h4 {
  padding-bottom: 38px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction h3 {
  padding-bottom: 33px;
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-healthcare-providers section.providers .provider > .expander .introduction .text p:not(:last-child) {
  margin-bottom: 20px;
}
body.page-template-healthcare-providers section.providers .provider > .expander .video {
  margin-top: 65px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .video {
    margin-top: 42px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .video .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-template-healthcare-providers section.providers .provider > .expander .video .video_container iframe, body.page-template-healthcare-providers section.providers .provider > .expander .video .video_container object, body.page-template-healthcare-providers section.providers .provider > .expander .video .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-healthcare-providers section.providers .provider > .expander .video .caption {
  padding-top: 30px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #244B70;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .video .caption {
    font-size: 16px;
    line-height: 20px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services {
  margin-top: 45px;
  padding-top: 55px;
  padding-bottom: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .services {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services > h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .services > h3 {
    margin-bottom: 30px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services .service {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .services .service {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services .service:focus {
  outline: none;
}
body.page-template-healthcare-providers section.providers .provider > .expander .services .service .icon {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .services .service .icon {
    width: 120px;
    height: 120px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services .service h4 {
  max-width: 176px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .services .service h4 {
    margin-top: 28px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .services .slick-dots {
  bottom: 30px;
}
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement {
  padding-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .endorsement {
    max-width: 100%;
    margin-bottom: 0;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement > h3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander .endorsement > h3 {
    margin-bottom: 30px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement .logo {
  margin: 70px 0;
}
body.page-template-healthcare-providers section.providers .provider > .expander .endorsement .logo img {
  height: 60px;
  max-width: 100%;
}
body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action {
  background-color: #F4F4F4;
}
body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action h3 {
  margin-top: 0px;
  color: #0080D5;
}
body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action h4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action h4 {
    margin-top: 20px;
  }
}
@media (max-width: 468px) {
  body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action .button {
  margin-top: 42px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action {
    width: calc(100% + 40px);
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-healthcare-providers section.providers .provider > .expander section.call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-healthcare-providers section.integrations {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #E6E6E7;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.integrations {
    padding-bottom: 0;
  }
}
body.page-template-healthcare-providers section.integrations h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.integrations h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-healthcare-providers section.integrations .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.integrations .listing {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
body.page-template-healthcare-providers section.integrations .listing .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21%;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFF;
}
body.page-template-healthcare-providers section.integrations .listing .item:focus {
  outline: none;
}
@media (max-width: 1024px) {
  body.page-template-healthcare-providers section.integrations .listing .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.integrations .listing .item {
    padding: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
body.page-template-healthcare-providers section.integrations .listing .item .logo {
  width: 170px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-healthcare-providers section.integrations .listing .item .description {
  max-width: 100%;
  position: relative;
  margin-top: 48px;
  padding-top: 32px;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5A5E60;
}
body.page-template-healthcare-providers section.integrations .listing .item .description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 85%;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-healthcare-providers section.integrations .listing .item a.button {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-healthcare-providers section.integrations .listing .item a.button:hover {
  background-color: #0080D5;
  color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.integrations .listing .slick-dots {
    position: static;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.page-template-healthcare-providers section.integrations .listing .slick-dots li button::before {
    background-color: #8F8F8F;
  }
  body.page-template-healthcare-providers section.integrations .listing .slick-dots li.slick-active button::before {
    border-color: #8F8F8F;
    background-color: transparent;
  }
}
body.page-template-healthcare-providers section.call-to-action h3 {
  margin-top: 0px;
}
body.page-template-healthcare-providers section.call-to-action h4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 768px) {
  body.page-template-healthcare-providers section.call-to-action h4 {
    margin-top: 20px;
  }
}
@media (max-width: 468px) {
  body.page-template-healthcare-providers section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-healthcare-providers section.call-to-action .button {
  margin-top: 42px;
}

/*-----------------------------------*/
/*  Integrations - Single
/*-----------------------------------*/
body.single-integrations section.gallery-slider {
  background-color: #F4F4F4;
}
body.single-integrations section.gallery-slider .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
body.single-integrations section.gallery-slider .slider {
  width: 850px;
  max-width: 100%;
  margin: 100px 0 140px;
}
@media (max-width: 1024px) {
  body.single-integrations section.gallery-slider .slider {
    margin: 100px 0;
  }
}
body.single-integrations section.gallery-slider .slider .item {
  height: auto;
  background: none;
}
body.single-integrations section.gallery-slider .slider .item .image_container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 476px;
}
@media (max-width: 768px) {
  body.single-integrations section.gallery-slider .slider .item .image_container {
    height: 210px;
  }
}
body.single-integrations section.gallery-slider .slider .item .caption {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 20px;
}
body.single-integrations section.gallery-slider .slider .item .caption p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
body.single-integrations section.gallery-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 1024px) {
  body.single-integrations section.gallery-slider .slick-dots {
    bottom: -60px;
    background: none;
  }
}
body.single-integrations section.gallery-slider .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.single-integrations section.gallery-slider .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.single-integrations section.section-image {
  position: relative;
  height: 500px;
  padding-top: 65px;
  padding-bottom: 45px;
  box-sizing: border-box;
  background-color: #77BEEE;
}
@media (max-width: 768px) {
  body.single-integrations section.section-image {
    height: 450px;
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
body.single-integrations section.section-image .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
body.single-integrations section.section-image .container .image {
  width: 542px;
  max-width: 100%;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-integrations section.section-image .container h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 768px) {
  body.single-integrations section.section-image .container h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.single-integrations section.icon-group[data-section="features"] {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.single-integrations section.icon-group[data-section="features"] .icons {
  max-width: none;
  margin-top: 0;
}
body.single-integrations section.icon-group[data-section="features"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 30px);
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  margin-bottom: 20px;
}
body.single-integrations section.icon-group[data-section="features"] .icons .item .caption {
  margin-top: 23px;
}
body.single-integrations section.icon-group[data-section="features"] .icons .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.single-integrations section.icon-group[data-section="features"] .icons .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.single-integrations section.content-block {
  padding-top: 45px;
  padding-bottom: 68px;
}
@media (max-width: 768px) {
  body.single-integrations section.content-block {
    padding-bottom: 26px;
  }
}
body.single-integrations section.content-block > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-integrations section.content-block h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
  text-align: center;
}
@media (max-width: 768px) {
  body.single-integrations section.content-block h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.single-integrations section.content-block .video,
body.single-integrations section.content-block .image,
body.single-integrations section.content-block .text {
  width: 850px;
  max-width: 100%;
}
body.single-integrations section.content-block .video {
  margin-top: 55px;
}
@media (max-width: 768px) {
  body.single-integrations section.content-block .video {
    margin-top: 45px;
  }
}
body.single-integrations section.content-block .video .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-integrations section.content-block .video .video_container iframe, body.single-integrations section.content-block .video .video_container object, body.single-integrations section.content-block .video .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-integrations section.content-block .text {
  margin-top: 75px;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 768px) {
  body.single-integrations section.content-block .text {
    margin-top: 45px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
body.single-integrations section.content-block .text p, body.single-integrations section.content-block .text strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
body.single-integrations section.content-block .text p {
  padding-bottom: 16px;
}
body.single-integrations section.content-block .text strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body.single-integrations section.call-to-action h3 {
  margin-top: 10px;
}
body.single-integrations section.call-to-action h4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 468px) {
  body.single-integrations section.call-to-action h4 {
    max-width: 267px;
  }
}
body.single-integrations section.call-to-action a.button {
  margin-top: 42px;
}
body.single-integrations section.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  body.single-integrations section.faq {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
body.single-integrations section.faq h4 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
body.single-integrations section.faq h2 {
  margin-top: 40px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.single-integrations section.faq h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  body.single-integrations section.faq h2 {
    margin-top: 30px;
  }
}
body.single-integrations section.faq .questions-answers {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 768px) {
  body.single-integrations section.faq .questions-answers {
    margin-top: 0;
    padding-top: 30px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border-top: none;
  }
}
body.single-integrations section.faq .questions-answers .item {
  padding-bottom: 35px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 768px) {
  body.single-integrations section.faq .questions-answers .item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
body.single-integrations section.faq .questions-answers .question {
  padding-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #244B70;
}
@media (max-width: 768px) {
  body.single-integrations section.faq .questions-answers .question {
    position: relative;
    padding-bottom: 0;
    padding-right: 50px;
  }
  body.single-integrations section.faq .questions-answers .question::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/icons/arrow-filter-blue.svg);
  }
}
body.single-integrations section.faq .questions-answers .item[data-active="true"] .question::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  body.single-integrations section.faq .questions-answers .answer {
    display: none;
  }
}
body.single-integrations section.faq .questions-answers .answer p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
body.single-integrations section.call-to-action {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/*-----------------------------------*/
/*  Contact
/*-----------------------------------*/
body.page-template-contact section.address {
  height: 500px;
  background-color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-contact section.address {
    height: auto;
  }
}
body.page-template-contact section.address > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.page-template-contact section.address > .container .left {
  margin-left: auto;
  height: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 205px;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-contact section.address > .container .left {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-contact section.address > .container .left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-contact section.address > .container .left h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-contact section.address > .container .left h1 p {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  border: 2px solid #FFF;
  padding: 6px;
}
body.page-template-contact section.address > .container .left h1 p:not(:first-child) {
  margin-top: -2px;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 16px;
  }
  body.page-template-contact section.address > .container .left h1 p {
    padding: 4px;
    font-size: 24px;
  }
}
body.page-template-contact section.address > .container .left .address,
body.page-template-contact section.address > .container .left .phone {
  color: #FFF;
  margin-top: 30px;
}
body.page-template-contact section.address > .container .left .address {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left .address {
    margin-top: 0;
  }
}
body.page-template-contact section.address > .container .left .phone {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left .phone {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left .phone {
    margin-top: 10px;
  }
}
body.page-template-contact section.address > .container .left a.button {
  min-width: 105px;
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFF;
  color: #0080D5;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-contact section.address > .container .left a.button:hover {
  background-color: #77BEEE;
  color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .left a.button {
    margin-top: 18px;
  }
}
body.page-template-contact section.address > .container .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60.15625%;
  -ms-flex: 0 0 60.15625%;
  flex: 0 0 60.15625%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
body.page-template-contact section.address > .container .right .acf-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-contact section.address > .container .right .acf-map {
    height: 245px;
  }
}
body.page-template-contact section.hours {
  padding-top: 80px;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  body.page-template-contact section.hours {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
body.page-template-contact section.hours > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-contact section.hours h2, body.page-template-contact section.hours .text {
    max-width: 267px;
  }
}
body.page-template-contact section.hours h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.page-template-contact section.hours h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  body.page-template-contact section.hours h2 {
    color: #244B70;
  }
}
body.page-template-contact section.hours .text {
  margin-top: 35px;
}
body.page-template-contact section.hours .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: 676px;
  max-width: 100%;
  margin-bottom: 15px;
}
body.page-template-contact section.contacts > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-contact section.contacts > .container {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-contact section.contacts > .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

body.page-template-contact section.contacts > .container .contact-group {
  width: 850px;
  max-width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.page-template-contact section.contacts > .container .contact-group {
    padding-bottom: 30px;
  }
}
body.page-template-contact section.contacts > .container .contact-group h3 {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-contact section.contacts > .container .contact-group h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-contact section.contacts > .container .contact-group .listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  body.page-template-contact section.contacts > .container .contact-group .listing {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.page-template-contact section.contacts > .container .contact-group .listing .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  body.page-template-contact section.contacts > .container .contact-group .listing .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 35px;
  }
}
body.page-template-contact section.contacts > .container .contact-group .listing .item h4 {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
body.page-template-contact section.contacts > .container .contact-group .listing .item .phone, body.page-template-contact section.contacts > .container .contact-group .listing .item a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
body.page-template-contact section.contacts > .container .contact-group .listing .item a {
  color: #0080D5;
  text-decoration: underline;
}
body.page-template-contact section.enquiry {
  padding-top: 55px;
  padding-bottom: 90px;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
body.page-template-contact section.enquiry > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-contact section.enquiry > .container > h3, body.page-template-contact section.enquiry > .container > h2 {
  text-align: center;
}
body.page-template-contact section.enquiry > .container > h3 {
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container > h3 {
    margin-bottom: 35px;
  }
}
body.page-template-contact section.enquiry > .container > h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container > h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-contact section.enquiry > .container .thanks,
body.page-template-contact section.enquiry > .container form {
  width: 676px;
  max-width: 100%;
}
body.page-template-contact section.enquiry > .container .thanks {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container .thanks {
    margin-top: 18px;
  }
}
body.page-template-contact section.enquiry > .container .thanks h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container .thanks h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-contact section.enquiry > .container .thanks.inactive h3, body.page-template-contact section.enquiry > .container .thanks.inactive p {
  display: none;
}
body.page-template-contact section.enquiry > .container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form {
    margin-top: 18px;
  }
}
body.page-template-contact section.enquiry > .container form .left,
body.page-template-contact section.enquiry > .container form .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .left,
  body.page-template-contact section.enquiry > .container form .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
body.page-template-contact section.enquiry > .container form .left .field:not(:last-child),
body.page-template-contact section.enquiry > .container form .right .field:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .left .field,
  body.page-template-contact section.enquiry > .container form .right .field {
    margin-bottom: 10px;
  }
}
body.page-template-contact section.enquiry > .container form .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-contact section.enquiry > .container form .right .field.topic {
  position: relative;
}
body.page-template-contact section.enquiry > .container form .right .field.topic::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-filter-blue.svg);
}
body.page-template-contact section.enquiry > .container form .right .field.message {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-contact section.enquiry > .container form .right .field.message textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .right .field.message {
    height: 155px;
  }
}
body.page-template-contact section.enquiry > .container form .bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .agree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .agree {
    margin-left: 40px;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .agree input[type="checkbox"] {
  display: none;
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error), body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) a {
  margin-left: 4px;
  margin-right: 4px;
  color: #0080D5;
  text-decoration: underline;
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) a:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) a:first-of-type {
    margin-left: 0;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) span#artificial-checkbox {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  border: 1px solid #d8d9da;
  background-color: #FFF;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) span#artificial-checkbox {
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"]:not(.error) span#i-have-read {
    width: 75%;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"].error {
  position: absolute;
  top: -20px;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .agree label[for="agree"].error {
    left: -40px;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .agree input#agree:checked ~ span#artificial-checkbox::before {
  content: '\2714';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .submission {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}
body.page-template-contact section.enquiry > .container form .bottom .submission button[type="submit"] {
  display: inline-block !important;
  min-width: 175px;
}
@media (max-width: 768px) {
  body.page-template-contact section.enquiry > .container form .bottom .submission button[type="submit"] {
    min-width: auto;
    width: 100%;
  }
}

/*-----------------------------------*/
/*  News
/*-----------------------------------*/
body.page-template-news section.header {
  padding-top: 56px;
  padding-bottom: 72px;
  background-color: #0080D5;
}
body.page-template-news section.header > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-news section.header > .container h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-news section.header > .container h1 p {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 6px;
}
body.page-template-news section.header > .container h1 p:not(:first-child) {
  margin-top: -2px;
}
@media (max-width: 768px) {
  body.page-template-news section.header > .container h1 p {
    font-size: 35px;
    line-height: 42px;
  }
}
body.page-template-news section.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #244B70;
}
body.page-template-news section.filters > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 850px;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-news section.filters > .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.page-template-news section.filters > .container .topics,
body.page-template-news section.filters > .container .dates {
  position: relative;
}
body.page-template-news section.filters > .container .topics::after,
body.page-template-news section.filters > .container .dates::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down-white.svg);
}
@media (max-width: 768px) {
  body.page-template-news section.filters > .container .topics::after,
  body.page-template-news section.filters > .container .dates::after {
    right: 50%;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
body.page-template-news section.filters > .container .topics select,
body.page-template-news section.filters > .container .dates select {
  width: 100%;
  height: 72px;
  padding: 0 32px 0 12px;
  box-sizing: border-box;
  background-color: #244B70;
  border: none;
  line-height: 1;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15.5px;
  line-height: 20px;
  color: #FFF;
}
body.page-template-news section.filters > .container .topics select::-ms-expand,
body.page-template-news section.filters > .container .dates select::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-news section.filters > .container .topics select,
  body.page-template-news section.filters > .container .dates select {
    padding: 0 12px 20px 12px;
    text-align: center;
  }
}
body.page-template-news section.filters > .container .topics select:focus,
body.page-template-news section.filters > .container .dates select:focus {
  outline: none;
}
body.page-template-news section.filters > .container .topics {
  margin-right: 150px;
}
body.page-template-news section.filters > .container .topics::after {
  right: 45px;
}
@media (max-width: 768px) {
  body.page-template-news section.filters > .container .topics::after {
    right: 60%;
  }
}
@media (max-width: 768px) {
  body.page-template-news section.filters > .container .topics {
    margin-right: 0;
  }
}
body.page-template-news section.listing {
  background-color: #FFF;
}
body.page-template-news section.listing > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body.page-template-news section.listing .total-posts {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  body.page-template-news section.listing .total-posts {
    padding-left: 128px;
    padding-right: 128px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-news section.listing .total-posts {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-news section.listing .total-posts {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-news section.listing .total-posts p {
  width: 850px;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #808285;
}
body.page-template-news section.listing .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  body.page-template-news section.listing .item {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-news section.listing .item {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-news section.listing .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  body.page-template-news section.listing .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 45px;
  }
}
body.page-template-news section.listing .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-news section.listing .item .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 59.05882%;
  -ms-flex: 0 0 59.05882%;
  flex: 0 0 59.05882%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .left {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
body.page-template-news section.listing .item .left h2 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-news section.listing .item .left h2 a {
    font-size: 21px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .left h2 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }
}
body.page-template-news section.listing .item .left h2,
body.page-template-news section.listing .item .left .date,
body.page-template-news section.listing .item .left .categories,
body.page-template-news section.listing .item .left .intro {
  max-width: 100%;
}
body.page-template-news section.listing .item .left .date,
body.page-template-news section.listing .item .left .categories {
  font-size: 14px;
  line-height: 22px;
  color: #808285;
}
body.page-template-news section.listing .item .left .date {
  margin-top: 15px;
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .left .date {
    margin-top: 12px;
  }
}
body.page-template-news section.listing .item .left .categories {
  margin-top: 16px;
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .left .categories {
    margin-top: 8px;
  }
}
body.page-template-news section.listing .item .left .intro {
  margin-top: 16px;
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .left .intro {
    margin-top: 14px;
  }
}
body.page-template-news section.listing .item .left .intro p {
  font-size: 14px;
  line-height: 20px;
  color: #5A5E60;
}
body.page-template-news section.listing .item .left a.read-more {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-news section.listing .item .left a.read-more:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-news section.listing .item .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34.64706%;
  -ms-flex: 0 0 34.64706%;
  flex: 0 0 34.64706%;
}
@media (max-width: 640px) {
  body.page-template-news section.listing .item .right {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
body.page-template-news section.listing .item .right a.img {
  display: block;
  min-height: 205px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #E6E6E7;
}
body.page-template-news section.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F4F4F4;
}
body.page-template-news section.pagination .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 850px;
  max-width: 100%;
  box-sizing: content-box;
  height: 100px;
}
body.page-template-news section.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-news section.pagination span.current,
body.page-template-news section.pagination a.page,
body.page-template-news section.pagination a.nextpostslink,
body.page-template-news section.pagination a.previouspostslink {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
body.page-template-news section.pagination span.current {
  color: #0080D5;
  text-decoration: underline;
  margin-right: 30px;
}
body.page-template-news section.pagination a.page {
  margin-right: 30px;
}
body.page-template-news section.pagination a.nextpostslink {
  margin-left: 22px;
}
@media (max-width: 768px) {
  body.page-template-news section.pagination a.nextpostslink {
    margin-left: auto;
  }
}
body.page-template-news section.pagination a.previouspostslink {
  margin-right: 22px;
}
@media (max-width: 768px) {
  body.page-template-news section.pagination a.previouspostslink {
    margin-right: auto;
  }
}
body.page-template-news section.pagination span.pages {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  margin-left: auto;
}
@media (max-width: 768px) {
  body.page-template-news section.pagination span.pages {
    display: none;
  }
}
body.page-template-news section.call-to-action h3 {
  margin-top: 0px;
}
body.page-template-news section.call-to-action h4 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 768px) {
  body.page-template-news section.call-to-action h4 {
    margin-top: 20px;
  }
}
@media (max-width: 468px) {
  body.page-template-news section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-news section.call-to-action .button {
  margin-top: 42px;
}

/*-----------------------------------*/
/*  News - Single
/*-----------------------------------*/
body.single-news section.back-to-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #F4F4F4;
}
body.single-news section.back-to-news > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 830px;
  box-sizing: content-box;
  max-width: 100%;
  height: 72px;
}
body.single-news section.back-to-news > .container > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 25px;
}
body.single-news section.back-to-news > .container > a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.single-news section.back-to-news > .container > a .label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0080D5;
  font-size: 15.5px;
  line-height: 1.2;
}
body.single-news section.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 55px;
}
@media (max-width: 768px) {
  body.single-news section.content {
    padding-top: 45px;
  }
}
body.single-news section.content > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 830px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  body.single-news section.content > .container {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media (max-width: 1024px) and (max-width: 1200px) {
  body.single-news section.content > .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  body.single-news section.content > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  body.single-news section.content > .container {
    display: block;
  }
}
body.single-news section.content .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.93976%;
  -ms-flex: 0 0 24.93976%;
  flex: 0 0 24.93976%;
}
@media (max-width: 768px) {
  body.single-news section.content .left {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
body.single-news section.content .left .categories,
body.single-news section.content .left .date,
body.single-news section.content .left .share {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body.single-news section.content .left .categories {
  padding-bottom: 90px;
}
body.single-news section.content .left .categories-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.single-news section.content .left .categories-mobile .type, body.single-news section.content .left .categories-mobile .topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
}
body.single-news section.content .left .categories-mobile .type .label, body.single-news section.content .left .categories-mobile .topic .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(33.33% - 16px);
  -ms-flex: 0 1 calc(33.33% - 16px);
  flex: 0 1 calc(33.33% - 16px);
  color: #0080D5;
}
body.single-news section.content .left .categories-mobile .type .value, body.single-news section.content .left .categories-mobile .topic .value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66%;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(66.66% - 16px);
  -ms-flex: 0 1 calc(66.66% - 16px);
  flex: 0 1 calc(66.66% - 16px);
}
body.single-news section.content .left .categories-mobile .topic {
  padding-bottom: 20px;
}
body.single-news section.content .left .date,
body.single-news section.content .left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
}
body.single-news section.content .left .date .label,
body.single-news section.content .left .date .value,
body.single-news section.content .left .share .label,
body.single-news section.content .left .share .value {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
@media (max-width: 768px) {
  body.single-news section.content .left .date .label,
  body.single-news section.content .left .date .value,
  body.single-news section.content .left .share .label,
  body.single-news section.content .left .share .value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(33.33% - 16px);
    -ms-flex: 0 1 calc(33.33% - 16px);
    flex: 0 1 calc(33.33% - 16px);
  }
}
@media (max-width: 768px) {
  body.single-news section.content .left .categories,
  body.single-news section.content .left .date,
  body.single-news section.content .left .share {
    border-bottom: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  body.single-news section.content .left .categories {
    display: none;
  }
  body.single-news section.content .left .categories-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-news section.content .left .share {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
body.single-news section.content .left .date .label {
  color: #0080D5;
}
body.single-news section.content .left .share .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.single-news section.content .left .share .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.single-news section.content .left .share .value a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
body.single-news section.content .left .share .value a:not(:first-child) {
  margin-left: 3px;
}
body.single-news section.content .left .share .value a:not(:last-child) {
  margin-right: 3px;
}
body.single-news section.content .left .share .value a.linkedin {
  background-image: url(images/icons/social-icon-linkedin.svg);
}
body.single-news section.content .left .share .value a.linkedin:hover {
  background-image: url(images/icons/social-icon-linkedin-hover.svg);
}
body.single-news section.content .left .share .value a.twitter {
  background-image: url(images/icons/social-icon-twitter.svg);
}
body.single-news section.content .left .share .value a.twitter:hover {
  background-image: url(images/icons/social-icon-twitter-hover.svg);
}
body.single-news section.content .top-mobile {
  display: none;
}
@media (max-width: 768px) {
  body.single-news section.content .top-mobile {
    display: block;
  }
}
body.single-news section.content .top-mobile h1 {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
body.single-news section.content .top-mobile img {
  max-width: 100%;
  height: auto;
  background-color: #E6E6E7;
}
body.single-news section.content .top-mobile .hero-caption {
  margin-top: 10px;
  margin-bottom: 25px;
}
body.single-news section.content .top-mobile .hero-caption p {
  font-size: 12px;
  line-height: 1.2;
  color: #8F8F8F;
}
body.single-news section.content .top-mobile .hero-caption p::before {
  content: "• ";
}
body.single-news section.content .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70.96386%;
  -ms-flex: 0 0 70.96386%;
  flex: 0 0 70.96386%;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  body.single-news section.content .right {
    padding-bottom: 20px;
  }
}
body.single-news section.content .right h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.single-news section.content .right h1 {
    display: none;
  }
}
body.single-news section.content .right .hero-image {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body.single-news section.content .right .hero-image {
    display: none;
  }
}
body.single-news section.content .right .hero-image img {
  max-width: 100%;
  height: auto;
  background-color: #E6E6E7;
}
body.single-news section.content .right .hero-image .caption {
  margin-top: 5px;
}
body.single-news section.content .right .hero-image .caption p {
  font-size: 12px;
  line-height: 1.2;
  color: #8F8F8F;
}
body.single-news section.content .right .hero-image .caption p::before {
  content: "• ";
}
body.single-news section.content .right .content-blocks .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
body.single-news section.content .right .content-blocks .container .text {
  margin-top: 32px;
}
@media (max-width: 768px) {
  body.single-news section.content .right .content-blocks .container .text {
    margin-top: 36px;
  }
}
body.single-news section.content .right .content-blocks .container .text p {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #808285;
}
body.single-news section.call-to-action {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.single-news section.call-to-action h3 {
  margin-top: 6px;
}
body.single-news section.call-to-action h4 {
  margin-top: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #808285;
}
@media (max-width: 468px) {
  body.single-news section.call-to-action h4 {
    max-width: 267px;
  }
}
body.single-news section.call-to-action a {
  margin-top: 45px;
}

/*-----------------------------------*/
/*  Careers Landing Page
/*-----------------------------------*/
body.page-template-careers section.section-carousel .item {
  background-color: #77BEEE;
}
body.page-template-careers section.section-carousel .item .container .text {
  max-width: 272px;
}
body.page-template-careers section.overview {
  padding-bottom: 100px;
}
body.page-template-careers section.overview > .container .introduction {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 20px);
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 768px) {
  body.page-template-careers section.overview {
    padding-top: 20px;
  }
}
body.page-template-careers section.icon-group[data-section="candidate"] {
  padding-top: 45px;
  padding-bottom: 70px;
  background-color: #244B70;
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="candidate"] {
    padding-top: 52px;
    padding-bottom: 98px;
  }
}
body.page-template-careers section.icon-group[data-section="candidate"] h3,
body.page-template-careers section.icon-group[data-section="candidate"] .icons .item h4,
body.page-template-careers section.icon-group[data-section="candidate"] .icons .item .caption p {
  color: #FFF;
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons {
  max-width: none;
  margin-top: 56px;
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="candidate"] .icons {
    margin-top: 34px;
  }
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 26.66667px);
  -ms-flex: 0 0 calc(20% - 26.66667px);
  flex: 0 0 calc(20% - 26.66667px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="candidate"] .icons .item .icon {
    width: 140px;
    height: 140px;
  }
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .item h4 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="candidate"] .icons .item h4 {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="candidate"] .icons .item .caption {
    margin-top: 28px;
    margin-bottom: 54px;
  }
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .item .caption p {
  font-size: 16px;
  line-height: 24px;
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .slick-dots {
  bottom: -60px;
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .slick-dots li button::before {
  background-color: #D8D9DA;
}
body.page-template-careers section.icon-group[data-section="candidate"] .icons .slick-dots li.slick-active button::before {
  border-color: #D8D9DA;
  background-color: transparent;
}
body.page-template-careers section.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body.page-template-careers section.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-careers section.team .left {
  width: 51.95313%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-careers section.team .left {
    width: 100%;
    height: 302px;
  }
}
body.page-template-careers section.team .right {
  width: 48.04688%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-careers section.team .right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 60px;
  }
}
body.page-template-careers section.team .right h2,
body.page-template-careers section.team .right .text {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 768px) {
  body.page-template-careers section.team .right h2,
  body.page-template-careers section.team .right .text {
    padding-left: 128px;
    padding-right: 128px;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-careers section.team .right h2,
  body.page-template-careers section.team .right .text {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-careers section.team .right h2,
  body.page-template-careers section.team .right .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-careers section.team .right h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-careers section.team .right h2 {
    padding-top: 46px;
  }
}
body.page-template-careers section.team .right .text {
  max-width: 328px;
  margin-top: 32px;
  margin-bottom: 32px;
}
body.page-template-careers section.team .right .text p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-careers section.team .right a.button {
  margin-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 24px;
}
body.page-template-careers section.team .right a.button:hover {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-careers section.team .right a.button::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-more-down.svg);
}
body.page-template-careers section.team .right a.button:hover::after {
  background-image: url(images/icons/arrow-more-down-white.svg);
}
@media (max-width: 768px) {
  body.page-template-careers section.team .right a.button {
    margin-left: 0;
  }
}
body.page-template-careers section.team[data-active="true"] .right a.button {
  background-color: #0080D5;
  color: #FFF;
}
body.page-template-careers section.team[data-active="true"] .right a.button::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-careers section.team[data-active="true"] .right a.button:hover::after {
  background-image: url(images/icons/arrow-more-up.svg);
}
body.page-template-careers section.icon-group[data-section="team_expander"] {
  display: none;
  background-color: #FFF;
}
body.page-template-careers section.icon-group[data-section="team_expander"] h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-careers section.icon-group[data-section="team_expander"] h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  body.page-template-careers section.icon-group[data-section="team_expander"] h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-careers section.icon-group[data-section="team_expander"] .icons {
  max-width: none;
}
body.page-template-careers section.icon-group[data-section="team_expander"] .icons .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(25% - 15px);
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
}
body.page-template-careers section.icon-group[data-section="team_expander"] .icons .item .caption {
  text-align: left;
}
body.page-template-careers section.icon-group[data-section="team_expander"] .icons .item .caption p {
  font-size: 14px;
  line-height: 20px;
}
body.page-template-careers section.employee {
  padding-top: 55px;
  background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 270px, #FFF 270px, #FFF 100%);
  background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 270px, #FFF 270px, #FFF 100%);
}
@media (max-width: 768px) {
  body.page-template-careers section.employee {
    padding-left: 128px;
    padding-right: 128px;
    background: -webkit-linear-gradient(top, #F4F4F4 0, #F4F4F4 250px, #FFF 250px, #FFF 100%);
    background: linear-gradient(to bottom, #F4F4F4 0, #F4F4F4 250px, #FFF 250px, #FFF 100%);
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  body.page-template-careers section.employee {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-careers section.employee {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.page-template-careers section.employee > h4 {
  margin-bottom: 45px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee > h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
body.page-template-careers section.employee .slider {
  margin-bottom: 0;
}
body.page-template-careers section.employee .slider .item {
  position: relative;
  min-height: 720px;
  background-size: 280px 280px;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .item {
    background-size: 196px 196px;
  }
}
body.page-template-careers section.employee .slider .item:focus {
  outline: none;
}
body.page-template-careers section.employee .slider .item > .container {
  min-height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 385px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .item > .container {
    margin-top: 305px;
  }
}
body.page-template-careers section.employee .slider .item h3 {
  margin-bottom: 35px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .item h3 {
    margin-bottom: 20px;
  }
}
body.page-template-careers section.employee .slider .item h4 {
  margin-bottom: 42px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #0080D5;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .item h4 {
    margin-bottom: 18px;
  }
}
body.page-template-careers section.employee .slider .item .quote,
body.page-template-careers section.employee .slider .item .description {
  width: 676px;
  max-width: 100%;
  text-align: center;
}
body.page-template-careers section.employee .slider .item .quote p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-careers section.employee .slider .item .description {
  width: 676px;
  max-width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .item .description {
    margin-top: 22px;
  }
}
body.page-template-careers section.employee .slider .item .description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
body.page-template-careers section.employee .slider .item[data-slick-index="0"] h3 {
  color: #5A5E60;
}
body.page-template-careers section.employee .slider .item[data-slick-index="0"] .description {
  margin-top: 0;
}
body.page-template-careers section.employee .slider .item[data-slick-index="0"] .description p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
body.page-template-careers section.employee .slider .slick-dots {
  top: 330px;
  height: 14px;
}
@media (max-width: 768px) {
  body.page-template-careers section.employee .slider .slick-dots {
    top: 250px;
  }
}
body.page-template-careers section.employee .slider .slick-dots li {
  width: 12px;
  height: 12px;
}
body.page-template-careers section.employee .slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
body.page-template-careers section.employee .slider .slick-dots li button::before {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #D8D9DA;
}
body.page-template-careers section.employee .slider .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
}
body.page-template-careers section.employee .slider .slick-dots li.slick-active button::before {
  background-color: transparent;
  border-color: #D8D9DA;
}
body.page-template-careers section.opportunity {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-careers section.opportunity > .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-careers section.opportunity h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  color: #FFF;
}
body.page-template-careers section.opportunity .text {
  max-width: 328px;
  margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}
body.page-template-careers section.opportunity a.button {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-template-careers section.opportunity a.button:hover {
  background-color: #77BEEE;
  border-color: #77BEEE;
}
body.page-template-careers section.call-to-action h3 {
  margin-top: 10px;
}
body.page-template-careers section.call-to-action h4 {
  margin-top: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 468px) {
  body.page-template-careers section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-careers section.call-to-action a {
  margin-top: 40px;
}

/*-----------------------------------*/
/*  Careers Listing
/*-----------------------------------*/
body.page-template-careers-jobadder {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body.page-template-careers-jobadder section.top {
  padding-top: 56px;
  padding-bottom: 72px;
  background-color: #0080D5;
}
body.page-template-careers-jobadder section.top > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-careers-jobadder section.top > .container h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-careers-jobadder section.top > .container h1 p {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #FFF;
  border: 2px solid #FFF;
  padding: 6px;
}
body.page-template-careers-jobadder section.top > .container h1 p:not(:first-child) {
  margin-top: -2px;
}
@media (max-width: 768px) {
  body.page-template-careers-jobadder section.top > .container h1 p {
    font-size: 35px;
    line-height: 42px;
  }
}
body.page-template-careers-jobadder section.call-to-action {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
body.page-template-careers-jobadder section.call-to-action h3 {
  margin-top: 10px;
}
body.page-template-careers-jobadder section.call-to-action h4 {
  margin-top: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 468px) {
  body.page-template-careers-jobadder section.call-to-action h4 {
    max-width: 267px;
  }
}
body.page-template-careers-jobadder section.call-to-action a {
  margin-top: 40px;
}

/*-----------------------------------*/
/*  Jobadder
/*-----------------------------------*/
section.jobadder > .container {
  width: 100%;
  padding: 0;
}
section.jobadder #ja-jobs-widget .ja-job-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #F4F4F4;
}
section.jobadder #ja-jobs-widget .ja-job-search .ja-form {
  width: 676px;
}
section.jobadder #ja-jobs-widget .ja-job-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
section.jobadder #ja-jobs-widget .ja-job-list-container .ja-job-list {
  width: 850px;
}
section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 128px;
  padding-right: 128px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container .ja-pager,
section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container .ja-pager-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 425px;
  -ms-flex: 0 1 425px;
  flex: 0 1 425px;
}
@media (max-width: 768px) {
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container .ja-pager,
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-pager-container .ja-pager-summary {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
section.jobadder #ja-jobs-widget .ja-job-search .ja-form,
section.jobadder #ja-jobs-widget .ja-job-list-container .ja-job-list {
  max-width: 100%;
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 1200px) {
  section.jobadder #ja-jobs-widget .ja-job-search .ja-form,
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-job-list {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  section.jobadder #ja-jobs-widget .ja-job-search .ja-form,
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-job-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  section.jobadder #ja-jobs-widget .ja-job-search .ja-form,
  section.jobadder #ja-jobs-widget .ja-job-list-container .ja-job-list {
    box-sizing: border-box;
  }
}
section.jobadder #ja-jobs-widget > br {
  display: none;
}
section.jobadder #ja-jobs-widget .ja-job-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
section.jobadder #ja-jobs-widget .ja-job-apply > form,
section.jobadder #ja-jobs-widget .ja-job-apply > h3 {
  width: 676px;
  max-width: 100%;
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 1200px) {
  section.jobadder #ja-jobs-widget .ja-job-apply > form,
  section.jobadder #ja-jobs-widget .ja-job-apply > h3 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  section.jobadder #ja-jobs-widget .ja-job-apply > form,
  section.jobadder #ja-jobs-widget .ja-job-apply > h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 818px) {
  section.jobadder #ja-jobs-widget .ja-job-apply > form,
  section.jobadder #ja-jobs-widget .ja-job-apply > h3 {
    box-sizing: border-box;
  }
}
section.jobadder #ja-jobs-widget .ja-job-apply .ja-form {
  width: 100%;
}

#ja-jobs-widget {
  position: relative;
  min-height: 460px;
}

.ja-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ja-job-search {
  padding-bottom: 88px;
  background-color: #F4F4F4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .ja-job-search {
    padding-bottom: 50px;
  }
}
.ja-job-search .ja-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ja-job-search .ja-form::before {
  content: "Search current positions";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 140px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #5A5E60;
}
.ja-job-search .ja-form .ja-field-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 10px;
}
.ja-job-search .ja-form .ja-field-container:nth-child(even) {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .ja-job-search .ja-form .ja-field-container {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .ja-job-search .ja-form .ja-field-container:nth-child(even) {
    margin-left: 0;
  }
}
.ja-job-search .ja-form .ja-field-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/icons/arrow-filter-blue.svg);
}
.ja-job-search .ja-form .ja-field-container select,
.ja-job-search .ja-form .ja-field-container textarea,
.ja-job-search .ja-form .ja-field-container input {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
}
.ja-job-search .ja-form .ja-submit {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .ja-job-search .ja-form .ja-submit {
    margin-left: 0;
  }
}
.ja-job-search .ja-form .ja-submit .ja-button {
  display: inline-block !important;
  width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.2;
}
.ja-job-search .ja-form .ja-submit .ja-button:hover {
  background-color: #77BEEE;
}
@media (max-width: 768px) {
  .ja-job-search .ja-form .ja-submit .ja-button {
    width: 100%;
  }
}

.ja-job-list-container p.no-jobs-content {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .ja-job-list-container p.no-jobs-content {
    font-size: 22px;
    line-height: 1.2;
  }
}

.ja-job-list .job {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 850px;
  max-width: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
}
.ja-job-list .job:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .ja-job-list .job:not(:last-child)::after {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.ja-job-list .job .title {
  max-width: 100%;
}
.ja-job-list .job .title a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #0080D5;
}
.ja-job-list .job .meta .classifications li,
.ja-job-list .job .summary {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.ja-job-list .job .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .ja-job-list .job .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ja-job-list .job .meta .classifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ja-job-list .job .meta .classifications li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  line-height: 22px;
  color: #808285;
}
.ja-job-list .job .meta .classifications li:not(:last-child)::after {
  content: ",\00a0";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ja-job-list .job .meta .classifications li[data-id="12460"] {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 16px;
}
.ja-job-list .job .meta .classifications li[data-id="12460"]::after {
  display: none;
}
@media (max-width: 768px) {
  .ja-job-list .job .meta p.date-posted {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 16px;
  }
}
.ja-job-list .job .summary {
  width: 589px;
  max-width: 100%;
  padding-top: 20px;
  line-height: 20px;
  color: #5A5E60;
}
.ja-job-list .job a.view-details {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ja-job-list .job a.view-details:hover {
  background-color: #0080D5;
  color: #FFF;
}

.ja-pager-container {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F4F4F4;
}
.ja-pager-container .ja-pager span,
.ja-pager-container .ja-pager a,
.ja-pager-container .ja-pager-summary {
  font-size: 14px;
  line-height: 22px;
}
.ja-pager-container .ja-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
  height: 100px;
}
.ja-pager-container .ja-pager span,
.ja-pager-container .ja-pager a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ja-pager-container .ja-pager span.current-page {
  color: #0080D5;
  text-decoration: underline;
  margin-right: 30px;
}
.ja-pager-container .ja-pager a.page {
  margin-right: 30px;
}
.ja-pager-container .ja-pager a.next {
  margin-left: 22px;
}
@media (max-width: 768px) {
  .ja-pager-container .ja-pager a.next {
    margin-left: auto;
  }
}
.ja-pager-container .ja-pager a.previous {
  margin-right: 22px;
}
@media (max-width: 768px) {
  .ja-pager-container .ja-pager a.previous {
    margin-right: auto;
  }
}
.ja-pager-container .ja-pager-summary {
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ja-pager-container .ja-pager-summary {
    display: none;
  }
}

.ja-job-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 115px;
}
@media (max-width: 768px) {
  .ja-job-details {
    padding-bottom: 50px;
  }
}
.ja-job-details .title,
.ja-job-details .meta,
.ja-job-details .description,
.ja-job-details .apply {
  width: 676px;
  max-width: 100%;
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 1200px) {
  .ja-job-details .title,
  .ja-job-details .meta,
  .ja-job-details .description,
  .ja-job-details .apply {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 768px) {
  .ja-job-details .title,
  .ja-job-details .meta,
  .ja-job-details .description,
  .ja-job-details .apply {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 818px) {
  .ja-job-details .title,
  .ja-job-details .meta,
  .ja-job-details .description,
  .ja-job-details .apply {
    box-sizing: border-box;
  }
}
.ja-job-details .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ja-job-details .meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 95px;
}
@media (max-width: 768px) {
  .ja-job-details .meta {
    margin-top: 68px;
  }
}
.ja-job-details .meta::before {
  position: absolute;
  top: -20px;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  width: 676px;
}
@media (max-width: 818px) {
  .ja-job-details .meta::before {
    width: calc(100% - 128px);
    left: 64px;
  }
}
@media (max-width: 768px) {
  .ja-job-details .meta::before {
    top: -25px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .ja-job-details .meta::after {
    position: absolute;
    bottom: -25px;
    left: 20px;
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    width: calc(100% - 40px);
  }
}
.ja-job-details .meta .classifications {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: auto;
}
.ja-job-details .meta .classifications li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #8F8F8F;
}
.ja-job-details .meta .classifications li:not(:first-child) {
  display: none;
}
.ja-job-details .description {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .ja-job-details .description {
    margin-top: 50px;
  }
}
.ja-job-details .description h1, .ja-job-details .description h2, .ja-job-details .description h3, .ja-job-details .description h4, .ja-job-details .description h5, .ja-job-details .description h6 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #0080D5;
}
.ja-job-details .description, .ja-job-details .description p, .ja-job-details .description li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #8F8F8F;
}
.ja-job-details .description p {
  margin-bottom: 20px;
}
.ja-job-details .description strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.ja-job-details .description ul {
  margin-top: 14px;
  margin-bottom: 16px;
  padding-left: 14px;
}
.ja-job-details .description ul li {
  padding-left: 10px;
  padding-bottom: 14px;
}
.ja-job-details .apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .ja-job-details .apply {
    margin-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ja-job-details .apply .back-link,
.ja-job-details .apply .ja-button {
  width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ja-job-details .apply .back-link,
  .ja-job-details .apply .ja-button {
    width: 100%;
  }
}
.ja-job-details .apply .back-link {
  margin-right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 50px;
  text-transform: none;
  font-size: 15.5px;
  line-height: 1.2;
}
.ja-job-details .apply .back-link:hover {
  background-color: #0080D5;
  color: #FFF;
}
@media (max-width: 768px) {
  .ja-job-details .apply .back-link {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.ja-job-details .apply .ja-button {
  display: inline-block !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 15.5px;
  line-height: 1.2;
  border: none;
}
.ja-job-details .apply .ja-button:hover {
  background-color: #77BEEE;
}

/* End job details */
/* Application form iframe (external app forms) */
/*
.ja-apply-iframe {

    iframe {
        width: 100%;
        height: 500px;
        border: none;
    }

    .apply {
        display: none;

        .back-link {}
    }
}
*/
.ja-job-apply {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .ja-job-apply {
    padding-bottom: 50px;
  }
}
.ja-job-apply > h2 {
  display: none;
}
.ja-job-apply h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .ja-job-apply h3 {
    margin-bottom: 45px;
  }
}
.ja-job-apply .ja-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.ja-job-apply .ja-form::before {
  content: "ONLINE APPLICATION";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #0080D5;
}
.ja-job-apply .ja-form .ja-field-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 10px;
}
.ja-job-apply .ja-form .ja-field-container:nth-child(2) {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-field-container:nth-child(2) {
    margin-left: 0;
  }
}
.ja-job-apply .ja-form .ja-field-container:nth-child(3) {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.ja-job-apply .ja-form .ja-field-container:nth-child(5) {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-field-container:nth-child(5) {
    margin-left: 0;
  }
}
.ja-job-apply .ja-form .ja-field-container:nth-child(6), .ja-job-apply .ja-form .ja-field-container:nth-child(7) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*
                  // style label to look like button
                  > label {
                      @include button;
                      @include buttonSmallOpen;
                      width: 120px;
                      height: 40px;
                      cursor: pointer;
                      color: $black;
                      @include robotoLight;
                      font-size: 11px; // 11pt
                      line-height: 1.2; // 13.2pt
                      border-color: $blue-gray;
                  }
  */
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-field-container:nth-child(6), .ja-job-apply .ja-form .ja-field-container:nth-child(7) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ja-job-apply .ja-form .ja-field-container:nth-child(6) label,
.ja-job-apply .ja-form .ja-field-container:nth-child(6) .ja-field, .ja-job-apply .ja-form .ja-field-container:nth-child(7) label,
.ja-job-apply .ja-form .ja-field-container:nth-child(7) .ja-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ja-job-apply .ja-form .ja-field-container:nth-child(6) .ja-field, .ja-job-apply .ja-form .ja-field-container:nth-child(7) .ja-field {
  margin-left: 2%;
  text-align: right;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-field-container:nth-child(6) .ja-field, .ja-job-apply .ja-form .ja-field-container:nth-child(7) .ja-field {
    margin-left: 0;
    margin-top: 24px;
  }
}
.ja-job-apply .ja-form .ja-field-container:nth-child(6) .ja-field > input, .ja-job-apply .ja-form .ja-field-container:nth-child(7) .ja-field > input {
  height: auto;
  margin: 0;
  padding: 0;
}
.ja-job-apply .ja-form .ja-field-container:nth-child(6) {
  margin-top: 24px;
  margin-bottom: 0;
}
.ja-job-apply .ja-form .ja-field-container:nth-child(7) {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ja-job-apply .ja-form .ja-field-container:nth-child(8) {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-field-container {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.ja-job-apply .ja-form .ja-field-container label,
.ja-job-apply .ja-form .ja-field-container select,
.ja-job-apply .ja-form .ja-field-container textarea,
.ja-job-apply .ja-form .ja-field-container input {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 15.5px;
  line-height: 1.2;
}
.ja-job-apply .ja-form .ja-field-container label {
  color: #808285;
}
.ja-job-apply .ja-form .ja-field-container input:not([type="file"]),
.ja-job-apply .ja-form .ja-field-container textarea {
  background-color: #EBEBEC;
}
.ja-job-apply .ja-form .ja-submit {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ja-job-apply .ja-form .ja-submit .back-link,
.ja-job-apply .ja-form .ja-submit .ja-button {
  width: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-submit .back-link,
  .ja-job-apply .ja-form .ja-submit .ja-button {
    width: 100%;
  }
}
.ja-job-apply .ja-form .ja-submit .back-link {
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: transparent;
  color: #0080D5;
  border: 1px solid #0080D5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 50px;
  text-transform: none;
  font-size: 15.5px;
  line-height: 1.2;
}
.ja-job-apply .ja-form .ja-submit .back-link:hover {
  background-color: #0080D5;
  color: #FFF;
}
@media (max-width: 768px) {
  .ja-job-apply .ja-form .ja-submit .back-link {
    margin-left: 0;
    margin-top: 24px;
  }
}
.ja-job-apply .ja-form .ja-submit .ja-button {
  display: inline-block !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.2;
  color: #FFF;
  background-color: #0080D5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 15.5px;
  line-height: 1.2;
  border: none;
}
.ja-job-apply .ja-form .ja-submit .ja-button:hover {
  background-color: #77BEEE;
}

/* End application form iframe */
/* Application form */
/* End application form */
/* Powered by JobAdder */
.powered-by-jobadder {
  display: none;
}

/* End powered by JobAdder */
/*-----------------------------------*/
/*  404
/*-----------------------------------*/
body.error404 section:first-of-type {
  min-height: 400px;
}
body.error404 section:first-of-type > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}
body.error404 section:first-of-type h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  margin-top: -64px;
  margin-bottom: 16px;
}
body.error404 section:first-of-type h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  body.error404 section:first-of-type h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}

/*-----------------------------------*/
/*  Default Template (index.php)
/*-----------------------------------*/
body.page-template-default .content-blocks {
  padding-top: 45px;
  padding-bottom: 55px;
  background-color: #FFF;
}
body.page-template-default .content-blocks > .container {
  width: 850px !important;
  box-sizing: content-box !important;
}
body.page-template-default .content-blocks .block {
  padding-bottom: 55px;
}
body.page-template-default .content-blocks .block a {
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-default .content-blocks .block a:hover, body.page-template-default .content-blocks .block a:active, body.page-template-default .content-blocks .block a:focus {
  opacity: 0.7;
}
body.page-template-default .content-blocks h2.block {
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #0080D5;
  line-height: 36px;
}
body.page-template-default .content-blocks .text.block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #808285;
}
body.page-template-default .content-blocks .text.block p:not(:last-child) {
  margin-bottom: 24px;
}
body.page-template-default .content-blocks .image.block .caption,
body.page-template-default .content-blocks .video.block .caption {
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-default .content-blocks .image.block .caption,
  body.page-template-default .content-blocks .video.block .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.page-template-default .content-blocks .image.block .caption p,
body.page-template-default .content-blocks .video.block .caption p {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #244B70;
}
@media (max-width: 768px) {
  body.page-template-default .content-blocks .image.block .caption p,
  body.page-template-default .content-blocks .video.block .caption p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-default .content-blocks .image.block .caption p,
  body.page-template-default .content-blocks .video.block .caption p {
    max-width: 267px;
  }
}
body.page-template-default .content-blocks .image.block img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}
body.page-template-default .content-blocks .video.block .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.page-template-default .content-blocks .video.block .video_container iframe, body.page-template-default .content-blocks .video.block .video_container object, body.page-template-default .content-blocks .video.block .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body.page-template-default .content-blocks .video.block .video_container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.medhealth {
    border-top: 1px solid #eee;
    padding: 24px 0 0 0;
}

.medhealth .container {
    display: block;
}

.medhealth .container .logo {
    width: 20%;
    float: left;
}

.medhealth .container .logo img {
    width: 84%;
    max-width: 176px;
}

.medhealth .container .body-text-right {
    width: 80%;
    float: left;
    padding-bottom: 24px;
}

.medhealth .container .body-text-right h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.medhealth .acknowledges {
    background-color: #eee;
    padding: 24px 5%;
    width: 90%;
    text-align: center;
    clear: both;
}

@media (max-width: 768px) {
    
    .medhealth .container .logo,
    .medhealth .container .body-text-right {
        width: 100%;
        float: none;
    }
    
    .medhealth .container .body-text-right {
        margin-top: 24px;
    }
    

}


/* Blank page: Template - Start */

body.page-template-blank {
    padding-top: 0;
}

body.page-template-blank header.desktop,
body.page-template-blank section.footer .container {
    display: none;
}

body.page-template-blank main,
body.page-template-blocks-default main {
    width: 100%;
}

body.page-template-blank .header-bg {
    background-image: url(/wp-content/uploads/2024/09/bg0crop.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-blank .header-bg.go-digital {
    background-image: url(/wp-content/uploads/2024/09/26382291-0-bg.webp);	
}

body.page-template-blank .intro-text {
    max-width: 424px;
}

body.page-template-blank .limit-width .wp-block-group__inner-container,
body.page-template-blocks-default .limit-width .wp-block-group__inner-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 62px 20px;
}

body.page-template-blank .limit-width.short .wp-block-group__inner-container,
body.page-template-blocks-default .limit-width.short .wp-block-group__inner-container {
    max-width: 640px;
}

body.page-template-blank .limit-width.medium .wp-block-group__inner-container,
body.page-template-blocks-default .limit-width.medium .wp-block-group__inner-container {
    max-width: 840px;
}

body.page-template-blank .limit-width a,
body.page-template-blocks-default .limit-width a {
    text-decoration: underline;
}

body.page-template-blank h1,
body.page-template-blocks-default h1 {
    margin-bottom: 24px;
    line-height: 42px;
}

body.page-template-blank h2,
body.page-template-blocks-default h2 {
	line-height: 40px;
}

body.page-template-blank p,
body.page-template-blocks-default p {
    line-height: 24px;
}

body.page-template-blank p + p,
body.page-template-blocks-default p + p {
    margin-top: 24px;
}

body.page-template-blank .wp-block-image,
body.page-template-blocks-default .wp-block-image {
    margin-left: 0;
}

body.page-template-blank .block-title {
    min-height: 52px;
}

body.page-template-blank .block-title-medium {
    min-height: 42px;
}

body.page-template-blank .block-title + p {
    margin-top: 8px;
}

body.page-template-blank p.no-margin {
    margin-top: 0;
}

body.page-template-blank .frm_form_fields  {
    width: 100%;
}

body.page-template-blank .form-container {
    padding: 36px 32px 2px 32px;
    border-radius: 10px;
}

body.page-template-blank .form-container .wp-block-group__inner-container {
    padding: 0
}

body.page-template-blank .frm_message {
    margin-bottom: 32px;
}

body.page-template-blank .frm_message h2,
body.page-template-blank .frm_message p,
body.page-template-contact .frm_message h2,
body.page-template-contact .frm_message p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

body.page-template-blocks-default .limit-width .wp-block-button__link {
	text-decoration: none;
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
	color: #fff;
}

body.page-template-blocks-default .limit-width .wp-block-button__link:hover {
	background-color: #000 !important;
}

/* Blank page: Template - End */


/* Custom - Start */
body.page-template-contact form.frm-show-form {
	justify-content: center !important;
	margin-top: 42px !important;
}

.list-dark-text li {
	color: var(--wp--preset--color--black) !important;
	margin-bottom: 0.75rem;
}
/* Custom - End */

