/*
Theme Name: LUNA
Theme URI: 
Description: Custom theme for LUNA and Pivot
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Local Fonts - - - - - */
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/34D2B9_0_0.eot");
  src: url("fonts/34D2B9_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/34D2B9_0_0.woff2") format("woff2"), url("fonts/34D2B9_0_0.woff") format("woff"), url("fonts/34D2B9_0_0.ttf") format("truetype"), url("fonts/34D2B9_0_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: normal;
  font-style: italic;
  src: url("fonts/34D2B9_1_0.eot");
  src: url("fonts/34D2B9_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/34D2B9_1_0.woff2") format("woff2"), url("fonts/34D2B9_1_0.woff") format("woff"), url("fonts/34D2B9_1_0.ttf") format("truetype"), url("fonts/34D2B9_1_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  font-style: normal;
  src: url("fonts/34D2B9_2_0.eot");
  src: url("fonts/34D2B9_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/34D2B9_2_0.woff2") format("woff2"), url("fonts/34D2B9_2_0.woff") format("woff"), url("fonts/34D2B9_2_0.ttf") format("truetype"), url("fonts/34D2B9_2_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  font-style: italic;
  src: url("fonts/34D2B9_3_0.eot");
  src: url("fonts/34D2B9_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/34D2B9_3_0.woff2") format("woff2"), url("fonts/34D2B9_3_0.woff") format("woff"), url("fonts/34D2B9_3_0.ttf") format("truetype"), url("fonts/34D2B9_3_0.svg#wf") format("svg"); }

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

.sans {
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica", Arial, Verdana, sans-serif; }

.helv {
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif; }

.grey {
  color: #525252; }

.dk-grey {
  color: #333333; }

.vlt-grey {
  color: #dfdfdf; }

.blue {
  color: #0093b6; }

.lt-blue {
  color: #6ABED2; }

.gold {
  color: #f0b41c; }

.green {
  color: #86983f; }

.orange {
  color: #d56b30; }

.black {
  color: #000000; }

.cream {
  color: #FDF6E5; }

.white {
  color: #fff; }

.grey-bg {
  background: #525252; }

.dk-grey-bg {
  background: #333333; }

.vlt-grey-bg {
  background: #dfdfdf; }

.blue-bg {
  background: #0093b6; }

.lt-blue-bg {
  background: #6ABED2; }

.gold-bg {
  background: #f0b41c; }

.green-bg {
  background: #86983f; }

.orange-bg {
  background: #d56b30; }

.black-bg {
  background: #000000; }

.cream-bg {
  background: #FDF6E5; }

.white-bg {
  background: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.xspace {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #0093b6;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover {
  color: #86983f; }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline > li {
  display: inline;
  float: left; }

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top; }

ul.ilb {
  display: block; }

li.vmiddle,
.vmiddle {
  vertical-align: middle; }

.reverse {
  direction: rtl; }

.dfix {
  direction: ltr; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important; }

.gold-pattern {
  background: url(images/yellow-pattern.svg) repeat center top #f3c247; }

.blue-pattern {
  background: url(images/blue-pattern.svg) repeat center top #009fc5; }

.green-pattern {
  background: url(images/green-pattern.svg) repeat center top #90a343; }

.orange-pattern {
  background: url(images/orange-pattern.svg) repeat center top #d97a45; }

.gold-texture {
  background: url(images/gold-texture.png) no-repeat center; }

.blue-texture {
  background: url(images/blue-texture.png) no-repeat center; }

.green-texture {
  background: url(images/green-texture.png) no-repeat center; }

.orange-texture {
  background: url(images/orange-texture.png) no-repeat center; }

/* !Font Size Fuctions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.6em;
  font-size: 1.125em; }

.text p {
  margin: 15px 0; }

.text.big-text {
  font-size: 1.5em;
  line-height: 1.5em; }

.header-text p:first-child,
.text p:first-child {
  margin-top: 0; }

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.text > ul {
  list-style: none;
  margin: 30px 0;
  padding: 0; }

.text > ul > li {
  padding-left: 15px;
  position: relative;
  margin-top: 8px;
  display: block; }

.text > ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
  border-radius: 120%;
  overflow: hidden;
  background: #333333; }

.text > h1,
.text > h2,
.text > h3,
.text > h4 {
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #f0b41c;
  line-height: 1.4em;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif; }

.text > h1:first-child,
.text > h2:first-child,
.text > h3:first-child,
.text > h4:first-child,
.text > ul:first-child {
  margin-top: 0; }

.text > h1:last-child,
.text > h2:last-child,
.text > h3:last-child,
.text > h4:last-child,
.text > ul:last-child {
  margin-bottom: 0; }

.text > blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 5px solid #0093b6;
  color: #333333;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: left;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif; }

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica", Arial, Verdana, sans-serif;
  color: #333333;
  line-height: 1.6em;
  background: #fff; }

#container {
  padding-left: 60px; }

.inner {
  max-width: 860px;
  padding: 0 30px;
  margin: 0 auto;
  display: block; }

.inner.mid {
  max-width: 760px; }

.max {
  max-width: 1400px;
  display: block;
  margin: 0 auto; }

.inner.max {
  max-width: 1380px; }

/* !Headlines - - - - - */
h1.headline,
h1.big-headline,
h1.vbig-headline,
h2.cta-headline,
h2.small-sub,
h3.box-icon-title,
h2.footer-title,
h2.big-cta-headline,
h2.gsection_title,
h2.tiny-title,
h2.subhead,
h2.headline,
h2.new-list-title {
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 4.375em;
  line-height: 1.1em; }

h1.big-headline {
  font-size: 8.125em;
  line-height: 1em; }

h1.vbig-headline {
  font-size: 8.75em;
  line-height: 1em; }

h1.vbig-headline.smaller {
  font-size: 4.375em;
  line-height: 1.1em; }

h1.vbig-headline.big-margin-bottom {
  margin-bottom: 100px; }

h2.cta-headline {
  font-size: 3.75em;
  line-height: 1.1em; }

h2.small-sub,
h2.gsection_title {
  font-size: 2.75em;
  line-height: 1.2em;
  font-weight: normal; }

h2.small-sub.bold {
  font-weight: bold; }

h3.box-icon-title {
  font-size: 1.75em;
  line-height: 1.3em;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

h2.footer-title,
h2.tiny-title {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 10px; }

h2.big-cta-headline {
  font-size: 5.625em;
  line-height: 1.1em; }

h2.gsection_title {
  margin-top: 80px;
  color: #f0b41c; }

li:first-child h2.gsection_title {
  margin-top: 0; }

h2.subhead {
  font-size: 1.875em;
  line-height: 1.3em; }

h2.headline {
  font-size: 4.375em;
  line-height: 1.1em; }

h2.new-list-title {
  font-size: 1.4375em;
  line-height: 1.4em;
  margin-bottom: 5px; }

h2.new-list-title a {
  color: #f0b41c; }

h2.new-list-title a:hover {
  color: #0093b6; }

/* !Section Pad - - - - - */
.small-section-pad {
  padding: 30px 0; }

.section-pad {
  padding: 60px 0; }

.big-section-pad {
  padding: 140px 0; }

/* !Header / Sidebar - - - - - */
.fix-bar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  background: #fff;
  z-index: 100001; }

.nav-wrap,
.search-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 100%;
  z-index: 99999;
  padding: 45px 45px 45px 160px;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

a.logo {
  width: 82px;
  height: 24px;
  background: url(images/luna-logo.svg) no-repeat center;
  position: absolute;
  top: 50px;
  left: -12px;
  transform: rotate(90deg);
  transform-origin: center;
  z-index: 100;
  text-indent: -9999px;
  overflow: hidden; }

a.nav-toggle,
a.search-toggle,
.side-lng {
  display: none; }

a.nav-toggle {
  display: block;
  width: 60px;
  height: 36px;
  position: absolute;
  top: calc(50% - 24px);
  left: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  overflow: hidden;
  z-index: 100020; }

a.nav-toggle div {
  width: 26px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 17px;
  text-indent: -9999px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.nav-toggle div:nth-child(1) {
  top: 11px; }

a.nav-toggle div:nth-child(2) {
  top: 50%; }

a.nav-toggle div:nth-child(3) {
  bottom: 10px; }

a.nav-toggle.active div:nth-child(2) {
  opacity: 0; }

a.nav-toggle.active div:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

a.nav-toggle.active div:nth-child(3) {
  bottom: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

a.search-toggle {
  display: block;
  width: 60px;
  height: 26px;
  position: absolute;
  top: calc(50% + 24px);
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  padding: 0 20px; }

.nav-active .nav-wrap,
.search-active .search-wrap {
  right: 0; }

.top-nav {
  position: absolute;
  top: 45px;
  left: 160px;
  width: calc(100% - 205px); }

.top-nav a {
  color: #f0b41c; }

.top-nav a:hover {
  color: #fff; }

ul.top-nav-links > li {
  margin-left: 25px; }

ul.top-nav-links > li:first-child {
  margin-left: 0; }

a.nav-link {
  font-size: 2.5em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2em;
  display: block; }

ul.nav a.nav-link {
  margin-top: 10px; }

ul.nav li:first-child a.nav-link {
  margin-top: 0; }

ul.nav li.mobile-nav {
  display: none; }

a.nav-link:hover,
.bottom-nav a.nav-link,
ul.nav a.sub-toggle.active,
ul.subnav a.sub2-toggle.active,
ul.subnav ul a.active {
  color: #f0b41c; }

.bottom-nav a.nav-link:hover {
  color: #fff; }

.bottom-nav {
  position: absolute;
  bottom: 45px;
  left: 160px;
  width: calc(100% - 205px); }

.top-nav-right {
  width: 150px;
  padding-left: 25px;
  text-align: right; }

.top-nav-left {
  width: calc(100% - 150px); }

a.top-sub-toggle {
  background: url(images/gold-arrow-down.svg) no-repeat right 3px;
  padding-right: 20px;
  border-bottom: 1px solid #f0b41c;
  padding-bottom: 5px;
  cursor: pointer; }

ul.top-sub {
  width: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 0 0; }

ul.top-sub a {
  display: block;
  margin-top: 5px; }

ul.nav {
  width: 340px; }

ul.nav a {
  cursor: pointer; }

ul.subnav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 340px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

li.sub-active ul.subnav,
ul.subnav li.sub2-active ul {
  visibility: visible;
  opacity: 1; }

ul.subnav,
ul.subnav ul {
  width: calc(50% - 170px);
  max-width: 340px;
  padding: 0 30px;
  border-left: 1px solid #f0b41c;
  font-size: 1.125em;
  line-height: 1.5em; }

ul.subnav ul {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 100%;
  width: 100%;
  z-index: 1;
  font-size: 100%; }

ul.subnav a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  font-weight: bold; }

ul.subnav ul a {
  color: #fff;
  font-weight: normal; }

ul.subnav a:hover,
ul.subnav ul a:hover {
  color: #f0b41c; }

ul.subnav > li:first-child > a,
ul.subnav > li > ul > li:first-child > a {
  margin-top: 0; }

.search-form-wrap {
  border-bottom: 3px solid #fff;
  width: 100%; }

input.search-box {
  background: none;
  border-radius: 0;
  border: none;
  padding: 10px 0 0 0;
  font-size: 7.5em;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold; }

#searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#searchform :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

#searchform :focus::-webkit-input-placeholder {
  color: transparent; }

#searchform :focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

#searchform :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

#searchform :focus:-ms-input-placeholder {
  color: transparent; }

ul.nav ul.fourth-nav {
  position: static;
  margin: 10px 0;
  padding: 0;
  border: none; }

ul.nav ul.fourth-nav li {
  position: relative;
  padding-left: 20px; }

ul.nav ul.fourth-nav li:before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  background: #fff; }

ul.mobile-extra {
  display: none;
  margin-top: 15px; }

a.mobile-extra-link {
  display: block;
  color: #f0b41c;
  font-size: 1.125em;
  line-height: 1.4em;
  padding: 8px 0; }

a.top-sub-toggle.mobile-extra-link {
  border: none;
  padding-right: 40px;
  background: none;
  position: relative;
  display: block; }

.mobile-social {
  margin-top: 10px; }

.mobile-social a.social {
  margin-left: 20px; }

.mobile-social a.social:first-child {
  margin-left: 0; }

.mobile-social a.social path,
.mobile-social a.social rect,
.mobile-social a.social polygon {
  fill: #f0b41c; }

.mobile-social a.social:hover path,
.mobile-social a.social:hover rect,
.mobile-social a.social:hover ppolygon {
  fill: #fff; }

ul.mobile-extra ul.top-sub {
  position: static;
  padding-top: 0;
  width: 100%; }

ul.mobile-extra ul.top-sub a {
  color: #fff; }

/* !Footer - - - - - */
.footer-bottom {
  padding: 30px 0; }

.footer-sep {
  padding: 0 10px; }

.footer-bottom a:hover {
  color: #333333; }

a.social {
  display: inline-block;
  margin-left: 15px; }

a.social:first-child {
  margin-left: 0; }

a.social path {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.social:hover path {
  fill: #333333; }

.footer-top {
  padding: 80px 0 35px 0; }

.footer-col1,
.footer-col2,
.footer-col3,
.footer-col4 {
  width: 22%; }

.footer-col2,
.footer-col3,
.footer-col4 {
  padding-left: 40px; }

.footer-col1 {
  padding-top: 37px; }

.footer-col3 {
  width: 34%; }

ul.footer-nav li {
  margin-bottom: 5px; }

ul.footer-nav a {
  color: #333333;
  display: block; }

ul.footer-nav a:hover {
  color: #0093b6; }

ul.footer-two-nav li:nth-child(odd) {
  padding-right: 10px;
  width: 50%; }

ul.footer-two-nav li:nth-child(even) {
  padding-left: 10px;
  width: 50%; }

.footer-col1 a {
  color: #0093b6;
  display: block; }

.footer-col1 a:hover {
  color: #333333; }

.phone-label {
  margin-left: 5px; }

.footer-section {
  margin-top: 25px; }

/* !Headers - - - - - */
.header-block {
  padding-top: 40px; }

.skinny-header {
  max-width: 800px;
  margin: 0 0 0 auto; }

.head-over {
  margin-top: -70px;
  position: relative;
  z-index: 10; }

.mid-header {
  max-width: 900px;
  margin: 0 0 0 auto; }

.head-over .text {
  margin-top: 30px; }

/* !Single Team - - - - - */
.single-team .head-over {
  margin-top: -200px; }

.single-team .text h1,
.single-team .text h2,
.single-team .text h3,
.single-team .text h4 {
  color: #0093b6;
  font-weight: normal; }

.standard-side {
  width: 180px;
  position: absolute;
  top: 0;
  left: -270px;
  z-index: 1; }

a.share-link {
  margin-right: 15px;
  border-radius: 120%;
  overflow: hidden;
  background: #0093b6;
  width: 44px;
  height: 44px;
  padding: 12px 0 14px 0;
  text-align: center;
  display: inline-block; }

a.share-link:hover {
  background: #333333; }

.share-label {
  display: block;
  font-size: 1.125em;
  margin-bottom: 15px;
  line-height: 1.3em; }

a.share-link path,
a.share-link polygon {
  fill: #fff; }

.blog-share a.share-link {
  display: block;
  margin: 10px 0 0 0;
  width: 36px;
  height: 36px;
  padding: 8px 0 0 0; }

/* !Button - - - - - */
a.button {
  font-size: 1.25em;
  line-height: 1.3em;
  padding: 16px 30px;
  border: 2px solid #f0b41c;
  color: #f0b41c;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica", Arial, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a.button.white {
  color: #fff;
  border-color: #fff; }

a.button:hover,
a.button.white:hover {
  color: #0093b6;
  border-color: #0093b6; }

a.arrow-button {
  display: inline-block;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  background: url(images/white-arrow-right.svg) no-repeat right 10px center #0093b6;
  padding: 7px 30px 6px 15px; }

a.arrow-button:hover {
  background-color: #333333; }

a.text-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3em;
  border-bottom: 1px solid #0093b6;
  color: #0093b6; }

a.text-link:hover {
  color: #333333;
  border-color: #333333; }

a.text-link:first-child {
  margin-top: 0; }

a.button.small-button {
  padding: 10px 20px; }

a.button.margin-top {
  margin-top: 20px; }

/* !Call to Action - - - - - */
.cta-image {
  max-width: 980px;
  padding: 85px; }

.cta-pad {
  padding-right: 260px;
  max-width: 1240px; }

.cta-pad a.button {
  position: absolute;
  top: 50%;
  left: calc(100% - 260px);
  z-index: 10;
  transform: translate(-30px, -50%); }

.big-cta-block .cta-pad:before {
  content: "";
  width: calc(100% - 130px);
  height: 100%;
  position: absolute;
  top: -70px;
  right: -70px;
  background: rgba(240, 180, 28, 0.8);
  z-index: 1; }

.big-cta-block h2.big-cta-headline {
  position: relative;
  z-index: 10; }

.big-cta-block a.button {
  color: #fff;
  left: calc(100% - 230px); }

.big-cta-block .cta-image {
  max-width: 1180px;
  padding: 130px; }

.big-cta-block .cta-pad {
  padding-right: 170px;
  max-width: 1350px; }

.big-cta-block,
.cta-block {
  overflow: hidden; }

.small-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(51, 51, 51, 0.7);
  mix-blend-mode: multiply; }

.small-cta h2.cta-headline {
  position: relative;
  z-index: 2; }

/* !Form Fields - - - - - */
ul.gform_fields,
.text ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields > li,
.text ul.gform_fields > li {
  margin-bottom: 30px;
  clear: both; }

.text ul.gform_fields > li {
  padding: 0;
  margin: 0 0 30px 0; }

.text ul.gform_fields li:before {
  display: none; }

input.medium,
textarea,
select,
.ginput_complex input,
.post-password-form input[type=password] {
  width: 100%;
  background: none;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 10px;
  height: 46px;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  color: #333333;
  text-indent: 0.01px;
  text-overflow: '';
  font-size: 1em; }

.post-password-form input[type=password] {
  margin-bottom: 10px; }

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center;
  color: #333333; }

.color-form input.medium,
.color-form textarea,
.color-form select,
.color-form .ginput_complex input {
  background-color: #dfdfdf; }

textarea {
  resize: none;
  height: 200px;
  padding: 10px; }

li.gform_validation_container {
  display: none !important; }

.gfield_label,
.ginput_complex label {
  display: none; }

.show-label .gfield_label,
.show-label .ginput_complex label,
.post-password-form label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: #0093b6;
  line-height: 1.4em;
  margin-bottom: 8px; }

.color-form .show-label .gfield_label {
  color: #fff; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #333333;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #333333;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #333333;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:-ms-input-placeholder {
  opacity: 1;
  color: #333333;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.validation_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #d56b30;
  font-size: 0.9375em;
  line-height: 1.4em; }

.validation_message {
  padding-top: 5px;
  color: #d56b30;
  font-style: italic;
  font-size: 0.8125em;
  line-height: 1.4em; }

.gform_confirmation_message {
  color: #0093b6;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.4em; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

ul.gfield_radio li,
ul.gfield_checkbox li {
  text-align: left;
  padding: 0 20px 0 34px;
  margin: 15px 0 0 0;
  position: relative;
  width: 50%;
  display: inline-block; }

ul.gfield_radio label,
ul.gfield_checkbox label {
  font-size: 0.9375em;
  display: block; }

ul.gfield_radio input,
ul.gfield_checkbox input {
  width: 22px;
  height: 22px;
  border: 1px solid #dfdfdf;
  background: none;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

ul.gfield_checkbox input {
  border-radius: 2px; }

ul.gfield_checkbox input:checked {
  background: url(images/check.svg) no-repeat center; }

ul.gfield_radio input:checked {
  background: #0093b6; }

.color-form ul.gfield_radio input,
.color-form ul.gfield_checkbox input,
ul.gfield_checkbox input:checked {
  background-color: #dfdfdf; }

ul.gform_fields li.left,
ul.gform_fields li.right,
.ginput_complex span {
  width: 50%;
  float: left;
  clear: none; }

ul.gform_fields li.left,
.ginput_complex span:nth-child(odd) {
  padding-right: 20px;
  clear: left; }

ul.gform_fields li.right,
.ginput_complex span:nth-chid(even) {
  float: right;
  padding-left: 20px;
  clear: none !important; }

ul.gform_fields li.clear {
  clear: both; }

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(82, 82, 82, 0.2);
  border-left: 4px solid #525252;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both; }

input[type=submit],
button.join,
input.gform_button_select_files {
  background: #0093b6;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 10px 50px 9px 50px;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1.3125em;
  line-height: 1.3em;
  position: relative;
  z-index: 100;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

input[type=submit]:hover,
button.join:hover,
input.gform_button_select_files:hover {
  background: #333333;
  color: #fff; }

input.gform_button_select_files {
  font-size: 1em;
  padding: 8px 40px; }

.page-form {
  margin-top: 50px; }

.page-form:first-child {
  margin-top: 0; }

.gform_footer {
  text-align: center; }

.gfield_description {
  font-style: italic; }

.bold-label label {
  color: #0093b6;
  font-weight: bold; }

.gform_drop_area {
  border: 1px solid #dfdfdf;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center; }

.gform_drop_instructions {
  display: block;
  margin-bottom: 30px;
  background: url(images/doc-icon.svg) no-repeat center bottom;
  padding-bottom: 60px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  color: transparent; }

.color-form .gform_drop_instructions {
  background-image: url(images/doc-icon-white.svg); }

.gform_drop_instructions:before {
  content: "Please drag or upload any relevant documents here";
  text-indent: 0;
  font-weight: bold;
  color: #333333;
  display: block;
  text-align: center; }

.gform_drop_instructions:after {
  content: "(Maximum individual file size is 5MB)";
  text-indent: 0;
  font-weight: bold;
  color: #333333;
  display: block;
  text-align: center;
  margin-top: -20px; }

#extensions_message {
  display: block;
  margin-top: 3px; }

.ginput_preview {
  position: relative;
  padding-left: 22px;
  font-size: 0.9375em;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

.ginput_preview img {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 0; }

.ginput_preview:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url(images/cancel.svg) no-repeat; }

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
  display: block; }

.ginput_complex.ginput_container_address span:nth-child(3),
.ginput_complex.ginput_container_address span:nth-child(4),
.ginput_complex.ginput_container_address span:nth-child(5) {
  float: left; }

.ginput_complex.ginput_container_address span:nth-child(3) {
  width: 40%;
  padding: 0; }

.ginput_complex.ginput_container_address span:nth-child(4) {
  width: 30%;
  padding: 0 0 0 20px; }

.ginput_complex.ginput_container_address span:nth-child(5) {
  width: 30%;
  padding: 0 0 0 20px !important;
  clear: none; }

.ginput_complex.ginput_container_address span:nth-child(6) {
  width: 100%;
  margin-top: 30px;
  clear: both; }

.color-form h2.gsection_title {
  color: #fff !important; }

.form-block {
  overflow: hidden; }

/* !Contact - - - - - */
ul.contact-list {
  margin-top: 40px; }

ul.contact-list li {
  padding-left: 60px;
  max-width: 50%;
  position: relative;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  color: #fff; }

a.contact-phone {
  display: block;
  color: #fff;
  font-size: 1.875em;
  line-height: 1.2em; }

a.contact-phone:hover {
  color: #f0b41c; }

ul.contact-list li:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background: #fff; }

ul.contact-list li:first-child {
  margin-left: 0;
  padding-left: 0; }

ul.contact-list li:first-child:before {
  display: none; }

.contact-phone-label {
  font-size: 0.875em;
  line-height: 1.4em; }

.contact-header .inner {
  position: relative; }

.contact-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 147, 182, 0.9);
  mix-blend-mode: multiply; }

.map-icon {
  background: url(images/map-icon.svg) no-repeat center; }

#map {
  height: 650px; }

.map-col {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 10;
  max-width: 320px;
  width: 100%;
  padding: 50px 30px 30px 30px; }

.contact-address {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 80px 0 30px 0; }

.contact-address a {
  color: #fff; }

.contact-address a:hover {
  color: #f0b41c; }

.map-col a.button {
  display: block;
  text-align: center; }

.map-col a.button:hover {
  color: #fff;
  border-color: #fff; }

.map-col h2.small-sub {
  line-height: 1.1em; }

/* !Language List - - - - - */
ul.lang-list {
  margin-top: 80px;
  padding-left: 310px;
  font-weight: bold;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }

ul.lang-list li {
  padding: 10px 0; }

ul.lang-list a {
  display: block;
  position: relative;
  color: #333333; }

ul.lang-list a:before,
a.big-service-link:before,
a.big-service-link.active:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(images/color-underline.svg) no-repeat center top;
  background-size: 100% auto;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

ul.lang-list a:hover:before {
  height: 4px; }

a.big-service-link:hover:before,
a.big-service-link.active:before {
  height: 6px; }

.lang-hover {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 100px;
  height: auto;
  opacity: 0;
  display: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

li.hover .lang-hover {
  opacity: 1; }

.lang-hover img {
  height: 100px;
  width: auto;
  transform: rotate(-90deg);
  transform-origin: center; }

/* !Individual Language - - - - - */
.lang-header-text {
  margin-top: 15px;
  display: none; }

.lang-header-text img {
  max-height: 50px;
  height: auto;
  width: auto; }

.lang-left {
  width: 350px; }

.lang-left.stick {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
  z-index: 1; }

.lang-max {
  max-width: 270px;
  padding-right: 30px;
  margin: 0 0 0 auto; }

.lang-right {
  width: calc(100% - 350px); }

.lang-top {
  margin-bottom: 60px;
  font-size: 0.875em; }

ul.lang-sevices a {
  display: block;
  margin-top: 10px;
  color: #333333; }

ul.lang-sevices a:hover {
  color: #f0b41c; }

/* !Modular - - - - - */
.did-pad {
  padding-right: 200px; }

.did-buttons {
  width: 170px;
  position: absolute;
  top: 0;
  right: -30px; }

a.did-button {
  width: calc(50% - 4px);
  margin: 10px 0 0 4px;
  background: #0093b6;
  color: #fff;
  padding: 14px 5px; }

a.did-button:hover {
  background: #333333; }

.did-icon {
  max-width: 40px;
  display: block;
  margin: 0 auto 10px auto; }

.did-title {
  font-size: 0.5625em;
  line-height: 1.3em; }

/* !Icon Grid - - - - - */
.box-icon {
  max-width: 80px;
  margin: 0 auto 30px auto; }

.box-icon-title {
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #f0b41c;
  text-align: center;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .box-icon-title {
  color: #fff; }

ul.icon-box-list,
ul.icon-box-list {
  padding: 10px 30px;
  position: relative;
  z-index: 10; }

.icon-box-max,
.logo-max {
  margin: 0 0 0 auto;
  max-width: 1050px;
  width: 100%;
  display: block; }

.icon-box-max:before {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  top: -30px;
  left: -30px;
  background: url(images/green-texture.png) no-repeat center;
  z-index: 3; }

.icon-box-max:after,
.three-col-max:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -140px;
  left: -140px;
  background: url(images/yellow-pattern.svg) repeat center top #f3c247;
  z-index: 1; }

.three-col-max:after {
  background: url(images/blue-pattern.svg) repeat center top #009fc5; }

ul.icon-box-list li {
  padding: 30px;
  width: 33.33%; }

.icon-box-block,
.three-col-block {
  overflow: hidden;
  margin-bottom: 40px; }

/* !Logo Block - - - - - */
ul.logo-list li {
  width: 20%;
  padding: 20px; }

.block-logo {
  max-width: 80px;
  margin: 0 auto;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .block-logo {
  opacity: .7; }

/* !Three Column Icons - - - - - */
ul.icon-list li {
  width: 33.33%;
  padding: 50px 20px; }

.icon-call-pad {
  padding: 100px 20px; }

.icon-list-content {
  padding-left: 100px; }

.il-icon {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0; }

.icon-list-content .text {
  margin-top: 10px; }

/* !Three Column Boxes - - - - - */
.three-col-max {
  max-width: 1050px;
  margin: 0 0 0 auto;
  position: relative; }

ul.three-col {
  position: relative;
  z-index: 10; }

ul.three-col li {
  width: 33.33%;
  position: relative; }

.three-col-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 30px;
  background: rgba(51, 51, 51, 0.7);
  z-index: 1; }

.three-col-cover .text {
  margin-top: 10px; }

.page-template-about .three-col-max:before {
  content: "";
  width: 100px;
  height: 364px;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translate(0, -50%);
  background: url(images/vert-luna.svg) no-repeat center;
  z-index: 3; }

.page-template-about .three-col-max:after {
  background: url(images/yellow-pattern.svg) repeat center top #f3c247; }

.page-template-lang-modular .three-col-max:after {
  background-color: transparent; }

/* !About - - - - - */
ul.team-list li {
  width: 25%; }

ul.team-list li.hide {
  display: none; }

ul.team-list a {
  display: block;
  position: relative; }

ul.team-list a.team-mail {
  width: 46px;
  height: 46px;
  background: #f0b41c;
  position: absolute;
  padding: 10px 12px;
  bottom: 0;
  right: 0;
  z-index: 100; }

ul.team-list a.team-mail:hover {
  background: #333333; }

.team-screen {
  padding: 25px 65px 25px 25px;
  background: rgba(51, 51, 51, 0);
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

a:hover .team-screen {
  background: rgba(51, 51, 51, 0.7); }

.team-title {
  padding-left: 25px;
  margin-top: 5px; }

a.team-mail polygon {
  fill: #fff; }

a.team-mail svg {
  width: 22px;
  height: auto; }

.team-headline {
  font-size: 2.25em;
  line-height: 1.4em;
  margin-bottom: 50px;
  font-weight: bold; }

select.team-filter {
  background: url(images/blue-arrow-down.svg) no-repeat right 10px center;
  border: none;
  border-bottom: 1px solid #f0b41c;
  display: inline-block;
  max-width: 400px;
  width: auto;
  margin: 0 10px;
  height: auto;
  text-align: center;
  padding: 5px 33px 0 5px;
  font-weight: bold;
  color: #0093b6;
  text-align: center; }

select.team-filter option {
  text-align: center; }

/* !Blog Landing - - - - - */
.list-post {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
  position: relative; }

h2.small-sub a {
  color: #0093b6;
  display: block; }

h2.small-sub a:hover {
  color: #333333; }

.post-meta {
  margin: 10px 0; }

.list-post a.text-link {
  border: none;
  color: #f0b41c; }

.list-post a.text-link:hover {
  color: #333333; }

.list-post-image {
  width: 40.9%; }

.list-post-content.ilb {
  width: 59.1%;
  padding: 30px 0 30px 40px; }

/* !Search Results - - - - - */
.search-results-wrap .list-post:before {
  content: attr(data-number);
  position: absolute;
  top: 50px;
  left: -50px;
  color: #333333;
  font-weight: bold;
  font-family: "HelveticaNeue", "Helvetica", "proxima-nova", Arial, Verdana, sans-serif;
  z-index: 1;
  font-size: 1.25em;
  line-height: 1.3em; }

/* !Homepage - - - - - */
.hello-max img {
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 0 auto; }

.home-intro {
  padding: 160px 0; }

.home-sub {
  font-size: 1.375em;
  line-height: 1.4em;
  margin-top: 20px; }

.home-sub a {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff; }

.home-sub a:hover {
  color: #f0b41c;
  border-color: #f0b41c; }

.home-buttons {
  margin-top: 40px; }

.home-buttons a.button {
  margin-left: 20px; }

.home-buttons a.button:first-child {
  margin-left: 0; }

.home-text {
  position: absolute;
  position: relative;
  max-width: 640px;
  margin: 60px 0 -255px auto;
  padding: 35px;
  font-size: 1.25em;
  line-height: 1.4em; }

.asl-button {
  display: block;
  width: 56px;
  position: absolute;
  bottom: 140px;
  left: 30px; }

.asl-button:hover {
  opacity: .6; }

.services-list h2.subhead {
  margin-bottom: 30px; }

a.big-service-link {
  font-size: 5em;
  line-height: 1.1em;
  margin-top: 15px;
  color: #0093b6;
  position: relative;
  font-weight: bold;
  display: block;
  cursor: pointer; }

.home-max {
  max-width: 975px; }

ul.big-service-sub li {
  width: calc(50% - 4px);
  padding: 10px 30px; }

ul.big-service-sub ul.children {
  display: none; }

ul.big-service-sub {
  padding: 40px 0;
  display: none; }

ul.big-service-sub a {
  display: block;
  font-size: 1.25em;
  line-height: 1.4em;
  color: #0093b6;
  font-weight: bold; }

ul.big-service-sub a:hover {
  color: #f0b41c; }

/* !Alternating Blocks - - - - - */
.alt-blocks .text {
  margin-top: 40px; }

.alt-blocks .text:first-child {
  margin-top: 0; }

.alt-blocks .text.pad-left {
  padding-left: 130px; }

.alt-left {
  width: 61.9%;
  padding-right: 70px; }

.alt-right {
  width: 38.1%;
  position: relative; }

.alt2 .alt-left {
  padding: 0 0 0 60px; }

.alt2 .alt-right {
  padding-left: 70px; }

.alt1,
.alt2,
.alt3 {
  margin-top: 100px; }

.alt-blocks {
  overflow: hidden; }

.alt1:first-child {
  margin-top: 0; }

.alt-right img {
  position: relative;
  z-index: 10; }

.alt-right:before {
  content: "";
  width: 320px;
  height: 320px;
  max-width: 75%;
  max-height: 75%;
  background: url(images/blue-texture.png) no-repeat center;
  z-index: 2;
  position: absolute;
  top: -40px;
  right: -40px; }

.alt2 .alt-right:before {
  right: 0;
  left: 20px;
  background: url(images/green-texture.png) no-repeat center; }

.alt3 .alt-right:before {
  background: url(images/orange-texture.png) no-repeat center; }

.alt2 .alt-right:after {
  content: "";
  width: 290px;
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: -20px;
  background: url(images/yellow-pattern.svg) repeat center top #f3c247;
  z-index: 1; }

/* !Language Switcher - - - - - */
.side-lng {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000001; }

a.lng-toggle {
  width: 40px;
  height: 40px;
  text-align: center;
  background: url(images/tiny-grey-arrow-up.svg) no-repeat center top 5px #dfdfdf;
  color: #333333;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  padding-top: 10px; }

a.lng-toggle:hover {
  background-color: #f0b41c; }

.lng-menu {
  display: none;
  width: 220px;
  height: auto;
  padding: 10px;
  position: absolute;
  z-index: 1001;
  bottom: calc(100% + 10px);
  left: 0;
  background: #dfdfdf;
  border-radius: 6px; }

.lng-menu a {
  display: block;
  font-size: 0.8125em;
  padding: 8px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  border-radius: 5px; }

.lng-menu a:hover,
.lng-menu a.active {
  background: rgba(51, 51, 51, 0.1); }

.lng-menu li {
  width: 33.33%; }

/* !Events - - - - - */
.big-section-pad.events-header {
  padding-bottom: 0; }

.single-tribe_events h1.vbig-headline {
  margin-bottom: 30px; }

/* !Portals - - - - - */
ul.link-list {
  margin-top: 30px; }

ul.link-list a {
  display: block;
  margin-top: 10px;
  font-size: 1.125em; }

/* !Breadcrumbs - - - - - */
#breadcrumbs {
  margin: 30px 0; }

#breadcrumbs:first-child {
  margin-top: 0; }

.crumbs a {
  color: #0093b6; }

.crumbs a:hover {
  color: #333333; }

.crumb-sep {
  padding: 0 6px; }

/* !Coronoavirus Banner - - - - - */
html body #om-dhj7nht4bk33nk9splfw {
  width: calc(100% - 60px) !important;
  left: 60px !important; }

html body button#cambridge-ButtonElement--bYP7mlRJZNeLyYT3aOWe.ivVDjQ {
  background: #f0b41c;
  color: #d56b30;
  border: none !important;
  border-radius: 0 !important;
  text-transform: capitalize !important;
  font-size: 1em !important;
  font-weight: bold !important;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica", Arial, Verdana, sans-serif !important;
  width: auto !important;
  display: inline-block !important;
  margin: 0 0 0 auto !important;
  padding: 15px 30px 15px 30px !important;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease; }

html body button#cambridge-ButtonElement--bYP7mlRJZNeLyYT3aOWe.ivVDjQ:hover,
html body button#cambridge-ButtonElement--bYP7mlRJZNeLyYT3aOWe.ivVDjQ:focus,
html body button#cambridge-ButtonElement--bYP7mlRJZNeLyYT3aOWe.ivVDjQ.is-editing-hover {
  background-color: #fff !important;
  color: #f0b41c !important;
  text-transform: capitalize !important;
  font-size: 1em !important;
  font-weight: bold !important;
  font-family: "proxima-nova", "HelveticaNeue", "Helvetica", Arial, Verdana, sans-serif !important; }

html body #om-dhj7nht4bk33nk9splfw .Column {
  text-align: right !important; }

html body #om-dhj7nht4bk33nk9splfw .column:first-child {
  line-height: 1.5em !important; }

html body #om-dhj7nht4bk33nk9splfw .cambridge-ButtonElement--wrapper {
  padding: 0 0 0 30px !important; }

/* !Small Headline - - - - - */
.text-header.big-section-pad.small-bottom {
  padding-bottom: 40px; }

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important; }

/* !New Single Post Layout - - - - - */
.cat-list a {
  display: block;
  font-size: 1.125em;
  line-height: 1.3em;
  margin-top: 8px;
  text-decoration: underline;
  color: #0093b6; }

.cat-list li:first-child a {
  margin-top: 0; }

.cat-list a:hover {
  color: #f0b41c; }

.new-blog-left {
  width: 200px;
  padding-right: 40px; }

a.blog-back {
  text-decoration: underline; }

.new-blog-right {
  width: calc(100% - 200px); }

.new-blog-content {
  width: calc(100% - 320px); }

.new-blog-side {
  width: 320px;
  padding-left: 45px; }

.blog-section {
  margin-top: 45px; }

.blog-section:first-child {
  margin-top: 0; }

.single-post .post-meta {
  margin-top: 20px; }

.single-post .post-meta a {
  color: #0093b6; }

.single-post .post-meta a:hover {
  color: #f0b41c; }

.new-blog-top {
  margin-bottom: 45px;
  padding-top: 75px; }

.single-post-image {
  max-width: 800px;
  margin: 0 auto 45px auto; }

.cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* !New Blog Landing Template - - - - - */
.max-headline {
  max-width: 900px; }

ul.new-post-list li {
  width: 50%;
  margin: 0 0 80px 0; }

ul.new-post-list li:nth-child(odd) {
  padding-right: 22px; }

ul.new-post-list li:nth-child(even) {
  padding-left: 22px; }

.archive-label {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 10px; }

.new-list-post-image {
  max-width: 800px;
  margin: 0 0 20px 0; }

.blog-landing-side {
  width: 300px;
  padding-left: 100px; }

.blog-landing-content {
  width: calc(100% - 300px); }

/* !Pagination - - - - - */
.post-nav {
  padding: 40px 0 0; }

.post-nav a.button {
  margin-left: 25px; }

.post-nav a.button:first-child {
  margin-left: 0; }

.post-nav a.button span {
  position: relative;
  top: -1px; }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1399px) {
  .standard-side {
    left: -180px; } }

@media only screen and (max-width: 1350px) {
  .page-template-about .three-col-max:before {
    display: none; }
  ul.team-list h2.small-sub {
    font-size: 1.25em; }
  .team-title {
    padding-left: 0; } }

@media only screen and (max-width: 1220px) {
  .standard-side {
    position: static;
    margin-bottom: 40px; }
  input.search-box {
    font-size: 5.625em; }
  a.nav-link {
    font-size: 2.1875em; } }

@media only screen and (max-width: 1150px) {
  /* Style adjustments for viewports that meet the condition */
  .lang-hover,
  .did-buttons {
    display: none; }
  h1.headline,
  a.big-service-link {
    font-size: 3.125em;
    line-height: 1.2em; }
  h1.big-headline {
    font-size: 6.25em;
    line-height: 1em; }
  h1.vbig-headline {
    font-size: 6.25em;
    line-height: 1em; }
  h2.cta-headline,
  h1.vbig-headline.smaller {
    font-size: 3.125em;
    line-height: 1.2em; }
  h2.big-cta-headline {
    font-size: 3.75em;
    line-height: 1.2em; }
  h2.headline {
    font-size: 3.125em;
    line-height: 1.2em; }
  .alt-right:before {
    top: -30px;
    right: -30px; }
  .alt2 .alt-right:before {
    left: 40px; }
  ul.lang-list {
    padding-left: 0; }
  .did-pad {
    padding-right: 0; }
  ul.nav {
    width: 280px; }
  ul.subnav {
    width: calc(50% - 140px); }
  .nav-wrap,
  .search-wrap {
    padding-left: 105px; }
  .top-nav,
  .bottom-nav {
    left: 105px;
    width: calc(100% - 150px); }
  .new-blog-content {
    width: 100%;
    max-width: 800px;
    display: block; }
  .new-blog-side {
    width: 100%;
    display: block;
    max-width: 800px;
    padding-left: 0;
    margin-top: 40px; }
  .blog-landing-side {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
    display: block; }
  .blog-landing-content {
    width: 100%;
    display: block; } }

@media only screen and (max-width: 1023px) {
  h1.headline {
    font-size: 1.875em;
    line-height: 1.3em; }
  h1.big-headline {
    font-size: 3.75em;
    line-height: 1.2em; }
  h1.vbig-headline {
    font-size: 3.75em;
    line-height: 1.2em; }
  h1.vbig-headline.smaller {
    font-size: 2.25em;
    line-height: 1.3em; }
  h2.cta-headline {
    font-size: 1.875em;
    line-height: 1.3em; }
  h2.small-sub,
  h2.gsection_title {
    font-size: 1.5em;
    line-height: 1.4em; }
  h3.box-icon-title {
    font-size: 1.375em;
    line-height: 1.4em; }
  h2.big-cta-headline,
  h1.cta-headline {
    font-size: 2.5em;
    line-height: 1.3em; }
  h2.subhead {
    font-size: 1.5em;
    line-height: 1.4em; }
  h2.headline {
    font-size: 1.875em;
    line-height: 1.3em; }
  .text,
  .home-text {
    font-size: 1em; }
  .text.big-text {
    font-size: 1.125em; }
  .asl-button {
    position: static;
    margin-top: 40px; }
  .home-text {
    width: calc(100% + 30px);
    max-width: none;
    display: block;
    margin: 40px auto -255px auto; }
  .alt-blocks .text.pad-left {
    padding-left: 0; }
  .footer-top {
    padding: 35px 0; }
  .footer-col1 {
    display: block;
    padding-top: 0;
    margin-bottom: 45px;
    width: 100%; }
  .footer-col2 {
    width: 30%;
    padding: 0 40px 0 0; }
  .footer-col3 {
    width: 40%;
    padding: 0; }
  .footer-col4 {
    width: 30%;
    padding: 0 0 0 40px; }
  .skinny-header {
    max-width: 600px; }
  .mid-header {
    max-width: 750px; }
  ul.contact-list {
    font-size: 80%; }
  #map {
    height: 350px; }
  .map-col {
    position: static;
    padding: 30px;
    width: 100%;
    height: auto;
    max-width: none; }
  .contact-address {
    font-size: 1em;
    margin-top: 30px; }
  .map-col a.button {
    display: inline-block; }
  .lang-header-text img {
    max-height: 30px; }
  .search-results-wrap .list-post:before {
    left: 0;
    top: 52px;
    font-size: 0.8125em; }
  .search-results-wrap .list-post h2.small-sub {
    padding-left: 30px; }
  ul.team-list li {
    width: 33.33%; }
  .lang-left {
    width: 270px; }
  .lang-right {
    width: calc(100% - 270px); }
  .page-block.icon-box-block {
    padding-left: 30px; }
  ul.icon-list li {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px; }
  .icon-call-pad {
    padding: 80px 10px; }
  input.search-box {
    font-size: 4.375em; }
  .list-post-content.ilb {
    padding-top: 0;
    padding-bottom: 0; } }

@media only screen and (max-width: 900px), (max-height: 600px) {
  .footer-col4 h2.footer-title,
  .lang-top .lang-left,
  .top-nav,
  .bottom-nav {
    display: none; }
  a.big-service-link {
    font-size: 1.625em;
    line-height: 1.4em; }
  .fix-bar {
    width: 100%;
    height: 60px; }
  #container {
    padding-left: 0;
    padding-top: 60px; }
  a.logo {
    transform: none;
    left: 65px;
    top: 50%;
    transform: translate(0, -50%); }
  a.nav-toggle {
    top: 50%; }
  a.search-toggle {
    left: auto;
    right: 60px;
    top: 50%;
    right: 0; }
  .side-lng {
    left: auto;
    right: 10px;
    transform: none; }
  a.lng-toggle {
    background-image: url(images/tiny-grey-arrow-down.svg);
    background-position: center bottom 5px;
    padding-top: 5px; }
  .lng-menu {
    bottom: auto;
    top: calc(100% + 20px);
    left: auto;
    right: 0; }
  h1.big-headline {
    font-size: 2.625em;
    line-height: 1.3em; }
  h1.vbig-headline {
    font-size: 2.625em;
    line-height: 1.3em; }
  h2.small-sub {
    font-size: 1.25em;
    line-height: 1.4em; }
  h3.box-icon-title {
    font-size: 1.25em;
    line-height: 1.4em; }
  h2.big-cta-headline,
  h2.cta-headline {
    font-size: 1.625em;
    line-height: 1.4em; }
  h2.subhead {
    font-size: 1.125em;
    line-height: 1.4em; }
  h2.headline {
    font-size: 1.5em;
    line-height: 1.4em; }
  .home-buttons {
    display: block;
    max-width: 200px; }
  a.button {
    font-size: 1em;
    padding: 10px 20px; }
  .home-buttons a.button {
    margin: 15px 0 0 0;
    display: block;
    text-align: center; }
  .home-buttons a.button:first-child {
    margin-top: 0; }
  .home-sub {
    font-size: 1.125em; }
  .home-text {
    padding: 25px; }
  .services-list.big-section-pad {
    padding: 140px 0 45px 0; }
  .hello-max img {
    max-height: 30px;
    width: auto;
    height: auto;
    margin: 0 auto; }
  .small-section-pad {
    padding: 25px 0; }
  .section-pad {
    padding: 45px 0; }
  .big-section-pad {
    padding: 70px 0; }
  .single-post .text-header.big-section-pad.small-bottom {
    padding-bottom: 0; }
  a.text-link {
    font-size: 1.25em; }
  .alt-blocks .text {
    margin-top: 25px; }
  .cta-image {
    padding: 30px 30px 100px 30px; }
  .big-cta-block .cta-image {
    padding: 50px 30px 130px 60px; }
  .cta-pad a.button {
    transform: none;
    left: auto;
    right: 60px;
    top: auto;
    bottom: 30px;
    color: #fff;
    border-color: #fff; }
  .big-cta-block .cta-pad a.button {
    bottom: 60px; }
  .cta-pad {
    max-width: 1010px;
    padding-right: 30px; }
  .big-cta-block .cta-pad {
    padding-right: 30px;
    max-width: 1210px; }
  .big-cta-block .cta-pad:before {
    width: 100%;
    top: -30px;
    right: -30px; }
  footer {
    text-align: center; }
  .footer-col1 {
    margin: 0; }
  .footer-col2,
  .footer-col3,
  .footer-col4 {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px; }
  ul.footer-two-nav li:nth-child(odd),
  ul.footer-two-nav li:nth-child(even) {
    padding: 0;
    width: 100%;
    display: block; }
  h2.footer-title {
    border: 1px solid #f0b41c;
    background: url(images/blue-arrow-down.svg) no-repeat right 10px center;
    padding: 9px 20px 7px 20px;
    max-width: 300px;
    margin: 0 auto;
    cursor: pointer; }
  ul.footer-nav {
    padding-top: 10px;
    display: none; }
  .footer-col4 ul.footer-nav {
    padding-top: 0;
    display: block; }
  .footer-col4 ul.footer-nav a {
    color: #0093b6;
    font-weight: bold; }
  .footer-col4 ul.footer-nav a:hover {
    color: #333333; }
  span.break {
    display: block;
    height: 1px;
    text-indent: -9999px;
    overflow: hidden; }
  .header-block {
    padding-top: 0; }
  .skinny-header {
    max-width: 800px;
    margin: 0 auto 40px auto; }
  .mid-header {
    max-width: 900px;
    margin: 0 auto 40px auto; }
  .single-team .head-over,
  .head-over {
    margin-top: 0; }
  .full-header {
    margin-bottom: 40px; }
  .single-team .head-over h2.small-sub {
    margin-top: 10px; }
  ul.gform_fields > li,
  .text ul.gform_fields > li {
    margin-bottom: 20px; }
  h2.gsection_title,
  h2.small-sub {
    font-size: 1.5em;
    line-height: 1.3em; }
  ul.contact-list {
    font-size: 70%; }
  h2.gsection_title {
    margin-top: 40px; }
  .map-block {
    padding: 0; }
  .map-block .inner {
    padding: 0; }
  .team-headline {
    font-size: 1.5625em; }
  ul.three-col li {
    width: 100%;
    display: block; }
  ul.three-col {
    max-width: 580px;
    margin: 0 0 0 auto;
    padding-left: 40px; }
  .three-col-block {
    padding-left: 30px; }
  .icon-box-max:after,
  .three-col-max:after {
    left: 0; }
  .lang-left,
  .lang-left.stick,
  .lang-max {
    max-width: none;
    position: static;
    margin-top: 30px;
    display: block;
    width: 100%;
    padding: 0; }
  .lang-max {
    background: #f0b41c;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    padding: 30px;
    text-align: center; }
  .lang-max h2.blue,
  .lang-max ul.lang-sevices a {
    color: #fff; }
  .lang-max ul.lang-sevices a:hover {
    color: #525252; }
  .lang-max {
    margin-top: 0; }
  .lang-right {
    width: 100%;
    display: block; }
  ul.logo-list li {
    width: 25%; }
  .three-col-cover {
    height: auto !important; }
  .lang-top {
    margin-bottom: 30px; }
  .nav-wrap,
  .search-wrap {
    padding: 95px 30px 35px 30px; }
  input.search-box {
    font-size: 3.125em; }
  ul.nav li.mobile-nav,
  .nav-wrap.flex-wrap,
  .nav-wrap.flex-wrap .flex-item:nth-child(1) {
    display: block !important; }
  ul.nav li.mobile-nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0b41c; }
  a.nav-link {
    font-size: 1.75em; }
  ul.nav li.mobile-nav a.nav-link {
    color: #f0b41c; }
  a.sub-toggle span,
  a.sub2-toggle {
    position: relative;
    padding-right: 40px;
    display: block; }
  a.sub-toggle span:before,
  a.sub2-toggle:before,
  a.top-sub-toggle.mobile-extra-link:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    background: #f0b41c;
    z-index: 1; }
  a.sub-toggle span:after,
  a.sub2-toggle:after,
  a.top-sub-toggle.mobile-extra-link:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -8px;
    background: #f0b41c;
    z-index: 2;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease; }
  a.sub-toggle.active span:after,
  a.sub2-toggle.active:after,
  a.top-sub-toggle.mobile-extra-link.active:after {
    opacity: 0; }
  ul.subnav,
  ul.subnav ul {
    position: static;
    width: 100%;
    max-width: none;
    transform: none;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 15px; }
  ul.nav {
    width: 100%; }
  li.sub-active ul.subnav,
  ul.subnav li.sub2-active ul {
    max-height: 1000px;
    margin: 10px 0 20px 0; }
  .lng-menu li {
    width: 25%; }
  .lng-menu {
    width: 260px; }
  body ul.nav ul.fourth-nav {
    margin: 0 0 10px 0; }
  select.team-filter {
    display: block;
    margin: 10px auto;
    text-align: center; }
  ul.mobile-extra {
    display: block; }
  html body #om-dhj7nht4bk33nk9splfw {
    width: 100% !important;
    left: 0 !important;
    top: 60px !important; }
  html.om-position-floating-top #container {
    padding-top: 0; }
  html body #om-dhj7nht4bk33nk9splfw .Column {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin-top: 20px !important;
    text-align: center !important; }
  html body #om-dhj7nht4bk33nk9splfw .Column:first-child {
    margin-top: 0 !important;
    text-align: center !important;
    font-size: 90% !important; }
  html body #om-dhj7nht4bk33nk9splfw .Row__content > div {
    padding: 20px 0 !important;
    display: block !important; }
  html body #om-dhj7nht4bk33nk9splfw .Campaign__content {
    max-width: 100% !important; }
  html body #om-dhj7nht4bk33nk9splfw .cambridge-TextElement--content span {
    font-size: 1.125em !important; }
  html body #om-dhj7nht4bk33nk9splfw .cambridge-TextElement--content {
    text-align: center !important; }
  .new-blog-left,
  .new-blog-right {
    width: 100%;
    display: block; }
  .new-blog-bottom .new-blog-left {
    margin-bottom: 40px; }
  ul.new-post-list li {
    width: 100%;
    display: block;
    margin: 0 0 60px 0; }
  ul.new-post-list li:nth-child(odd) {
    padding-right: 0; }
  ul.new-post-list li:nth-child(even) {
    padding-left: 0; }
  ul.new-post-list {
    max-width: 800px; } }

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .alt2 .alt-right:after,
  ul.contact-list li:before {
    display: none; }
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  .alt-left,
  .alt-right {
    width: 100%;
    display: block;
    padding: 0 !important; }
  .alt-right {
    max-width: 540px;
    margin: 0 auto 40px auto; }
  .alt2 .alt-right {
    padding-left: 0; }
  .alt2 .alt-right:before {
    left: -30px; }
  .skinny-header,
  .mid-header {
    position: relative;
    left: -30px;
    width: calc(100% + 60px); }
  h1.big-headline {
    font-size: 2.25em;
    line-height: 1.3em; }
  h1.vbig-headline {
    font-size: 2.25em;
    line-height: 1.3em; }
  .text blockquote {
    padding-left: 15px;
    font-size: 1.0625em; }
  .ginput_complex.ginput_container_address span:nth-child(3),
  .ginput_complex.ginput_container_address span:nth-child(4),
  .ginput_complex.ginput_container_address span:nth-child(5),
  .ginput_complex.ginput_container_address span:nth-child(1),
  .ginput_complex.ginput_container_address span:nth-child(2),
  ul.gform_fields li,
  ul.gform_fields .ginput_complex span {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 20px 0;
    display: block; }
  .ginput_complex.ginput_container_address span:nth-child(6) {
    margin-top: 20px; }
  body .ginput_complex.ginput_container_address span:nth-child(5),
  ul.gform_fields .ginput_container_name.ginput_complex span:last-child {
    margin-bottom: 0; }
  ul.gfield_radio,
  ul.gfield_checkbox {
    padding-top: 10px; }
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    display: block;
    width: 100%;
    padding: 0 0 0 34px !important; }
  ul.contact-list {
    font-size: 60%; }
  ul.contact-list li {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    border: none; }
  ul.contact-list li:first-child {
    margin: 0; }
  ul.lang-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .team-headline {
    margin-bottom: 30px; }
  ul.icon-box-list li {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .page-block.icon-box-block {
    padding-left: 60px; }
  .icon-box-max:before {
    left: -60px; }
  .icon-box-max:after {
    left: -30px; }
  .cta-block {
    text-align: center; }
  .cta-block a.button {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, -74px); }
  input.search-box {
    font-size: 2.5em; } }

@media only screen and (max-width: 700px) {
  a.team-mail {
    display: none !important; }
  ul.team-list li {
    width: 50%; }
  .team-screen {
    background: none !important;
    position: static;
    height: auto;
    padding: 30px; }
  .team-screen h2.small-sub.white {
    color: #f0b41c; }
  .team-title {
    color: #333333; }
  ul.icon-list li {
    width: 100%; }
  .icon-list-content {
    padding-left: 80px; }
  .il-icon {
    width: 60px; }
  .list-post-image {
    width: 100%;
    display: block;
    max-width: 540px;
    margin: 0 auto 30px auto; }
  .list-post-content.ilb {
    width: 100%;
    display: block;
    padding: 0; }
  ul.big-service-sub {
    padding: 25px 0; }
  ul.big-service-sub li {
    width: 100%;
    display: block;
    padding: 5px 0; }
  ul.big-service-sub a {
    font-size: 1em;
    line-height: 1.4em; } }

@media only screen and (max-width: 600px) {
  /* Style adjustments for viewports that meet the condition */
  #map {
    height: 300px; }
  .team-screen {
    padding: 30px 15px; }
  input.search-box {
    font-size: 1.75em; } }

@media only screen and (max-width: 340px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */ }

@media only screen and (max-height: 500px) {
  /* Style adjustments for viewports that meet the condition */
  .top-nav,
  .bottom-nav {
    display: none; }
  ul.nav li.mobile-nav {
    display: block; }
  .nav-wrap {
    display: block; } }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.ginput_complex:before,
.ginput_complex:after {
  content: "";
  display: table; }

.clearfix:after,
.ginput_complex:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
