@import "assets/reset.css";
@import "assets/animate.css";
@import "assets/loader.css";
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
body {
  overflow: visible;
}
.is-loaded {
  overflow: visible;
  overflow-x: hidden;
}
.content {
  min-width: 100%;
  margin: 0 auto;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
strong {
  font-weight: 700;
}
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
body {
  min-width: 100%;
}
@media (max-width: 880px) {
  body {
    min-width: auto;
  }
}
footer {
  height: 210px;
  padding-top: 50px;
  background: #202020;
  text-align: center;
}
footer .logo {
  margin-bottom: 25px;
}
footer .logo img {
  display: inline-block;
  width: 215px;
  height: auto;
}
footer .social {
  margin-bottom: 50px;
}
footer .social .social-link {
  display: inline-block;
  opacity: 1;
  width: 19px;
  height: 16px;
  margin-right: 13px;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}
footer .social .social-link a {
  line-height: 0;
  font-size: 0;
  display: block;
}
footer .social .social-link a img {
  width: 19px;
  height: 16px;
}
footer .social .social-link:last-child {
  margin-right: 0;
}
footer .social .social-link:hover {
  opacity: .5;
}
footer .copyright {
  font-size: 11px;
  line-height: 13px;
  color: #636363;
  letter-spacing: 1.22px;
  text-transform: uppercase;
}
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.section {
  min-height: 560px;
  /* height: 100vh; */
  outline: none;
}
.section.lead {
  background: #ffffff;
  min-height: auto;
}
.section.lead .header {
  position: relative;
  height: 64px;
  background: #ffffff;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.section.lead .header .logo {
  float: left;
}
.section.lead .header .logo img {
  width: 242px;
  height: 22px;
  margin-top: 22px;
  margin-left: 30px;
}
.section.lead .header .toggle-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url("../img/icon-menu.png");
  background-size: 35px 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}
.section.lead .header .small-nav {
  float: right;
}
.section.lead .header .small-nav .nav-link {
  float: left;
  height: 64px;
  margin-right: 40px;
}
.section.lead .header .small-nav .nav-link a {
  display: block;
  line-height: 64px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.27px;
}
.section.lead .header .small-nav .nav-link a:hover {
  color: #21ABE9;
}
.section.lead.fixed .fake-header {
  height: 64px;
}
.section.lead.fixed .header {
  position: fixed;
  top: -64px;
  z-index: 3;
  width: 100%;
  -webkit-transform: translateY(64px);
      -ms-transform: translateY(64px);
          transform: translateY(64px);
}
.section.lead .punch-line {
  height: calc(100vh - 164px);
  padding-left: 11%;
  padding-right: 30%;
  background-image: url("../img/mountains.jpg"), url("../img/mountains-bg.jpg");
  background-position: top center, top center;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 120%, auto 120%;
  vertical-align: middle;
}
.section.lead .punch-line:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section.lead .punch-line .copy {
  display: inline-block;
  width: 97%;
  vertical-align: middle;
  color: #ffffff;
}
.section.lead .punch-line .copy h1 {
  margin-bottom: 17px;
  font-size: 62px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.section.lead .punch-line .copy .subheading {
  font-size: 20px;
  line-height: 30px;
}
.section.lead .big-nav {
  height: 100px;
  background: white;
}
.section.lead .big-nav .button {
  float: left;
  position: relative;
  width: 33.3333%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
}
.section.lead .big-nav .button.content-platform {
  background: #21ABE9;
}
.section.lead .big-nav .button.content-platform:after {
  background: #21ABE9;
}
.section.lead .big-nav .button.intensives {
  background: #4ABDAC;
}
.section.lead .big-nav .button.intensives:after {
  background: #4ABDAC;
}
.section.lead .big-nav .button.strategy {
  background: #FF8315;
}
.section.lead .big-nav .button.strategy:after {
  background: #FF8315;
}
.section.lead .big-nav .button .caption {
  position: relative;
  z-index: 2;
}
.section.lead .big-nav .button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-property: top,bottom,left,right;
  transition-property: top,bottom,left,right;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.section.lead .big-nav .button:hover {
  z-index: 1;
  outline: 0;
}
.section.lead .big-nav .button:hover:after {
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1600px), (min-height: 700px) {
  .section.lead .punch-line .copy h1 {
    margin-bottom: 24px;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
  }
  .section.lead .punch-line .copy .subheading {
    font-size: 30px;
    line-height: 42px;
  }
}
.section.san-francisco .text,
.section.content-platform .text,
.section.intensives .text,
.section.strategy .text,
.section.contact .text {
  float: left;
  width: 60%;
  height: 100%;
  vertical-align: middle;
}
.section.san-francisco .text:after,
.section.content-platform .text:after,
.section.intensives .text:after,
.section.strategy .text:after,
.section.contact .text:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section.san-francisco .text .copy,
.section.content-platform .text .copy,
.section.intensives .text .copy,
.section.strategy .text .copy,
.section.contact .text .copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11%;
  color: #ffffff;
}
.section.san-francisco .text .copy h2,
.section.content-platform .text .copy h2,
.section.intensives .text .copy h2,
.section.strategy .text .copy h2,
.section.contact .text .copy h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
}
.section.san-francisco .text .copy h2 .section-icon,
.section.content-platform .text .copy h2 .section-icon,
.section.intensives .text .copy h2 .section-icon,
.section.strategy .text .copy h2 .section-icon,
.section.contact .text .copy h2 .section-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 24px;
  vertical-align: middle;
}
.section.san-francisco .text .copy p,
.section.content-platform .text .copy p,
.section.intensives .text .copy p,
.section.strategy .text .copy p,
.section.contact .text .copy p {
  width: 50vw;
  margin-bottom: 20px;
}
.section.san-francisco .text .copy p a,
.section.content-platform .text .copy p a,
.section.intensives .text .copy p a,
.section.strategy .text .copy p a,
.section.contact .text .copy p a {
  color: #ffffff;
}
.section.san-francisco .text .copy .btn,
.section.content-platform .text .copy .btn,
.section.intensives .text .copy .btn,
.section.strategy .text .copy .btn,
.section.contact .text .copy .btn {
  position: relative;
  display: inline-block;
  width: 222px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  padding: 0;
}
.section.san-francisco .text .copy .btn.dark-blue,
.section.content-platform .text .copy .btn.dark-blue,
.section.intensives .text .copy .btn.dark-blue,
.section.strategy .text .copy .btn.dark-blue,
.section.contact .text .copy .btn.dark-blue {
  background-color: #223850;
}
.section.san-francisco .text .copy .btn.dark-blue:after,
.section.content-platform .text .copy .btn.dark-blue:after,
.section.intensives .text .copy .btn.dark-blue:after,
.section.strategy .text .copy .btn.dark-blue:after,
.section.contact .text .copy .btn.dark-blue:after {
  background-color: #223850;
}
.section.san-francisco .text .copy .btn.blue,
.section.content-platform .text .copy .btn.blue,
.section.intensives .text .copy .btn.blue,
.section.strategy .text .copy .btn.blue,
.section.contact .text .copy .btn.blue {
  background-color: #21ABE9;
}
.section.san-francisco .text .copy .btn.blue:after,
.section.content-platform .text .copy .btn.blue:after,
.section.intensives .text .copy .btn.blue:after,
.section.strategy .text .copy .btn.blue:after,
.section.contact .text .copy .btn.blue:after {
  background-color: #21ABE9;
}
.section.san-francisco .text .copy .btn.teal,
.section.content-platform .text .copy .btn.teal,
.section.intensives .text .copy .btn.teal,
.section.strategy .text .copy .btn.teal,
.section.contact .text .copy .btn.teal {
  background-color: #4ABDAC;
}
.section.san-francisco .text .copy .btn.teal:after,
.section.content-platform .text .copy .btn.teal:after,
.section.intensives .text .copy .btn.teal:after,
.section.strategy .text .copy .btn.teal:after,
.section.contact .text .copy .btn.teal:after {
  background-color: #4ABDAC;
}
.section.san-francisco .text .copy .btn.orange,
.section.content-platform .text .copy .btn.orange,
.section.intensives .text .copy .btn.orange,
.section.strategy .text .copy .btn.orange,
.section.contact .text .copy .btn.orange {
  background-color: #FF8315;
}
.section.san-francisco .text .copy .btn.orange:after,
.section.content-platform .text .copy .btn.orange:after,
.section.intensives .text .copy .btn.orange:after,
.section.strategy .text .copy .btn.orange:after,
.section.contact .text .copy .btn.orange:after {
  background-color: #FF8315;
}
.section.san-francisco .text .copy .btn:after,
.section.content-platform .text .copy .btn:after,
.section.intensives .text .copy .btn:after,
.section.strategy .text .copy .btn:after,
.section.contact .text .copy .btn:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-property: top,bottom,left,right;
  transition-property: top,bottom,left,right;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.section.san-francisco .text .copy .btn .caption,
.section.content-platform .text .copy .btn .caption,
.section.intensives .text .copy .btn .caption,
.section.strategy .text .copy .btn .caption,
.section.contact .text .copy .btn .caption {
  position: relative;
  z-index: 2;
}
.section.san-francisco .text .copy .btn:hover,
.section.content-platform .text .copy .btn:hover,
.section.intensives .text .copy .btn:hover,
.section.strategy .text .copy .btn:hover,
.section.contact .text .copy .btn:hover {
  z-index: 1;
  outline: 0;
}
.section.san-francisco .text .copy .btn:hover:after,
.section.content-platform .text .copy .btn:hover:after,
.section.intensives .text .copy .btn:hover:after,
.section.strategy .text .copy .btn:hover:after,
.section.contact .text .copy .btn:hover:after {
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
}
.section.san-francisco .text .copy .btn:hover .caption,
.section.content-platform .text .copy .btn:hover .caption,
.section.intensives .text .copy .btn:hover .caption,
.section.strategy .text .copy .btn:hover .caption,
.section.contact .text .copy .btn:hover .caption {
  cursor: pointer;
}
.section.san-francisco .section-form-wrap,
.section.content-platform .section-form-wrap,
.section.intensives .section-form-wrap,
.section.strategy .section-form-wrap,
.section.contact .section-form-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding-top: 70px;
  padding-right: 3%;
  text-align: center;
  vertical-align: middle;
  /* Checkboxes */
}
.section.san-francisco .section-form-wrap:after,
.section.content-platform .section-form-wrap:after,
.section.intensives .section-form-wrap:after,
.section.strategy .section-form-wrap:after,
.section.contact .section-form-wrap:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section.san-francisco .section-form-wrap .section-form,
.section.content-platform .section-form-wrap .section-form,
.section.intensives .section-form-wrap .section-form,
.section.strategy .section-form-wrap .section-form,
.section.contact .section-form-wrap .section-form {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
  max-width: 440px;
  padding: 30px;
  padding-bottom: 10px;
  background: #F6F6F6;
  box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.12), 0 19px 38px 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 16px;
}
.section.san-francisco .section-form-wrap .section-form .heading,
.section.content-platform .section-form-wrap .section-form .heading,
.section.intensives .section-form-wrap .section-form .heading,
.section.strategy .section-form-wrap .section-form .heading,
.section.contact .section-form-wrap .section-form .heading,
.section.san-francisco .section-form-wrap .section-form .lead-copy,
.section.content-platform .section-form-wrap .section-form .lead-copy,
.section.intensives .section-form-wrap .section-form .lead-copy,
.section.strategy .section-form-wrap .section-form .lead-copy,
.section.contact .section-form-wrap .section-form .lead-copy,
.section.san-francisco .section-form-wrap .section-form .lead-comment,
.section.content-platform .section-form-wrap .section-form .lead-comment,
.section.intensives .section-form-wrap .section-form .lead-comment,
.section.strategy .section-form-wrap .section-form .lead-comment,
.section.contact .section-form-wrap .section-form .lead-comment {
  text-align: center;
}
.section.san-francisco .section-form-wrap .section-form .heading,
.section.content-platform .section-form-wrap .section-form .heading,
.section.intensives .section-form-wrap .section-form .heading,
.section.strategy .section-form-wrap .section-form .heading,
.section.contact .section-form-wrap .section-form .heading {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #04182F;
  letter-spacing: 0.38px;
}
.section.san-francisco .section-form-wrap .section-form .lead-copy,
.section.content-platform .section-form-wrap .section-form .lead-copy,
.section.intensives .section-form-wrap .section-form .lead-copy,
.section.strategy .section-form-wrap .section-form .lead-copy,
.section.contact .section-form-wrap .section-form .lead-copy {
  margin-bottom: 7px;
  color: #616161;
}
.section.san-francisco .section-form-wrap .section-form .lead-comment,
.section.content-platform .section-form-wrap .section-form .lead-comment,
.section.intensives .section-form-wrap .section-form .lead-comment,
.section.strategy .section-form-wrap .section-form .lead-comment,
.section.contact .section-form-wrap .section-form .lead-comment {
  margin-bottom: 18px;
  color: #616161;
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
}
.section.san-francisco .section-form-wrap .section-form .rubric,
.section.content-platform .section-form-wrap .section-form .rubric,
.section.intensives .section-form-wrap .section-form .rubric,
.section.strategy .section-form-wrap .section-form .rubric,
.section.contact .section-form-wrap .section-form .rubric {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: left;
}
.section.san-francisco .section-form-wrap .section-form .form-section,
.section.content-platform .section-form-wrap .section-form .form-section,
.section.intensives .section-form-wrap .section-form .form-section,
.section.strategy .section-form-wrap .section-form .form-section,
.section.contact .section-form-wrap .section-form .form-section {
  margin-bottom: 10px;
  text-align: left;
}
.section.san-francisco .section-form-wrap .section-form .form-section .control-group,
.section.content-platform .section-form-wrap .section-form .form-section .control-group,
.section.intensives .section-form-wrap .section-form .form-section .control-group,
.section.strategy .section-form-wrap .section-form .form-section .control-group,
.section.contact .section-form-wrap .section-form .form-section .control-group {
  margin-bottom: 4px;
}
.section.san-francisco .section-form-wrap .section-form .form-section .control-group:last-child,
.section.content-platform .section-form-wrap .section-form .form-section .control-group:last-child,
.section.intensives .section-form-wrap .section-form .form-section .control-group:last-child,
.section.strategy .section-form-wrap .section-form .form-section .control-group:last-child,
.section.contact .section-form-wrap .section-form .form-section .control-group:last-child {
  margin-bottom: 0;
}
.section.san-francisco .section-form-wrap .section-form .form-section .btn,
.section.content-platform .section-form-wrap .section-form .form-section .btn,
.section.intensives .section-form-wrap .section-form .form-section .btn,
.section.strategy .section-form-wrap .section-form .form-section .btn,
.section.contact .section-form-wrap .section-form .form-section .btn {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  background: #4ABDAC;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.section.san-francisco .section-form-wrap .section-form .form-section .btn:hover,
.section.content-platform .section-form-wrap .section-form .form-section .btn:hover,
.section.intensives .section-form-wrap .section-form .form-section .btn:hover,
.section.strategy .section-form-wrap .section-form .form-section .btn:hover,
.section.contact .section-form-wrap .section-form .form-section .btn:hover {
  background: #26A69A;
}
.section.san-francisco .section-form-wrap .section-form .form-section .btn:active,
.section.content-platform .section-form-wrap .section-form .form-section .btn:active,
.section.intensives .section-form-wrap .section-form .form-section .btn:active,
.section.strategy .section-form-wrap .section-form .form-section .btn:active,
.section.contact .section-form-wrap .section-form .form-section .btn:active {
  background: #00897B;
}
.section.san-francisco .section-form-wrap .form-element,
.section.content-platform .section-form-wrap .form-element,
.section.intensives .section-form-wrap .form-element,
.section.strategy .section-form-wrap .form-element,
.section.contact .section-form-wrap .form-element {
  display: block;
  width: 100%;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FAFAFA;
  border: 1px solid #616161;
  border-radius: 2px;
  font-size: 16px;
  color: #04182F;
  line-height: 40px;
}
.section.san-francisco .section-form-wrap textarea.form-element,
.section.content-platform .section-form-wrap textarea.form-element,
.section.intensives .section-form-wrap textarea.form-element,
.section.strategy .section-form-wrap textarea.form-element,
.section.contact .section-form-wrap textarea.form-element {
  opacity: 0;
  height: 1px;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
.section.san-francisco .section-form-wrap textarea.form-element.is-visible,
.section.content-platform .section-form-wrap textarea.form-element.is-visible,
.section.intensives .section-form-wrap textarea.form-element.is-visible,
.section.strategy .section-form-wrap textarea.form-element.is-visible,
.section.contact .section-form-wrap textarea.form-element.is-visible {
  opacity: 1;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.section.san-francisco .section-form-wrap input[type="checkbox"],
.section.content-platform .section-form-wrap input[type="checkbox"],
.section.intensives .section-form-wrap input[type="checkbox"],
.section.strategy .section-form-wrap input[type="checkbox"],
.section.contact .section-form-wrap input[type="checkbox"] {
  margin: 0;
  margin-top: -3px;
  margin-right: 7px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #616161;
  outline: none;
  color: #616161;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.section.san-francisco .section-form-wrap input[type="checkbox"]:checked,
.section.content-platform .section-form-wrap input[type="checkbox"]:checked,
.section.intensives .section-form-wrap input[type="checkbox"]:checked,
.section.strategy .section-form-wrap input[type="checkbox"]:checked,
.section.contact .section-form-wrap input[type="checkbox"]:checked {
  background-color: #616161;
}
@media (min-width: 1600px), (min-height: 700px) {
  .section.san-francisco .text .copy,
  .section.content-platform .text .copy,
  .section.intensives .text .copy,
  .section.strategy .text .copy,
  .section.contact .text .copy {
    font-size: 20px;
    line-height: 36px;
  }
  .section.san-francisco .text .copy h2,
  .section.content-platform .text .copy h2,
  .section.intensives .text .copy h2,
  .section.strategy .text .copy h2,
  .section.contact .text .copy h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 32px;
  }
  .section.san-francisco .text .copy p,
  .section.content-platform .text .copy p,
  .section.intensives .text .copy p,
  .section.strategy .text .copy p,
  .section.contact .text .copy p {
    margin-bottom: 25px;
  }
  .section.san-francisco .text .copy .btn,
  .section.content-platform .text .copy .btn,
  .section.intensives .text .copy .btn,
  .section.strategy .text .copy .btn,
  .section.contact .text .copy .btn {
    width: 280px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
  }
  .section.san-francisco .section-form-wrap .section-form,
  .section.content-platform .section-form-wrap .section-form,
  .section.intensives .section-form-wrap .section-form,
  .section.strategy .section-form-wrap .section-form,
  .section.contact .section-form-wrap .section-form {
    font-size: 20px;
  }
  .section.san-francisco .section-form-wrap .section-form .heading,
  .section.content-platform .section-form-wrap .section-form .heading,
  .section.intensives .section-form-wrap .section-form .heading,
  .section.strategy .section-form-wrap .section-form .heading,
  .section.contact .section-form-wrap .section-form .heading {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
  }
  .section.san-francisco .section-form-wrap .section-form .form-section,
  .section.content-platform .section-form-wrap .section-form .form-section,
  .section.intensives .section-form-wrap .section-form .form-section,
  .section.strategy .section-form-wrap .section-form .form-section,
  .section.contact .section-form-wrap .section-form .form-section {
    margin-bottom: 15px;
  }
  .section.san-francisco .section-form-wrap .section-form .form-section .control-group,
  .section.content-platform .section-form-wrap .section-form .form-section .control-group,
  .section.intensives .section-form-wrap .section-form .form-section .control-group,
  .section.strategy .section-form-wrap .section-form .form-section .control-group,
  .section.contact .section-form-wrap .section-form .form-section .control-group {
    margin-bottom: 7px;
  }
  .section.san-francisco .section-form-wrap .section-form .form-section .btn,
  .section.content-platform .section-form-wrap .section-form .form-section .btn,
  .section.intensives .section-form-wrap .section-form .form-section .btn,
  .section.strategy .section-form-wrap .section-form .form-section .btn,
  .section.contact .section-form-wrap .section-form .form-section .btn {
    font-size: 20px;
  }
  .section.san-francisco .section-form-wrap .form-element,
  .section.content-platform .section-form-wrap .form-element,
  .section.intensives .section-form-wrap .form-element,
  .section.strategy .section-form-wrap .form-element,
  .section.contact .section-form-wrap .form-element {
    font-size: 20px;
    min-height: 52px;
    line-height: 52px;
  }
}
.section.san-francisco {
  background: #223850;
}
.section.san-francisco .golden-gate {
  float: left;
  overflow: hidden;
  width: 40%;
  height: 100%;
  background-image: url("../img/golden-gate.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 1600px), (min-height: 700px) {
  .section.san-francisco .text .copy {
    font-size: 18px;
    line-height: 30px;
  }
  .section.san-francisco .text .copy h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
  }
}
@media (min-width: 1600px), (min-height: 800px) {
  .section.san-francisco .text .copy {
    font-size: 20px;
    line-height: 36px;
  }
  .section.san-francisco .text .copy h2 {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 32px;
  }
}
.section.content-platform {
  background: #21ABE9;
  background-image: url("../img/content-platform.png");
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.section.intensives {
  position: relative;
  background: #ffffff;
  background-image: url("../img/intensives.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section.intensives .text .copy {
  color: #616161;
}
.section.intensives .text .copy h2 {
  color: #04182F;
}
.section.strategy {
  background: #2A4057;
  background-image: url("../img/strategy.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section.strategy .text {
  width: 100%;
}
.section.strategy .text .copy {
  margin-left: 6.4%;
}
.section.strategy .text .copy p {
  width: 50vw;
}
.section.strategy .text .copy .advantages {
  position: relative;
  margin-bottom: 30px;
  margin-left: 11px;
}
.section.strategy .text .copy .advantages li:before {
  content: "• ";
  color: #FF8315;
}
.section.contact {
  background: #ffffff;
  background-image: url("../img/contact.jpg");
  background-size: cover;
}
.section.contact .text {
  width: 100%;
  text-align: center;
}
.section.contact .text .copy {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 65px 25px;
  background: #FF8315;
}
.section.contact .text .copy h2 {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section.contact .text .copy .contact-form {
  width: 540px;
}
.section.contact .text .copy .contact-form .form-section {
  margin-bottom: 20px;
  display: block;
}
.section.contact .text .copy .contact-form .form-section .form-element {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #223850;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.section.contact .text .copy .contact-form .form-section .form-element:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.section.contact .text .copy .contact-form .form-section input.form-element {
  font-family: 'Lato', sans-serif;
}
.section.contact .text .copy .contact-form .form-section textarea.form-element {
  height: auto;
  overflow: auto;
  font-family: 'Lato', sans-serif;
}
.section.contact .text .copy .contact-form .form-section + .btn {
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 880px) {
  .section {
    height: auto;
    min-height: 300px;
  }
  .section.lead {
    overflow-x: hidden;
  }
  .section.lead .header {
    height: 64px;
  }
  .section.lead .header .logo {
    display: block;
    z-index: 2;
    float: none;
    width: 100%;
    height: 64px;
  }
  .section.lead .header .logo img {
    margin-left: 19px;
  }
  .section.lead .header .toggle-menu {
    display: block;
  }
  .section.lead .header .small-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 1;
    float: none;
    padding: 0 15px;
    border-top: 1px solid lightgrey;
    -webkit-transform: translateX(120%) skewX(20deg);
        -ms-transform: translateX(120%) skewX(20deg);
            transform: translateX(120%) skewX(20deg);
    opacity: 0;
    -webkit-transition: opacity ease-in 0.3s, -webkit-transform ease-in 0.3s;
    transition: opacity ease-in 0.3s, -webkit-transform ease-in 0.3s;
    transition: transform ease-in 0.3s, opacity ease-in 0.3s;
    transition: transform ease-in 0.3s, opacity ease-in 0.3s, -webkit-transform ease-in 0.3s;
    background: #ffffff;
    text-align: center;
    zoom: 1;
  }
  .section.lead .header .small-nav:before,
  .section.lead .header .small-nav:after {
    content: "";
    display: table;
  }
  .section.lead .header .small-nav:after {
    clear: both;
  }
  .section.lead .header .small-nav .nav-link {
    margin-right: 15px;
  }
  .section.lead .header.closed .toggle-menu {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .section.lead .header.closed .small-nav {
    -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
    opacity: 1;
  }
  .section.lead .punch-line {
    height: auto;
    padding-left: 7%;
    padding-right: 7%;
    background-position: 55% 0%, top center;
    background-size: auto 100%, auto 100%;
  }
  .section.lead .punch-line .copy h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 17px;
  }
  .section.lead .punch-line .copy .subheading {
    font-size: 16px;
  }
  .section.lead .big-nav .button:after {
    display: none;
  }
  .section.san-francisco .text,
  .section.content-platform .text,
  .section.intensives .text,
  .section.strategy .text,
  .section.contact .text {
    float: none;
    width: 100%;
    height: auto;
  }
  .section.san-francisco .text .copy,
  .section.content-platform .text .copy,
  .section.intensives .text .copy,
  .section.strategy .text .copy,
  .section.contact .text .copy {
    width: 100%;
    margin: 0;
    padding: 40px 20px 30px;
    font-size: 16px;
  }
  .section.san-francisco .text .copy p,
  .section.content-platform .text .copy p,
  .section.intensives .text .copy p,
  .section.strategy .text .copy p,
  .section.contact .text .copy p {
    width: auto;
  }
  .section.san-francisco .text .copy .btn,
  .section.content-platform .text .copy .btn,
  .section.intensives .text .copy .btn,
  .section.strategy .text .copy .btn,
  .section.contact .text .copy .btn {
    display: block;
    margin: 0 auto;
  }
  .section.san-francisco .text .copy .btn:after,
  .section.content-platform .text .copy .btn:after,
  .section.intensives .text .copy .btn:after,
  .section.strategy .text .copy .btn:after,
  .section.contact .text .copy .btn:after {
    display: none;
  }
  .section.san-francisco .section-form-wrap,
  .section.content-platform .section-form-wrap,
  .section.intensives .section-form-wrap,
  .section.strategy .section-form-wrap,
  .section.contact .section-form-wrap {
    position: relative;
    margin-top: -60px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  .section.san-francisco .section-form-wrap .section-form,
  .section.content-platform .section-form-wrap .section-form,
  .section.intensives .section-form-wrap .section-form,
  .section.strategy .section-form-wrap .section-form,
  .section.contact .section-form-wrap .section-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.san-francisco .section-form-wrap .section-form .heading,
  .section.content-platform .section-form-wrap .section-form .heading,
  .section.intensives .section-form-wrap .section-form .heading,
  .section.strategy .section-form-wrap .section-form .heading,
  .section.contact .section-form-wrap .section-form .heading {
    margin-bottom: 10px;
  }
  .section.san-francisco .section-form-wrap .section-form .form-section,
  .section.content-platform .section-form-wrap .section-form .form-section,
  .section.intensives .section-form-wrap .section-form .form-section,
  .section.strategy .section-form-wrap .section-form .form-section,
  .section.contact .section-form-wrap .section-form .form-section {
    margin-bottom: 10px;
  }
  .section.san-francisco .golden-gate {
    display: none;
  }
  .section.content-platform {
    background-position: center;
    background-size: 100% auto;
    background-image: url("../img/content-platform-mobile.png");
  }
  .section.intensives {
    background-position: center;
  }
  .section.strategy {
    background-position: 55%;
  }
  .section.strategy .text .copy .advantages {
    margin-left: 15px;
  }
  .section.strategy .text .copy .advantages li:before {
    position: absolute;
    left: -15px;
  }
  .section.contact {
    background-size: auto 100%;
    background-position: center;
  }
  .section.contact .text {
    padding: 55px 15px;
  }
  .section.contact .text .copy .contact-form {
    width: 100%;
  }
}
@media (max-width: 880px) and (max-width: 640px) and (orientation: landscape) {
  .section.lead .punch-line {
    padding-left: 12%;
    padding-right: 12%;
  }
  .section.lead .punch-line .copy h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .section.lead .punch-line .copy .subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .section.lead .big-nav {
    height: 50px;
  }
  .section.lead .big-nav .button {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 880px) and (min-height: 600px) {
  .section.lead .punch-line .copy h1 {
    margin-bottom: 24px;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.2px;
  }
  .section.lead .punch-line .copy .subheading {
    font-size: 26px;
    line-height: 36px;
  }
}
