@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Glegoo:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ------------------------------------------------------
  Variables
------------------------------------------------------ */
/* ------------------------------------------------------
  Common elements such as headings and forms
------------------------------------------------------ */
.wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  padding: 5% 15%; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding: 5% 10%; } }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 30px; } }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  nav ul li {
    display: inline; }

body {
  font-family: "Glegoo", serif; }

p, ul, ul li, span {
  color: #413F3E;
  line-height: 150%; }

h1, h2, h3, h4, h5, h6 {
  color: #5BC2E7;
  line-height: 150%; }

p {
  font-size: 0.875em; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none; }

button {
  font-family: "Glegoo", serif; }

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

[data-icon]:before {
  font-family: "monson" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "monson" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-triangle:before {
  content: "\61"; }

.icon-arrow-right:before {
  content: "\62"; }

.icon-x:before {
  content: "\63"; }

.icon-arrow:before {
  content: "\64"; }

/* ------------------------------------------------------
  Forms
------------------------------------------------------ */
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  box-shadow: none;
  padding: 15px;
  background: #FFF;
  border: 1px solid #2C2A29;
  line-height: normal;
  display: block;
  width: 100%;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus {
    outline: none; }

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

input[type="search"] {
  width: auto;
  display: inline-block; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  padding: 20px 60px;
  font-size: 16px;
  background: #000;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

/* ------------------------------------------------------
  General styling
------------------------------------------------------ */
html, body {
  height: 100%;
  width: 100%; }

section.cta {
  padding: 80px 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    section.cta {
      padding: 50px 0; } }
  section.cta h2 {
    color: #00C1D5;
    font-size: 1.5em; }
  section.cta p {
    margin: 15px 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* ------------------------------------------------------
  Buttons
------------------------------------------------------ */
a.button {
  color: #2C2A29;
  display: inline-block;
  margin: 15px 15px 15px 0;
  padding: 10px 25px;
  position: relative;
  text-decoration: none; }
  a.button:before {
    background: transparent;
    bottom: 0;
    content: "\61";
    display: inline-block;
    font-family: "monson";
    height: 10px;
    left: -1px;
    position: absolute;
    width: 10px;
    z-index: 9;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.button:after {
    background: transparent;
    content: "\61";
    display: inline-block;
    font-family: "monson";
    height: 10px;
    right: -1px;
    position: absolute;
    top: 0;
    width: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.button.green {
    background: #00C1D5;
    color: #FFF; }
    a.button.green:hover {
      background: #2C2A29;
      color: #00C1D5; }
      a.button.green:hover:before, a.button.green:hover:after {
        color: #FFF; }

a.transparent_button {
  border: 12px solid transparent;
  border-image: url("../img/border-blue.svg") 15 stretch;
  color: #2C2A29;
  display: inline-block;
  font-size: 0.9375em;
  margin: 15px 15px 15px 0;
  padding: 0 5px;
  text-decoration: none; }
  a.transparent_button:hover {
    border: 12px solid #5BC2E7;
    border-image: url("../img/button-background-blue.svg") 15 stretch; }

a.btn {
  color: #2C2A29;
  display: inline-block;
  font-size: 15px;
  height: 44px;
  margin: 25px 35px 0 15px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  a.btn.btn_blue_border {
    background: url("../img/btn-transparent-blue-middle.png") repeat top left; }
    a.btn.btn_blue_border:before {
      background: url("../img/btn-transparent-blue-before.png") no-repeat top left;
      content: "";
      height: 44px;
      left: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_blue_border:after {
      background: url("../img/btn-transparent-blue-after.png") no-repeat top left;
      content: "";
      height: 44px;
      right: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_blue_border:hover {
      background: url("../img/btn-transparent-blue-middle2.png") repeat top left;
      color: #FFF; }
      a.btn.btn_blue_border:hover:before {
        background: url("../img/btn-transparent-blue-before2.png") no-repeat top left; }
      a.btn.btn_blue_border:hover:after {
        background: url("../img/btn-transparent-blue-after2.png") no-repeat top left; }
  a.btn.btn_white_border {
    background: url("../img/btn-transparent-white-middle.png") repeat top left; }
    a.btn.btn_white_border:before {
      background: url("../img/btn-transparent-white-before.png") no-repeat top left;
      content: "";
      height: 44px;
      left: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_white_border:after {
      background: url("../img/btn-transparent-white-after.png") no-repeat top left;
      content: "";
      height: 44px;
      right: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_white_border:hover {
      background: url("../img/btn-transparent-white-middle2.png") repeat top left;
      color: #00C1D5; }
      a.btn.btn_white_border:hover:before {
        background: url("../img/btn-transparent-white-before2.png") no-repeat top left; }
      a.btn.btn_white_border:hover:after {
        background: url("../img/btn-transparent-white-after2.png") no-repeat top left; }
  a.btn.btn_green_border {
    background: url("../img/btn-transparent-green-middle.png") repeat top left; }
    a.btn.btn_green_border:before {
      background: url("../img/btn-transparent-green-before.png") no-repeat top left;
      content: "";
      height: 44px;
      left: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_green_border:after {
      background: url("../img/btn-transparent-green-after.png") no-repeat top left;
      content: "";
      height: 44px;
      right: -15px;
      position: absolute;
      top: 0;
      width: 15px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    a.btn.btn_green_border:hover {
      background: url("../img/btn-transparent-green-middle2.png") repeat top left;
      color: #FFF; }
      a.btn.btn_green_border:hover:before {
        background: url("../img/btn-transparent-green-before2.png") no-repeat top left; }
      a.btn.btn_green_border:hover:after {
        background: url("../img/btn-transparent-green-after2.png") no-repeat top left; }

/* ------------------------------------------------------
  Header
------------------------------------------------------ */
header.main {
  left: 0;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media screen and (max-width: 1024px) {
    header.main {
      padding: 25px 25px 20px 25px; } }
  header.main a.logo {
    background: url("../img/monson-logo-white.svg") no-repeat;
    display: inline-block;
    height: 36px;
    margin: 0 0 0 50px;
    width: 210px; }
    @media screen and (max-width: 1024px) {
      header.main a.logo {
        margin: 0; } }
  header.main div.menu-trigger {
    margin: 0;
    float: left;
    position: absolute;
    right: 80px;
    top: 55px;
    margin-top: -.5625em;
    z-index: 11;
    width: 40px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 1024px) {
      header.main div.menu-trigger {
        top: 35px;
        right: 20px; } }
    header.main div.menu-trigger span.line {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      background: #FFF;
      transition: 0.3s;
      backface-visibility: hidden; }
    header.main div.menu-trigger span.line-2 {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s; }
    header.main div.menu-trigger span.line-3 {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s; }
    header.main div.menu-trigger.active span.line {
      background: #fff; }
    header.main div.menu-trigger.active span.line-1 {
      top: 50%;
      margin-top: -1px;
      transform: rotate(45deg);
      transition: all 0.3s, transform 0.3s 0.3s; }
    header.main div.menu-trigger.active span.line-2 {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s; }
    header.main div.menu-trigger.active span.line-3 {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(-45deg);
      transition: all 0.3s, transform 0.3s 0.3s; }
  header.main.sticky {
    background: #2C2A29;
    padding: 20px 50px; }
    @media screen and (max-width: 1024px) {
      header.main.sticky {
        padding: 25px 25px 20px 25px; } }
    header.main.sticky a.logo {
      background: url("../img/monson-logo-blue-icon.svg") no-repeat;
      margin: 10px 0 0 50px; }
      @media screen and (max-width: 1024px) {
        header.main.sticky a.logo {
          margin: 0; } }
    header.main.sticky div.menu-trigger {
      top: 42px; }
      @media screen and (max-width: 1024px) {
        header.main.sticky div.menu-trigger {
          top: 35px;
          right: 20px; } }

nav.desktop_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2C2A29;
  overflow: auto;
  padding: 8%;
  right: -100%;
  transition: all 0.75s cubic-bezier(0.75, 0.19, 0.24, 1);
  z-index: 10; }
  nav.desktop_menu.active {
    right: 0; }
    nav.desktop_menu.active ul {
      opacity: 1;
      transform: translateX(0);
      transition: 0.7s 0.65s; }
      @media screen and (max-width: 1024px) {
        nav.desktop_menu.active ul {
          display: block; } }
  nav.desktop_menu div.logo {
    margin: 0 0 30px 0;
    opacity: 0;
    transform: translateX(-40px);
    transition: 0.3s; }
    nav.desktop_menu div.logo.active {
      opacity: 1;
      transform: translateX(0);
      transition: 0.7s 0.65s; }
    nav.desktop_menu div.logo a {
      display: inline-block; }
      nav.desktop_menu div.logo a img {
        height: 30px;
        width: 30px; }
  nav.desktop_menu ul {
    opacity: 0;
    transform: translateX(-40px);
    transition: 0.3s; }
    @media screen and (max-width: 1024px) {
      nav.desktop_menu ul {
        display: none; } }
    nav.desktop_menu ul > li {
      display: block;
      margin: 0 0 50px 0;
      transition: 0.3s; }
      @media screen and (max-width: 1024px) {
        nav.desktop_menu ul > li {
          border-bottom: 1px solid #FFF;
          margin: 0 0 20px 0;
          padding: 0 0 10px 0; } }
      nav.desktop_menu ul > li:last-child {
        border-bottom: none; }
      nav.desktop_menu ul > li a {
        color: #FFF;
        font-size: 2.8125em;
        font-weight: bold;
        text-decoration: none; }
        @media screen and (max-width: 1024px) {
          nav.desktop_menu ul > li a {
            font-size: 2.1875em; } }
        @media screen and (max-width: 640px) {
          nav.desktop_menu ul > li a {
            font-size: 1.25em; } }
        nav.desktop_menu ul > li a:hover {
          color: #5BC2E7; }
      nav.desktop_menu ul > li.current-menu-item > a {
        color: #5BC2E7; }
      nav.desktop_menu ul > li ul.sub-menu {
        margin: 15px 0 0 0; }
        nav.desktop_menu ul > li ul.sub-menu > li {
          margin: 0 0 10px 0; }
          @media screen and (max-width: 1024px) {
            nav.desktop_menu ul > li ul.sub-menu > li {
              border-bottom: none;
              margin: 0; } }
          nav.desktop_menu ul > li ul.sub-menu > li a {
            font-weight: 400;
            font-size: 1.125em; }
            @media screen and (max-width: 640px) {
              nav.desktop_menu ul > li ul.sub-menu > li a {
                font-size: 1em; } }
          nav.desktop_menu ul > li ul.sub-menu > li.current-menu-item > a {
            color: #5BC2E7; }
  nav.desktop_menu div.left_side, nav.desktop_menu section.split_content div.right_side, section.split_content nav.desktop_menu div.right_side {
    float: left;
    width: 30%; }
    @media screen and (max-width: 1024px) {
      nav.desktop_menu div.left_side, nav.desktop_menu section.split_content div.right_side, section.split_content nav.desktop_menu div.right_side {
        float: none;
        width: 100%; } }
  nav.desktop_menu div.right_side {
    float: left;
    width: 70%; }
    @media screen and (max-width: 1024px) {
      nav.desktop_menu div.right_side {
        float: none;
        width: 100%; } }

/* ------------------------------------------------------
  Footer
------------------------------------------------------ */
footer.main {
  background: #2C2A29; }
  footer.main div.top_section {
    padding: 70px 15%; }
    footer.main div.top_section:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1200px) {
      footer.main div.top_section {
        padding: 70px 10%; } }
    @media screen and (max-width: 1024px) {
      footer.main div.top_section {
        padding: 40px 30px; } }
    footer.main div.top_section div.logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      footer.main div.top_section div.logo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.top_section div.logo {
          display: none; } }
      footer.main div.top_section div.logo img {
        height: auto;
        width: 142px; }
    footer.main div.top_section nav.footer_menu_1, footer.main div.top_section nav.footer_menu_2, footer.main div.top_section nav.footer_menu_3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      footer.main div.top_section nav.footer_menu_1:last-child, footer.main div.top_section nav.footer_menu_2:last-child, footer.main div.top_section nav.footer_menu_3:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.top_section nav.footer_menu_1, footer.main div.top_section nav.footer_menu_2, footer.main div.top_section nav.footer_menu_3 {
          float: none;
          width: 100%; } }
      footer.main div.top_section nav.footer_menu_1 ul.footer_menu, footer.main div.top_section nav.footer_menu_2 ul.footer_menu, footer.main div.top_section nav.footer_menu_3 ul.footer_menu {
        list-style: none;
        margin: 0;
        padding: 0; }
        footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li {
          display: block;
          font-size: 0.9375em;
          margin: 0 0 10px 0; }
          @media screen and (max-width: 1024px) {
            footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li {
              border-bottom: 1px solid #4A4A4A;
              margin: 0 0 10px 0;
              padding: 0 0 10px 0; } }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li.menu-item-has-children a:after, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li.menu-item-has-children a:after, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li.menu-item-has-children a:after {
            content: "+";
            display: none;
            float: right;
            font-weight: normal;
            margin-right: 8px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            @media screen and (max-width: 1024px) {
              footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li.menu-item-has-children a:after, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li.menu-item-has-children a:after, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li.menu-item-has-children a:after {
                display: block; } }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li.menu-item-has-children.opened a:after, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li.menu-item-has-children.opened a:after, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li.menu-item-has-children.opened a:after {
            transform: rotate(45deg) scale(1.08); }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li a, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li a, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li a {
            color: #FFF;
            display: block;
            text-decoration: none;
            width: 100%; }
            footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li a:hover, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li a:hover, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li a:hover {
              color: #5BC2E7; }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li.current-menu-item a, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li.current-menu-item a, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li.current-menu-item a {
            color: #00C1D5; }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li.current-menu-item ul.sub-menu li a, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li.current-menu-item ul.sub-menu li a, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li.current-menu-item ul.sub-menu li a {
            color: #FFF; }
          footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu {
            margin: 10px 0; }
            @media screen and (max-width: 1024px) {
              footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu {
                display: none;
                margin: 10px 0 0 20px; } }
            footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu > li, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu > li, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu > li {
              display: block;
              font-size: 0.75em;
              margin: 0 0 5px 0; }
              @media screen and (max-width: 1024px) {
                footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu > li, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu > li, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu > li {
                  border-bottom: none; } }
              footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu > li:last-child, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu > li:last-child, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu > li:last-child {
                margin: 0; }
              footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu > li.current-menu-item a, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu > li.current-menu-item a, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu > li.current-menu-item a {
                color: #00C1D5; }
              footer.main div.top_section nav.footer_menu_1 ul.footer_menu > li > ul.sub-menu > li a:after, footer.main div.top_section nav.footer_menu_2 ul.footer_menu > li > ul.sub-menu > li a:after, footer.main div.top_section nav.footer_menu_3 ul.footer_menu > li > ul.sub-menu > li a:after {
                display: none; }
    @media screen and (max-width: 1024px) {
      footer.main div.top_section nav.footer_menu_3 ul li:last-child {
        border-bottom: none; } }
    footer.main div.top_section div.copyright {
      text-align: right;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      margin-right: 0; }
      footer.main div.top_section div.copyright:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.top_section div.copyright {
          display: none; } }
      footer.main div.top_section div.copyright p {
        color: #757575; }
  footer.main div.bottom_section {
    background: #000;
    padding: 20px 15%; }
    footer.main div.bottom_section:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1200px) {
      footer.main div.bottom_section {
        padding: 20px 10%; } }
    @media screen and (max-width: 1024px) {
      footer.main div.bottom_section {
        padding: 20px 30px; } }
    footer.main div.bottom_section div.top:after {
      content: "";
      display: table;
      clear: both; }
    footer.main div.bottom_section div.top div.logo {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      display: none;
      padding: 5px 0 0 0; }
      footer.main div.bottom_section div.top div.logo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.bottom_section div.top div.logo {
          display: block; } }
      footer.main div.bottom_section div.top div.logo img {
        height: auto;
        max-width: 120px; }
    footer.main div.bottom_section div.top div.ride_to_top {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0;
      color: #FFF;
      font-size: 0.5625em;
      text-align: center;
      text-transform: uppercase;
      display: none; }
      footer.main div.bottom_section div.top div.ride_to_top:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.bottom_section div.top div.ride_to_top {
          display: block; } }
      footer.main div.bottom_section div.top div.ride_to_top span {
        color: #FFF;
        position: relative; }
        footer.main div.bottom_section div.top div.ride_to_top span:before {
          display: block;
          position: relative;
          transform: rotate(-90deg); }
      footer.main div.bottom_section div.top div.ride_to_top:hover {
        cursor: pointer; }
    footer.main div.bottom_section div.contact_details {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      footer.main div.bottom_section div.contact_details:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.bottom_section div.contact_details {
          float: none;
          margin: 10px 0 0 0;
          position: relative;
          text-align: center;
          width: 100%; } }
      footer.main div.bottom_section div.contact_details p {
        color: #FFF;
        display: inline-block;
        font-size: 0.75em;
        padding: 0 50px 0 0; }
        @media screen and (max-width: 1024px) {
          footer.main div.bottom_section div.contact_details p {
            padding: 0; } }
        footer.main div.bottom_section div.contact_details p:last-child {
          padding: 0; }
        footer.main div.bottom_section div.contact_details p span {
          color: #00C1D5; }
        footer.main div.bottom_section div.contact_details p br {
          display: none; }
    footer.main div.bottom_section div.author {
      text-align: right;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%;
      margin-right: 0; }
      footer.main div.bottom_section div.author:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1024px) {
        footer.main div.bottom_section div.author {
          float: none;
          padding: 10px 0 0 0;
          text-align: center;
          width: 100%; } }
      footer.main div.bottom_section div.author p {
        color: #757575;
        font-size: 0.75em; }
        footer.main div.bottom_section div.author p a {
          color: inherit;
          text-decoration: none; }
          footer.main div.bottom_section div.author p a:hover {
            color: #FFF; }

/* ------------------------------------------------------
  Layout
------------------------------------------------------ */
.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
  /* Modal Content/Box */ }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    /* 25% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .modal .modal-content span {
      display: block; }
    .modal .modal-content p {
      margin: 15px 0; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-family: Arial, sans-serif;
  font-size: 28px; }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

section.page_header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 70vh;
  position: relative; }
  @media screen and (max-width: 640px) {
    section.page_header {
      max-height: 400px; } }
  section.page_header div.overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 64%, transparent 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 64%, transparent 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 64%, transparent 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  section.page_header div.wrapper {
    height: 100%;
    padding: 0 15%;
    z-index: 2; }
  section.page_header div.copy_container {
    display: table;
    height: 70vh;
    padding: 10% 0;
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 640px) {
      section.page_header div.copy_container {
        max-height: 400px;
        padding: 0; } }
    section.page_header div.copy_container div.copy {
      display: table-cell;
      vertical-align: bottom; }
      @media screen and (max-width: 640px) {
        section.page_header div.copy_container div.copy {
          vertical-align: middle; } }
      section.page_header div.copy_container div.copy h1 {
        border: 15px solid transparent;
        border-image: url("../img/white-border.svg") 15 stretch;
        color: #FFF;
        display: inline-block;
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
        padding: 0 5px; }
        @media screen and (max-width: 1024px) {
          section.page_header div.copy_container div.copy h1 {
            border-image: none; } }

html.ie div.copy h1 {
  border: none;
  border-image: none !important; }

@supports (-ms-ime-align: auto) {
  div.copy h1 {
    border: none;
    border-image: none !important; } }

/* ------------------------------------------------------
  Page Builder
------------------------------------------------------ */
section.split_content {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    section.split_content {
      display: block;
      table-layout: auto; } }
  section.split_content hr {
    border: 0;
    border-top: 1px solid #00C1D5;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0; }
  section.split_content div.left_side, section.split_content div.right_side {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 5% 5% 5% 15%;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 1200px) {
      section.split_content div.left_side, section.split_content div.right_side {
        padding: 5% 5% 5% 10%; } }
    @media screen and (max-width: 1024px) {
      section.split_content div.left_side, section.split_content div.right_side {
        display: block;
        padding: 30px;
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      section.split_content div.left_side.remove_spacing, section.split_content div.remove_spacing.right_side {
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 1024px) {
      section.split_content div.left_side.remove_spacing h2, section.split_content div.remove_spacing.right_side h2 {
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 1024px) {
      section.split_content div.left_side.remove_spacing p:last-child, section.split_content div.remove_spacing.right_side p:last-child, section.split_content div.left_side.remove_spacing p:only-of-type, section.split_content div.remove_spacing.right_side p:only-of-type {
        margin-bottom: 0;
        padding-bottom: 0; } }
    section.split_content div.left_side h2, section.split_content div.right_side h2 {
      color: #000000;
      font-size: 1.25em;
      margin: 0 0 20px 0; }
    section.split_content div.left_side h3, section.split_content div.right_side h3 {
      color: #2C2A29;
      font-size: 0.875em;
      font-weight: 600;
      margin: 20px 0 10px 0; }
    section.split_content div.left_side ul, section.split_content div.right_side ul {
      list-style: none;
      margin: 15px 0;
      padding: 0 0 0 20px; }
      section.split_content div.left_side ul li, section.split_content div.right_side ul li {
        color: #2C2A29;
        font-size: 0.875em;
        margin: 0 0 5px 0;
        position: relative; }
        section.split_content div.left_side ul li:before, section.split_content div.right_side ul li:before {
          content: "»";
          display: inline-block;
          margin: 0 20px 0 0;
          position: absolute;
          left: -20px;
          top: 0; }
    section.split_content div.left_side p, section.split_content div.right_side p {
      line-height: 180%;
      margin: 0 0 20px 0; }
    section.split_content div.left_side.grey, section.split_content div.grey.right_side {
      background-color: #413F3E; }
      section.split_content div.left_side.grey h2, section.split_content div.grey.right_side h2 {
        color: #5BC2E7; }
      section.split_content div.left_side.grey p, section.split_content div.grey.right_side p {
        color: #FFF; }
    section.split_content div.left_side.darkblue, section.split_content div.darkblue.right_side {
      background-color: #00C1D5; }
      section.split_content div.left_side.darkblue h2, section.split_content div.darkblue.right_side h2 {
        color: #2C2A29; }
      section.split_content div.left_side.darkblue p, section.split_content div.darkblue.right_side p {
        color: #FFF; }
    section.split_content div.left_side.lightblue, section.split_content div.lightblue.right_side {
      background-color: #EFF9FD; }
      section.split_content div.left_side.lightblue h2, section.split_content div.lightblue.right_side h2 {
        color: #00C1D5; }
      section.split_content div.left_side.lightblue p, section.split_content div.lightblue.right_side p {
        color: #2C2A29; }
    section.split_content div.left_side.green, section.split_content div.green.right_side {
      background-color: #00C1D5; }
      section.split_content div.left_side.green h2, section.split_content div.green.right_side h2 {
        color: #2C2A29; }
      section.split_content div.left_side.green p, section.split_content div.green.right_side p {
        color: #FFF; }
    section.split_content div.left_side.background, section.split_content div.background.right_side {
      min-height: 300px; }
  section.split_content div.right_side {
    padding: 5% 15% 5% 5%; }
    @media screen and (max-width: 1200px) {
      section.split_content div.right_side {
        padding: 5% 10% 5% 5%; } }
    @media screen and (max-width: 1024px) {
      section.split_content div.right_side {
        padding: 30px; } }
    section.split_content div.right_side hr:first-of-type {
      display: none; }
      @media screen and (max-width: 1024px) {
        section.split_content div.right_side hr:first-of-type {
          display: block; } }

section.headline h2 {
  color: #5BC2E7;
  font-size: 2.375em;
  line-height: 150%;
  margin: 50px auto 0;
  text-align: center;
  width: 80%; }
  @media screen and (max-width: 1024px) {
    section.headline h2 {
      font-size: 1.75em;
      line-height: 130%;
      width: 100%; } }

body.about section.page_header div.copy_container {
  text-align: right; }
  @media screen and (max-width: 1024px) {
    body.about section.page_header div.copy_container div.copy {
      bottom: 50px;
      position: relative;
      vertical-align: bottom; } }
  body.about section.page_header div.copy_container br {
    display: none; }
    @media screen and (max-width: 1024px) {
      body.about section.page_header div.copy_container br {
        display: block; } }

/* ------------------------------------------------------
  Homepage
------------------------------------------------------ */
body.home section.page_header {
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 1024px) {
    body.home section.page_header {
      height: 60vh; } }
  body.home section.page_header div.copy_container {
    height: 90vh;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      body.home section.page_header div.copy_container {
        height: 60vh; } }
    body.home section.page_header div.copy_container div.copy {
      padding: 0 0 13% 3%; }
      @media screen and (max-width: 640px) {
        body.home section.page_header div.copy_container div.copy {
          padding: 0 0 0 3%; } }
      @media screen and (max-width: 640px) {
        body.home section.page_header div.copy_container div.copy h1 {
          font-size: 1.25em;
          margin-top: 80px; } }
      body.home section.page_header div.copy_container div.copy br {
        display: none; }
        @media screen and (max-width: 1024px) {
          body.home section.page_header div.copy_container div.copy br {
            display: block; } }
  body.home section.page_header div.overlay {
    display: none; }

section.homepage_intro {
  padding: 80px 0; }
  @media screen and (max-width: 1024px) {
    section.homepage_intro {
      padding: 50px 0; } }
  @media screen and (max-width: 1024px) {
    section.homepage_intro div.container {
      padding: 0; } }
  section.homepage_intro div.copy {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    padding-right: 100px; }
    section.homepage_intro div.copy:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.homepage_intro div.copy {
        float: none;
        margin: 0 0 50px 0;
        padding: 0 30px;
        width: 100%; } }
    section.homepage_intro div.copy h1 {
      color: #5BC2E7;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 130%;
      margin: 0 0 30px 0; }
    section.homepage_intro div.copy p {
      font-size: 0.875em; }
  section.homepage_intro div.quick_links {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    section.homepage_intro div.quick_links:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      section.homepage_intro div.quick_links {
        float: none;
        width: 100%; } }
    section.homepage_intro div.quick_links h3 {
      background: #413F3E;
      font-size: 1em;
      padding: 10px 35px;
      position: relative; }
      section.homepage_intro div.quick_links h3 a {
        color: #5BC2E7;
        text-decoration: none; }
      section.homepage_intro div.quick_links h3:before {
        content: "\61";
        color: #FFF;
        display: inline-block;
        font-family: "monson";
        font-size: 20px;
        left: -1px;
        position: absolute;
        top: -2px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media screen and (max-width: 1024px) {
          section.homepage_intro div.quick_links h3:before {
            display: none; } }
    section.homepage_intro div.quick_links ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      section.homepage_intro div.quick_links ul li {
        position: relative; }
        section.homepage_intro div.quick_links ul li a {
          background: #9B9B9B;
          border-bottom: 1px solid #b5b5b5;
          color: #FFF;
          display: block;
          font-size: 0.875em;
          padding: 10px 35px;
          text-decoration: none; }
          section.homepage_intro div.quick_links ul li a:hover {
            background: #5BC2E7;
            border-bottom: 1px solid #5BC2E7;
            color: #565554; }
            section.homepage_intro div.quick_links ul li a:hover:after {
              color: #413F3E;
              transform: translateX(5px); }
          section.homepage_intro div.quick_links ul li a:after {
            content: "\62";
            color: #FFF;
            display: inline-block;
            font-family: "monson";
            position: absolute;
            right: 50px;
            top: 10px;
            transform: translateX(0);
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
        section.homepage_intro div.quick_links ul li:last-child:after {
          bottom: -3px;
          content: "\61";
          color: #FFF;
          display: inline-block;
          font-family: "monson";
          font-size: 20px;
          right: -1px;
          position: absolute;
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg); }
          @media screen and (max-width: 1024px) {
            section.homepage_intro div.quick_links ul li:last-child:after {
              display: none; } }

section.homepage_headline {
  background: url("../img/homepage-headline-background.jpg") no-repeat center center transparent;
  background-size: cover;
  height: 370px;
  margin: 50px 0;
  position: relative; }
  section.homepage_headline:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1024px) {
    section.homepage_headline {
      height: auto; } }
  section.homepage_headline div.copy {
    background: #00C1D5;
    padding: 30px 60px;
    position: relative;
    left: 0;
    top: -65px;
    width: 50%; }
    @media screen and (max-width: 1024px) {
      section.homepage_headline div.copy {
        margin: 0 auto;
        padding: 40px;
        top: 0;
        width: 85%; } }
    @media screen and (max-width: 640px) {
      section.homepage_headline div.copy {
        width: 96%; } }
    section.homepage_headline div.copy:before {
      background: url("../img/homepage-headline-background-before.png") no-repeat top left;
      content: "";
      height: 30px;
      left: 0;
      position: absolute;
      top: -30px;
      width: 100%; }
    section.homepage_headline div.copy:after {
      background: url("../img/homepage-headline-background-after.png") no-repeat top right;
      content: "";
      height: 30px;
      position: absolute;
      right: 0;
      bottom: -30px;
      width: 100%; }
    section.homepage_headline div.copy a.btn {
      margin: 0 0 0 15px; }
    section.homepage_headline div.copy h2 {
      color: #FFF;
      margin: 0 0 30px 0; }
    section.homepage_headline div.copy p {
      color: #FFF;
      margin: 0 0 30px 0; }
      section.homepage_headline div.copy p:last-child {
        margin: 0; }

body.home .scroll-suggest {
  display: block; }
  @media screen and (max-width: 1024px) {
    body.home .scroll-suggest {
      display: none; } }

.scroll-suggest {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none; }
  .scroll-suggest span.icon-mouse {
    position: relative;
    animation: pulseDelay 5s infinite;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 20px;
    height: 32px;
    position: relative;
    animation: pulseDelay 5s infinite; }
    .scroll-suggest span.icon-mouse span {
      display: block;
      position: absolute;
      width: 2px;
      height: 10px;
      left: calc(50% - 1px);
      top: 8px;
      overflow: hidden; }
      .scroll-suggest span.icon-mouse span i {
        position: absolute;
        background-color: white;
        display: block;
        width: 2px;
        height: 5px;
        top: 0;
        left: 0; }
        .scroll-suggest span.icon-mouse span i:first-child {
          animation: scrollWheel 1s infinite; }
        .scroll-suggest span.icon-mouse span i:last-child {
          animation: scrollWheelSecond 1s infinite;
          animation-delay: 1.1s;
          transform: translateY(-100%); }
  .scroll-suggest span.icon {
    background-image: url("../img/mouse.png"); }
  .scroll-suggest span.text {
    color: #FFF;
    display: block;
    font-family: "Glegoo", serif;
    font-size: 0.8125em;
    padding: 5px 0;
    text-decoration: none; }

@keyframes pulseDelay {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12); }
  40%, 60%, 70%, 80%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scrollWheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; } }

/* ------------------------------------------------------
  Contact Page
------------------------------------------------------ */
body.contact section.page_header div.copy_container {
  padding: 15% 0; }

body.contact div.head_office {
  padding: 5% 15%; }
  @media screen and (max-width: 1200px) {
    body.contact div.head_office {
      padding: 5% 10%; } }
  @media screen and (max-width: 1024px) {
    body.contact div.head_office {
      padding: 30px; } }
  body.contact div.head_office h2 {
    border-bottom: 1px solid #000;
    color: #00C1D5;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0; }
  body.contact div.head_office h3 {
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  body.contact div.head_office p {
    color: #565554;
    font-size: 0.9375em;
    margin: 5px 0;
    padding: 0; }
  body.contact div.head_office div.numbers {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    body.contact div.head_office div.numbers:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body.contact div.head_office div.numbers {
        float: none;
        padding: 10px 0;
        width: 100%; } }
    body.contact div.head_office div.numbers p span {
      color: #00C1D5;
      display: inline-block;
      margin: 0 5px 0 0; }
  body.contact div.head_office div.physical_address {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    body.contact div.head_office div.physical_address:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body.contact div.head_office div.physical_address {
        float: none;
        padding: 10px 0;
        width: 100%; } }
  body.contact div.head_office div.po_box {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    body.contact div.head_office div.po_box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body.contact div.head_office div.po_box {
        float: none;
        padding: 10px 0;
        width: 100%; } }
  body.contact div.head_office div.email_address {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    padding: 20px 0 70px; }
    body.contact div.head_office div.email_address:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body.contact div.head_office div.email_address {
        float: none;
        padding: 20px 0 30px;
        width: 100%; } }
    body.contact div.head_office div.email_address a {
      color: #00C1D5;
      text-decoration: none; }

body.contact div.office_map div.map {
  height: 450px;
  width: 100%; }
  body.contact div.office_map div.map div.marker {
    opacity: 0;
    visibility: hidden; }
  body.contact div.office_map div.map h3 {
    color: #00C1D5;
    font-family: "Glegoo", serif;
    font-size: 1.125em;
    font-weight: 400 !important;
    margin: 0 0 10px 0; }
  body.contact div.office_map div.map p {
    color: #565554;
    font-family: "Glegoo", serif;
    font-size: 0.9375em;
    line-height: 150%; }

body.contact div.contact_form {
  border-bottom: 1px solid #979797;
  margin: 0 auto;
  /*width: 80%;
    @include media ($tablet){
      width: 100%;
    }*/ }
  body.contact div.contact_form form {
    margin: 0 auto;
    width: 75%; }
    @media screen and (max-width: 1024px) {
      body.contact div.contact_form form {
        width: 100%; } }

body.contact div.person_contacts div.person {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin: 0 0 30px 0; }
  body.contact div.person_contacts div.person:last-child {
    margin-right: 0; }
  body.contact div.person_contacts div.person:nth-child(3n) {
    margin-right: 0; }
  body.contact div.person_contacts div.person:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1024px) {
    body.contact div.person_contacts div.person {
      width: 100%; } }
  body.contact div.person_contacts div.person p {
    margin: 5px 0;
    padding: 0; }
    body.contact div.person_contacts div.person p.name {
      color: #00C1D5;
      font-size: 1.5em; }
    body.contact div.person_contacts div.person p.job_title {
      font-size: 0.8125em;
      font-weight: 700;
      text-transform: uppercase; }
    body.contact div.person_contacts div.person p.phone_number {
      font-size: 1.25em; }

@media screen and (max-width: 1024px) {
  body.services section.page_header div.copy_container div.copy {
    bottom: 60px;
    position: relative;
    vertical-align: bottom; } }

body.services section.page_header div.copy_container div.copy h1 {
  font-size: 1.25em; }

@media screen and (max-width: 1024px) {
  body.services section.page_header div.copy_container div.copy br {
    display: none; } }

body.services div.services {
  background: url("../img/concrete-pattern.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  min-height: 45vh;
  padding: 80px 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    body.services div.services {
      min-height: auto;
      padding: 30px 0 0; } }
  @media screen and (max-width: 1024px) {
    body.services div.services div.container {
      padding: 0; } }
  body.services div.services h2 {
    color: #000;
    font-size: 1.75em;
    margin: 0 0 50px 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      body.services div.services h2 {
        margin: 0 0 20px 0; } }
  body.services div.services ul {
    display: table;
    list-style: none;
    margin: 0 auto 80px;
    padding: 0; }
    body.services div.services ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1024px) {
      body.services div.services ul {
        display: block;
        margin: 0 auto; } }
    body.services div.services ul li {
      background: url("../img/services-item-background.png") no-repeat;
      float: left;
      height: 102px;
      position: relative;
      text-align: center;
      width: 183px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 1024px) {
        body.services div.services ul li {
          background-image: none;
          color: #FFF;
          display: block;
          float: none;
          height: auto;
          text-align: left;
          width: 100%; } }
      body.services div.services ul li:hover {
        background: url("../img/services-item-background-hover.png") no-repeat; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li:hover {
            background: none; } }
        body.services div.services ul li:hover a {
          color: #FFF; }
      body.services div.services ul li a {
        color: #5BC2E7;
        display: table-cell;
        height: 102px;
        padding: 0 20px;
        text-decoration: none;
        vertical-align: middle;
        width: 183px; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li a {
            background: #9B9B9B;
            border-bottom: 1px solid #b5b5b5;
            color: #FFF;
            display: block;
            font-size: 0.875em;
            height: auto;
            padding: 10px 35px;
            text-decoration: none;
            width: 100%; }
            body.services div.services ul li a:hover {
              background: #5BC2E7;
              border-bottom: 1px solid #5BC2E7;
              color: #565554; }
              body.services div.services ul li a:hover:after {
                color: #413F3E;
                transform: translateX(5px); }
            body.services div.services ul li a:after {
              content: "\62";
              color: #FFF;
              display: inline-block;
              font-family: "monson";
              position: absolute;
              right: 50px;
              top: 10px;
              transform: translateX(0);
              -webkit-transition: all 0.2s ease 0s;
              -moz-transition: all 0.2s ease 0s;
              transition: all 0.2s ease 0s; } }
      body.services div.services ul li#offshore_projects {
        left: -22px;
        top: 70px; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li#offshore_projects {
            left: 0;
            top: 0; } }
      body.services div.services ul li#shore_based_logistics {
        left: -13px;
        top: 38px; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li#shore_based_logistics {
            left: 0;
            top: 0; } }
      body.services div.services ul li#crew_logistics {
        left: -5px;
        top: 4px; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li#crew_logistics {
            left: 0;
            top: 0; } }
      body.services div.services ul li#seismic {
        left: -20px;
        top: 70px; }
        @media screen and (max-width: 1024px) {
          body.services div.services ul li#seismic {
            left: 0;
            top: 0; } }

body.parent-pageid-63 section.split_content h2 {
  color: #00C1D5; }

body.parent-pageid-63 section.cta {
  background: #EFF9FD; }
  body.parent-pageid-63 section.cta a.button:before {
    color: #EFF9FD; }
  body.parent-pageid-63 section.cta a.button:after {
    color: #EFF9FD; }

body.parent-pageid-63 section.page_header div.heading_container {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  padding: 25px 15%;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    body.parent-pageid-63 section.page_header div.heading_container {
      padding: 20px 30px; } }
  body.parent-pageid-63 section.page_header div.heading_container div.heading {
    float: left;
    width: 50%; }
    @media screen and (max-width: 1024px) {
      body.parent-pageid-63 section.page_header div.heading_container div.heading {
        float: none;
        width: 100%; } }
    body.parent-pageid-63 section.page_header div.heading_container div.heading h1 {
      color: #FFF; }
  body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs {
    color: #5BC2E7;
    font-family: "Glegoo", serif;
    font-size: 1em;
    float: left;
    padding: 0;
    position: relative;
    text-align: right;
    width: 50%;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs {
        display: none; } }
    body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs p.breadcrumbs {
      border-bottom: 1px solid #FFF;
      display: inline-block;
      padding: 0 0 10px 0; }
    body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs span {
      color: #FFF; }
      body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs span.separator {
        display: inline-block;
        padding: 0 10px; }
    body.parent-pageid-63 section.page_header div.heading_container div.breadcrumbs a {
      color: #5BC2E7;
      font-weight: 600;
      text-decoration: none; }

body.post-type-archive-our_team section.page_header div.copy_container {
  padding: 15% 0; }

body.post-type-archive-our_team div.profile {
  display: none;
  padding: 7px; }
  body.post-type-archive-our_team div.profile span {
    display: block; }
  body.post-type-archive-our_team div.profile p {
    margin: 20px 0; }

body.post-type-archive-our_team section.our_team {
  position: relative; }
  body.post-type-archive-our_team section.our_team h2 {
    color: #413F3E;
    font-size: 2em;
    margin: 50px auto;
    text-align: center; }
  body.post-type-archive-our_team section.our_team div.staffs {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.post-type-archive-our_team section.our_team div.staffs div.staff_profile {
      border: 1px solid #999;
      display: none;
      float: left;
      margin: 20px 0 100px;
      padding: 50px;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        body.post-type-archive-our_team section.our_team div.staffs div.staff_profile {
          display: none !important; } }
      body.post-type-archive-our_team section.our_team div.staffs div.staff_profile h3 {
        color: #000;
        font-size: 1.8125em; }
      body.post-type-archive-our_team section.our_team div.staffs div.staff_profile span.job_position {
        color: #00C1D5;
        display: block;
        font-size: 0.875em;
        text-transform: uppercase; }
      body.post-type-archive-our_team section.our_team div.staffs div.staff_profile span.phone_number {
        color: #9B9B9B;
        display: block;
        font-size: 1.5em; }
      body.post-type-archive-our_team section.our_team div.staffs div.staff_profile p {
        margin: 20px 0; }
    body.post-type-archive-our_team section.our_team div.staffs div.staff {
      float: left;
      width: 33.3333333%;
      margin: 0 0 50px 0;
      position: relative; }
      @media screen and (max-width: 1024px) {
        body.post-type-archive-our_team section.our_team div.staffs div.staff {
          transform: none !important;
          width: 50%; } }
      @media screen and (max-width: 640px) {
        body.post-type-archive-our_team section.our_team div.staffs div.staff {
          width: 100%; } }
      body.post-type-archive-our_team section.our_team div.staffs div.staff img {
        height: auto;
        max-width: 100%;
        width: auto; }
      body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy {
        background: url("../img/border-green.png") no-repeat top left transparent;
        height: 164px;
        position: absolute;
        right: 30px;
        top: 50px;
        width: 199px;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
        body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy a {
          display: block;
          height: 100%;
          padding: 35px 30px 20px 35px;
          position: relative;
          text-decoration: none;
          width: 100%; }
        body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy span {
          display: block; }
          body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy span.location {
            font-size: 0.875em;
            font-weight: 700;
            text-transform: uppercase; }
          body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy span.job_position {
            font-size: 0.625em;
            font-weight: 700;
            text-transform: uppercase; }
        body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy h3.name {
          margin: 5px 0; }
        body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy:hover, body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy.active {
          background: url("../img/border-green-full.png") no-repeat top left transparent;
          cursor: pointer; }
          body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy:hover h3, body.post-type-archive-our_team section.our_team div.staffs div.staff div.copy.active h3 {
            color: #FFF; }

/* ------------------------------------------------------
  Where we work
------------------------------------------------------ */
body.where-we-work, body.page-id-75 {
  background: #413F3E; }
  body.where-we-work header.main, body.page-id-75 header.main {
    background: #2C2A29;
    position: relative;
    padding: 40px 50px; }
    @media screen and (max-width: 1024px) {
      body.where-we-work header.main, body.page-id-75 header.main {
        padding: 20px; } }
    body.where-we-work header.main a.logo, body.page-id-75 header.main a.logo {
      margin: 10px 0 0 20px; }
      @media screen and (max-width: 1024px) {
        body.where-we-work header.main a.logo, body.page-id-75 header.main a.logo {
          margin: 10px 0 0 10px; } }
    body.where-we-work header.main div.menu-trigger, body.page-id-75 header.main div.menu-trigger {
      top: 62px; }
      @media screen and (max-width: 1024px) {
        body.where-we-work header.main div.menu-trigger, body.page-id-75 header.main div.menu-trigger {
          top: 40px; } }
  body.where-we-work section.where_we_work, body.page-id-75 section.where_we_work {
    position: relative; }
    body.where-we-work section.where_we_work:after, body.page-id-75 section.where_we_work:after {
      content: "";
      display: table;
      clear: both; }
    body.where-we-work section.where_we_work div.copy, body.page-id-75 section.where_we_work div.copy {
      float: left;
      width: 25%; }
      @media screen and (max-width: 1024px) {
        body.where-we-work section.where_we_work div.copy, body.page-id-75 section.where_we_work div.copy {
          width: 100%; } }
      body.where-we-work section.where_we_work div.copy div.intro, body.page-id-75 section.where_we_work div.copy div.intro {
        background: #FFF;
        padding: 15%; }
        @media screen and (max-width: 1024px) {
          body.where-we-work section.where_we_work div.copy div.intro, body.page-id-75 section.where_we_work div.copy div.intro {
            padding: 10%; } }
        body.where-we-work section.where_we_work div.copy div.intro h2, body.page-id-75 section.where_we_work div.copy div.intro h2 {
          color: #5BC2E7;
          font-size: 1.25em;
          margin: 0 0 20px 0; }
      body.where-we-work section.where_we_work div.copy div.locations_list, body.page-id-75 section.where_we_work div.copy div.locations_list {
        max-height: 45vh;
        position: relative;
        overflow: scroll; }
        @media screen and (max-width: 1024px) {
          body.where-we-work section.where_we_work div.copy div.locations_list, body.page-id-75 section.where_we_work div.copy div.locations_list {
            max-height: none;
            padding-bottom: 0; } }
        body.where-we-work section.where_we_work div.copy div.locations_list h2, body.page-id-75 section.where_we_work div.copy div.locations_list h2 {
          display: none; }
        body.where-we-work section.where_we_work div.copy div.locations_list h3, body.page-id-75 section.where_we_work div.copy div.locations_list h3 {
          color: #2C2A29;
          font-size: 1.25em;
          text-transform: uppercase; }
        body.where-we-work section.where_we_work div.copy div.locations_list div.location-result, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result {
          background: #F5F5F5;
          border-bottom: 1px solid #5BC2E7;
          padding: 10% 15%; }
          @media screen and (max-width: 1024px) {
            body.where-we-work section.where_we_work div.copy div.locations_list div.location-result, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result {
              padding: 10%; } }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result:hover, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result:hover {
            cursor: pointer; }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result:last-child, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result:last-child {
            border-bottom: none; }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result.active, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result.active {
            background: #ededed; }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result p, body.where-we-work section.where_we_work div.copy div.locations_list div.location-result a, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result p, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result a {
            color: #565554;
            font-size: 0.875em;
            text-decoration: none; }
            body.where-we-work section.where_we_work div.copy div.locations_list div.location-result p span, body.where-we-work section.where_we_work div.copy div.locations_list div.location-result a span, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result p span, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result a span {
              color: #5BC2E7; }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result p.phone, body.where-we-work section.where_we_work div.copy div.locations_list div.location-result p.address, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result p.phone, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result p.address {
            border-top: 1px solid #999;
            margin: 10px 0 0 0;
            padding: 10px 0 0 0; }
          body.where-we-work section.where_we_work div.copy div.locations_list div.location-result a:hover, body.page-id-75 section.where_we_work div.copy div.locations_list div.location-result a:hover {
            color: #5BC2E7; }
    body.where-we-work section.where_we_work div.google_map, body.page-id-75 section.where_we_work div.google_map {
      float: left;
      height: 100%;
      position: absolute;
      right: 0;
      width: 75%; }
      @media screen and (max-width: 1024px) {
        body.where-we-work section.where_we_work div.google_map, body.page-id-75 section.where_we_work div.google_map {
          display: none; } }
      body.where-we-work section.where_we_work div.google_map div.back_to_map, body.page-id-75 section.where_we_work div.google_map div.back_to_map {
        background: #00C1D5;
        color: #FFF;
        font-size: 0.75em;
        padding: 4px 10px;
        position: absolute;
        display: block;
        left: 115px;
        top: 10px;
        z-index: 11; }
        body.where-we-work section.where_we_work div.google_map div.back_to_map:hover, body.page-id-75 section.where_we_work div.google_map div.back_to_map:hover {
          cursor: pointer; }
      body.where-we-work section.where_we_work div.google_map .acf-map, body.page-id-75 section.where_we_work div.google_map .acf-map {
        height: 100%;
        position: relative;
        width: 100%; }

body.why-us section.page_header div.copy_container div.copy {
  vertical-align: middle; }

/* ------------------------------------------------------
  Wordpress Core
------------------------------------------------------ */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/* ------------------------------------------------------
  Browser update alert
------------------------------------------------------ */
#outdated {
  display: none; }

.ie8down #outdated {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  z-index: 1500;
  background-color: #21b8ce;
  color: #fff; }
  .ie8down #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 20px; }
  .ie8down #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  .ie8down #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 20px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer; }
    .ie8down #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #fff; }
  .ie8down #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
  .ie8down #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px; }

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