/* Modern HP Styles  Start*/

* { box-sizing: border-box; }

/* EAP Theme Style Reset */

html {
  font-size: 16px !important;
}

.page-id-205 .eap_page_head.size_huge {
  display: none;
}

.page-id-205 #primary.content-area {
    margin: 0;
    padding: 0;
}

.page-id-205 .content-area.row {
    margin: 0;
    padding: 0;
}

.page-id-205 #cont.eap-sub {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

span.textFitted.textFitAlignVert {
  text-align: left;
}

/* Main Styles */
.eap-ux {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 62%;
}

.eap-ux h1 {
  font-size: 3rem;
  margin: 0;
}

.eap-ux h2 {
  font-size: 2rem;
  margin: 0;
}

.eap-ux h3 {
  font-size: 1.8rem;
  margin: 0;
}

.eap-ux h4 {
  font-size: 1.6rem;
  margin: 0;
}

.eap-ux p {
  font-size: 1rem;
  margin: 0;
}

.eap-ux a {
  text-decoration: none;
}

.eap-ux .container {
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.video-section {
  height: 550px;
  overflow: hidden;
  background: rgba(0,0,0,0.4);
}

.video-section__dark-overlay {
  background: rgba(0,0,0,0.4);
  width: 120%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.video-section__staticbg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/sites/154/2017/07/ext02.jpg);
  background-size: cover;
  z-index: 0;
}
.video-section__video-bg {
  background: transparent;
  position: relative;
  height: 100%;
  z-index: 0;
}
.video-section__video-fg,
.video-section__video-bg .video-section__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.video-section__content-overlay {
	top: 0;
  color: #fff;
}
  
.video-section__content { 
    color: #fff;
    padding: 1rem;
    margin: 0 auto;

    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 960px;
    min-width: 600px;
    text-align: center;
 }

.video-section .video-section__heading {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 900;
}
  
.video-section .video-section__subheading {
    font-size: 2rem;
    line-height: 1;
    margin: 0;
    padding: 1rem;
}

.video-section__button-box {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
}

.video-section__button {
    display: inline-block;
    color: #fff !important;
    background: transparent;
    margin: 1%;
    border: solid 3px #fff;
    padding: 1em 2.2em;
    text-align: center;
    font-size: 1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 300ms ease-in-out;
}

.video-section__button:hover {
  color: #000 !important;
  background: #fff;
  border-color: #fff;
}

.video-section__button_primary {
  border-color: #c51e2d;
}

.video-section__button_primary:hover {
  color: #fff !important;
  background: #c51e2d;
  border-color: #c51e2d;
}

.video-section__button_secondary {
  border-color: #4d4e50;
}

.video-section__button_secondary:hover {
  color: #fff !important;
  background: #4d4e50;
  border-color: #4d4e50;
}

.main-section {
    padding: 2.5%;
    background: #4d4e50;
    width: 100%;
    height: auto;
    text-align: center;
}

.main-section .main-section__content {
  width: 100%;
  padding: 3%;
  margin: 0 auto;
}

.main-section .main-section__content .main-section__video {
  width: 720px;
  height: 405px;
  max-width: 100%;
}

.main-section__content .main-section__icon {
    font-size: 2.5rem;
    border: solid 5px #fff;
    padding: 0.4em;
    border-radius: 50%;
    color: #fff;
}

.main-section .main-section__content .main-section__heading {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    margin: 2% 0;
}

.main-section .main-section__content .main-section__subheading {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    margin: 2% 0;
}

.main-section__button-box {
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  padding: 1.5%;
}

.main-section .main-section__or {
    padding-top: 28px;
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    margin: 0 10px;
}

.main-section .main-section__button {
  display: inline-block;
  color: #fff !important;
  background: transparent;
  margin: 1%;
  border: solid 3px #fff;
  padding: 1em 1.2em;
  text-align: center;
  font-size: 1rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease-in-out;
}

.main-section .main-section__button:hover {
  background: #fff;
  color: #c51e2d !important;
}

.main-section_is-alternate {
  background: #fff;
}

.main-section_is-alternate .main-section__content .main-section__icon {
    border-color: #c51e2d;
    color: #c51e2d !important;
}

.main-section_is-alternate .main-section__content .main-section__heading {
  color: #444;
}

.main-section_is-alternate .main-section__content .main-section__subheading {
  color: #444;
}

.main-section_is-alternate .main-section__button {
  color: #c51e2d !important;
  border-color:#c51e2d;
}

.main-section_is-alternate .main-section__button:hover {
  background: #c51e2d;
  color: #fff !important;
}

.main-section_has-bg-image {
  background-image: url(/wp-content/uploads/sites/154/2017/07/ext02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-attachment: fixed;
}

.main-section_is-alternate .main-section__content .main-section__icon_is-grey {
  border: none;
  color: #ddd !important;
  font-size: 3rem;
}

.main-section_has-bg-image .main-section__content {
  background: rgba(0,0,0,0.4);
}

.main-section_is-alternate .main-section__content .main-section__quote {
    font-size: 2rem;
    font-weight: 900;
    padding: 0 15%;
    color: #444;
    margin: 1% 0;
    border: none;
}

.main-section_is-alternate .main-section__content .main-section__quote p { /* Legacy Fix */
    display: inline;
    font-size: 2rem;
    line-height: 1.4;
}

.main-section_is-alternate .main-section__content .main-section__quote:before {
  content:"'";
}

.main-section_is-alternate .main-section__content .main-section__quote:after {
  content:"'";
}

.main-section .eap-sac-form-container {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

@media (min-aspect-ratio: 16/9) {
  .video-section__video-fg { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
  .video-section__video-fg { width: 300%; left: -100%; }
}

@media all and (max-width: 600px) {
.video-section__content { width: 50%; padding: .5rem; }
.video-section__content .video-section__heading { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.video-section__content .acronym { display: none; }
}

@media all and (max-width: 900px) {

  html {
    font-size: 14px !important;
  }
}

@media (max-width: 800px) {

  span.textFitted.textFitAlignVert {
    font-size: 3em !important;
  }

  .eap-sac-form-container {
    width: 80%;
  }

  .main-section .main-section__content .main-section__heading {
    margin: 6% 0;
  }

  .main-section .main-section__content .main-section__subheading {
    margin: 4% 0;
  }
}

@media (max-width: 600px) {

  .main-section .main-section__content {
    padding: 5%;
  }

  .video-section__video-bg .video-section__video-iframe {
    display: none;
  }

  .video-section__staticbg {
    height: 125%;
    background-size: contain;
    background-repeat: no-repeat;
  }

}

@media (max-width: 540px) {

  .video-section__content {
    left: -7%;
  }
}

@media (max-width: 560px) {

  html {
    font-size: 14px !important;
  }

  .video-section__staticbg {
    height: 125%;
  }

  .video-section__content {
    top: 3%;
    left: -3%;
}

@media (max-width: 500px) {

  html {
    font-size: 14px !important;
  }

  .video-section {
    height: 500px;
  }

  .video-section__content {
    padding: 0.5rem 5rem;
    left: -10%;
  }

  .main-section .eap-sac-form-container {
    width: 100%;
  }
}

@media (max-width: 450px) {

  html {
    font-size: 12px !important;
  }

  .video-section__content {
    top: 2%;
    left: -2%;
    min-width: 480px;
  }

  .video-section__button-box, .main-section__button-box {
    flex-direction: column;
  }

}

@media (max-width: 415px) {
  .video-section__content {
    left: -8%;
  }
}

@media (max-width: 410px) {
  .video-section__content {
    left: -7%;
    padding: 0.5rem 6rem;
  }
}

@media (max-width: 350px) {
  .video-section__content {
    left: -9%;
    min-width: 420px;
  }
}

@media (max-width: 375px) {
  .video-section__content {
    left: -14%;
    padding: 0.5rem 7rem;
  }
}

@media (max-width: 320px) {
  .video-section__content {
    top: 1.5%;
}

/* Modern HP Styles  End*/