@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);@charset "UTF-8";
/*!
Theme Name: boilerplate
Theme URI: http://www.fifteendesign.co.uk/
Author: Fifteen Design
Author URI: http://www.fifteendesign.co.uk/
Description: Wordpress Theme created by Fifteen Design
Version: 1.1.2
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("assets/scss/vendor/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/scss/vendor/slick/fonts/slick.eot");
  src: url("assets/scss/vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("assets/scss/vendor/slick/fonts/slick.woff") format("woff"), url("assets/scss/vendor/slick/fonts/slick.ttf") format("truetype"), url("assets/scss/vendor/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: "\2022";
  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;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Fifteen */
/*
    Iframes
*/
.embed-container {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
    Miscellaneous
*/
::-moz-selection {
  background: #ebebeb;
  color: white;
  text-shadow: none;
}
::selection {
  background: #ebebeb;
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: #ebebeb;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #ebebeb;
  color: white;
  text-shadow: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

@-webkit-keyframes growline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes growline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes growline50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes growline50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.circle-center-state, .casestudy-post:before, .featured-service-box:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  z-index: -1;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  opacity: 0;
}

.circle-center-hover, .casestudy-post:hover:before {
  width: 101%;
  height: 101%;
  opacity: 1;
}

.loading-icon:after, .post-grid.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\F021";
  font-family: FontAwesome;
  font-size: 5rem;
  color: #006aab;
  -webkit-animation: spin 1s ease infinite;
          animation: spin 1s ease infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: all 0.25s ease-in-out 0.25s;
  transition: all 0.25s ease-in-out 0.25s;
  z-index: 10;
}

pre {
  color: magenta;
}

.wp-caption-text {
  font-style: italic;
  font-size: 1.4rem !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

.wp-caption-text:before {
  display: inline-block;
  vertical-align: middle;
  color: #2dbdef;
  font-family: FontAwesome;
  content: "\F054";
  margin-right: 1.5rem;
}

/*
    Mixins
*/
/*
    MAIN
*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  margin: 0;
  height: 100%;
}

body {
  font: 500 16px "Montserrat", sans-serif;
  color: #ebebeb;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.is-overflow-h {
  overflow: hidden;
}

/* clear */
.clear:before, .wrapper:before, .page-banner__wrap:before, .nav ul li.drug-menu .sub-menu:before, main:before, .post-search-wrap:before, .post-grid:before, .latestnews-posts__wrap:before, .casestudies-posts__wrap:before, .events-grid-wrap:before, .upcoming-events__wrap:before, .featured-services__wrap:before, .newsletter-post-wrap:before, .page-content__wrapper:before, .discovery-journey__wrap:before, .error-page-wrap:before, .team-member-filter-wrap:before, .therapeutic-posts-wrap:before, .row:before,
.clear:after,
.wrapper:after,
.page-banner__wrap:after,
.nav ul li.drug-menu .sub-menu:after,
main:after,
.post-search-wrap:after,
.post-grid:after,
.latestnews-posts__wrap:after,
.casestudies-posts__wrap:after,
.events-grid-wrap:after,
.upcoming-events__wrap:after,
.featured-services__wrap:after,
.newsletter-post-wrap:after,
.page-content__wrapper:after,
.discovery-journey__wrap:after,
.error-page-wrap:after,
.team-member-filter-wrap:after,
.therapeutic-posts-wrap:after,
.row:after {
  content: ' ';
  display: table;
}


.clear:after,
.wrapper:after,
.page-banner__wrap:after,
.nav ul li.drug-menu .sub-menu:after,
main:after,
.post-search-wrap:after,
.post-grid:after,
.latestnews-posts__wrap:after,
.casestudies-posts__wrap:after,
.events-grid-wrap:after,
.upcoming-events__wrap:after,
.featured-services__wrap:after,
.newsletter-post-wrap:after,
.page-content__wrapper:after,
.discovery-journey__wrap:after,
.error-page-wrap:after,
.team-member-filter-wrap:after,
.therapeutic-posts-wrap:after,
.row:after {
  clear: both;
}

.clear, .wrapper, .page-banner__wrap, .nav ul li.drug-menu .sub-menu, main, .post-search-wrap, .post-grid, .latestnews-posts__wrap, .casestudies-posts__wrap, .events-grid-wrap, .upcoming-events__wrap, .featured-services__wrap, .newsletter-post-wrap, .page-content__wrapper, .discovery-journey__wrap, .error-page-wrap, .team-member-filter-wrap, .therapeutic-posts-wrap, .row {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #2dbdef;
  text-decoration: none;
}

a:hover {
  color: #f89b1f;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

.blackout {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
  display: none;
}

.blackout.active {
  display: block;
}

.scroll-to-top {
  position: fixed;
  bottom: -10%;
  right: 3%;
  z-index: 8;
  -webkit-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}

.scroll-to-top.active {
  bottom: 3%;
}

/*
    PRINT
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
    TYPOGRAPHY
*/
h1, h2, h3, h4, h5, h6 {
  color: #006aab;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.15em;
}

h2.h1_title {
  font-size: 2.5em;
}

h3 {
  font-size: 1.85em;
}

h4 {
  font-size: 1.55em;
}

h5 {
  font-size: 1.35em;
}

h6 {
  font-size: 1.15em;
}

p, ol, ul, li {
  font-size: 16px;
  line-height: 1.5;
  color: #213763;
}

.entry-content a {
  color: #2dbdef;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #f89b1f;
}

.entry-content img {
  width: auto;
}

.entry-content ul li {
  list-style: none;
  margin-bottom: 1.5rem;
}

.entry-content ul li:before {
  font-family: 'FontAwesome';
  content: '\F054';
  margin: 0 5px 0 -15px;
  color: #2dbdef;
}

.entry-content table {
  overflow-x: scroll;
}

.entry-content table tr:nth-of-type(2n + 1) {
  background: #ebebeb;
}

.entry-content table tr:nth-of-type(2n) {
  background: #f3f3f3;
}

.entry-content table tr:first-of-type {
  background: #006aab;
}

.entry-content table tr:first-of-type td {
  color: #fff;
  font-weight: 800;
}

.entry-content table tr td {
  color: #213763;
  font-weight: 800;
  padding: 1rem 2.5rem;
}

.entry-content .statement-text {
  color: #006aab;
  font-size: 2.3rem;
  position: relative;
  margin: 5rem 0;
  margin-left: 3.5rem;
  display: block;
}

.entry-content .statement-text:before {
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  left: -3.5rem;
  content: '';
  background: #2dbdef;
}

.content a {
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  color: #2dbdef;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.content a:hover {
  border-color: #000;
}

/*
    Buttons
*/
.btn,
.button,
input[type="submit"],
.frm_form_fields .frm_submit button,
.prev-next-posts__label a,
.page-content__mobile-CTA {
  padding: 1.5rem 1.85rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  line-height: calc(100% - 1px);
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background: #006aab;
  border: 2px solid #006aab;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.3rem;
}

.btn:hover,
.button:hover,
input:hover[type="submit"],
.frm_form_fields .frm_submit button:hover,
.prev-next-posts__label a:hover,
.page-content__mobile-CTA:hover {
  background: #2dbdef;
  border: 2px solid #2dbdef;
  color: #fff;
}

.btn--white,
.button--white {
  border-color: #fff;
  background: #fff;
  color: #006aab;
}

.btn--small,
.button--small {
  padding: 1rem 1.35rem;
  font-size: 1.2rem;
}

.btn--lightblue,
.button--lightblue {
  border-color: #2dbdef;
  color: #fff;
  background: #2dbdef;
}

.btn--lightblue:hover,
.button--lightblue:hover {
  border-color: #006aab;
  background: #006aab;
  color: #fff;
}

.btn--orange,
.button--orange,
.page-content__mobile-CTA {
  border-color: #f89b1f;
  color: #fff;
  background: #f89b1f;
}

.btn--orange:hover,
.button--orange:hover,
.page-content__mobile-CTA:hover {
  border-color: #006aab;
  background: #006aab;
  color: #fff;
}

.btn--grey,
.button--grey {
  text-transform: uppercase;
  background: #ebebeb;
  color: #2dbdef;
  border-color: #ebebeb;
}

.btn--grey:hover,
.button--grey:hover {
  background: #2dbdef;
  color: white;
  border-color: #2dbdef;
}

.btn--text-button,
.button--text-button {
  background: none;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

.btn--text-button:after,
.button--text-button:after {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: FontAwesome;
  content: "\F101";
  font-size: 1.8rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 1.5rem;
  right: 0;
  position: relative;
}

.btn--text-button:hover,
.button--text-button:hover {
  background: none;
  color: #2dbdef;
  border: none;
}

.btn--text-button:hover:after,
.button--text-button:hover:after {
  right: -1rem;
  color: #2dbdef;
}

.btn--uppercase,
.button--uppercase {
  text-transform: uppercase;
}

.btn--search,
.button--search {
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.85rem 1.5rem;
  font-size: 1.3rem;
}

.btn--search:before,
.button--search:before {
  display: inline-block;
  vertical-align: middle;
  color: #2dbdef;
  font-family: FontAwesome;
  content: "\F002";
  font-size: 1.4rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 1.5rem;
}

.btn--search:hover:before,
.button--search:hover:before {
  color: #fff;
}

@media (max-width: 600px) {
  .btn--search,
  .button--search {
    padding: 1rem 1.3rem;
  }
}

.post-edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f89b1f;
  color: #fff;
  padding: 1em 1.5em;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.post-edit-link:hover {
  background-color: #ebebeb;
  color: #006aab;
}

.cta-banner {
  margin: 10rem 0;
}

@media (max-width: 600px) {
  .cta-banner {
    margin: 5rem 0;
  }
}

.cta-banner__content {
  width: 30%;
  float: left;
  padding-right: 10rem;
}

.cta-banner__content p {
  color: #213763;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cta-banner__content {
    width: 100%;
    padding-right: 0;
  }
}

.cta-banner__form {
  width: 70%;
  float: right;
}

@media (max-width: 768px) {
  .cta-banner__form {
    width: 100%;
  }
}

.cta-banner--blue {
  background-color: #2dbdef;
  padding: 90px 0 60px 0;
  margin: 0;
}

.cta-banner--blue .cta-banner__content h3 {
  color: white;
}

.cta-banner--blue .cta-banner__content p {
  color: white;
}

.cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field input, .cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field textarea {
  color: #213763;
  font-weight: 400;
}

.cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field input::-webkit-input-placeholder, .cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder {
  color: #213763;
  font-weight: 400;
}

.cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field input::-moz-placeholder, .cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field textarea::-moz-placeholder {
  color: #213763;
  font-weight: 400;
}

.cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field input::-ms-input-placeholder, .cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field textarea::-ms-input-placeholder {
  color: #213763;
  font-weight: 400;
}

.cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field input::placeholder, .cta-banner--blue .cta-banner__form form .frm_form_fields .frm_fields_container .frm_form_field textarea::placeholder {
  color: #213763;
  font-weight: 400;
}

ul.flags_lang {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  position: relative;
  top: 4px;
}

ul.flags_lang li {
  list-style: none;
  line-height: 0;
  margin: 0 0 10px 0;
}

ul.flags_lang li:last-child {
  margin: 0;
}

:lang(en) ul.flags_lang {
  display: none;
}

/*
    Forms
*/
::-webkit-input-placeholder {
  color: #2dbdef;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2dbdef;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2dbdef;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #2dbdef;
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

input {
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #000;
}

input[type="submit"] {
  cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.85rem;
  width: 100%;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  color: #ebebeb;
  font-weight: 600;
  outline: none;
  border-radius: 35px;
}

/*
    Formidable
*/
.frm_form_fields {
  width: 100%;
  float: left;
  margin: 0 0 6px;
}

.frm_form_fields fieldset {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.frm_form_fields fieldset .frm_form_field label,
.frm_form_fields fieldset .form-field label {
  margin: 7px 0 5px;
  width: 100%;
  color: #2dbdef;
  font-weight: 600;
  display: none;
}

.frm_form_fields fieldset .frm_form_field input[type="text"], .frm_form_fields fieldset .frm_form_field input[type="tel"], .frm_form_fields fieldset .frm_form_field input[type="email"], .frm_form_fields fieldset .frm_form_field input[type="url"], .frm_form_fields fieldset .frm_form_field textarea,
.frm_form_fields fieldset .form-field input[type="text"],
.frm_form_fields fieldset .form-field input[type="tel"],
.frm_form_fields fieldset .form-field input[type="email"],
.frm_form_fields fieldset .form-field input[type="url"],
.frm_form_fields fieldset .form-field textarea {
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.85rem;
  width: 100%;
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  color: #2dbdef;
  outline: none !important;
  font-weight: 600;
  border-radius: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.frm_form_fields fieldset .frm_form_field input[type="text"]:focus, .frm_form_fields fieldset .frm_form_field input[type="tel"]:focus, .frm_form_fields fieldset .frm_form_field input[type="email"]:focus, .frm_form_fields fieldset .frm_form_field input[type="url"]:focus, .frm_form_fields fieldset .frm_form_field textarea:focus,
.frm_form_fields fieldset .form-field input[type="text"]:focus,
.frm_form_fields fieldset .form-field input[type="tel"]:focus,
.frm_form_fields fieldset .form-field input[type="email"]:focus,
.frm_form_fields fieldset .form-field input[type="url"]:focus,
.frm_form_fields fieldset .form-field textarea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
  border: 1px solid #f89b1f !important;
}

.frm_form_fields .frm_submit {
  float: left;
  width: 100%;
}

.frm_form_fields .frm_submit button {
  background: #f89b1f;
  border-color: #f89b1f;
  text-transform: uppercase;
  cursor: pointer;
}

.frm_form_fields .frm_blank_field.frm_blank_field input[type="text"], .frm_form_fields .frm_blank_field.frm_blank_field input[type="tel"], .frm_form_fields .frm_blank_field.frm_blank_field input[type="email"], .frm_form_fields .frm_blank_field.frm_blank_field textarea {
  border: 1px solid red;
}

.frm_hidden {
  display: none;
}

.frm_required {
  left: -0.2em;
  position: relative;
}

.frm_hidden_label .frm_primary_label {
  display: none;
}

.frm_error {
  color: #ff0000;
  font-size: 0.75em;
  margin-top: 0.5em;
  display: none;
}

.frm_error_style {
  color: rgba(255, 0, 0, 0.8);
  margin-bottom: 2rem;
}

.frm_dropzone {
  border: 1px dashed #b8b8b8;
  padding: 4em 2em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.frm_dropzone.dz-drag-hover {
  background-color: #daeafe;
}

.frm_dropzone .dz-error-message {
  color: red;
}

.frm_dropzone .frm_compact_text,
.frm_dropzone .dz-error-mark,
.frm_dropzone .dz-success-mark {
  display: none;
}

.frm_dropzone .frm_small_text {
  font-size: 0.75em;
  margin-top: 1em;
}

.frm_dropzone .dz-preview {
  margin: 1em 0;
}

.frm_dropzone .dz-progress {
  background: #b8b8b8;
  margin: 1em auto;
  width: 50%;
}

.frm_dropzone .dz-progress .dz-upload {
  background: #006aab;
  display: block;
  height: 5px;
}

.frm_dropzone .frm_icon_font {
  display: block;
}

.frm_dropzone .frm_icon_font:before {
  display: block;
  margin-bottom: 0.5em;
  font-size: 40px;
  content: "\F093";
  font-family: "FontAwesome";
}

.frm_single_upload {
  max-width: 100% !important;
  margin-bottom: 2rem !important;
  border: 1px solid #ebebeb !important;
  border-radius: 35px !important;
  padding: 1.5rem 1.85rem !important;
  min-height: auto !important;
  color: #2dbdef;
}

.frm_single_upload .frm_upload_text {
  font-size: 1.6rem !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.frm_single_upload .frm_icon_font {
  display: inline-block !important;
  vertical-align: middle !important;
  text-align: left !important;
  float: right;
}

.frm_single_upload .frm_icon_font:before {
  width: auto;
  height: auto;
  display: none;
}

.frm_single_upload .frm_icon_font:after {
  content: "\F093";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
}

.frm_single_upload .frm_small_text {
  display: none;
}

.dz-message {
  text-align: left !important;
  margin: 0 !important;
}

.dz-remove {
  color: #2dbdef;
}

.dz-image {
  background: #ebebeb;
}

.generic-slider .slick-dots {
  text-align: center;
  bottom: 25px;
}

.generic-slider .slick-dots li button:before {
  color: #fff;
  font-size: 16px;
}

.generic-slider-slick {
  margin-bottom: 0 !important;
}

.generic-slide {
  background-size: cover;
  background-position: center right;
  z-index: 1;
  position: relative;
}

@media (max-width: 992px) {
  .generic-slide:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 106, 171, 0.7);
  }
}

.generic-slide__content {
  padding: 20rem 5% 20rem 0;
  width: 45%;
}

@media (max-width: 992px) {
  .generic-slide__content {
    padding: 10rem 0;
    width: 70%;
  }
}

@media (max-width: 600px) {
  .generic-slide__content {
    width: 100%;
  }
}

.generic-slide__main-title {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.generic-slide__main-title.animated {
  opacity: 1;
  visibility: visible;
}

.generic-slide__description {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0.15s;
  transition: all 0.25s ease-in-out 0.15s;
}

.generic-slide__description.animated {
  opacity: 1;
  visibility: visible;
}

.generic-slide__button-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out 0.3s;
  transition: all 0.25s ease-in-out 0.3s;
}

.generic-slide__button-wrap.animated {
  opacity: 1;
  visibility: visible;
}

.generic-slide p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.image-slider .slick-dots {
  text-align: center;
  bottom: 25px;
}

.image-slider .slick-dots li button:before {
  color: #fff;
  font-size: 16px;
}

.image-slider-slick {
  margin-bottom: 0 !important;
}

.image-slide {
  padding-bottom: 60rem;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .image-slide {
    padding-bottom: 30rem;
  }
}

.page-banner {
  background-size: cover;
  background-position: center;
  padding-bottom: 50rem;
}

.page-banner--has-content {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .page-banner {
    padding-bottom: 35rem;
  }
}

@media (max-width: 600px) {
  .page-banner {
    padding-bottom: 20rem;
  }
}

.page-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 25rem 0;
}

@media all and (max-width: 768px) {
  .page-banner__wrap {
    display: none;
  }
}

.page-banner__content {
  padding: 2rem;
  color: #006aab;
  font-size: 1.4rem;
}

.banner-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-video video {
  height: 100%;
  width: 100%;
}

/*
    Pagination
*/
.pagination {
  text-align: center;
  margin: 6.5rem 0 10rem 0;
}

.page-numbers {
  background: white;
  color: #2dbdef;
  padding: 0.5em 1em;
  border: 2px solid #2dbdef;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  border-radius: 3rem;
}

.page-numbers:hover {
  background: #2dbdef;
  color: #fff;
  border: 2px solid #2dbdef;
}

.page-numbers.current-page {
  background: #2dbdef;
  color: #fff;
}

.page-numbers.dots {
  display: none;
}

.sidebar-menu .button, .sidebar-menu input[type="submit"], .sidebar-menu .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .sidebar-menu button, .sidebar-menu .prev-next-posts__label a, .prev-next-posts__label .sidebar-menu a, .sidebar-menu .page-content__mobile-CTA {
  margin-bottom: 2rem;
  width: 100%;
}

.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}

.sidebar-menu ul li.menu-item-has-children {
  background: #006aab;
  border-radius: 10px;
  display: block;
  position: relative;
}

.sidebar-menu ul li.menu-item-has-children a {
  color: #fff;
  padding: 1rem 3.25rem 1rem 1rem;
  font-weight: unset;
  display: block;
  position: relative;
}

.sidebar-menu ul li.menu-item-has-children li {
  background: #ebebeb;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children > .menu-toggle {
  position: absolute;
  display: block;
  top: 1rem;
  height: 30px;
  width: 30px;
  padding-right: 1.5rem;
  text-align: right;
  cursor: pointer;
  z-index: -1;
  right: 0;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children > .menu-toggle:after {
  font-family: FontAwesome;
  content: "\F0DA";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children > .menu-toggle:hover:after {
  color: #f89b1f;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children > .menu-toggle.is-open:after {
  content: "\F0D7";
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu {
  background: #f3f3f3;
  display: none;
  padding-bottom: 0;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu li {
  background: #f3f3f3;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu li a {
  padding-left: 3rem;
  font-weight: unset;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu li a:after {
  display: none !important;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu li .sub-menu {
  padding-left: 2rem;
}

.sidebar-menu ul li.menu-item-has-children li.menu-item-has-children .sub-menu li .sub-menu li {
  position: relative;
}

.sidebar-menu ul li.menu-item-has-children li.current-menu-item > .sub-menu, .sidebar-menu ul li.menu-item-has-children li.current-menu-parent > .sub-menu, .sidebar-menu ul li.menu-item-has-children li.current-menu-ancestor > .sub-menu {
  display: block;
}

.sidebar-menu ul li.menu-item-has-children li.current-menu-item > .menu-toggle:after, .sidebar-menu ul li.menu-item-has-children li.current-menu-parent > .menu-toggle:after, .sidebar-menu ul li.menu-item-has-children li.current-menu-ancestor > .menu-toggle:after {
  content: "\F0D7";
}

.sidebar-menu ul li.menu-item-has-children li.current-menu-item .current-menu-item .menu-toggle:after, .sidebar-menu ul li.menu-item-has-children li.current-menu-parent .current-menu-item .menu-toggle:after, .sidebar-menu ul li.menu-item-has-children li.current-menu-ancestor .current-menu-item .menu-toggle:after {
  display: none;
}

.sidebar-menu ul li.menu-item-has-children li.current-menu-item > a {
  font-weight: 600 !important;
}

.sidebar-menu ul li > .sub-menu {
  background: #006aab;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sidebar-menu ul .current_page_item a {
  color: #2dbdef;
}

.sidebar-menu ul .sub-menu {
  background: #ebebeb;
}

.sidebar-menu ul .sub-menu li a {
  padding-left: 2rem;
  color: #006aab;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar-menu ul .sub-menu li a:after {
  display: none;
}

.sidebar-menu ul .sub-menu li a:hover {
  color: #f89b1f;
}

.sidebar-menu ul .sub-menu li a:hover:after {
  color: #f89b1f;
}

@media (max-width: 600px) {
  .sidebar-menu {
    display: none;
  }
}

.post-sidebar__header {
  background: #2dbdef;
  padding: 1rem 1rem;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.post-sidebar__header p {
  color: #fff;
  margin: 0;
  font-weight: 800;
}

.post-sidebar__content {
  padding: 2.5rem 1rem;
}

.post-sidebar__title {
  color: #006aab;
  margin: 0;
  font-weight: 700;
}

.post-sidebar ul {
  margin: 0;
  padding: 0;
}

.post-sidebar ul li {
  list-style-type: none;
}

.post-sidebar ul li a {
  color: #006aab;
}

.post-sidebar .post-categories li a {
  color: #2dbdef;
  font-weight: 600;
}

.post-sidebar__block {
  margin-top: 2.5rem;
}

.post-sidebar__block:first-of-type {
  margin-top: 0;
}

.post-sidebar__date {
  font-weight: 600;
  color: #006aab;
}

.post-sidebar p {
  margin: 0;
}

.post-sidebar__author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.post-sidebar__author-thumb {
  width: 20%;
  display: block;
}

.post-sidebar__author-thumb img {
  border-radius: 15px;
}

.post-sidebar__author-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.5rem;
  color: #006aab;
  font-weight: 800;
}

.post-sidebar__share-link {
  margin-right: 1rem;
  margin-top: 0.75rem;
  display: inline-block;
  vertical-align: middle;
}

.post-sidebar__share-link i {
  color: #2dbdef;
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-sidebar__share-link i:hover {
  color: #006aab;
}

.post-sidebar__headshot {
  border-radius: 10px;
  margin-bottom: 2rem;
}

.post-sidebar .fa-linkedin {
  vertical-align: middle;
  display: inline-block;
  border-radius: 100px;
  padding: 1rem 1.25rem;
  color: #fff;
  background: #2dbdef;
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-sidebar .fa-linkedin:hover {
  background: #006aab;
}

/*
	Footer
*/
footer {
  clear: both;
}

.main-footer {
  background-color: #006aab;
  margin: 0;
  padding: 5rem 0;
}

.main-footer ul {
  list-style-type: none;
}

.main-footer ul li {
  list-style-type: none;
}

.main-footer a, .main-footer i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-footer a:hover, .main-footer i:hover {
  color: #213763;
}

.main-footer-description-column {
  width: 25%;
  float: left;
  padding-right: 5rem;
}

@media (max-width: 768px) {
  .main-footer-description-column {
    width: 100%;
    padding-right: 0;
  }
}

.main-footer-description-column__logo {
  display: block;
}

@media (max-width: 768px) {
  .main-footer-description-column__logo {
    width: 250px;
  }
}

.main-footer-description-column li {
  padding-bottom: 0.75rem;
  list-style: none;
}

.main-footer-description-column__link {
  color: #2dbdef;
  font-weight: 600;
}

.main-footer-description-column span {
  color: #fff;
}

.main-footer-description-column__address {
  margin: 3rem 0;
  padding: 0;
}

.main-footer-description-column__address li {
  color: #fff;
}

.main-footer-description-column__socials {
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}

.main-footer-description-column__socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}

.main-footer-description-column__socials li:last-of-type {
  margin-right: 0;
}

.main-footer-description-column__socials i {
  color: #2dbdef;
  font-size: 3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-footer-links-column {
  width: 25%;
  float: left;
  padding-right: 5rem;
}

@media (max-width: 768px) {
  .main-footer-links-column {
    width: 100%;
    padding-right: 0;
  }
}

.main-footer-links-column__logo {
  display: block;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  .main-footer-links-column__logo {
    width: 250px;
  }
}

@media (max-width: 600px) {
  .main-footer-links-column__logo {
    display: none;
  }
}

.main-footer-links-column ul {
  margin: 3rem 0;
  padding: 0;
}

.main-footer-links-column ul li {
  padding-bottom: 0.75rem;
}

.main-footer-links-column ul li a {
  color: #fff;
  font-weight: 600;
}

.main-footer-news-column {
  width: 50%;
  float: left;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .main-footer-news-column {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.main-footer-news-column__title {
  font-size: 2.3rem;
  color: #fff;
  font-weight: normal;
  margin-top: 5rem;
  padding: 0;
  margin-bottom: 0;
}

.main-footer-news-column__content {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
}

.newsletter-form-wrap {
  position: relative;
}

.newsletter-form-wrap .frm_error {
  display: none;
}

.newsletter-form-wrap .frm_message p {
  color: #fff;
}

.newsletter-form-wrap .frm_form_fields {
  margin-bottom: 0 !important;
}

.newsletter-form-wrap .frm_form_fields .frm_fields_container .frm_form_field textarea {
  margin-top: 15px;
}

.newsletter-form-wrap .frm_form_fields .frm_fields_container .frm_submit {
  position: relative;
}

.newsletter-form-wrap .frm_form_fields .frm_fields_container .frm_submit button {
  margin-top: 15px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.newsletter-form-wrap .newsletter-name {
  width: 30%;
  float: left;
}

.newsletter-form-wrap .newsletter-name input[type="text"] {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .newsletter-form-wrap .newsletter-name {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.newsletter-form-wrap .newsletter-email {
  width: 67.5%;
  float: right;
}

.newsletter-form-wrap .newsletter-email input[type="text"] {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .newsletter-form-wrap .newsletter-email {
    float: none;
    width: 100%;
  }
}

.newsletter-form-wrap .newsletter-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.newsletter-form-wrap .newsletter-submit button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

@media (max-width: 768px) {
  .newsletter-form-wrap .newsletter-submit {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .newsletter-form-wrap .newsletter-submit button {
    border-radius: 35px;
    margin-top: 1.5rem;
  }
}

.newsletter-form-wrap .newsletter-checkbox {
  padding-top: 0.5em;
  clear: both;
}

.newsletter-form-wrap .newsletter-checkbox label {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.newsletter-form-wrap .newsletter-checkbox input {
  width: auto;
}

.sub-footer {
  color: #006aab;
  padding: 2.5rem 0;
}

.sub-footer a {
  color: #2dbdef;
}

.sub-footer__copyright {
  text-align: right;
  width: 35%;
  padding-left: 2.5rem;
  float: left;
}

.sub-footer__copyright p {
  margin-top: 0;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sub-footer__copyright {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: left;
  }
}

.sub-footer__accreditations {
  float: left;
  width: 65%;
  padding-right: 2.5rem;
}

@media (max-width: 768px) {
  .sub-footer__accreditations {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 2.5rem;
  }
}

.logo-accreditations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .logo-accreditations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.logo-accreditations__accreditation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 3rem;
}

@media (max-width: 992px) {
  .logo-accreditations__accreditation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 8%;
            flex: 1 1 8%;
    margin-right: 1rem;
  }
}

.footer-news-post {
  margin-bottom: 5rem;
  display: block;
}

.footer-news-post__content {
  background: #006aab;
}

.footer-news-post__date {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer-news-post__title {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: rgba(255, 255, 255, 0.75);
}

.footer-news-post:hover .footer-news-post__title {
  color: #2dbdef;
}

/*
    Header
*/
.spacer {
  visibility: hidden;
  height: 0;
  padding-bottom: 0;
  display: none;
}

@media (max-width: 1025px) {
  .spacer {
    display: block;
    padding-bottom: 151px;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9;
}

.sub-header {
  background: #006aab;
  padding: 1rem 0;
  position: relative;
}

.sub-header .wrapper, .sub-header .page-banner__wrap, .sub-header .nav ul li.drug-menu .sub-menu, .nav ul li.drug-menu .sub-header .sub-menu, .sub-header main, .sub-header .post-search-wrap, .sub-header .post-grid, .sub-header .latestnews-posts__wrap, .sub-header .casestudies-posts__wrap, .sub-header .events-grid-wrap, .sub-header .upcoming-events__wrap, .sub-header .featured-services__wrap, .sub-header .newsletter-post-wrap, .sub-header .page-content__wrapper, .sub-header .discovery-journey__wrap, .sub-header .error-page-wrap, .sub-header .team-member-filter-wrap, .sub-header .therapeutic-posts-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-header__search-wrap {
  margin-left: auto;
}

.sub-header__link {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 3.5rem;
  font-size: 1.4rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 600px) {
  .sub-header__link {
    margin-right: 1.5rem;
  }
}

.sub-header__link:before {
  display: inline-block;
  vertical-align: top;
  color: #2dbdef;
  font-family: FontAwesome;
  content: "\F2BD";
  font-size: 1.8rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 1.5rem;
}

.sub-header__link--login:before {
  content: "\F2BD";
}

.sub-header__link--telephone:before {
  content: "\F098";
}

@media (max-width: 600px) {
  .sub-header__link--telephone {
    display: none;
  }
}

.sub-header__link:hover {
  color: #2dbdef;
}

@media (max-width: 1025px) {
  .sub-header {
    padding: 0.85rem 0;
  }
  .sub-header.scrolled {
    display: none;
  }
}

.main-header {
  padding: 1.5rem 0 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 1025px) {
  .main-header {
    padding: 2rem 0;
  }
}

@media (max-width: 1025px) {
  .main-header.scrolled {
    padding: 1.5rem 0;
  }
}

.logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

@media (max-width: 1300px) {
  .logo {
    width: 150px;
  }
}

@media (max-width: 1025px) {
  .logo {
    width: 200px;
  }
}

.mobile_toggle {
  display: none;
}

@media all and (max-width: 1025px) {
  .header {
    position: fixed;
  }
  .header .wrapper, .header .page-banner__wrap, .header .nav ul li.drug-menu .sub-menu, .nav ul li.drug-menu .header .sub-menu, .header main, .header .post-search-wrap, .header .post-grid, .header .latestnews-posts__wrap, .header .casestudies-posts__wrap, .header .events-grid-wrap, .header .upcoming-events__wrap, .header .featured-services__wrap, .header .newsletter-post-wrap, .header .page-content__wrapper, .header .discovery-journey__wrap, .header .error-page-wrap, .header .team-member-filter-wrap, .header .therapeutic-posts-wrap {
    position: relative;
  }
  .mobile_toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mobile_toggle span {
    height: 5px;
    background-color: #006aab;
    width: 35px;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .mobile_toggle span:nth-of-type(1) {
    margin-bottom: 0.75rem;
  }
  .mobile_toggle span:nth-of-type(3) {
    margin-top: 0.75rem;
  }
  .mobile_toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(320%) rotate(45deg);
            transform: translateY(320%) rotate(45deg);
  }
  .mobile_toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .mobile_toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-180%) rotate(-45deg);
            transform: translateY(-180%) rotate(-45deg);
  }
}

.nav {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 7;
}

@media (min-width: 1025px) {
  .nav {
    display: inline-block !important;
  }
}

@media (max-width: 1300px) {
  .nav {
    width: calc(100% - 150px);
  }
}

@media (max-width: 1025px) {
  .nav {
    width: 100%;
    height: 77%;
    overflow-y: scroll;
    bottom: 0;
    position: fixed;
    left: 0;
    background: white;
    display: none;
    bottom: 0;
    height: calc(100% - 151px);
  }
  .nav.scrolled {
    height: calc(100% - 90px);
  }
}

@media (max-width: 600px) {
  .nav {
    height: calc(100% - 151px);
  }
  .nav.scrolled {
    height: calc(100% - 90px);
  }
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 2rem 0 0 0;
  float: right;
}

@media (max-width: 1025px) {
  .nav ul {
    padding: 0;
    float: none;
  }
}

.nav ul li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

@media (max-width: 1025px) {
  .nav ul li {
    display: block;
  }
  .nav ul li.open .mega-menu-wrap {
    display: block;
  }
  .nav ul li.open a {
    background: #006aab;
    color: #fff;
  }
  .nav ul li.open a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.nav ul li .mega-menu-wrap {
  position: absolute;
  top: 6rem;
  width: 30rem;
  overflow: hidden;
  display: none;
  -webkit-box-shadow: 2px 4px 5px rgba(140, 140, 140, 0.5);
          box-shadow: 2px 4px 5px rgba(140, 140, 140, 0.5);
  background: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav ul li .mega-menu-wrap.scrolled-down {
  display: none !important;
}

@media (max-width: 1025px) {
  .nav ul li .mega-menu-wrap {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
  }
}

.nav ul li .mega-menu-wrap .mega-menu-parent {
  background: #006aab;
  padding: 1rem 0;
}

@media (max-width: 1025px) {
  .nav ul li .mega-menu-wrap .mega-menu-parent {
    display: none;
  }
}

.nav ul li.is-hovered {
  background: #006aab;
}

.nav ul li.is-hovered a {
  color: #fff;
}

@media (min-width: 1025px) {
  .nav ul li:hover:after {
    opacity: 1;
  }
  .nav ul li:hover a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.nav ul li.drug-menu .sub-menu {
  border-top-left-radius: 10px;
}

@media (max-width: 1025px) {
  .nav ul li.drug-menu .sub-menu {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .nav ul li.drug-menu .mega-menu-wrap {
    position: fixed;
    top: 14.5rem;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav ul li.drug-menu .mega-menu-wrap li {
    margin-bottom: 1.5rem;
  }
  .nav ul li.drug-menu .mega-menu-wrap li:hover {
    background: white;
  }
  .nav ul li.drug-menu ul .mega-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav ul li.drug-menu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .nav ul li.drug-menu ul li a:after {
    display: none !important;
  }
}

.nav ul li.menu-item-has-children {
  position: relative;
}

@media (min-width: 1025px) {
  .nav ul li.menu-item-has-children:hover a {
    color: #fff;
  }
}

.nav ul li.menu-item-has-children a:after {
  font-family: FontAwesome;
  content: "\F107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  float: right;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children a:after {
    margin-right: 1.5rem;
    margin-left: 0;
  }
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children .mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}

.nav ul li.menu-item-has-children ul {
  height: auto;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  float: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  outline: none;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul {
    border-radius: 0;
  }
}

.nav ul li.menu-item-has-children ul .mega-menu-items {
  padding: 1rem 2.5rem;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul .mega-menu-items {
    padding: 0;
  }
}

.nav ul li.menu-item-has-children ul li {
  display: block;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li {
    padding: 0 2rem;
    display: block;
  }
  .nav ul li.menu-item-has-children ul li.open .mega-menu-wrap {
    display: block;
  }
}

.nav ul li.menu-item-has-children ul li:last-of-type {
  margin-bottom: 0;
}

.nav ul li.menu-item-has-children ul li a {
  padding: 0.75rem 0;
  color: #2dbdef !important;
  background: #fff;
  line-height: 1;
}

.nav ul li.menu-item-has-children ul li a:after {
  display: none;
}

.nav ul li.menu-item-has-children ul li a:hover {
  color: #006aab !important;
}

.nav ul li.menu-item-has-children ul li.menu-item-has-children a:after {
  font-family: FontAwesome;
  content: "\F107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  float: right;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li.menu-item-has-children a:after {
    margin-right: 1.5rem;
    margin-left: 0;
  }
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap {
  position: relative;
  top: 0;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap {
    padding: 0;
  }
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap .mega-menu-parent {
  display: none;
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul {
  padding: 0;
  display: block;
  border-radius: 0;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul {
    display: none;
  }
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul .mega-menu-items {
  padding: 0;
  display: block;
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  border-radius: 10px;
  display: block;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li a {
  color: #006aab !important;
  padding: 0;
  font-size: 1.4rem;
  background: transparent;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li a {
    font-size: 1.5rem;
    padding: 0.75rem 0;
  }
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li a:before {
  display: inline-block;
  vertical-align: middle;
  color: #2dbdef;
  font-family: FontAwesome;
  content: "\F0DA";
  font-size: 1.6rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 1rem;
}

@media (max-width: 1025px) {
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li a:before {
    display: none;
  }
}

.nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li a:after {
  display: none;
}

@media (min-width: 1025px) {
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li:hover {
    background: #006aab !important;
    padding: 0 1rem;
  }
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li:hover a {
    color: #fff !important;
  }
  .nav ul li.menu-item-has-children ul li .mega-menu-wrap ul li:hover a:before {
    color: #fff;
  }
}

.nav ul li a {
  padding: 0.5rem 1rem 3.5rem 1rem;
  display: inline-block;
  font-size: 1.65rem;
  color: #006aab;
  border-bottom: 0.3rem solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav ul li a:hover {
  color: #2dbdef;
}

@media (max-width: 1300px) {
  .nav ul li a {
    padding: 0.5rem 0.5rem 3.5rem 0.5rem;
    font-size: 1.3rem;
  }
}

@media (max-width: 1025px) {
  .nav ul li a {
    padding: 1rem 2rem;
    display: block;
    font-size: 1.5rem;
  }
}

/*
    Search
 */
.search-overlay {
  background-color: rgba(33, 55, 99, 0.98);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.search-overlay__inner {
  margin: 5em 0;
}

.sygnature-loader {
  color: #fff;
  text-align: center;
  font-size: 1.4375em;
  margin: 0 1em;
  display: none;
  vertical-align: middle;
}

.sygnature-loader.blue {
  color: #006aab;
}

.sygnature-loader.is-loading {
  display: inline-block;
}

.sygnature-loader .fa-spin {
  -webkit-animation: 1s linear 0s normal none infinite running fa-spin;
          animation: 1s linear 0s normal none infinite running fa-spin;
}

.search-input-wrap {
  position: relative;
  margin-bottom: 4em;
}

.search-input-wrap .fa-times {
  color: #fff;
  font-size: 1.875em;
  right: 0;
  position: absolute;
  top: -3.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-input-wrap .fa-times:hover {
  color: #2dbdef;
}

.search-input-wrap .search-form {
  position: relative;
}

.search-input-wrap .search-form__input {
  background: none;
  border: none;
  font-size: 5rem;
  padding: 0.5em 1.1em;
  padding-left: 0;
  margin: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-weight: 600;
}

@media (max-width: 768px) {
  .search-input-wrap .search-form__input {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .search-input-wrap .search-form__input {
    font-size: 2rem;
    padding: 0.5rem 1rem;
    width: 70%;
  }
}

.search-input-wrap .search-form__input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  opacity: 1;
}

.search-input-wrap .search-form__input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  opacity: 1;
}

.search-input-wrap .search-form__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  opacity: 1;
}

.search-input-wrap .search-form__input:-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  opacity: 1;
}

.search-input-wrap .search-form__submit {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: none;
  border: none;
  color: #2dbdef;
  text-align: left;
}

.search-input-wrap .search-form__submit:hover {
  background: none;
  color: #fff;
  border: none;
}

@media (max-width: 600px) {
  .search-input-wrap .search-form__submit {
    padding-left: 0;
    padding-right: 0;
  }
}

.search-input-wrap .search-form__highlight {
  content: " ";
  width: 0;
  height: 1px;
  background: #fff;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.search-input-wrap .search-form__highlight.is-active {
  width: 100%;
  left: 0;
}

.search-input-wrap .search-form .fa-search {
  color: #fff;
  font-size: 1.875em;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 600px) {
  .search-input-wrap .search-form .fa-search {
    display: none;
  }
}

.search-overlay-results__count__title {
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 1em;
}

.search-overlay-results {
  display: none;
}

.search-overlay-results__tabs {
  margin-bottom: 3em;
}

.search-overlay-results__tabs__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: none;
}

.search-overlay-results__tabs__list {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

.search-overlay-results__tabs__list__btn {
  color: #2dbdef;
  border: none;
  background: #fff;
  display: block;
  float: left;
  margin-right: 2em;
  cursor: pointer;
  padding: 0.8em 1.4em;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  font-weight: 800;
  display: none;
  position: relative;
  margin-bottom: 1em;
  border-radius: 35px;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 992px) {
  .search-overlay-results__tabs__list__btn {
    width: 32%;
    margin-right: 2%;
  }
  .search-overlay-results__tabs__list__btn:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .search-overlay-results__tabs__list__btn {
    width: 100%;
    margin-right: 0;
  }
}

.search-overlay-results__tabs__list__btn__count {
  background-color: #fff;
  font-size: 0.75em;
  height: 2em;
  width: 2em;
  line-height: 200%;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  color: #213763;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 600px) {
  .search-overlay-results__tabs__list__btn__count {
    top: 1em;
  }
}

.search-overlay-results__tabs__list__btn.is-active, .search-overlay-results__tabs__list__btn:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#006aab), to(#2dbdef));
  background: linear-gradient(to bottom right, #006aab, #2dbdef);
  color: #fff;
}

.search-overlay-results__tab-content {
  position: relative;
}

.search-overlay-results__tab-content__item {
  display: none;
}

.search-overlay-results__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-overlay-results__list__item {
  color: #fff;
  display: block;
}

.search-overlay-results__title {
  color: #2dbdef;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: normal;
  font-size: 3rem;
}

.search-overlay-results__date {
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.search-overlay-results .search-overlay-results__list__item {
  border-bottom: 1px solid #2dbdef;
  padding: 1.5em 0.5em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.search-overlay-results .search-overlay-results__list__item:hover {
  background-color: #fff;
}

.search-overlay-results .search-overlay-results__list__item:hover .search-overlay-results__title {
  color: #213763;
}

.search-overlay-results .search-overlay-results__list__item:hover .search-overlay-results__date {
  color: #213763;
}

/*
    Sidebar
*/
/*
    Structure
*/
main {
  padding-bottom: 1rem;
}

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

.wrapper, .page-banner__wrap, .nav ul li.drug-menu .sub-menu, main, .post-search-wrap, .post-grid, .latestnews-posts__wrap, .casestudies-posts__wrap, .events-grid-wrap, .upcoming-events__wrap, .featured-services__wrap, .newsletter-post-wrap, .page-content__wrapper, .discovery-journey__wrap, .error-page-wrap, .team-member-filter-wrap, .therapeutic-posts-wrap {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}

[class*='col-'] {
  float: left;
}

.col-1 {
  width: 8.33333333%;
}

@media all and (max-width: 992px) {
  .col-1 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  width: 16.66666667%;
}

@media all and (max-width: 992px) {
  .col-2 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}

@media all and (max-width: 992px) {
  .col-3 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33333333%;
}

@media all and (max-width: 992px) {
  .col-4 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 41.66666667%;
}

@media all and (max-width: 992px) {
  .col-5 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}

@media all and (max-width: 992px) {
  .col-6 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  width: 58.33333333%;
}

@media all and (max-width: 992px) {
  .col-7 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66666667%;
}

@media all and (max-width: 992px) {
  .col-8 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 75%;
}

@media all and (max-width: 992px) {
  .col-9 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 83.33333333%;
}

@media all and (max-width: 992px) {
  .col-10 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  width: 91.66666667%;
}

@media all and (max-width: 992px) {
  .col-11 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-11 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}

@media all and (max-width: 992px) {
  .col-12 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .col-12 {
    width: 100%;
  }
}

[class*='__main-title'] {
  font-size: 3.75rem;
  font-weight: initial;
}

@media (max-width: 600px) {
  [class*='__main-title'] {
    font-size: 3rem;
  }
}

@media (max-width: 320px) {
  [class*='__main-title'] {
    font-size: 2.2rem;
  }
}

[class*='__main-intro'] {
  font-size: 2.85rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  [class*='__main-intro'] {
    font-size: 2.5rem;
  }
}

.our-values {
  margin: 10rem 0;
}

.our-values-boxes {
  margin-top: 5rem;
}

.our-values-box {
  display: block;
  border-radius: 15px;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 0 10px #d2cdcd;
          box-shadow: 0 0 10px #d2cdcd;
}

@media (min-width: 992px) {
  .our-values-box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .our-values-box {
    width: 49%;
  }
  .our-values-box:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .our-values-box {
    width: 100%;
    margin: 0;
  }
}

.our-values-box__header {
  background: #006aab;
  padding: 2.5rem;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.our-values-box__index {
  margin: 0;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.our-values-box__title {
  color: #fff;
}

.our-values-box__content {
  padding: 2.5rem;
}

.our-values-box__label {
  font-weight: normal;
  color: #006aab;
}

.our-values-box__values {
  padding: 0;
  margin: 2.5rem 0;
}

.our-values-box__values li {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.our-values-box__values li:before {
  font-family: 'FontAwesome';
  content: '\F054';
  margin: 0 5px 0 -15px;
  color: #2dbdef;
}

.child-page {
  display: block;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 3.5rem;
}

@media (min-width: 600px) {
  .child-page:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .child-page {
    width: 100%;
    margin-right: 0;
  }
}

.child-page__thumb-wrap {
  padding-bottom: 30rem;
  position: relative;
  overflow: hidden;
}

.child-page__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: cover;
  background-position: center;
}

.child-page__content-wrap {
  padding: 5rem 3rem;
}

.child-page__title {
  font-size: 2.3rem;
  color: #006aab;
  margin-top: 0;
}

.child-page:hover .child-page__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.company-awards {
  margin: 10rem 0;
}

.company-award-box {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .company-award-box:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .company-award-box {
    width: 100%;
    margin-right: 0;
  }
}

.company-award-box__thumb-wrap {
  padding-bottom: 18.5rem;
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
}

.company-award-box__thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  width: 90%;
  left: 5%;
  height: 90%;
  float: right;
}

.company-award-box__content-wrap {
  width: 75%;
  padding: 3.5rem 2.5rem;
  float: left;
}

.company-award-box__title {
  color: #2dbdef;
  font-size: 2.3rem;
}

.company-award-box__author {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

/*
    Index
*/
/*
    Archive
*/
.load-more-button-wrap {
  text-align: center;
  margin-bottom: 5rem;
}

.post-search-wrap--margin-bottom {
  margin-bottom: 5rem;
}

.post-search-wrap__results {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
  font-size: 1.6rem;
}

.post-search-wrap__clear {
  margin-bottom: 0;
  vertical-align: middle;
  margin-left: 2rem;
  cursor: pointer;
  display: none;
  font-size: 1.6rem;
  color: #2dbdef;
}

.post-search-wrap__clear.is-active {
  display: inline-block;
}

.search-form-wrap {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

@media (max-width: 992px) {
  .search-form-wrap {
    width: 100%;
  }
}

.search-form-wrap--margin-bottom {
  margin-bottom: 5rem;
}

.post-search-form {
  position: relative;
}

.post-search-form__input {
  border: 1px solid #ebebeb;
  padding: 1.5rem 1.85rem;
  color: #2dbdef !important;
  border-radius: 35px;
  margin: 0 !important;
}

.post-search-form__submit {
  position: absolute !important;
  right: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin: 0 !important;
}

@media (max-width: 600px) {
  .post-search-form__submit {
    position: relative !important;
    border-radius: 35px !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    display: block;
    margin-top: 1.5rem !important;
  }
}

.category-title {
  margin: 5rem 0;
}

.categories-wrap {
  margin: 5rem 0;
}

@media (max-width: 768px) {
  .categories-wrap {
    margin-top: 0;
  }
}

.categories-wrap__title {
  margin: 0;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .categories-wrap__title {
    display: none;
  }
}

.categories-wrap__title:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\F107";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 2.2rem;
  margin-left: 2rem;
}

.categories-wrap__title.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.webinars-categories-wrap {
  margin: 5rem 0;
}

@media (max-width: 768px) {
  .webinars-categories-wrap {
    margin-top: 0;
  }
}

.webinars-categories-wrap__title {
  margin: 0;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .webinars-categories-wrap__title {
    display: none;
  }
}

.webinars-categories-wrap__title:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\F107";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 2.2rem;
  margin-left: 2rem;
}

.webinars-categories-wrap__title.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.categories {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .categories {
    display: none;
  }
}

.categories li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5rem;
  text-align: left;
}

@media (max-width: 768px) {
  .categories li {
    display: block;
  }
}

@media (max-width: 768px) {
  .categories li .button, .categories li input[type="submit"], .categories li .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .categories li button, .categories li .prev-next-posts__label a, .prev-next-posts__label .categories li a, .categories li .page-content__mobile-CTA {
    background: none;
    border: none;
    color: #2dbdef;
    padding: 0;
  }
}

.categories li .button.active, .categories li input.active[type="submit"], .categories li .frm_form_fields .frm_submit button.active, .frm_form_fields .frm_submit .categories li button.active, .categories li .prev-next-posts__label a.active, .prev-next-posts__label .categories li a.active, .categories li .active.page-content__mobile-CTA {
  background: #2dbdef;
  color: #fff;
  border-color: #2dbdef;
}

@media (max-width: 768px) {
  .categories li .button.active, .categories li input.active[type="submit"], .categories li .frm_form_fields .frm_submit button.active, .frm_form_fields .frm_submit .categories li button.active, .categories li .prev-next-posts__label a.active, .prev-next-posts__label .categories li a.active, .categories li .active.page-content__mobile-CTA {
    background: none;
    color: #213763;
  }
}

.load-more {
  color: #006aab;
}

.post-grid {
  margin-bottom: 2rem;
  position: relative;
  clear: both;
}

.news-post {
  display: block;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .news-post:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .news-post {
    width: 100%;
    margin-right: 0;
  }
}

.news-post__thumb-wrap {
  padding-bottom: 30rem;
  position: relative;
  overflow: hidden;
}

.news-post__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: cover;
  background-position: center;
}

.news-post__content-wrap {
  padding: 5rem 3rem;
}

.news-post__date {
  margin-top: 0;
}

.news-post__title {
  font-size: 2.3rem;
  color: #006aab;
  margin-top: 0;
}

.news-post:hover .news-post__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*
    Single
*/
.latestnews-posts.latestnews-posts--white {
  background-color: white;
}

.latestnews-posts.latestnews-posts--white .latestnews-posts__title-wrap {
  color: #2dbdef;
}

.latestnews-posts.latestnews-posts--white .latestnews-posts__main-title {
  color: #2dbdef;
}

.latestnews-posts.latestnews-posts--white .latestnews-posts__view-all {
  color: #2dbdef;
}

.latestnews-posts.latestnews-posts--white .latestnews-posts__view-all::after {
  color: #213763;
}

.latestnews-posts.latestnews-posts--white .latestnews-posts:hover {
  color: #213763;
}

.latestnews-post.latestnews-post--white .latestnews-post__date {
  color: #2dbdef;
}

.latestnews-post.latestnews-post--white .latestnews-post__title {
  color: #2dbdef;
}

.latestnews-post.latestnews-post--white .latestnews-post:hover .latestnews-post__title {
  color: #213763;
}

.latestnews-posts {
  padding: 10rem 0;
  background: #2dbdef;
}

@media (max-width: 992px) {
  .latestnews-posts {
    margin: 5rem 0;
  }
}

.latestnews-posts__title-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.latestnews-posts__main-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #fff;
}

.latestnews-posts__view-all {
  margin-left: auto;
  color: #fff;
  width: auto;
}

.latestnews-posts__view-all:after {
  color: #fff;
}

.latestnews-posts__view-all:hover {
  color: #213763;
}

.latestnews-posts__view-all:hover:after {
  color: #213763;
}

.latestnews-post {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .latestnews-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .latestnews-post {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .latestnews-post:nth-of-type(n + 2) {
    display: none;
  }
}

.latestnews-post__thumb-wrap {
  float: left;
  width: 35%;
  padding-bottom: 17.5rem;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  position: relative;
}

@media (max-width: 600px) {
  .latestnews-post__thumb-wrap {
    width: 100%;
  }
}

.latestnews-post__thumb {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.latestnews-post__content {
  width: 65%;
  float: right;
  padding-left: 3.5rem;
}

@media (max-width: 600px) {
  .latestnews-post__content {
    width: 100%;
    padding-left: 2rem;
  }
}

.latestnews-post__date {
  color: #fff;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}

.latestnews-post__title {
  font-size: 2.3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.latestnews-post:hover .latestnews-post__title {
  color: #213763;
}

.latestnews-post:hover .latestnews-post__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.down-arrow-tabs {
  display: table;
  width: 100%;
}

.down-arrow-tabs__arrow {
  -webkit-clip-path: polygon(51% 40%, 100% 0, 100% 52%, 49% 100%, 0 52%, 0% 0%);
  clip-path: polygon(51% 40%, 100% 0, 100% 52%, 49% 100%, 0 52%, 0% 0%);
  background: #006aab;
  float: left;
  width: 50%;
  text-align: center;
  height: 200px;
  position: relative;
}

@media (min-width: 52em) {
  .down-arrow-tabs__arrow {
    width: 14%;
  }
}

.down-arrow-tabs__title {
  position: relative;
  top: 90px;
  padding: 0 10px;
}

.down-arrow-tabs__description {
  float: left;
  border: 1px solid #006aab;
  height: 104px;
  margin-left: -1px;
  color: #006aab;
  width: 50%;
  padding: 10px 10px;
}

@media (min-width: 52em) {
  .down-arrow-tabs__description {
    width: 40%;
    padding: 40px 20px;
  }
}

.benefits {
  background: #006aab;
  padding: 10rem 0;
}

@media (max-width: 600px) {
  .benefits {
    padding: 5rem 0;
  }
}

.benefits__left-side {
  width: 30%;
  float: left;
}

@media (max-width: 768px) {
  .benefits__left-side {
    width: 100%;
  }
}

.benefits__right-side {
  width: 70%;
  float: right;
  padding-left: 7.5rem;
}

@media (max-width: 768px) {
  .benefits__right-side {
    margin-top: 5rem;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .benefits__right-side {
    margin-top: 0;
  }
}

.benefits__main-title {
  color: #fff;
}

.benefits h1, .benefits h2, .benefits h3, .benefits h4, .benefits h5, .benefits h6, .benefits p, .benefits a {
  color: #fff;
}

.benefits-grid {
  margin-top: 5rem;
  float: left;
  width: 100%;
}

.benefits-grid__box {
  width: calc(100% / 3 - 2.5rem);
  margin-right: 2.5rem;
  float: left;
  display: block;
}

@media (max-width: 768px) {
  .benefits-grid__box {
    width: calc(100% / 2 - 2.5rem);
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 600px) {
  .benefits-grid__box {
    width: 100%;
    margin-right: 0;
  }
}

.featured-videos {
  margin: 10rem 0;
}

.videos-post-wrap {
  margin-top: 5rem;
}

.videos-post {
  display: block;
  border-radius: 15px;
  width: 32%;
  margin-right: 2%;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  overflow: hidden;
}

@media (min-width: 992px) {
  .videos-post:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .videos-post {
    width: 49%;
    margin-bottom: 3.5rem;
  }
  .videos-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .videos-post {
    width: 100%;
    margin-right: 0;
  }
}

.videos-post__thumb-wrap {
  padding-bottom: 30rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.videos-post__thumb-wrap:after {
  position: absolute;
  content: '';
  background: rgba(45, 189, 239, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.videos-post__thumb-wrap:before {
  font-family: FontAwesome;
  content: "\F04B";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 8rem;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.videos-post__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: cover;
  background-position: center;
}

.videos-post__content-wrap {
  padding: 3rem 3rem;
}

.videos-post__title {
  color: #2dbdef;
  font-size: 2.3rem;
}

.videos-post__job-title {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.videos-post .button, .videos-post input[type="submit"], .videos-post .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .videos-post button, .videos-post .prev-next-posts__label a, .prev-next-posts__label .videos-post a, .videos-post .page-content__mobile-CTA {
  margin-top: 3.5rem;
}

.videos-post:hover .videos-post__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.videos-post:hover .videos-post__thumb-wrap:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.video-lightbox {
  display: none;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 15;
  width: 75%;
  height: 75%;
}

.video-lightbox .fa-times {
  position: absolute;
  color: #fff;
  top: -5rem;
  right: -5rem;
  font-size: 5rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 10;
}

.video-lightbox .fa-times:hover {
  color: #006aab;
}

.video-lightbox__video {
  width: 100%;
  height: 100%;
}

.video-lightbox__video iframe {
  width: 100%;
  height: 100%;
}

.latest-vacancies {
  margin: 10rem 0;
}

.casestudies-posts--navy-bg {
  background: #213763;
}

.casestudies-posts__wrap {
  padding: 10rem 0 10rem 0;
}

@media (max-width: 992px) {
  .casestudies-posts__wrap {
    padding: 5rem 0;
    text-align: center;
  }
}

.casestudies-posts__title-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.casestudies-posts__main-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.casestudies-posts__view-all {
  color: #fff;
  margin-left: auto;
  width: auto;
}

.casestudies-posts__wrap {
  position: relative;
}

.casestudies-posts__wrap--no-padding {
  padding: 0;
}

.prev-next-posts {
  clear: both;
  text-align: center;
}

.prev-next-posts__label {
  display: inline-block;
  vertical-align: middle;
}

.casestudy-post {
  width: calc(1300px / 3 - 3rem);
  height: calc(1300px / 3 - 3rem);
  margin-right: 3rem;
  float: left;
  cursor: pointer;
  display: block;
  z-index: 1;
  position: relative;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 3.5rem;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.casestudy-post:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.2s;
  transition: opacity 0.25s ease-in-out 0.2s;
}

.casestudy-post:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 0.4s;
  transition: opacity 0.25s ease-in-out 0.4s;
}

.casestudy-post:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 0.6s;
  transition: opacity 0.25s ease-in-out 0.6s;
}

.casestudy-post.animated {
  opacity: 1;
}

@media (max-width: 1300px) {
  .casestudy-post {
    width: calc(380px - 5rem);
    height: calc(380px - 5rem);
  }
}

@media (min-width: 992px) {
  .casestudy-post:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .casestudy-post {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.casestudy-post:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -2;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.casestudy-post:before {
  background: #2dbdef;
}

.casestudy-post__content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}

.casestudy-post__title {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 2.3rem;
  color: #213763;
}

@media (max-width: 600px) {
  .casestudy-post__title {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .casestudy-post .button, .casestudy-post input[type="submit"], .casestudy-post .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .casestudy-post button, .casestudy-post .prev-next-posts__label a, .prev-next-posts__label .casestudy-post a, .casestudy-post .page-content__mobile-CTA {
    font-size: 1.4rem;
    padding: 1rem 0.75rem;
  }
}

.casestudy-post:hover:after {
  opacity: 0;
}

.casestudy-post:hover .casestudy-post__title {
  color: #fff;
}

@media (max-width: 600px) {
  .casestudy-post {
    margin: 0 auto;
    margin-bottom: 3.5rem;
    display: block;
    float: none;
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 320px) {
  .casestudy-post {
    width: 290px;
    height: 290px;
  }
}

@media (max-width: 992px) {
  .related-casestudies .casestudy-post:nth-of-type(n+2) {
    display: none;
  }
}

.company-timeline-wrap {
  overflow: hidden;
  margin-bottom: 10rem;
}

@media (max-width: 992px) {
  .company-timeline-wrap {
    display: none;
  }
}

.timeline-wrap {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background: #006aab;
}

.timeline-wrap.animated .timeline-box {
  opacity: 1;
}

.timeline-wrap.animated .timeline-box:after {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: growline;
          animation-name: growline;
}

.timeline-wrap.animated .timeline-box:first-of-type:after {
  left: 50%;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: growline50;
          animation-name: growline50;
}

.timeline-wrap.animated .timeline-box:last-of-type:after {
  right: 50%;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: growline50;
          animation-name: growline50;
}

.timeline-wrap.animated .timeline-box__label {
  top: 0;
  opacity: 1;
}

.timeline-wrap .wrapper, .timeline-wrap .page-banner__wrap, .timeline-wrap .nav ul li.drug-menu .sub-menu, .nav ul li.drug-menu .timeline-wrap .sub-menu, .timeline-wrap main, .timeline-wrap .post-search-wrap, .timeline-wrap .post-grid, .timeline-wrap .latestnews-posts__wrap, .timeline-wrap .casestudies-posts__wrap, .timeline-wrap .events-grid-wrap, .timeline-wrap .upcoming-events__wrap, .timeline-wrap .featured-services__wrap, .timeline-wrap .newsletter-post-wrap, .timeline-wrap .page-content__wrapper, .timeline-wrap .discovery-journey__wrap, .timeline-wrap .error-page-wrap, .timeline-wrap .team-member-filter-wrap, .timeline-wrap .therapeutic-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .timeline-wrap .wrapper, .timeline-wrap .page-banner__wrap, .timeline-wrap .nav ul li.drug-menu .sub-menu, .nav ul li.drug-menu .timeline-wrap .sub-menu, .timeline-wrap main, .timeline-wrap .post-search-wrap, .timeline-wrap .post-grid, .timeline-wrap .latestnews-posts__wrap, .timeline-wrap .casestudies-posts__wrap, .timeline-wrap .events-grid-wrap, .timeline-wrap .upcoming-events__wrap, .timeline-wrap .featured-services__wrap, .timeline-wrap .newsletter-post-wrap, .timeline-wrap .page-content__wrapper, .timeline-wrap .discovery-journey__wrap, .timeline-wrap .error-page-wrap, .timeline-wrap .team-member-filter-wrap, .timeline-wrap .therapeutic-posts-wrap {
    display: block;
  }
}

.timeline-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .timeline-box {
    display: block;
    margin-bottom: 2.5rem;
  }
}

.timeline-box__label {
  color: #fff;
  font-weight: 600;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 3rem auto;
  position: relative;
  top: 2rem;
  opacity: 0;
  min-height: 48px;
}

@media (max-width: 992px) {
  .timeline-box__label {
    opacity: 1;
    display: block;
  }
}

.timeline-box__label p {
  color: #fff;
  margin: 0;
}

.timeline-box .fa-circle-o {
  font-size: 4rem;
  background: #006aab;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  position: relative;
  cursor: pointer;
}

.timeline-box__current {
  width: 35px;
  position: absolute;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -2rem;
  background: #006aab;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.timeline-box__current svg path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.timeline-box:after {
  position: absolute;
  content: '';
  background: #fff;
  height: 6px;
  width: 0;
  left: 0;
  bottom: 1.75rem;
  z-index: -1;
}

@media (max-width: 992px) {
  .timeline-box:after {
    display: none;
  }
}

.timeline-box:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.3s;
  transition: opacity 0.25s ease-in-out 0.3s;
}

.timeline-box:nth-of-type(1) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 0.3s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 0.3s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(1):after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.timeline-box:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 0.6s;
  transition: opacity 0.25s ease-in-out 0.6s;
}

.timeline-box:nth-of-type(2) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 0.6s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 0.6s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(2):after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.timeline-box:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 0.9s;
  transition: opacity 0.25s ease-in-out 0.9s;
}

.timeline-box:nth-of-type(3) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 0.9s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 0.9s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(3):after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.timeline-box:nth-of-type(4) {
  -webkit-transition: opacity 0.25s ease-in-out 1.2s;
  transition: opacity 0.25s ease-in-out 1.2s;
}

.timeline-box:nth-of-type(4) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 1.2s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 1.2s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(4):after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.timeline-box:nth-of-type(5) {
  -webkit-transition: opacity 0.25s ease-in-out 1.5s;
  transition: opacity 0.25s ease-in-out 1.5s;
}

.timeline-box:nth-of-type(5) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 1.5s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 1.5s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(5):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.timeline-box:nth-of-type(6) {
  -webkit-transition: opacity 0.25s ease-in-out 1.8s;
  transition: opacity 0.25s ease-in-out 1.8s;
}

.timeline-box:nth-of-type(6) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 1.8s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 1.8s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(6):after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.timeline-box:nth-of-type(7) {
  -webkit-transition: opacity 0.25s ease-in-out 2.1s;
  transition: opacity 0.25s ease-in-out 2.1s;
}

.timeline-box:nth-of-type(7) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 2.1s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 2.1s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(7):after {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.timeline-box:nth-of-type(8) {
  -webkit-transition: opacity 0.25s ease-in-out 2.4s;
  transition: opacity 0.25s ease-in-out 2.4s;
}

.timeline-box:nth-of-type(8) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 2.4s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 2.4s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(8):after {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.timeline-box:nth-of-type(9) {
  -webkit-transition: opacity 0.25s ease-in-out 2.7s;
  transition: opacity 0.25s ease-in-out 2.7s;
}

.timeline-box:nth-of-type(9) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 2.7s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 2.7s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(9):after {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.timeline-box:nth-of-type(10) {
  -webkit-transition: opacity 0.25s ease-in-out 3s;
  transition: opacity 0.25s ease-in-out 3s;
}

.timeline-box:nth-of-type(10) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 3s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 3s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(10):after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.timeline-box:nth-of-type(11) {
  -webkit-transition: opacity 0.25s ease-in-out 3.3s;
  transition: opacity 0.25s ease-in-out 3.3s;
}

.timeline-box:nth-of-type(11) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 3.3s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 3.3s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(11):after {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.timeline-box:nth-of-type(12) {
  -webkit-transition: opacity 0.25s ease-in-out 3.6s;
  transition: opacity 0.25s ease-in-out 3.6s;
}

.timeline-box:nth-of-type(12) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 3.6s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 3.6s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(12):after {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.timeline-box:nth-of-type(13) {
  -webkit-transition: opacity 0.25s ease-in-out 3.9s;
  transition: opacity 0.25s ease-in-out 3.9s;
}

.timeline-box:nth-of-type(13) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 3.9s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 3.9s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(13):after {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.timeline-box:nth-of-type(14) {
  -webkit-transition: opacity 0.25s ease-in-out 4.2s;
  transition: opacity 0.25s ease-in-out 4.2s;
}

.timeline-box:nth-of-type(14) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 4.2s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 4.2s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(14):after {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.timeline-box:nth-of-type(15) {
  -webkit-transition: opacity 0.25s ease-in-out 4.5s;
  transition: opacity 0.25s ease-in-out 4.5s;
}

.timeline-box:nth-of-type(15) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 4.5s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 4.5s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(15):after {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.timeline-box:nth-of-type(16) {
  -webkit-transition: opacity 0.25s ease-in-out 4.8s;
  transition: opacity 0.25s ease-in-out 4.8s;
}

.timeline-box:nth-of-type(16) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 4.8s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 4.8s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(16):after {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.timeline-box:nth-of-type(17) {
  -webkit-transition: opacity 0.25s ease-in-out 5.1s;
  transition: opacity 0.25s ease-in-out 5.1s;
}

.timeline-box:nth-of-type(17) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 5.1s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 5.1s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(17):after {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.timeline-box:nth-of-type(18) {
  -webkit-transition: opacity 0.25s ease-in-out 5.4s;
  transition: opacity 0.25s ease-in-out 5.4s;
}

.timeline-box:nth-of-type(18) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 5.4s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 5.4s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(18):after {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.timeline-box:nth-of-type(19) {
  -webkit-transition: opacity 0.25s ease-in-out 5.7s;
  transition: opacity 0.25s ease-in-out 5.7s;
}

.timeline-box:nth-of-type(19) .timeline-box__label {
  -webkit-transition: all 0.25s ease-in-out 5.7s, color 0.25s ease-in-out;
  transition: all 0.25s ease-in-out 5.7s, color 0.25s ease-in-out;
}

.timeline-box:nth-of-type(19):after {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.timeline-box.is-active .fa-circle-o {
  opacity: 0;
  visibility: hidden;
  top: -1rem;
}

.timeline-box.is-active .timeline-box__label p {
  color: #f89b1f;
}

.timeline-box.is-active .timeline-box__current {
  opacity: 1;
  visibility: visible;
  /*bottom: -1rem;*/
}

.timeline-box.is-active .timeline-box__current svg path {
  fill: #f89b1f;
}

/* Section under timeline */
.current-year-wrap {
  padding-top: 5rem;
  padding-bottom: 10rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  position: relative;
  background: #006aab;
}

@media (max-width: 992px) {
  .current-year-wrap {
    display: none;
  }
}

.current-year-box {
  display: none;
}

@media (max-width: 992px) {
  .current-year-box.start-point {
    display: none !important;
  }
}

.current-year-box__title {
  color: #fff;
  font-weight: normal;
  font-size: 2.3rem;
}

.current-year-box__left-side {
  width: 50%;
  float: left;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.current-year-box__left-side img {
  border-radius: 10px;
}

.current-year-box__right-side {
  width: 50%;
  float: right;
  padding-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.current-year-box__right-side p, .current-year-box__right-side h1, .current-year-box__right-side h2, .current-year-box__right-side h3, .current-year-box__right-side h4, .current-year-box__right-side h5, .current-year-box__right-side h6, .current-year-box__right-side a {
  color: #fff;
}

.mobile-timeline-wrap {
  background: #006aab;
  padding: 5rem 0;
  display: none;
  margin-bottom: 5rem;
}

@media (max-width: 992px) {
  .mobile-timeline-wrap {
    display: block;
  }
}

.mobile-timeline-wrap .timeline-box {
  opacity: 1;
  visibility: visible;
}

.mobile-current-year {
  display: none;
}

.mobile-current-year p, .mobile-current-year h1, .mobile-current-year h2, .mobile-current-year h3, .mobile-current-year h4, .mobile-current-year h5, .mobile-current-year h6, .mobile-current-year a {
  color: #fff;
}

.mobile-current-year img {
  margin-bottom: 2.5rem;
}

.hqs {
  margin: 35px 0 0 0;
}

.hqs .tab_titles {
  padding: 0;
  margin: 0;
}

.hqs .tab_titles li {
  list-style: none;
  display: inline-block;
  margin: 0 2.5% 0 0;
}

@media (min-width: 45em) {
  .hqs .tab_titles li {
    margin: 0 5% 0 0;
  }
}

.hqs .tab_titles li:last-child {
  margin: 0;
}

.hqs .tab_titles li button {
  border: 0;
}

.hqs .tab_titles li button.active {
  background: #006aab;
}

.hqs .tabs .tab_content {
  display: none;
  margin: 40px 0 20px 0;
}

.hqs .tabs .tab_content.active {
  display: block;
}

.hqs .hq_maps {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0 0;
}

.hqs .hq_maps .acf-map {
  border-radius: 10px;
  height: 350px;
}

.map {
  width: 100%;
  height: 350px;
}

.drug-discovery-posts {
  margin: 10rem 0;
}

.drug-discovery-posts-wrap--with-margin-top {
  margin-top: 5rem;
}

.discovery-post {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3.5rem;
  padding: 4rem 3rem;
  -webkit-box-shadow: 0px 0px 10px #ebebeb;
          box-shadow: 0px 0px 10px #ebebeb;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: #fff;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}

.discovery-post.animated {
  opacity: 1;
}

.discovery-post--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.discovery-post:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: white;
  opacity: 0.75;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 992px) {
  .discovery-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .discovery-post {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .discovery-post {
    width: 100%;
    margin-right: 0;
  }
}

.discovery-post__content {
  position: relative;
  min-height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .discovery-post__content {
    min-height: auto;
  }
}

.discovery-post__title {
  font-size: 2.3rem;
  color: #006aab;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

@media (max-width: 992px) {
  .discovery-post__title {
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
}

.discovery-post__excerpt {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 2rem 0;
  position: relative;
}

@media (max-width: 992px) {
  .discovery-post__excerpt {
    color: #006aab;
    opacity: 1;
    position: relative;
    top: 0;
  }
}

.discovery-post .button, .discovery-post input[type="submit"], .discovery-post .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .discovery-post button, .discovery-post .prev-next-posts__label a, .prev-next-posts__label .discovery-post a, .discovery-post .page-content__mobile-CTA {
  width: 150px;
}

@media (max-width: 992px) {
  .discovery-post .button, .discovery-post input[type="submit"], .discovery-post .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .discovery-post button, .discovery-post .prev-next-posts__label a, .prev-next-posts__label .discovery-post a, .discovery-post .page-content__mobile-CTA {
    position: relative;
    top: 0;
  }
}

.discovery-post .button:hover, .discovery-post input:hover[type="submit"], .discovery-post .frm_form_fields .frm_submit button:hover, .frm_form_fields .frm_submit .discovery-post button:hover, .discovery-post .prev-next-posts__label a:hover, .prev-next-posts__label .discovery-post a:hover, .discovery-post .page-content__mobile-CTA:hover {
  background: #2dbdef;
  border-color: #2dbdef;
}

@media (min-width: 992px) {
  .discovery-post:hover:after {
    background: #006aab;
    opacity: 1;
  }
  .discovery-post:hover .discovery-post__title {
    color: #fff;
    top: 0;
  }
  .discovery-post:hover .discovery-post__excerpt {
    opacity: 1;
    color: #fff;
  }
  .discovery-post:hover .button, .discovery-post:hover input[type="submit"], .discovery-post:hover .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .discovery-post:hover button, .discovery-post:hover .prev-next-posts__label a, .prev-next-posts__label .discovery-post:hover a, .discovery-post:hover .page-content__mobile-CTA {
    bottom: 0;
  }
}

.discovery-journey-content {
  margin-top: 10rem;
  text-align: left;
}

.discovery-journey-content__left-side {
  width: 50%;
  float: left;
  padding-right: 5rem;
}

@media (max-width: 768px) {
  .discovery-journey-content__left-side {
    width: 100%;
    padding-right: 0;
  }
}

.discovery-journey-content__right-side {
  width: 50%;
  float: right;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .discovery-journey-content__right-side {
    width: 100%;
    padding-left: 0;
  }
}

.discovery-journey-content p, .discovery-journey-content h1, .discovery-journey-content h2, .discovery-journey-content h3, .discovery-journey-content h4, .discovery-journey-content h5, .discovery-journey-content h6, .discovery-journey-content a {
  color: #fff;
}

.discovery-journey-content p:first-of-type, .discovery-journey-content h1:first-of-type, .discovery-journey-content h2:first-of-type, .discovery-journey-content h3:first-of-type, .discovery-journey-content h4:first-of-type, .discovery-journey-content h5:first-of-type, .discovery-journey-content h6:first-of-type, .discovery-journey-content a:first-of-type {
  margin-top: 0;
}

.company-objectives__box {
  margin-bottom: 3.5rem;
}

.company-objectives__box strong {
  color: #2dbdef;
}

.company-objectives__box p {
  font-weight: 700;
  font-size: 1.8rem;
}

.related-services {
  padding: 10rem 0;
  background: #2dbdef;
}

.related-services__main-title {
  color: #fff;
}

.related-services--navy {
  background-color: #213763;
}

.realted-services-wrap {
  margin-top: 5rem;
}

.event-post {
  display: block;
  overflow: hidden;
  background: none;
  border-radius: 15px;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2.5rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
}

@media (min-width: 992px) {
  .event-post:nth-of-type(3n) {
    margin-right: 0;
  }
}

.event-post__date-wrap {
  background: #006aab;
  padding: 3rem 0;
  position: relative;
}

.event-post__date {
  text-align: center;
}

.event-post__date--day {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.event-post__date--month {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  display: block;
}

.event-post__date--year {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.event-post__date--tbc {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.event-post__content-wrap {
  padding: 3rem;
}

.event-post__title {
  margin-top: 0;
  font-size: 2.3rem;
  color: #2dbdef;
}

.event-post__location {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.event-post__link {
  color: #2dbdef;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.event-post__link:after {
  font-family: FontAwesome;
  content: "\F178";
  display: inline-block;
  vertical-align: middle;
  color: #2dbdef;
  margin-left: 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  right: 0;
}

.event-post__link:hover {
  color: #213763;
}

.event-post__link:hover:after {
  color: #213763;
  right: -1rem;
}

.upcoming-events {
  background: #2dbdef;
  padding: 10rem 0;
}

@media (max-width: 992px) {
  .upcoming-events {
    padding: 5rem 0;
  }
}

.upcoming-events__title-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.upcoming-events__main-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .upcoming-events__main-title {
    width: 60%;
    float: left;
  }
}

.upcoming-events__view-all {
  color: #fff;
  margin-left: auto;
  width: auto;
}

@media (max-width: 600px) {
  .upcoming-events__view-all {
    width: 40%;
    float: right;
  }
}

.upcoming-events__view-all:hover {
  color: #213763;
}

.upcoming-events__view-all:hover:after {
  color: #213763;
}

.upcoming-event {
  display: block;
  overflow: hidden;
  background: none;
  border-radius: 15px;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2.5rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .upcoming-event:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .upcoming-event {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .upcoming-event:nth-of-type(n + 2) {
    display: none;
  }
}

.upcoming-event__date-wrap {
  width: 30%;
  float: left;
  background: #006aab;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 600px) {
  .upcoming-event__date-wrap {
    width: 100%;
  }
}

.upcoming-event__date {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}

@media (max-width: 600px) {
  .upcoming-event__date {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    right: 0;
    padding: 1rem 0;
  }
}

.upcoming-event__date--day {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.upcoming-event__date--month {
  color: #fff;
  font-weight: 600;
  font-size: 3.8rem;
  display: block;
}

.upcoming-event__date--year {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.upcoming-event__date--tbc {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  display: block;
}

.upcoming-event__content-wrap {
  width: 70%;
  float: right;
  background: #fff;
  padding: 3.5rem 2.5rem;
}

@media (max-width: 600px) {
  .upcoming-event__content-wrap {
    width: 100%;
    padding: 2.5rem 2rem;
  }
}

.upcoming-event__title {
  font-size: 2.3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #006aab;
  margin-top: 0;
}

.upcoming-event__location {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.upcoming-event:hover .upcoming-event__date-wrap {
  background: #f89b1f;
}

/*
    Front-page
*/
.fp-hero {
  position: relative;
  z-index: 5;
}

.fp-hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.fp-hero-slide .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.fp-hero-slide .embed-container iframe,
.fp-hero-slide .embed-container object,
.fp-hero-slide .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fp-hero-slide:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 106, 171, 0.5);
  }
}

.fp-hero-slide .wrapper, .fp-hero-slide .page-banner__wrap, .fp-hero-slide .nav ul li.drug-menu .sub-menu, .nav ul li.drug-menu .fp-hero-slide .sub-menu, .fp-hero-slide main, .fp-hero-slide .post-search-wrap, .fp-hero-slide .post-grid, .fp-hero-slide .latestnews-posts__wrap, .fp-hero-slide .casestudies-posts__wrap, .fp-hero-slide .events-grid-wrap, .fp-hero-slide .upcoming-events__wrap, .fp-hero-slide .featured-services__wrap, .fp-hero-slide .newsletter-post-wrap, .fp-hero-slide .page-content__wrapper, .fp-hero-slide .discovery-journey__wrap, .fp-hero-slide .error-page-wrap, .fp-hero-slide .team-member-filter-wrap, .fp-hero-slide .therapeutic-posts-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fp-hero-slide__image {
  width: 55%;
}

.fp-hero-slide__image--flip-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1920px) {
  .fp-hero-slide__image {
    width: 45%;
  }
}

@media (max-width: 1366px) {
  .fp-hero-slide__image {
    width: 35%;
  }
}

@media (max-width: 1025px) {
  .fp-hero-slide__image {
    padding: 5rem 0;
  }
}

@media (max-width: 768px) {
  .fp-hero-slide__image {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 60%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .fp-hero-slide__image {
    width: 100%;
  }
}

.fp-hero-slide__featured {
  padding: 7.5% 0 15% 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: all 0.35s ease-in-out 0.4s;
  transition: all 0.35s ease-in-out 0.4s;
  opacity: 0;
}

@media (max-width: 1920px) {
  .fp-hero-slide__featured {
    padding: 12.5% 0 12.5% 0;
  }
}

@media (max-width: 768px) {
  .fp-hero-slide__featured {
    padding: 0;
  }
}

.fp-hero-slide__content {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  text-align: right;
}

.fp-hero-slide__content .button, .fp-hero-slide__content input[type="submit"], .fp-hero-slide__content .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .fp-hero-slide__content button, .fp-hero-slide__content .prev-next-posts__label a, .prev-next-posts__label .fp-hero-slide__content a, .fp-hero-slide__content .page-content__mobile-CTA {
  margin-left: auto;
}

.fp-hero-slide__content--flip-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 5%;
  text-align: left;
}

.fp-hero-slide__content--flip-right .button, .fp-hero-slide__content--flip-right input[type="submit"], .fp-hero-slide__content--flip-right .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .fp-hero-slide__content--flip-right button, .fp-hero-slide__content--flip-right .prev-next-posts__label a, .prev-next-posts__label .fp-hero-slide__content--flip-right a, .fp-hero-slide__content--flip-right .page-content__mobile-CTA {
  margin-left: 0;
}

.fp-hero-slide__content--add-padding {
  padding: 25rem 0;
}

@media (max-width: 1920px) {
  .fp-hero-slide__content {
    width: 55%;
  }
}

@media (max-width: 1366px) {
  .fp-hero-slide__content {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .fp-hero-slide__content {
    width: 100%;
    padding: 0;
    padding: 15rem 0;
  }
}

@media (max-width: 600px) {
  .fp-hero-slide__content {
    padding: 7.5rem 0;
  }
}

.fp-hero-slide.slick-current .fp-hero-slide__featured {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.fp-hero-slide.slick-current .fp-hero-slide__content {
  opacity: 1;
}

.fp-hero-slide__title {
  color: #fff;
  font-size: 4.5rem;
}

@media (max-width: 600px) {
  .fp-hero-slide__title {
    font-size: 2.5rem;
  }
}

.fp-hero-slide .button, .fp-hero-slide input[type="submit"], .fp-hero-slide .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .fp-hero-slide button, .fp-hero-slide .prev-next-posts__label a, .prev-next-posts__label .fp-hero-slide a, .fp-hero-slide .page-content__mobile-CTA {
  width: 150px;
}

.fp-hero-slide .button:after, .fp-hero-slide input[type="submit"]:after, .fp-hero-slide .frm_form_fields .frm_submit button:after, .frm_form_fields .frm_submit .fp-hero-slide button:after, .fp-hero-slide .prev-next-posts__label a:after, .prev-next-posts__label .fp-hero-slide a:after, .fp-hero-slide .page-content__mobile-CTA:after {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-family: FontAwesome;
  content: "\F105";
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 1rem;
}

.fp-hero-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 2%;
}

@media (max-width: 768px) {
  .fp-hero-controls {
    padding-bottom: 5rem;
  }
}

@media (max-width: 600px) {
  .fp-hero-controls {
    display: none;
  }
}

.fp-hero-controls .fp-hero-controls-slick {
  width: 45%;
}

@media (max-width: 768px) {
  .fp-hero-controls .fp-hero-controls-slick {
    width: 100%;
  }
}

.fp-hero-controls__nav-item {
  margin-right: 2.5rem;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.fp-hero-controls__nav-item p {
  color: #fff;
  margin: 0;
  letter-spacing: 0.5rem;
  font-weight: 700;
  font-size: 2.2rem;
}

.fp-hero-controls__nav-item .progress-bar {
  height: 4px;
  background: #fff;
  width: 90%;
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.fp-hero-controls__nav-item .progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  background: #2dbdef;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fp-hero-controls__nav-item.slick-current {
  opacity: 1;
}

.fp-hero-controls__nav-item.slick-current .progress-bar:after {
  -webkit-animation: growline 5s ease-in-out forwards;
          animation: growline 5s ease-in-out forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.featured-services {
  margin: 10rem 0;
  text-align: center;
}

@media (max-width: 600px) {
  .featured-services {
    max-width: 95%;
    margin: 10rem auto;
    display: block;
  }
}

.featured-services__main-intro {
  color: #2dbdef;
  margin-bottom: 0;
}

.featured-services__wrap {
  position: relative;
  height: 1100px;
  margin-top: 10rem;
}

@media (max-width: 992px) {
  .featured-services__wrap {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem auto 5rem auto !important;
  }
}

.featured-services__wrap.animated .featured-services__item {
  opacity: 1;
}

.featured-services__wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured-services__wrap .slick-dots {
  bottom: -50px !important;
}

.featured-services__item {
  position: absolute;
  opacity: 0;
}

.featured-services__item.count-7:nth-of-type(7n + 1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

.featured-services__item.count-7:nth-of-type(7n + 2) {
  top: 20%;
  left: 0;
}

.featured-services__item.count-7:nth-of-type(7n + 3) {
  top: 20%;
  right: 0;
}

.featured-services__item.count-7:nth-of-type(7n + 4) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.featured-services__item.count-7:nth-of-type(7n + 5) {
  left: 0;
  bottom: 20%;
}

.featured-services__item.count-7:nth-of-type(7n + 6) {
  right: 0;
  bottom: 20%;
}

.featured-services__item.count-7:nth-of-type(7n) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.featured-services__item.count-8:nth-of-type(8n + 1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

.featured-services__item.count-8:nth-of-type(8n + 2) {
  top: 20%;
  left: 0;
}

.featured-services__item.count-8:nth-of-type(8n + 3) {
  top: 20%;
  right: 0;
}

.featured-services__item.count-8:nth-of-type(8n + 4) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.featured-services__item.count-8:nth-of-type(8n + 5) {
  left: 0;
  bottom: 20%;
}

.featured-services__item.count-8:nth-of-type(8n + 6) {
  right: 0;
  bottom: 20%;
}

.featured-services__item.count-8:nth-of-type(8n + 7) {
  left: 26%;
  bottom: 0;
}

.featured-services__item.count-8:nth-of-type(8n) {
  right: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.featured-services__item.normal-item:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.2s;
  transition: opacity 0.25s ease-in-out 0.2s;
}

.featured-services__item.normal-item:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 0.4s;
  transition: opacity 0.25s ease-in-out 0.4s;
}

.featured-services__item.normal-item:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 0.6s;
  transition: opacity 0.25s ease-in-out 0.6s;
}

.featured-services__item.normal-item:nth-of-type(4) {
  -webkit-transition: opacity 0.25s ease-in-out 0.8s;
  transition: opacity 0.25s ease-in-out 0.8s;
}

.featured-services__item.normal-item:nth-of-type(5) {
  -webkit-transition: opacity 0.25s ease-in-out 1s;
  transition: opacity 0.25s ease-in-out 1s;
}

.featured-services__item.normal-item:nth-of-type(6) {
  -webkit-transition: opacity 0.25s ease-in-out 1.2s;
  transition: opacity 0.25s ease-in-out 1.2s;
}

.featured-services__item.normal-item:nth-of-type(7) {
  -webkit-transition: opacity 0.25s ease-in-out 1.4s;
  transition: opacity 0.25s ease-in-out 1.4s;
}

.featured-services__item.featured-item {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .featured-services__item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    bottom: unset !important;
    right: unset !important;
    display: block;
    margin: 0 !important;
    visibility: hidden;
  }
  .featured-services__item.slick-current {
    opacity: 1;
    visibility: visible;
  }
}

.featured-service-box {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  display: block;
  height: 275px;
  width: 275px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.featured-service-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -2;
  background: rgba(0, 106, 171, 0.65);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.featured-service-box__content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 200px;
}

@media (max-width: 1025px) {
  .featured-service-box__content {
    width: 250px;
  }
}

@media (max-width: 600px) {
  .featured-service-box__content {
    width: 200px;
  }
}

.featured-service-box__title {
  color: #fff;
  font-weight: 600;
  font-size: 2.3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
  .featured-service-box__title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .featured-service-box__excerpt {
    display: none;
  }
}

.featured-service-box p {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.featured-service-box .button, .featured-service-box input[type="submit"], .featured-service-box .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .featured-service-box button, .featured-service-box .prev-next-posts__label a, .prev-next-posts__label .featured-service-box a, .featured-service-box .page-content__mobile-CTA {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

@media (min-width: 992px) {
  .featured-service-box:hover {
    width: calc(275px + 35px);
    height: calc(275px + 35px);
  }
  .featured-service-box:hover .button, .featured-service-box:hover input[type="submit"], .featured-service-box:hover .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .featured-service-box:hover button, .featured-service-box:hover .prev-next-posts__label a, .prev-next-posts__label .featured-service-box:hover a, .featured-service-box:hover .page-content__mobile-CTA {
    opacity: 1;
    visibility: visible;
  }
  .featured-service-box:hover:after {
    opacity: 0;
  }
  .featured-service-box:hover:before {
    width: 101%;
    height: 101%;
    opacity: 1;
  }
  .featured-service-box:hover .featured-service-box__title {
    color: #006aab;
  }
  .featured-service-box:hover p {
    color: #006aab;
  }
}

.featured-service-box.normal-item:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.2s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 0.2s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 0.4s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 0.4s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 0.6s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 0.6s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(4) {
  -webkit-transition: opacity 0.25s ease-in-out 0.8s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 0.8s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(5) {
  -webkit-transition: opacity 0.25s ease-in-out 1s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 1s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(6) {
  -webkit-transition: opacity 0.25s ease-in-out 1.2s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 1.2s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.normal-item:nth-of-type(7) {
  -webkit-transition: opacity 0.25s ease-in-out 1.4s, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out 1.4s, width 0.25s ease-in-out, height 0.25s ease-in-out;
}

.featured-service-box.featured-item {
  width: calc(275px + 175px);
  height: calc(275px + 175px);
  -webkit-transition: width 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.featured-service-box.featured-item .featured-service-box__content {
  width: 325px;
}

@media (max-width: 768px) {
  .featured-service-box.featured-item .featured-service-box__content {
    width: 95%;
    padding: 0 3rem;
  }
}

@media (min-width: 992px) {
  .featured-service-box.featured-item:hover {
    width: calc(275px + 200px);
    height: calc(275px + 200px);
  }
}

@media (max-width: 992px) {
  .featured-service-box.featured-item {
    width: calc(275px + 100px);
    height: calc(275px + 100px);
  }
}

@media (max-width: 600px) {
  .featured-service-box.featured-item {
    width: 275px;
    height: 275px;
  }
}

@media (max-width: 600px) {
  .featured-service-box__excerpt {
    display: none;
  }
}

.newsletter-post-wrap {
  margin: 0 auto 3.5rem auto;
}

.newsletter-post {
  display: block;
  overflow: hidden;
  background: none;
  border-radius: 15px;
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2.5rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
}

@media (min-width: 992px) {
  .newsletter-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .newsletter-post {
    width: 100%;
    margin-right: 0;
  }
}

.newsletter-post__thumb-wrap {
  padding-bottom: 30rem;
  position: relative;
  overflow: hidden;
  width: 30%;
  float: left;
}

@media (max-width: 600px) {
  .newsletter-post__thumb-wrap {
    width: 100%;
    float: none;
    padding-bottom: 15rem;
  }
}

.newsletter-post__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .newsletter-post__thumb {
    width: 100%;
    float: none;
  }
}

.newsletter-post__content-wrap {
  width: 70%;
  float: right;
  background: #fff;
  padding: 5rem 2.5rem;
}

@media (max-width: 600px) {
  .newsletter-post__content-wrap {
    width: 100%;
    float: none;
  }
}

.newsletter-post__date {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.newsletter-post__title {
  font-size: 2.3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #2dbdef;
  margin: 3.5rem 0;
}

@media (max-width: 768px) {
  .newsletter-post__title {
    font-size: 2rem;
  }
}

.newsletter-post:hover .newsletter-post__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-paper {
  margin-top: 5rem;
}

/*
    Page
*/
.breadcrumbs {
  color: #2dbdef;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.breadcrumbs a {
  color: #006aab;
}

.page-content {
  margin: 7.5rem 0;
}

@media (max-width: 600px) {
  .page-content {
    margin: 5rem 0;
  }
}

.page-content__mobile-CTA {
  width: 100%;
  margin-bottom: 5rem;
  display: none;
}

@media (max-width: 768px) {
  .page-content__mobile-CTA {
    display: block;
  }
}

@media (max-width: 768px) {
  .page-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-content__sidebar-wrap {
  width: 30%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
}

@media (max-width: 768px) {
  .page-content__sidebar-wrap {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .page-content__sidebar-wrap--desktop {
    display: none;
  }
}

.page-content__sidebar-wrap--mobile {
  display: none;
}

@media (max-width: 768px) {
  .page-content__sidebar-wrap--mobile {
    display: block;
  }
}

.page-content__content-wrap {
  width: 70%;
  float: right;
  padding-left: 7.5rem;
}

.page-content__content-wrap--full-width {
  width: 100%;
  float: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  .page-content__content-wrap {
    margin-bottom: 5rem;
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 600px) {
  .page-content__content-wrap {
    margin-bottom: 0;
  }
}

.page-content__content-wrap.japan {
  float: left;
  padding-left: 0;
  padding-right: 7.5rem;
}

.alignleft {
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 2.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.discovery-journey {
  background: #006aab;
  text-align: center;
  padding: 10rem 0;
}

.discovery-journey__main-intro {
  color: #fff;
}

.discovery-journey__description {
  color: #2dbdef;
  font-size: 2.3rem;
}

.steps-wrap {
  padding: 5rem 0 2.5rem 0;
}

.steps-wrap.animated .steps-box {
  opacity: 1;
}

.steps-wrap.animated .steps-box:after {
  width: 100%;
}

@media (max-width: 768px) {
  .steps-wrap.animated .steps-box:after {
    width: 10px;
    height: 100%;
  }
}

.steps-wrap.animated .steps-box:first-of-type:after {
  width: 50%;
  left: 50%;
}

@media (max-width: 768px) {
  .steps-wrap.animated .steps-box:first-of-type:after {
    width: 10px;
  }
}

.steps-wrap.animated .steps-box:last-of-type:after {
  width: 50%;
  right: 50%;
}

@media (max-width: 768px) {
  .steps-wrap.animated .steps-box:last-of-type:after {
    display: none;
  }
}

.steps-wrap.animated .steps-box__label {
  top: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  .steps-wrap.animated .steps-box__label {
    top: 1rem;
  }
}

.steps-box {
  width: calc(100% / 6 - 1px);
  float: left;
  position: relative;
  z-index: 1;
  opacity: 0;
}

@media (max-width: 768px) {
  .steps-box {
    width: 100%;
    float: none;
    padding-bottom: 5rem;
  }
}

@media (max-width: 600px) {
  .steps-box {
    text-align: left;
  }
}

.steps-box__label {
  color: #fff;
  font-weight: 600;
  max-width: 50%;
  display: block;
  margin: 0 auto 3rem auto;
  position: relative;
  top: 2rem;
  opacity: 0;
}

@media (max-width: 768px) {
  .steps-box__label {
    text-align: left;
    max-width: 100%;
    position: absolute;
    -webkit-transform: translatex(-75%);
            transform: translatex(-75%);
    left: 75%;
    top: 3rem;
  }
}

@media (max-width: 600px) {
  .steps-box__label {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    max-width: auto;
    left: 10rem;
    top: 1rem;
  }
}

.steps-box .fa-circle-o {
  font-size: 6rem;
  background: #006aab;
}

.steps-box:after {
  position: absolute;
  content: '';
  background: #fff;
  height: 10px;
  width: 0;
  left: 0;
  bottom: 2.5rem;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
  .steps-box:after {
    width: 10px;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}

@media (max-width: 600px) {
  .steps-box:after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 2rem;
    top: 50%;
  }
}

@media (max-width: 600px) {
  .steps-box--index-1:after {
    left: 2rem !important;
  }
}

.steps-box--sygnature-step .fa-circle-o {
  color: #2dbdef;
}

.steps-box--sygnature-step:after {
  background: #2dbdef;
}

.steps-box--index-2:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, #2dbdef));
  background: linear-gradient(to right, white 50%, #2dbdef 50%);
}

@media (max-width: 768px) {
  .steps-box--index-2:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #2dbdef));
    background: linear-gradient(white 50%, #2dbdef 50%);
  }
}

.steps-box--index-5:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, white), color-stop(50%, #2dbdef));
  background: linear-gradient(to left, white 50%, #2dbdef 50%);
}

@media (max-width: 768px) {
  .steps-box--index-5:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2dbdef), color-stop(50%, #fff));
    background: linear-gradient(#2dbdef 50%, #fff 50%);
  }
}

.steps-box:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.5s;
  transition: opacity 0.25s ease-in-out 0.5s;
}

.steps-box:nth-of-type(1) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 0.5s;
  transition: all 0.25s ease-in-out 0.5s;
}

.steps-box:nth-of-type(1):after {
  -webkit-transition: width 0.55s ease 0.5s;
  transition: width 0.55s ease 0.5s;
}

.steps-box:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 1s;
  transition: opacity 0.25s ease-in-out 1s;
}

.steps-box:nth-of-type(2) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 1s;
  transition: all 0.25s ease-in-out 1s;
}

.steps-box:nth-of-type(2):after {
  -webkit-transition: width 0.55s ease 1s;
  transition: width 0.55s ease 1s;
}

.steps-box:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 1.5s;
  transition: opacity 0.25s ease-in-out 1.5s;
}

.steps-box:nth-of-type(3) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 1.5s;
  transition: all 0.25s ease-in-out 1.5s;
}

.steps-box:nth-of-type(3):after {
  -webkit-transition: width 0.55s ease 1.5s;
  transition: width 0.55s ease 1.5s;
}

.steps-box:nth-of-type(4) {
  -webkit-transition: opacity 0.25s ease-in-out 2s;
  transition: opacity 0.25s ease-in-out 2s;
}

.steps-box:nth-of-type(4) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 2s;
  transition: all 0.25s ease-in-out 2s;
}

.steps-box:nth-of-type(4):after {
  -webkit-transition: width 0.55s ease 2s;
  transition: width 0.55s ease 2s;
}

.steps-box:nth-of-type(5) {
  -webkit-transition: opacity 0.25s ease-in-out 2.5s;
  transition: opacity 0.25s ease-in-out 2.5s;
}

.steps-box:nth-of-type(5) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 2.5s;
  transition: all 0.25s ease-in-out 2.5s;
}

.steps-box:nth-of-type(5):after {
  -webkit-transition: width 0.55s ease 2.5s;
  transition: width 0.55s ease 2.5s;
}

.steps-box:nth-of-type(6) {
  -webkit-transition: opacity 0.25s ease-in-out 3s;
  transition: opacity 0.25s ease-in-out 3s;
}

.steps-box:nth-of-type(6) .steps-box__label {
  -webkit-transition: all 0.25s ease-in-out 3s;
  transition: all 0.25s ease-in-out 3s;
}

.steps-box:nth-of-type(6):after {
  -webkit-transition: width 0.55s ease 3s;
  transition: width 0.55s ease 3s;
}

.contact-page {
  margin: 10rem 0;
}

.contact-page__left-column {
  width: 50%;
  float: left;
  padding-right: 5rem;
}

@media (max-width: 768px) {
  .contact-page__left-column {
    width: 100%;
    padding-left: 0;
  }
}

.contact-page__right-column {
  width: 50%;
  float: right;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .contact-page__right-column {
    width: 100%;
    padding-left: 0;
  }
}

.contact-page__address {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.contact-page__address li {
  padding-bottom: 0.75rem;
}

.contact-page__contact {
  width: 50%;
  float: right;
}

.contact-page__contact li {
  list-style: none;
}

.contact-page__contact li a {
  color: #2dbdef;
  word-wrap: break-word;
}

.contact-page__contact li a span {
  color: #006aab;
}

.google-map {
  padding-bottom: 35rem;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 5rem;
}

.error-page {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.error-page__image {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .error-page__image {
    display: none;
  }
}

.error-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}

@media (max-width: 768px) {
  .error-page__content {
    padding: 15rem 0;
  }
}

.error-page__title {
  color: #fff;
  font-size: 10rem;
  font-weight: 300;
  margin-bottom: 0;
}

.error-page__sub-title {
  color: #fff;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.error-page__text {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  z-index: 5;
}

.error-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error-page__buttons .button, .error-page__buttons input[type="submit"], .error-page__buttons .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .error-page__buttons button, .error-page__buttons .prev-next-posts__label a, .prev-next-posts__label .error-page__buttons a, .error-page__buttons .page-content__mobile-CTA {
  margin-right: 1rem;
}

.error-page__text {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.error-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 0;
  min-height: 750px;
}

@media all and (max-width: 992px) {
  .error-page-wrap {
    min-height: unset;
  }
}

@media (max-width: 992px) {
  .single-poster-thumbnail-wrap {
    display: none;
  }
}

.single-poster-thumbnail-mobile {
  display: none;
}

@media (max-width: 992px) {
  .single-poster-thumbnail-mobile {
    display: block;
  }
}

.paper-post {
  margin-bottom: 5rem;
  display: block;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  padding: 2.5rem 2.5rem;
}

.paper-post__title {
  color: #006aab;
  font-size: 2.3rem;
  font-weight: lighter;
}

.team-members {
  margin: 5rem 0;
}

.team-member-post {
  display: block;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #ebebeb;
          box-shadow: 0 0 10px #ebebeb;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .team-member-post:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .team-member-post {
    width: 100%;
    margin-right: 0;
  }
}

.team-member-post__thumb-wrap {
  padding-bottom: 30rem;
  position: relative;
  overflow: hidden;
}

.team-member-post__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: cover;
  background-position: center;
}

.team-member-post__content-wrap {
  padding: 5rem 3rem;
  position: relative;
}

.team-member-post__title {
  font-size: 2.3rem;
  color: #2dbdef;
  margin-top: 0;
}

.team-member-post__job-title {
  color: #213763;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.team-member-post__buttons-wrap {
  margin-top: 2.5rem;
}

.team-member-post__buttons-wrap a {
  display: inline-block;
  vertical-align: middle;
}

.team-member-post__buttons-wrap .fa-linkedin {
  margin-left: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100px;
  padding: 1.6rem 1.85rem;
  color: #fff;
  background: #2dbdef;
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.team-member-post__buttons-wrap .fa-linkedin:hover {
  background: #006aab;
}

.team-member-post:hover .team-member-post__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-member-filter-wrap__title {
  margin: 0;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .team-member-filter-wrap__title {
    display: none;
  }
}

.team-member-filter-wrap__title:after {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\F107";
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 2.2rem;
  margin-left: 2rem;
}

.team-member-filter-wrap__title.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.team-member-filter-wrap .team-member-categories {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .team-member-filter-wrap .team-member-categories {
    display: none;
  }
}

.team-member-filter-wrap .button, .team-member-filter-wrap input[type="submit"], .team-member-filter-wrap .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .team-member-filter-wrap button, .team-member-filter-wrap .prev-next-posts__label a, .prev-next-posts__label .team-member-filter-wrap a, .team-member-filter-wrap .page-content__mobile-CTA {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .team-member-filter-wrap .button, .team-member-filter-wrap input[type="submit"], .team-member-filter-wrap .frm_form_fields .frm_submit button, .frm_form_fields .frm_submit .team-member-filter-wrap button, .team-member-filter-wrap .prev-next-posts__label a, .prev-next-posts__label .team-member-filter-wrap a, .team-member-filter-wrap .page-content__mobile-CTA {
    background: none;
    border: none;
    color: #2dbdef;
    padding: 0;
    text-align: left;
    line-height: 1.5;
    display: block;
  }
}

.team-member-filter-wrap .button:last-of-type, .team-member-filter-wrap input:last-of-type[type="submit"], .team-member-filter-wrap .frm_form_fields .frm_submit button:last-of-type, .frm_form_fields .frm_submit .team-member-filter-wrap button:last-of-type, .team-member-filter-wrap .prev-next-posts__label a:last-of-type, .prev-next-posts__label .team-member-filter-wrap a:last-of-type, .team-member-filter-wrap .page-content__mobile-CTA:last-of-type {
  margin-right: 0;
}

.team-member-filter-wrap .button.is-active, .team-member-filter-wrap input.is-active[type="submit"], .team-member-filter-wrap .frm_form_fields .frm_submit button.is-active, .frm_form_fields .frm_submit .team-member-filter-wrap button.is-active, .team-member-filter-wrap .prev-next-posts__label a.is-active, .prev-next-posts__label .team-member-filter-wrap a.is-active, .team-member-filter-wrap .is-active.page-content__mobile-CTA {
  background: #f89b1f;
  border-color: #f89b1f;
}

@media (max-width: 768px) {
  .team-member-filter-wrap .button.is-active, .team-member-filter-wrap input.is-active[type="submit"], .team-member-filter-wrap .frm_form_fields .frm_submit button.is-active, .frm_form_fields .frm_submit .team-member-filter-wrap button.is-active, .team-member-filter-wrap .prev-next-posts__label a.is-active, .prev-next-posts__label .team-member-filter-wrap a.is-active, .team-member-filter-wrap .is-active.page-content__mobile-CTA {
    background: none;
    color: #213763;
  }
}

.therapeutic-posts {
  margin: 10rem 0 7.5rem 0;
  text-align: center;
}

.therapeutic-posts__main-title {
  margin-bottom: 5rem;
}

.therapeutic-posts-wrap.animated .therapeutic-post {
  opacity: 1;
}

.therapeutic-post {
  width: 49%;
  margin-right: 2%;
  float: left;
  text-align: left;
  margin-bottom: 2.5rem;
  cursor: pointer;
  display: block;
  opacity: 0;
}

@media (min-width: 992px) {
  .therapeutic-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

.therapeutic-post:nth-of-type(1) {
  -webkit-transition: opacity 0.25s ease-in-out 0.15s;
  transition: opacity 0.25s ease-in-out 0.15s;
}

.therapeutic-post:nth-of-type(2) {
  -webkit-transition: opacity 0.25s ease-in-out 0.3s;
  transition: opacity 0.25s ease-in-out 0.3s;
}

.therapeutic-post:nth-of-type(3) {
  -webkit-transition: opacity 0.25s ease-in-out 0.45s;
  transition: opacity 0.25s ease-in-out 0.45s;
}

.therapeutic-post:nth-of-type(4) {
  -webkit-transition: opacity 0.25s ease-in-out 0.6s;
  transition: opacity 0.25s ease-in-out 0.6s;
}

.therapeutic-post:nth-of-type(5) {
  -webkit-transition: opacity 0.25s ease-in-out 0.75s;
  transition: opacity 0.25s ease-in-out 0.75s;
}

.therapeutic-post:nth-of-type(6) {
  -webkit-transition: opacity 0.25s ease-in-out 0.9s;
  transition: opacity 0.25s ease-in-out 0.9s;
}

.therapeutic-post:nth-of-type(7) {
  -webkit-transition: opacity 0.25s ease-in-out 1.05s;
  transition: opacity 0.25s ease-in-out 1.05s;
}

.therapeutic-post:nth-of-type(8) {
  -webkit-transition: opacity 0.25s ease-in-out 1.2s;
  transition: opacity 0.25s ease-in-out 1.2s;
}

.therapeutic-post:nth-of-type(9) {
  -webkit-transition: opacity 0.25s ease-in-out 1.35s;
  transition: opacity 0.25s ease-in-out 1.35s;
}

.therapeutic-post:nth-of-type(10) {
  -webkit-transition: opacity 0.25s ease-in-out 1.5s;
  transition: opacity 0.25s ease-in-out 1.5s;
}

.therapeutic-post:nth-of-type(11) {
  -webkit-transition: opacity 0.25s ease-in-out 1.65s;
  transition: opacity 0.25s ease-in-out 1.65s;
}

.therapeutic-post:nth-of-type(12) {
  -webkit-transition: opacity 0.25s ease-in-out 1.8s;
  transition: opacity 0.25s ease-in-out 1.8s;
}

.therapeutic-post:nth-of-type(13) {
  -webkit-transition: opacity 0.25s ease-in-out 1.95s;
  transition: opacity 0.25s ease-in-out 1.95s;
}

.therapeutic-post:nth-of-type(14) {
  -webkit-transition: opacity 0.25s ease-in-out 2.1s;
  transition: opacity 0.25s ease-in-out 2.1s;
}

.therapeutic-post__icon-wrap {
  float: left;
  width: 10rem;
}

.therapeutic-post__content-wrap {
  width: calc(100% - 10rem);
  float: right;
}

.therapeutic-post p {
  color: #213763;
}

.therapeutic-post__title {
  color: #006aab !important;
  font-size: 2.3rem;
  margin-top: 0;
  font-weight: 500;
}

.therapeutic-post .icons {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  z-index: 1;
}

.therapeutic-post .icons .fa-circle {
  color: #2dbdef;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 7.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.therapeutic-post .icons .fa-angle-right {
  color: #fff;
  font-size: 4rem;
  position: absolute;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  top: 45%;
  left: 50%;
}

.therapeutic-post:hover .icons .fa-circle {
  color: #f89b1f;
}

@media (max-width: 992px) {
  .therapeutic-post {
    width: 48.25%;
  }
  .therapeutic-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .therapeutic-post {
    width: 100%;
    margin: 0;
    margin-bottom: 4rem;
  }
  .therapeutic-post:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/scss/vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.frm_button_submit.frm_final_submit:disabled {
    background-color: #b0b0b0;
    border: 1px solid #909090;
    pointer-events:none;
}
