@import url("https://fonts.googleapis.com/css?family=Overpass:600,700,800|Source+Sans+Pro:400,600,700|Material+Icons");

/* --------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-appearance: none; */
  /* border:1px solid pink; */
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #112f41;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.rightimg {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 50%;
}
.leftimg {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
a {
  color: #112f41;
}
a:hover {
  text-decoration: none;
}
body > div > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 0.2em;
}
h1 + *,
h2 + *,
h3 + *,
h4 + * {
  margin-top: 0;
}

.material-icons {
  font-size: 18px;
  vertical-align: bottom;
  margin: 0 0 0px;
}
/* --------------------------------------------------------------------------- */
#headerWrapper > div {
  max-width: 100%;
  padding: 0;
}
#headerWrapper > div > div {
  max-width: 1440px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------- */
.topBlock {
  background: #112f41;
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.topBlock a {
  color: #fff;
  text-decoration: none;
}
.topBlock a:hover {
  color: #fa7268;
}
.topBlock > div {
  padding: 7px 20px;
}
.topBlock > div > div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding-right: 30px;
  display: none;
}
.topBlock > div > div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.topBlock > div > div > p {
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.topBlock > div > div > p:first-child {
  margin: 0 160px 0 0;
}
.social {
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
  margin: 0 0 0 20px;
  background: url("../images/social-icons.png");
}
.facebook {
  background-position: 0px 0px;
  height: 21px;
  width: 12px;
}
.facebook:hover {
  background-position: 0px -22px;
}
.instagram {
  background-position: -13px 0px;
  height: 21px;
  width: 22px;
}
.instagram:hover {
  background-position: -13px -22px;
}
.twitter {
  background-position: -36px 0px;
  height: 21px;
  width: 27px;
}
.twitter:hover {
  background-position: -36px -22px;
}
.youtube {
  background-position: -64px 0px;
  height: 21px;
  width: 31px;
}
.youtube:hover {
  background-position: -64px -22px;
}
.linkedin {
  background-position: -96px 0px;
  height: 21px;
  width: 22px;
}
.linkedin:hover {
  background-position: -96px -22px;
}

/* --------------------------------------------------------------------------- */
.headerBlock {
  position: relative;
}
.headerBlock:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 54px;
  width: 100%;
  background: url("../images/bg-shadow.png") top center no-repeat;
}
.headerBlock > div {
  padding: 25px 20px 40px;
}
.headerBlock > div > div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.headerBlock > div > div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.logo {
  display: block;
  padding: 0 0 0 33px;
}
.logo img {
  display: block;
}
.topNav {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.topNav > li {
  display: inline-block;
}
.topNav > li + li {
  margin-left: 36px;
  margin-left: 16px;
}
.topNav > li > a {
  position: relative;
  display: block;
  border-radius: 5px;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  line-height: 1em;
  color: #068587;
  text-decoration: none;
  padding: 7px 10px;
  font-size: 26px;
  font-size: 22px;
}
.topNav > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #068587;
}
.topNav > li.active > a {
  background: #068587;
  color: #fff;
}
.topNav > li.active:hover > a:before {
  display: none;
}
.menu {
  display: none;
}

/* --------------------------------------------------------------------------- */
#headerWrapper.sticky {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#headerWrapper.sticky .topBlock {
  font-size: 18px;
}
#headerWrapper.sticky .topBlock > div > div > p:first-child {
  position: relative;
  top: 3px;
  margin: 0 165px 0 0;
}
#headerWrapper.sticky .topBlock > div > div > p:last-child {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
}
#headerWrapper.sticky > div.headerBlock {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#headerWrapper.sticky > div.headerBlock:after {
  display: none;
}
#headerWrapper.sticky > div.headerBlock > div {
  padding: 10px 20px;
}
#headerWrapper.sticky .logo img {
  width: 180px;
}
#headerWrapper.sticky .topNav {
  margin: 0;
}
#headerWrapper.sticky .topNav > li > a {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  /* was 1050 */
  #headerWrapper.sticky .topBlock > div > div:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    padding: 0 30px;
    float: none;
    text-align: right;
  }
  #headerWrapper.sticky .topBlock > div > div > p:first-child {
    margin: 0;
  }
  #headerWrapper.sticky .topBlock > div > div > p:last-child {
    transform-origin: right top;
    -webkit-transform-origin: right top;
    margin-left: -18px;
  }
  #headerWrapper.sticky .headerBlock > div > div:nth-of-type(1) {
    width: auto;
  }
  #headerWrapper.sticky .headerBlock > div > div:nth-of-type(2) {
    text-align: right;
    width: 650px;
  } /* was 467 */
  #headerWrapper.sticky .logo {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 950px) {
  /* was 770 */
  #headerWrapper.sticky .topBlock > div > div:nth-of-type(2) {
    padding: 0;
  }
  #headerWrapper.sticky .topBlock > div > div > p:first-child {
    float: left;
  }
  #headerWrapper.sticky .headerBlock > div > div:nth-of-type(1) {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  #headerWrapper.sticky .headerBlock > div > div:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  #headerWrapper.sticky .logo {
    padding: 5px 0 10px;
  }
  #headerWrapper.sticky .logo img {
    margin: 0 auto;
  }
  #headerWrapper.sticky .topNav > li > a {
    padding: 15px 10px;
  }
  #headerWrapper.sticky .topNav > li + li {
    margin-left: 0;
  }

  #headerWrapper.sticky .headerBlock > div > div:nth-of-type(2) {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #headerWrapper.sticky .logo {
    float: left;
  }
  .menu {
    float: right;
    padding: 7px 12px;
    text-decoration: none;
    color: #fff;
    background: #fa7268;
    border-radius: 5px;
    font-family: "Overpass", sans-serif;
    display: inline-block;
    line-height: 1em;
    margin: 5px 0 0;
  }
  .topNav {
    display: none;
    position: relative;
  }
  .topNav > li {
    display: block;
    width: 50%;
    float: left;
  }
  .topNav > li:hover > a:before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  #headerWrapper.sticky .topBlock > div > div > p:first-child span {
    display: none;
  }
  .social {
    margin: 0 0 0 10px;
  }
}

/* --------------------------------------------------------------------------- */
.hpBlocks > div {
  padding: 80px 20px;
}
.hpBlocks h4 {
  display: inline-block;
  background: #068587;
  color: #fff;
  padding: 8px 13px;
  margin: 5px 0 3em;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.hpBlocks h1 {
  font-family: "Overpass", sans-serif;
}
.hpBlocks h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  margin: 0 0 0.5em;
}
.hpBlocks p {
  font-size: 26px;
}
.hpBlocks p span {
  display: inline-block;
}
.hpBlocks img {
  border-radius: 5px;
  display: block;
}

.btn {
  display: inline-block;
  background: #fa7268;
  border: 3px solid #fa7268;
  color: #fff;
  text-decoration: none;
  padding: 0.35em 1.1em;
  border-radius: 10px;
  font-size: 28px;
  margin: 0.8em 0 0;
}
.btn:hover {
  background: #fff;
  color: #fa7268;
}

/* --------------------------------------------------------------------------- */
.heroBlocks {
  background: url("../images/bg-waves.jpg") center -165px no-repeat;
  color: #fff;
}
.heroBlocks > div {
  padding: 50px 20px 0;
}
.heroBlocks > div > div {
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 400px 150px 150px;
  background-size: cover;
  background-position: center top;
}
.heroBlocks > div > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 34px;
  background: url("../images/curved-shadow.png") center top no-repeat;
  background-size: contain;
}
.heroBlocks > div > div > * {
  position: relative;
  margin: 0;
}
.heroBlocks > div > div > img {
  display: none;
}
.heroBlocks h2 {
  font-family: "Overpass", sans-serif;
  font-size: 64px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.heroBlocks h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #fa7268;
  border-radius: 2.5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.heroBlocks h2 span {
  display: inline-block;
}
.heroBlocks p {
  font-size: 36px;
  padding-top: 1em;
  line-height: 1.5;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.heroBlocks p span {
  display: inline-block;
}

/* ----------- */
.heroBlocks.mapWrapper > div > div {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.heroBlocks.mapWrapper .window {
  overflow: hidden;
}
.heroBlocks.mapWrapper iframe {
  width: 100%;
  height: 750px;
  border: 0;
  margin: -59px 0 0;
}

@media screen and (max-width: 1420px) {
  .heroBlocks > div > div {
    padding: 300px 50px 100px;
  }
  .heroBlocks h2 {
    font-size: 55px;
  }
  .heroBlocks p {
    font-size: 26px;
  }
  .heroBlocks.mapWrapper iframe {
    height: 620px;
  }
}
@media screen and (max-width: 1080px) {
  .heroBlocks h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 920px) {
  .heroBlocks h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 870px) {
  .heroBlocks p span {
    display: inline;
  }
}
@media screen and (max-width: 770px) {
  .heroBlocks > div {
    padding: 20px;
  }
  .heroBlocks.mapWrapper iframe {
    height: 400px;
  } /* 520 would match other pages */
}
@media screen and (max-width: 670px) {
  .heroBlocks > div > div {
    padding: 200px 20px 50px;
  }
}
@media screen and (max-width: 374px) {
  .heroBlocks h2 {
    font-size: 28px;
  }
}
.heroBlocks p {
  font-size: 26px;
}

/* --------------------------------------------------------------------------- */
/* video */
.hpBlock2 > div > div:nth-of-type(1) {
  display: none;
}
.hpBlock2 > div > div:nth-of-type(2) {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.hpBlock2 > div > div:nth-of-type(3) {
  float: right;
  width: 50%;
  padding: 0 30px;
}

/* --------------------------------------------------------------------------- */
/* services */
.hpBlock3 {
  background: url("../images/bg-circles.png") top center;
  background-size: cover;
  color: #fff;
}
.hpBlock3 h4 {
  background: #112f41;
}
.hpBlock3 > div > div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.hpBlock3 > div > div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.hpBlock3 > div > div:nth-of-type(3) {
  float: left;
  width: 50%;
  padding: 0 30px;
}

/* --------------------------------------------------------------------------- */
/* locations */
.hpBlock4 {
  background: #fff;
}
.hpBlock4 > div > div:nth-of-type(1) {
  float: right;
  width: 50%;
  padding: 0 30px;
}
.hpBlock4 > div > div:nth-of-type(2) {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.hpBlock4 > div > div:nth-of-type(3) {
  float: right;
  width: 50%;
  padding: 0 30px;
}

/* --------------------------------------------------------------------------- */
/* careers */
.hpBlock5 {
  background: #112f41;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hpBlock5:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -175px;
  right: 0;
  background: url("../images/bg-tiles.png") no-repeat;
  background-size: auto 100%;
}
.hpBlock5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1500px;
  width: 1500px;
  margin: 0 0 -750px -750px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#068587+0,068587+100&1+0,0+100 */
  background: -moz-radial-gradient(
    center,
    ellipse closest-side,
    rgba(6, 133, 135, 1) 0%,
    rgba(6, 133, 135, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse closest-side,
    rgba(6, 133, 135, 1) 0%,
    rgba(6, 133, 135, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    closest-side at center,
    rgba(6, 133, 135, 1) 0%,
    rgba(6, 133, 135, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068587', endColorstr='#00068587',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hpBlock5 > div {
  position: relative;
  z-index: 1;
}
.hpBlock5 > div > div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.hpBlock5 > div > div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.hpBlock5 > div > div:nth-of-type(3) {
  float: left;
  width: 50%;
  padding: 0 30px;
}

/* --------------------------------------------------------------------------- */
@media screen and (max-width: 1050px) {
  .hpBlocks h2 {
    font-size: 26px;
  }
  .hpBlocks p {
    font-size: 18px;
  }
  .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 870px) {
  .hpBlocks > div {
    padding: 40px 20px;
  }
  .hpBlocks > div > div:nth-of-type(1) {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hpBlocks > div > div:nth-of-type(2) {
    float: none;
    width: 75%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .hpBlocks > div > div:nth-of-type(3) {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hpBlocks h4 {
    margin: 1em 0;
  }

  .hpBlock2 h2,
  .hpBlock4 h2 {
    margin: 1em 0 0.5em;
  }
  .hpBlock5:before {
    display: none;
  }
}

/* --------------------------------------------------------------------------- */
.stripeBlock {
  height: 0px;
  padding: 2% 0 0;
  background: url("../images/bg-color-band.png") center top no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

/* --------------------------------------------------------------------------- */
.footerContentBlock {
  color: #fff;
  font-size: 24px;
  font-size: 18px;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#112f41+0,0c545f+100 */
  background: rgb(17, 47, 65); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(17, 47, 65, 1) 0%,
    rgba(12, 84, 95, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(17, 47, 65, 1) 0%,
    rgba(12, 84, 95, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(17, 47, 65, 1) 0%,
    rgba(12, 84, 95, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112f41', endColorstr='#0c545f',GradientType=1 ); /* IE6-9 */
}
.footerContentBlock > div {
  padding: 100px 50px;
}
.footerContentBlock > div > div:nth-of-type(1) {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.footerContentBlock > div > div:nth-of-type(2) {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.footerContentBlock h2 {
  margin: 0;
  font-weight: 600;
}

/* --------------------------------------------------------------------------- */
.footerBlock {
  font-size: 18px;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#068587+0,112f41+100 */
  background: rgb(6, 133, 135); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(6, 133, 135, 1) 0%,
    rgba(17, 47, 65, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(6, 133, 135, 1) 0%,
    rgba(17, 47, 65, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(6, 133, 135, 1) 0%,
    rgba(17, 47, 65, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068587', endColorstr='#112f41',GradientType=0 ); /* IE6-9 */
}
.footerBlock:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  width: 50%;
  height: 100%;
  background: url("../images/bg-footer-wave.png") top right no-repeat;
  background-size: auto 100%;
}
.footerBlock a {
  color: #fff;
  text-decoration: none;
}
.footerBlock a:hover {
  color: #fa7268;
}
.footerBlock > div {
  padding: 150px 50px;
}
.footerBlock > div > div {
  float: left;
  width: 25%;
}
.footerBlock > div > div > *:first-child {
  margin: 0;
}
.footerBlock > div > div:nth-of-type(1) {
  color: #068587;
  position: relative;
  text-align: left;
}
.footerBlock > div > div:nth-of-type(2) {
}
.footerBlock > div > div:nth-of-type(3) {
  text-align: center;
}
.footerBlock > div > div:nth-of-type(3) ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.footerBlock > div > div:nth-of-type(3) ul li {
  padding: 0 0 1em;
}
.footerBlock > div > div:nth-of-type(3) ul li a {
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
}
.footerBlock > div > div:nth-of-type(4) {
  text-align: left;
}
.footerBlock > div > div:nth-of-type(5) {
  float: right;
  clear: both;
  font-size: 15px;
}
.footerBlock > div > div:nth-of-type(5) a {
  color: #4fb99f;
  text-decoration: underline;
}
.footerBlock > div > div:nth-of-type(5) a:hover {
  color: #fa7268;
}

@media screen and (max-width: 870px) {
  .footerBlock:before {
    display: none;
  }
  .footerBlock > div {
    padding: 0;
  }
  .footerBlock > div > div:nth-of-type(1) {
    background: #fff;
    width: 100%;
    padding: 50px 20px;
    border-bottom: 10px solid #1d968f;
  }
  .footerBlock > div > div:nth-of-type(1) img {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  .footerBlock > div > div:nth-of-type(2) {
    display: none;
  }
  .footerBlock > div > div:nth-of-type(3) {
    float: left;
    clear: none;
    width: auto;
    padding: 50px 0px 50px 50px;
    text-align: left;
  }
  .footerBlock > div > div:nth-of-type(4) {
    float: left;
    clear: none;
    width: 240px;
    padding: 50px 0px 50px 50px;
  }
  .footerBlock > div > div:nth-of-type(5) {
    float: right;
    clear: none;
    width: 300px;
    padding: 50px;
  }
  .footerBlock > div > div:nth-of-type(3) ul {
    margin: 0;
  }
}
@media screen and (max-width: 770px) {
  .footerBlock > div > div:nth-of-type(3) {
    padding: 50px 20px 0;
  }
  .footerBlock > div > div:nth-of-type(4) {
    padding: 50px 20px 0;
    width: 230px;
  }
  .footerBlock > div > div:nth-of-type(5) {
    padding: 50px 20px 0;
    width: 230px;
  }
  .footerBlock > div > div:nth-of-type(5) img {
    width: 190px;
  }
}
@media screen and (max-width: 620px) {
  .footerBlock {
    text-align: center;
  }
  .footerBlock > div > div:nth-of-type(3) {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footerBlock > div > div:nth-of-type(4) {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footerBlock > div > div:nth-of-type(5) {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 364px) {
  .footerBlock > div > div:nth-of-type(3) ul li {
    text-align: center;
  }
  .footerBlock > div > div:nth-of-type(4) {
    text-align: center;
  }
}

/* --------------------------------------------------------------------------- */
.contentBlock {
  min-height: 900px;
}
.contentBlock > div {
  padding: 100px 20px 150px;
}
.contentBlock > div > div:nth-child(1) {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.contentBlock > div > div:nth-child(2) {
  float: right;
  width: 50%;
  padding-left: 30px;
}

/* exceptions */
.contentBlock.blogHub > div > div:nth-child(1),
.contentBlock.blogHub > div > div:nth-child(2) {
  float: none;
  width: auto;
  padding: 0;
}

.contentBlock > div > div > *:first-child {
  margin-top: 0;
}
.contentBlock h1 {
  font-family: "Overpass", sans-serif;
  font-size: 60px;
  font-weight: 800;
}
.contentBlock h2 {
  font-family: "Overpass", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #068587;
}
.contentBlock h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
}
.contentBlock h4 {
  font-family: "Overpass", sans-serif;
  font-size: 27px;
  color: #068587;
}
.contentBlock p {
  font-size: 24px;
}
.contentBlock.page11 h1 {
  margin-top: 0;
}

@media screen and (max-width: 1050px) {
  .contentBlock h1 {
    font-size: 50px;
  }
  .contentBlock h2 {
    font-size: 26px;
  }
  .contentBlock h3,
  .contentBlock .toggleBlocks h3 {
    font-size: 26px;
  }
  .contentBlock p {
    font-size: 18px;
  }
}
@media screen and (max-width: 870px) {
  .contentBlock > div {
    padding: 40px 20px;
  }
  .contentBlock.noHero > div {
    padding: 100px 20px;
  }
  .contentBlock > div > div:nth-of-type(1) {
    float: none;
    width: 100%;
    padding: 0;
  }
  .contentBlock > div > div:nth-of-type(2) {
    float: none;
    width: 75%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    padding: 40px 0 0;
    clear: both;
  }
}

/* --------------------------------------------------------------------------- */
.toggleBlocks {
  clear: both;
  padding: 40px 0 0;
  margin: 0;
  list-style: none;
}
.toggleBlocks > li {
  position: relative;
}
.toggleBlocks > li:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 5px;
  border-radius: 2.5px;
  background: #4fb99f;
}
.toggleBlocks > li > div {
  padding: 40px 140px;
  margin: 0 15px;
}
.toggleBlocks > li:first-child > div {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.toggleBlocks > li:last-child > div {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.toggleBlocks > li:last-child:after {
  display: none;
}
.toggleBlocks h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.toggle {
  position: absolute;
  top: -3px;
  right: 100%;
  margin-right: 20px;
  height: 45px;
  width: 45px;
  border: 3px solid #fa7268;
  border-radius: 50%;
  text-indent: -9999px;
  background: #fa7268 url("../images/icon-plus.png") center center no-repeat;
  background-size: 70% 70%;
}
li.toggle-open .toggle {
  background-color: #fff;
  background-image: url("../images/icon-x.png");
}
.toggleBlocks > li.toggle-open > div {
  color: #fff;
  background: url("../images/bg-circles.png") center top no-repeat;
  background-size: cover;
}
.toggleBlocks > li.toggle-open > div a {
  color: #fff;
}

/* Toggle Blocks CMS Upgrade */
div.teamWrapper ul.teamList {
  display: flex;
  flex-wrap: wrap;
}

div.teamWrapper h2 {
  color: white;
}

ul.toggleBlocks div.hpBlocks {
  display: flex;
}

ul.toggleBlocks div.hpBlocks a:hover {
  color: #fa7268;
}

@media screen and (max-width: 1180px) {
  .toggleBlocks > li > div {
    padding: 40px 40px 40px 80px;
  }
  .toggle {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .toggle {
    height: 26px;
    width: 26px;
    top: 0px;
  }
}
@media screen and (max-width: 770px) {
  .toggleBlocks > li > div {
    padding: 40px;
    margin: 0 5px;
  }
  .toggle {
    margin-right: 22px;
  }
}

@media screen and (max-width: 770px) {
  .toggleBlocks > li > div {
    padding: 20px;
  }
  .toggle {
    margin-right: 7px;
  }
}

/* --------------------------------------------------------------------------- */
.locations {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
  float: left;
  width: 50%;
  overflow: hidden;
}
.locations + .locations {
  padding: 0 0 0 20px;
}
.locations h3 {
  font-size: 28px;
}
.locations p {
  font-size: 20px;
}
.locations strong {
  color: #068587;
}
.locations-sidebar > div:nth-child(1) {
  background: #e3f2f2;
  border-radius: 5px;
}
.locations-sidebar > div:nth-child(1) > div:nth-child(1) {
  background: url("../images/skyline.jpg") center center;
  background-size: cover;
  border-radius: 5px;
}
.locations-sidebar > div:nth-child(1) > div:nth-child(2) {
  padding: 45px;
}
.locations-sidebar > div:nth-child(1) > div:nth-child(2) > *:first-child {
  margin-top: 0;
}
.locations-sidebar > div:nth-child(1) > div:nth-child(2) > *:last-child {
  margin-bottom: 0;
}
.locations-sidebar > div:nth-child(2) {
  padding: 45px;
}
.locations-sidebar > div:nth-child(2) > *:first-child {
  margin-top: 0;
}
.locations-sidebar > div:nth-child(2) > *:last-child {
  margin-bottom: 0;
}
.locations-sidebar h2 {
  background: #112f41;
  color: #fff;
  display: inline-block;
  margin: 30px 0 100px -15px;
  padding: 0 35px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  line-height: 65px;
}
.locations-sidebar h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 30px 0 0;
  border-color: #112f41 transparent transparent transparent;
}
.locations-sidebar h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 30px;
  border-color: transparent transparent transparent #112f41;
}
.locations-sidebar h3 {
  font-size: 52px;
  font-weight: 600;
}
.locations-sidebar h3 a {
  color: #068587;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .locations p {
    font-size: 17px;
  }
}
@media screen and (max-width: 950px) {
  .contentBlock.page8 > div > div:nth-child(1) {
    float: none;
    width: 100%;
    padding: 0;
  }
  .contentBlock.page8 > div > div:nth-child(2) {
    float: none;
    width: 100%;
    padding: 0;
    clear: both;
  }
  .locations {
    width: 250px;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .locations {
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .locations + .locations {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 460px) {
  .locations-sidebar > div:nth-child(1) > div:nth-child(2) {
    padding: 20px;
  }
  .locations-sidebar > div:nth-child(2) {
    padding: 20px;
  }
  .locations-sidebar h3 {
    font-size: 37px;
  }
}
@media screen and (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* --------------------------------------------------------------------------- */
.contactForm .req {
  background: #ff0000;
  color: #fff;
  padding: 0.5em;
}
.contactForm label,
.contactForm input,
.contactForm textarea {
  display: block;
  margin-top: 10px;
  max-width: 100%;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.contactForm input[type="text"],
.contactForm textarea {
  width: 100%;
  border: 2px solid #eaeaea;
  padding: 0.5em;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.contactForm input[type="submit"]:hover {
  cursor: pointer;
}

.g-recaptcha {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------- */
.fancybox-container > div {
  max-width: 100%;
  padding: 0;
}

/* --------------------------------------------------------------------------- */
.openPositions {
  margin: 100px 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.openPositions:before {
  content: "";
  display: block;
  position: absolute;
  top: 143px;
  right: 100%;
  margin-right: -366px;
  width: 1044px;
  height: 619px;
  background: url("../images/tiles-2.png");
}
.openPositions > * {
  position: relative;
}
.openPositions h2 {
  color: #fff;
  line-height: 3em;
  padding: 0 50px;
  margin: 0;
  font-family: "Overpass", sans-serif;
  border-bottom: 5px solid #4fb99f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#068587+0,0f4250+100 */
  background: rgb(6, 133, 135); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(6, 133, 135, 1) 0%,
    rgba(15, 66, 80, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(6, 133, 135, 1) 0%,
    rgba(15, 66, 80, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(6, 133, 135, 1) 0%,
    rgba(15, 66, 80, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068587', endColorstr='#0f4250',GradientType=1 ); /* IE6-9 */
}
.openPositions .iframeWrapper {
  padding: 40px 50px 50px;
  background: #fff;
}
.openPositions iframe {
  width: 100%;
  border: 0;
  min-height: 900px;
}

.page9 > div > div:nth-child(2) {
  position: relative;
}
.page9 > div > div:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 100%;
  margin-left: -376px;
  width: 1053px;
  height: 832px;
  background: url("../images/tiles-1.png");
}
.page9 > div > div:nth-child(2) img {
  position: relative;
}

@media screen and (max-width: 1050px) {
  .openPositions .iframeWrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 870px) {
  .page9 > div > div:nth-child(2) {
    width: 100%;
  }
  .page9 > div > div:nth-child(2) img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
  .page9 > div > div:nth-child(2):before {
    background: url("../images/bg-tiles-alt.png") center center no-repeat;
    background-size: 100% auto;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    margin-left: 0;
    width: auto;
    height: auto;
  }
  .openPositions {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .openPositions .iframeWrapper {
    padding: 20px 0 0 10px;
  }
  .openPositions iframe {
    min-height: 300px;
  }
}

/* --------------------------------------------------------------------------- */
.teamWrapper {
  clear: both;
  display: block;
  padding: 40px 0 0;
}
.teamWrapper h2 {
  padding: 0 30px;
}

.teamList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teamList li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px;
}
.teamList img {
  border-radius: 50%;
  border: 3px solid #f2b134;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px;
}
.teamList h3 {
  margin: 0;
  font-size: 24px;
}
.teamList h4 {
  margin: 0;
  font-size: 20px;
}
.teamToggle {
  display: block;
}
.teamToggle:hover img {
  border-color: #ed543b;
}
.teamToggleContent {
  width: 1000px;
  max-width: 100%;
}
.teamToggleContent > *:first-child {
  margin-top: 0;
}
.teamToggleContent > *:last-child {
  margin-bottom: 0;
}
.teamToggleContent h3 {
  font-family: "Overpass", sans-serif;
  margin: 0;
  font-size: 30px;
}
.teamToggleContent h4 {
  font-family: "Overpass", sans-serif;
  margin: 0 0 1em;
  font-size: 27px;
  color: #068587;
}
.teamToggleContent p {
  font-size: 20px;
  font-size: 24px;
}

@media screen and (max-width: 1450px) {
  .teamList li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1080px) {
  .teamList li {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  .teamList li {
    width: 100%;
  }
  .teamWrapper h2 {
    text-align: center;
  }
}

/* --------------------------------------------------------------------------- */
.excerptBlock {
  min-height: 300px;
  margin-top: -50px; /*background:pink;*/
}
.excerptBlock > div {
  /*background:yellow;*/
}
.excerpt {
  background: #c5d8e2;
  color: #122f3f;
  border-radius: 10px;
  padding: 20px 50px 0 175px;
  margin: 0 0 100px 115px;
  font-size: 22px;
  position: relative;
}
.excerpt h2 {
  font-size: 38px;
  margin: 0;
}
.excerpt h3 {
  font-size: 32px;
  margin: 0;
  font-weight: 400;
}
.excerpt p {
  margin: 1em 0;
}
.excerpt > *:last-child {
  margin-bottom: 1.5em;
}
.excerpt img {
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -115px;
  top: 50%;
  margin-top: -115px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* --------------------------------------------------------------------------- */
.post {
  float: left;
  width: 33.3%;
  padding: 20px 40px 20px 0;
}
.post > a {
  display: block;
}
.post > a img {
  border-radius: 10px;
  border: 3px solid #f2b134;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px 0;
}
.post > a img:hover {
  border-color: #ed543b;
}

.post h2 {
  margin: 0.8em 0 0.5em;
  font-size: 24px;
}
.post h2 a {
  color: #068587;
  text-decoration: none;
}
.post h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.post p {
  font-size: 20px;
  line-height: 1.5;
}

.contentBlock.blogPost > div > div {
  float: right;
}
@media screen and (max-width: 870px) {
  .contentBlock.blogPost > div > div:nth-of-type(2) {
    width: 100%;
  }
}

.blogPost h1 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.blogPost h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blogPost p {
  font-size: 20px;
  line-height: 1.5em;
}
.blogImages > a {
  display: block;
}
.blogImages > a + a {
  float: left;
  max-width: 25%;
  padding: 5px;
}
.blogImages img {
  border-radius: 10px;
  border: 3px solid #f2b134;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.blogImages img:hover {
  border-color: #ed543b;
}

.author a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.author a:hover {
  text-decoration: none;
  color: #068587;
}
.author img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1000px) {
  .post {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .post {
    width: 100%;
    padding: 20px 0;
  }
}

/* --------------------------------------------------------------------------- */
.noHero {
  background: url("../images/bg-curve-80.jpg") center top no-repeat;
  background-size: auto 150px;
}
@media screen and (min-width: 1880px) {
  .noHero {
    background-size: 100% 150px;
  }
}

/* ----------------------- end ---------------------------------------------------- */

.donation-form label,
.donation-form .field .checkbox {
  color: #fff !important;
}
.donation-form h3 {
  margin: 0.5em 0 0;
}

/* ----------------------- end ---------------------------------------------------- */
