/* Hero */

.hero { 
    position: relative;
    margin-top: 120px;
    width: 100%;
    background-image: url(/image/hero2020_mobile_sm.png);
    background-color: #0680b2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
    
@media only screen and (min-width: 520px) and (min-device-width: 480px) { 
  .hero { 
    min-height: 600px;
    background-image: url(/image/hero2020_mobile.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
}

@media only screen and (min-width: 640px) and (min-device-width: 480px) { 
  .hero {
    min-height: 600px;
  }
}

@media only screen and (min-width: 800px) and (min-device-width: 480px) {  
  .hero {
    margin: 140px 0 0 0;
    background-image: url(/image/hero2020.png);
    height: 600px;
    min-height: auto;
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }  
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .hero {
    margin: 150px 0 0 0;
    height: 750px;
  }  
}


@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .hero {
    margin: 150px 0 0 0;
    background-size: auto 100%;
    background-position: left bottom;
  }  
}

.hero .grid { 
  height: 100%;
  padding: 1em;
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
	.hero .grid { 
	  padding: 2em;
	}
}

.hero .grid .grid { 
  padding: 0;
}
.hero .form-col {
  padding-top: 12em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero .grid { 
    margin: 0 auto;
  }  
  .hero .grid article { 
    width: 48%;
    display: inline-block;
  }
  .hero .grid .action { 
    width: 100%;
  }  
  .hero .field { 
    padding-top: .3em;
  }  
}

@media only screen and (min-width: 480px) {  
  .hero .form-col {
    padding-top: 17em;
  }
} 

@media only screen and (min-width: 520px) {  
  .hero .form-col {
    padding-top: 3em;
  }
} 
@media only screen and (min-width: 640px) {  
  .hero .form-col {
    padding-top: 5em;
  }
}
@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .hero .form-col {
    padding: 4em 0 2em;
  }  
}


/* --- Hero Signup Form --- */
.hero .action {  
  max-width: 950px;
  display: block; 
  width: calc(100% + 2em);
  text-align: center;
  padding: 2em;
  position: relative;
  z-index: 100;
  background: #163c66;
  margin: -1em;
}

@media only screen and (min-width: 520px) and (min-device-width: 480px) {  
   .hero .action { 
      width: 100%;
      padding: 1em 1em 0;
      margin: 0 auto;
      background: none;
   }
}

/* 
.hero h1 {  
  transition-delay: .2s;
}
.hero p {  
  transition-delay: .3s;
}
.hero .grid {  
  transition-delay: .5s;
}
.hero .submit {  
  transition-delay: .7s;
}
*/

.hero .disclaimer {  
  transition-delay: 1s;
}

.hero form,
.hero #form-response {  
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
} 

@media only screen and (min-width: 740px) and (min-device-width: 480px) {  
	.hero form,
	.hero #form-response {  
	  padding-bottom: 2em;
	  margin-bottom: 2em;
	} 
}

.hero .action h1 { 
  color: white;
  line-height: 1.1;
  font-weight: 400;
  font-size: 2rem;  
  text-transform: none;
  margin-bottom: .3em;
}

@media only screen and (min-width: 350px) and (min-device-width: 480px) {  
  .hero .action h1 { 
    font-size: 2.5rem;
  }  
}
@media only screen and (min-width: 600px) and (min-device-width: 480px) {  
  .hero .action h1 { 
    font-size: 2rem;
  }  
}
@media only screen and (min-width: 740px) and (min-device-width: 480px) {
  .hero .action h1 { 
    font-size: 2.2rem;
  }
}

.hero .action p {
  color: var(--white);
  font-size: 1.0rem;  
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .hero .action p { 
    font-size: 1.4rem; 
  }  
}

.hero .action .grid {  
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);    
}

@media only screen and (min-width: 800px) and (min-device-width: 480px) {  
  .hero .action .grid {  
    display: -ms-flexbox;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);    
    grid-gap: .5em;
    max-width: 750px;
    margin: 0 auto;
  }
}

.hero .action .field {  
  margin: 0 0 .5em 0;
  grid-column: span 1;
}

@media only screen and (min-width: 800px) and (min-device-width: 480px) {  
  .hero .action .field {  
    grid-column: span 2;
  }  
  .hero .action .field:first-child {  
    grid-column: span 3;
  }
}

.hero form.dark input:hover,
.hero form.dark textarea:hover {
  background-color: rgba(var(--lt-blue-rgb),.25);
}

.hero .action .button {  
  background: #00af41;  
  background: var(--green);
  color: #ffffff;
  font-size: 150%;
  font-weight: 700;
  padding: .5em 0;
  width: 100%;
  margin: 0;
}

.hero .action .button:hover {  
  top: initial;
  margin: 0 auto;
  background: var(--blue);
  -webkit-box-shadow:inset 0 0 0 3px #ffffff;
  box-shadow:inset 0 0 0 3px #ffffff;
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {    
  .hero .action { 
    max-width: 720px;
    padding-top: 2em;
  }  
  .hero .action h1 { 
    font-size: 285%;
  }
  .hero .action .button {  
    font-size: 160%;   
    padding: .4em 0;
  }  
}
@media only screen and (min-width: 1100px) and (min-device-width: 480px) {   
  .hero .action { 
    padding-top:3em;
  }   
  .hero .action h1 { 
    font-size: 320%;
  }
  .hero .action .button {  
    font-size: 175%;
    padding: .35em 0;
  }    
}
@media only screen and (min-width: 1200px) and (min-device-width: 480px) {       
  .hero .action h1 { 
    font-size: 350%;
  }
  .hero .action .button {  
    font-size: 185%;
    padding: .5em 0;
  }    
}
@media only screen and (min-width: 1300px) and (min-device-width: 480px) {    
  .hero .action { 
    padding-top: 4em;
  }   
  .hero .action h1 { 
    font-size: 400%;
    text-transform: none;
  }   
}
@media only screen and (min-width: 1400px) and (min-device-width: 480px) {  
  .hero .action { 
    padding-top: 5em;
  }   
  .hero .action h1 { 
    font-size: 420%;
  }
  .hero .action .button {  
    padding: .7em 0;
  }  
}
@media only screen and (min-width: 1600px) and (min-device-width: 480px) {  
  .hero .action { 
    padding-top: 6em;
  }   
  .hero .action h1 { 
    font-size: 450%;
  } 
  .hero .action .button {  
    font-size: 210%;
    padding: .55em 0;
  }      
}



#leadership {
  width: 100%;
  display:block;
}

#about {
  width: 100%;
  background: white;
  padding: 2em;
  text-align: center;
}

#about .wrap {
  padding: 0;
}

#about img {
  max-width: 100%;
  height: auto;
}

.box-promo {
  color: white;
  text-align: center;
}

.box-promo a { 
  padding: 2.0em;
  color: white;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.box-promo a:hover {
  background-color: #357fae;
}

.box-promo h1 {
  font-size: 200%;
  color: white;
  margin: 0 0 .25em 0; 
}

.box-promo .description {
  font-size: 120%;
  letter-spacing: 0;
}

.description {
   font-size: 120%;
   letter-spacing: 0 !important; 
   position: relative !important;
   top: initial !important;
   left: initial !important;
   margin: 0 auto !important;
   transform: none !important;
   letter-spacing: 0 !important;
}


.box-promo button {
  color: white;
  font-size: 160%;
  background: none;
  margin-top: .5em;
}

#about button {
  color: var(--blue);
  font-size: 160%;
  background: none;
  margin-top: .5em;
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) { 
  #about {
    padding: 4em 2em;
  }
  .box-promo a { 
    padding: 2.5em;
  }
  .box-promo h1 {
    font-size: 280%;
  }
  .box-promo .description {
    font-size: 140%;
    letter-spacing: 0;
  }  
  .box-promo button, #about button {
    font-size: 200%;
  }
   .description {
      font-size: 140%;
   }
}

@media only screen and (min-width: 1240px) and (min-device-width: 480px) { 
  #about {
    padding: 4em 0;
  }  
  #about img {
    max-width: 1200px;
  }
}


/* --- Section Front Blocks --- */
.side-by-side-layer {
  display: -ms-flexbox;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.side-by-side-layer figure {
  background: none;
  position: relative;
}
.side-by-side-layer figure img {
  max-width: 100%;
  display: block;
}
.text-side {
  width: 100%;
  position:relative;
}
.text-side h1, .text-side h2 {
  color: #fff;
}
.text-side.light-gray h1, .text-side.light-gray h2 {
  color: var(--blue);
}
.text-side .pad {
  padding: 2em;
  text-align: center;
}
.text-side .description {
  color: white;
}
.text-only-layer {
  padding: 2em;
}
.text-side button {
  color: white;
  font-size: 160%;
  background: none;
  margin-top: .5em;
}

.text-side button a {
  opacity: 1.0;
  top: 0;
  position: relative;
  color: white;
  transition:         all .5s ease-in-out;    
  -webkit-transition: all .5s ease-in-out;  
  -moz-transition:    all .5s ease-in-out;  
  -o-transition:      all .5s ease-in-out;  
  -ms-transition:     all .5s ease-in-out; 
}

.text-side button a:hover {
  opacity: .5;
  top: -10px;
}

.triangle {
    z-index: 1000;
    display: none;
}

@media only screen and (min-width: 800px) and (min-device-width: 480px) {  
  .side-by-side-layer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 400px;
  }
  .side-by-side-layer figure {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .side-by-side-layer figure img {
    display: none;
  }
  .text-side .pad {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    width: 80%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .text-side button {
    font-size: 200%;
  }
  .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 86.6px 50px 0;
    margin: 0;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    margin-right: 0;
    transform: translate(0%, -50%);
  }
  .text-side .description {
    font-size: 120%;
  }
}

@media only screen and (min-width: 1000px) and (min-device-width: 480px) {  
  .side-by-side-layer {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) and (min-device-width: 480px) {  
  .side-by-side-layer {
    height: 600px;
  }
  .text-side .description {
    font-size: 140%;
  }
}

@media only screen and (min-width: 1400px) and (min-device-width: 480px) {  
  .side-by-side-layer {
    height: 700px;
  }
  .text-only-layer {
    padding: 3em 6em;
  }
}

.hero .disclaimer {
  display: block;
  margin: .5em 0 0 0;
  color: #fff;
  font-size: .7em;
  letter-spacing: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .triangle { display:  none; }
  .hero .action .field { margin: 0 .5em .5em 0; }
  .hero .action .button { padding: .55em 2em;
}
