/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
a {
  outline: 0;
}
/*.........GLOBLE......*/

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1A1A1A;
  font-weight: 400;
  background:#ffffff;
}
header {
  position: static;
  height: auto;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 100;
  display: block;
}

.navigation-active{
  position: fixed;
}
.menu-toggle {
  transition-property: top,bottom;
  transition-duration: .5s;
  z-index: 350;
  position: fixed;
  top: 5vh;
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
}
.menu-toggle {
  top: 6vh;
  right: 6.25rem;
}
.menu-toggle {
  width: 2.125rem;
  height: 2.125rem;
}
.menu-toggle span {
  height: .25rem;
  width: 1.75rem;
  background: #159fbb;
  display: block;
  transition: all .3s;
  position: absolute;
}
.menu-toggle span {
  height: .3125rem;
  width: 2.125rem;
  margin-bottom: .5rem;
  top: 0;
  left: 0;
}
.menu-toggle span:nth-child(2) {
  top: .8125rem;
  left: 0;
}
.menu-toggle span:nth-child(3) {
  top: 1.625rem;
  left: 0;
}

@media only screen and (min-width: 64.063em){
  body:not(.navigation-active) .menu-toggle:hover span {
    height: .9375rem;
    width: .9375rem;
  }
  body:not(.navigation-active) .menu-toggle:hover span:nth-child(1) {
    height: 1.875rem;
    width: 1.875rem;
    left: -.5rem;
  }
  body:not(.navigation-active) .menu-toggle:hover span:nth-child(2) {
    top: .25rem;
    left: 1.5rem;
  }
  body:not(.navigation-active) .menu-toggle:hover span:nth-child(3) {
    top: 1.3125rem;
    left: 1.5rem;
  }
  h1 br{
    display: none;
  }
}

.to-intro{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navigation-active .menu-toggle {
  top: 1.25rem!important;
  right: 1.25rem!important;
}
.main-navigation {
  position: fixed;
  z-index: 300;
  background: 0 0;
  transition: all .3s;
}
.navigation-active .main-navigation {
  width: 100vw;
  height: 100vh;
  background: rgba(21,159,187,.25);
}

.navigation-active .main-navigation>div {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  box-shadow: -1rem 0 3.125rem #9e837a;
  background: #e5ecf0;
}
.main-navigation ul {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  list-style: none;
  padding: 0;
  width: 100%;
}
.main-navigation>div {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  background: #fff;
  transition: all .5s;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 18vh 1.875rem 1.875rem 1.875rem;
  -webkit-transform: translate(31.25rem,0);
  transform: translate(31.25rem,0);
  list-style: none;
  width: 85%;
  overflow-y: none;
}
.main-navigation>div {
  width: 22.25rem;
  padding: 5.125rem 2.125rem;
}
.main-navigation ul li {
  margin: 0 0 .9375rem;
}
.main-navigation ul li {
  text-align: right;
  width: 100%;
  margin: 0 0 0;
  -webkit-transform: translate(6.25rem,0);
  transform: translate(6.25rem,0);
  transition: all .2s;
  opacity: 0;
}
.main-navigation ul li a {
  color: #7f8f97;
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: .25rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: color .2s,-webkit-transform .2s;
  transition: color .2s,transform .2s;
}
.main-navigation ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 1.875rem;
  letter-spacing: .225rem;
  line-height: 50px;
}
.main-navigation ul li .sub {
  color: #7f8f97;
  display: none;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .1875rem;
  line-height: 1.5625rem;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: -webkit-transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s;
}
.main-navigation ul li:hover a {
  color: #000;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.main-navigation ul li#menu-item-4 a{
  font-size: 1.35rem;
}
.main-navigation ul li .sub {
  display: block;
}
.main-navigation>div>ul>li>.sub {
  padding-right: .625rem;
}

.navigation-active .main-navigation ul li {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  transition: all .5s;
  opacity: 1;
}
.navigation-active .main-navigation ul li:nth-child(1) {
  transition-delay: .4s;
}
.navigation-active .main-navigation ul li:nth-child(2) {
  transition-delay: .5s;
}
.navigation-active .main-navigation ul li:nth-child(3) {
  transition-delay: .6s;
}
.navigation-active .main-navigation ul li:nth-child(4) {
  transition-delay: .7s;
}
.main-navigation ul li:hover .sub {
  opacity: 1;
  -webkit-transform: translate3d(0,-.625rem,0);
  transform: translate3d(0,-.625rem,0);
}

.navigation-active .menu-toggle span:nth-of-type(1){
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: .9375rem;
}
.navigation-active .menu-toggle span:nth-of-type(2) {
  display: none;
}
.navigation-active .menu-toggle span:nth-of-type(3) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 1rem!important;
}

/* .navigation-active .site-hero,
.navigation-active .apply-wrapper,
.navigation-active .one-liner{
display: none;
} */

.navigation-active .content {
  -webkit-transform: translate(-15.625rem,0);
  transform: translate(-15.625rem,0);
  position: fixed;
  width: 100%;
}

.site-branding {
  position: fixed;
  top: 5vh;
  left: 1.25rem;
  z-index: 100;
  padding: 10px;
  /* text-align: center; */
}
.site-branding {
  left: 6.25rem;
  top: 2.8vh;
}
.site-branding  a{
  font-family: 'Lato', sans-serif;
  color: #159fbb;
  font-size: 20px;
  padding: 5px;
  display: block;
  text-shadow: 0px 0px 2px;
  background: rgba(255,255,255, 0.8);
      border-radius: 3px;
}
.site-branding img {
  width: 7.25rem;
  vertical-align: sub;
}

.apply-wrapper {
  position: fixed;
  left: 4.375rem;
  top: 60vh;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 0;
  z-index: 200;
}
.apply-wrapper {
  left: 7.8125rem;
}

.apply-wrapper a {
  color: #fff;
  background: #159fbb;
  text-decoration: none;
  padding: .9375rem;
  border: 1px solid #159fbb;
  text-transform: uppercase;
  letter-spacing: .25rem;
  display: block;
  width: 11.5625rem;
  text-align: center;
  font-size: .875rem;
  transition: all .1s;
  color: #159fbb;
  background: #fff;
}

.apply-wrapper-1 a{
  color: #159fbb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .25rem;
  cursor: pointer;
}

.apply-wrapper a:hover,
.apply-wrapper.active-btn a{
  background: #159fbb;
  color: #fff;
}

.apply-wrapper-1{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 8vh;
  display: none;
}

.content {
  transition: all .2s;
  position: relative;
  z-index: 50;
  /* position: absolute;
  width: 100%; */
}

.site-hero {
  /* overflow: hidden; */
  /* height: 93vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 3.125rem;
  position: relative;
  width: 100%;
  position: absolute; */
  width: 100%;
}

.site-hero .block-flex{
  width: 68%;
  margin: 0 auto;
  max-width: 64.5rem;
}

.site-hero .main-block,
.site-hero .site-block  {
  width: 50%;
  z-index: 20;
  background: #159fbb;
  position: relative;
  float: left;
  top: 90px;
  cursor: pointer;
  transition: all .3s;
}

.site-hero .site-block{
  background: #fff;
}
.site-hero .main-block{
  padding: 15% 0;
  margin: 8% 0;
}
.inner-block{
  padding: 20% 0;
}
.inner-block{
  position: relative;
}
h1{
  font-family: 'Anton', sans-serif;
  font-size: 3.3rem;
  transition: all .2s;
  /* margin-left: -17%; */
  line-height: normal;
  color: #fff;
  /* font-weight: bold; */
  letter-spacing: 5px;
  /* background: -webkit-linear-gradient(#fff, #fff); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  text-align: center;
  text-transform: uppercase;
}
.block-lead {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .1875rem;
  line-height: 1.25rem;
  font-weight: 200;
  transition: all .2s;
  text-align: left;
  /* padding: 3.125rem 1.5625rem; */
  font-size: .75rem;
  text-align: center;
  color: #ffffff;
}



.site-hero .site-block .inner-block:first-child{
  background: #eee;
}
.site-hero .site-block .inner-block:first-child h1, .site-hero .site-block .inner-block:first-child .block-lead {
  color: #159fbb;
}
.site-hero .site-block .inner-block:last-child{
  background: #d6dfe2;
}
.site-hero .site-block .inner-block:last-child h1, .site-hero .site-block .inner-block:last-child .block-lead {
  color: #159fbb;
}

.main-block:hover,
.inner-block:hover
{
  z-index: 999999;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out 0.2s;
}


#shape, #vc, #future, #resources, #join-us{
  display: none;
}

.module-image-text {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.module-image-text .image-wrapper {
  width: 0;
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  position: absolute;
  left: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: all 1s;
  transition-delay: 1s;
  z-index: 5;
}
.module-image-text .image-wrapper {
  width: 35%;
  float: left;
}
.module-image-text.active .image-wrapper {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.module-image-text .text-wrapper {
  width: 100%;
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  position: absolute;
  right: 0;
  min-height: 100vh;
  padding: 9.375rem 1.25rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffebe4;
  transition: all 1s;
  transition-delay: .1s;
  z-index: 2;
}
.module-image-text .text-wrapper {
  width: 65%;
  padding: 0;
  background-color: #e5ecf0;
  float: right;
}
.module-image-text.active .text-wrapper {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}



.module-image-text .section-title {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  opacity: 0;
  transition: all 1s;
  transition-delay: 0s;
  -webkit-transform: translate(0,6.25rem);
  transform: translate(0,6.25rem);
}
.module-image-text .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module-image-text.active .section-title {
  opacity: 1;
  transition-delay: 1s;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.module-image-text .section-title h1 {
  font-size: 18.75rem;
  letter-spacing: .75rem;
  margin-left: 3%;
  line-height: 16.875rem;
  color: rgb(255, 92, 87);
  /* margin-top: 247.333px; */
  opacity: 0.190833;

}

.module-image-text .text-wrapper>div {
  max-width: 80%;
  padding-left: 45px;
}

#resources .module-image-text .text-wrapper>div {
  max-width: 93%;
  overflow: auto;
  height: -webkit-fill-available;
}

#resources .module-image-text .text-wrapper>div::-webkit-scrollbar{
  width: 5px;
  height: 5px;
  background-color: #e5ecf0; /* or add it to the track */

}
#resources .module-image-text .text-wrapper>div::-webkit-scrollbar-thumb{
  background: #e1e1e1;
  border-radius: 5px;
}

.module-image-text .text-wrapper h2 {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: .25rem;

  margin: 0 0 2.5rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0,6.25rem);
  transform: translate(0,6.25rem);
}
.module-image-text .text-wrapper h2 {
  font-size: 2.5rem;
  letter-spacing: .3125rem;
  margin: 0 0 4.375rem;
  line-height: 45px;
}

.module-image-text .text-wrapper p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 1rem 0;
  opacity: 0;
  /* -webkit-transform: translate(0,6.25rem); */
  /* transform: translate(0,6.25rem); */
}
.module-image-text.active .text-wrapper h2,
.module-image-text.active .text-wrapper p {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  transition: all 1s;
  opacity: 1;
  /* transition-delay: 1.2s; */
}
.module-image-text.active .text-wrapper p {
  /* transition-delay: 1.4s; */
}
.module-image-text .text-wrapper p {
  font-size: 23px;
  line-height: 35px;
  /* text-align: justify; */
}

#resources a{
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
#resources a:hover{
  color: #159fbb;
}
#resources .module-image-text .text-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
}

#resources .module-image-text .text-wrapper ul li{
  font-size: 1rem;
  line-height: 1.5rem;
}

#resources .module-image-text .text-wrapper h2{
  margin: 6.375rem 0 0.375rem;
}
.text-wrapper ul{
  list-style-type: disc;
  padding-left: 25px;
}
.text-wrapper ul li{
  font-size: 18px;
  line-height: 30px;
}

.one-liner{
  width: 100%;
  text-align: center;
  /* position: absolute; */
  /* bottom: 25px; */
  font-size: 36px;
  color: #159fbb;
  /* font-weight: 700; */
  letter-spacing: 10px;
  z-index: 9999;
  padding-top: 8%;
  clear: both;
}

.apply-form-wrapper {
  width: 0;
  height: 100vh;
  overflow: hidden;
  background-color: #f7f7f7;
  position: fixed;
  z-index: 60;
  transition: all .4s;
}
.apply-form-wrapper.active {
  width: 100vw;
  overflow: scroll;
}
.apply-form-wrapper.active {
  overflow: hidden;
}

.apply-form-wrapper .apply-form-overflow {
  width: 100vw;
  max-width: 60.4375rem;
  padding: 7.25rem 0;
  margin: 0 auto;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.apply-form-wrapper .apply-form-overflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-form-wrapper .apply-form-head {
  text-align: center;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 64.063em){
  .apply-form-wrapper .apply-form-head {
    width: 40%;
    height: 100%;
  }
  .apply-form-wrapper .apply-form-head>div {
    margin-bottom: 7.5rem;
  }
  .apply-form-wrapper .apply-form-form {
    transition: all .4s;
  }
  .apply-form-wrapper .apply-form-form .form-scroll {
    padding: 0 4.6875rem;
    height: 60vh;
    overflow-y: scroll;
    background: #fff;
  }
  .apply-form-wrapper .apply-form-form .gform {
    transition: all .4s;
    transition-delay: .4s;
  }
  .apply-form-wrapper .apply-form-form.active {
    width: 60%;
    margin-bottom: 0;
  }
}
.apply-form-wrapper .apply-form-head.done {
  padding-top: 60px;
}
.apply-form-wrapper .apply-form-head h2 {
  font-weight: 500;
  font-size: .9375rem;
  text-transform: uppercase;
  letter-spacing: .1875rem;
}

.apply-form-wrapper .apply-form-form {
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.apply-form-wrapper .apply-form-head.done .form-toggles a {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7f8f97;
  margin: 1.25rem 0 0;
  letter-spacing: 1.5px;
  transition: all .2s;
  line-height: 1.8rem;
}
.apply-form-wrapper .apply-form-head .form-toggles span {
  font-weight: 500;
  font-size: .9375rem;
  text-transform: uppercase;
  letter-spacing: .1875rem;
  margin: 14px 0 10px;
  display: block;
}
.apply-form-wrapper .apply-form-head .form-toggles a.active,
.apply-form-wrapper .apply-form-head .form-toggles a:hover {
  color: #000;
}




.apply-form-wrapper .apply-form-form .gform {
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.apply-form-wrapper .apply-form-form .gform.active {
  opacity: 1;
  position: relative;
  z-index: 10;
}

.apply-form-wrapper .apply-form-form label {
  display: block;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1875rem;
  padding-top: 10px;
}
.apply-form-wrapper .apply-form-form input, .apply-form-wrapper .apply-form-form textarea {
  width: 80%;
  padding: 10px;
  border: 1px solid #7f8f97;
  margin: .225rem 0 0;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-size: 15px;
}
.apply-form-wrapper .apply-form-form input:focus, .apply-form-wrapper .apply-form-form textarea:focus {
  border: 3px solid #7f8f97;
  outline: 0;
}
.apply-form-wrapper .apply-form-head .form-toggles a.active {
  text-decoration: underline;
}
.apply-form-wrapper .apply-form-form textarea {
  height: 10rem;
}
.input-div{
  min-height: 85px;
}
button{
  width: 13.75rem;
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: .25rem;
  font-size: 1rem;
  padding: .9375rem;
  text-align: center;
  border: 0;
  border: 1px solid #159fbb;
  margin-top: 20px;
  cursor: pointer;
}
button:hover{
  background: #159fbb;
  color: #fff;
  transition: all .2s;
}
.gfield_required{
  color: red;
}

.error{
  padding: 10px 0;
  color: red;
}
.success{
  color: green;
}

/* #Media Queries
================================================== */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

  h1{
    font-size: 3.6rem;
  }
  .one-liner{
    padding-top: 12%;
  }
  .site-hero .main-block {
    margin: 14% 0;
  }

  #home{
    padding-top: 35px;
  }
  .block-lead{
    padding: 35px 0;
    letter-spacing: 2px;
  }
  .apply-form-wrapper .apply-form-head{
    width: auto;
  }
  .apply-form-wrapper .apply-form-form {
    width: 50%;
    overflow-y: scroll;
    height: 150px;
  }
  .apply-form-wrapper .apply-form-head.done .form-toggles a{
    margin: 0.25rem 0 0;
  }
  .apply-form-wrapper .apply-form-form input, .apply-form-wrapper .apply-form-form textarea{
    width: 94%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 991px) {

  #home{
    padding-top: 35px;
  }
  .one-liner{
    padding-top: 14%;
  }
  .site-hero .block-flex {
    width: 63%;
  }
  .site-hero .main-block{
    margin: 17% 0;
  }
  .module-image-text .text-wrapper h2{
    font-size: 2rem;
    margin: 0 0 1.375rem;
  }
  .block-lead{
    padding: 35px 0;
    letter-spacing: 2px;
  }
  .apply-form-wrapper .apply-form-head{
    width: auto;
  }
  .apply-form-wrapper .apply-form-form {
    width: 50%;
    overflow-y: scroll;
    height: 50vh;
  }
  .apply-form-wrapper .apply-form-head.done .form-toggles a{
    margin: 0.25rem 0 0;
  }
  .apply-form-wrapper .apply-form-form input, .apply-form-wrapper .apply-form-form textarea{
    width: 94%;
  }
}

@media only screen and (max-width: 959px) {
  .apply-wrapper{
    display: none;
  }
  .apply-wrapper-1{
    display: block;
    position: fixed;
    z-index: 99999;
  }
  #home{
    padding-top: 35px;
  }
  .site-branding{
    top: 3vh;
  }
  .menu-toggle{
    top: 4vh;
  }
  .apply-wrapper-1{
    top: 5vh;
  }
  .one-liner{
    padding-top: 16%;
    padding-bottom: 25px;
  }
  .site-hero .block-flex{
    width: 95%;
    max-width: inherit;
  }
  h1{
    font-size: 3.8rem;
  }
  .module-image-text .text-wrapper h2{
    font-size: 1.8rem;
    margin: 0 0 1.375rem;
  }
  .module-image-text .text-wrapper>div{
    padding-left: 30px;
    max-width: 88%;
  }
  .block-lead{
    padding: 35px 0 0;
    letter-spacing: 2px;
  }
  .apply-form-wrapper .apply-form-head{
    width: auto;
  }
  .apply-form-wrapper .apply-form-form {
    width: 50%;
    overflow: auto;
    height: 50vh;
    display: block;
    clear: both;
  }
  .apply-form-wrapper.active{
    overflow: auto;
  }
  .apply-form-wrapper .apply-form-head.done .form-toggles a{
    margin: 0.25rem 0 0;
  }
  .apply-form-wrapper .apply-form-form input, .apply-form-wrapper .apply-form-form textarea{
    width: 94%;
  }
  .block-lead{
    /* position: inherit; */
  }
  .site-hero .main-block {
    padding: 13% 0;
    margin: 16% 0;
  }
  .inner-block {
    padding: 14% 0;
  }

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  .site-branding{
    left: 22px;
  }
  .menu-toggle{
    right: 22px;
    top: 4.5vh;
  }
  .apply-wrapper-1{
    left: 45%;
  }
  h1 {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
  .one-liner{
    letter-spacing: 4px;
    font-size: 28px;
    padding-top: 22%;
    position: absolute;
    bottom: 0;
  }
  .module-image-text.active .section-title,
  .module-image-text .image-wrapper{
    display: none;
  }
  .module-image-text .text-wrapper{
    width: 100%;
  }
  .module-image-text .text-wrapper h2{
    margin: 5.2rem 0 0.375rem;
    letter-spacing: .2125rem;
  }
  #home {
    padding-top: 0;
  }
  .block-lead{
    line-height: 16px;
    letter-spacing: 2px;
    /* padding: 20px 0 0; */
  }
  .site-hero .block-flex{
    padding-top: 10%;
  }
  .site-hero .main-block {
    padding: 12% 0;
    margin: 19% 0;
  }
  .inner-block {
    padding: 18% 0;
  }
  .apply-form-wrapper .apply-form-form input, .apply-form-wrapper .apply-form-form textarea {
    width: 87%;
  }
  .apply-form-wrapper .apply-form-form {
    width: 65%;
  }
  .apply-form-wrapper .apply-form-head.done .form-toggles a{
    font-size: 16px;
  }
  .apply-form-wrapper .apply-form-head.done{
    padding-top: 0;
  }

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .site-branding{
    left: 12px;
  }
  .site-branding a{
    font-size: 16px;
    position: relative;
    top: -10px;
  }
  .menu-toggle{
    right: 12px;
    top: 3.9vh;
  }
  .apply-wrapper-1 {
    left: 53%;
  }
  h1 {
    font-size: 1.3rem;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  .site-hero .main-block {
    padding: 10% 0;
    margin: 13% 0;
  }
  .inner-block {
    padding: 15% 0;
  }
  .one-liner{
    letter-spacing: 2px;
    font-size: 21px;
    padding-top: 33%;
  }
  .menu-toggle span {
    height: .2125rem;
    margin-bottom: .2rem;
  }
  .module-image-text .text-wrapper h2 {
    font-size: 24px;
    letter-spacing: .0125rem;
    /* margin: 1.2rem 0 0.375rem; */
  }
  .module-image-text .text-wrapper p {
    font-size: 19px;
    line-height: 27px;
  }
  .text-wrapper ul li {
    font-size: 15px;
    line-height: 24px;
  }
  .main-navigation ul li a {
    font-size: 20px;
    letter-spacing: .225rem;
    line-height: 30px;
  }
  #resources .module-image-text .text-wrapper>div{
    max-width: inherit;
  }
  .site-hero .main-block{
    margin: 19% 0;
  }
  .apply-form-wrapper .apply-form-head.done .form-toggles a {
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: .075rem;
  }
  .apply-form-wrapper .apply-form-head .form-toggles span{
    margin: 5px 0 5px;
  }
  .block-lead {
    line-height: 14px;
    letter-spacing: 1.5px;
    /* padding: 20px 0 0; */
    font-size: 9px;
  }
  .apply-form-wrapper .apply-form-form {
    width: 80%;
  }
}
