﻿/**************************
Variables
**************************/
h2.module-name,
.h2.module-name {
  padding: 10px;
  text-align: center;
  margin: 0;
  background: #4d4d4d;
  color: #fff;
  text-transform: uppercase;
  font-family: 'open sans', sans-serif;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 55px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    line-height: 1.2em;
    font-size: 38px;
  }
}
h3,
.h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    text-align: left;
  }
}
.copy-wrap a {
  text-decoration: underline;
  font-family: 'raleway', sans-serif;
}
.copy-wrap p.large {
  font-size: 20px;
  line-height: 1.2em;
}
.copy-wrap p * {
  font-family: 'Open Sans', sans-serif;
}
.copy-wrap li,
.copy-wrap span {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 8px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.copy-wrap li {
  margin-left: 35px;
}
.copy-wrap h6 {
  font-size: 10px;
  line-height: 15px;
  color: #535459;
  font-family: 'open sans', sans-serif;
  font-weight: 400;
}
.copy-wrap h6.blue-text {
  color: #003EA1;
}
@media screen and (max-width: 767px) {
  .copy-wrap h6 {
    margin: 20px 0;
  }
  .copy-wrap h6 .mobile-padding {
    padding: 25px;
    padding-top: 0;
  }
}
.field-error,
.field-validation-error span {
  color: #b94a48 !important;
}
.field-error-no-padding {
  padding-top: 0px !important;
  padding-bottom: 10px;
  float: none !important;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #b94a48 !important;
  background-color: #fff !important;
}
.validation-summary-errors {
  font-weight: bold !important;
  color: #b94a48 !important;
  padding-left: 20%;
  padding-right: 30px;
  text-align: left;
}
.validation-summary-errors h2,
.validation-summary-errors .h2 {
  font-size: 20px;
  color: #a10806;
}
.validation-summary-errors span {
  font-weight: bold !important;
  color: #b94a48 !important;
}
.validation-summary-errors li {
  font-weight: normal !important;
  color: #b94a48 !important;
}
.captchaValidation {
  font-weight: normal !important;
  color: #b94a48 !important;
  padding-left: 20%;
}
.validation-summary-valid {
  /*   display: none; */
}
/* Depending on content, the module-a banner can be wrapped in a link.*/
a:focus .module-a .bannertext,
a:hover .module-a .bannertext {
  text-decoration: underline;
}
a:focus .module-a .bannertext {
  outline: solid 3px #ffffff;
}
.module-a {
  background-size: cover;
  background-position: center top;
  height: 495px;
  max-height: 1000px;
  overflow: hidden;
}
.module-a .bannertext {
  width: 37%;
  float: right;
  margin-right: 10px;
  height: 100%;
}
.module-a .left {
  float: left;
}
.module-a .right {
  float: right;
}
.module-a .bannertext,
.module-a span,
.module-a h1,
.module-a .h1 {
  font-family: 'Open Sans', sans-serif;
  font-kerning: normal;
  font-weight: 700;
  color: white !important;
  font-size: 48px !important;
  line-height: 1.2em !important;
  margin-top: 55px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.module-a strong {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 990px) {
  .module-a .bannertext,
  .module-a span,
  .module-a h1,
  .module-a .h1,
  .module-a strong {
    font-size: 30px !important;
    width: 37%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .module-a {
    height: 73vw;
  }
  .module-a .bannertext,
  .module-a span,
  .module-a h1,
  .module-a .h1,
  .module-a strong {
    font-size: 20px !important;
    width: 37%;
  }
}
.module-a h2,
.module-a .h2 {
  position: relative;
  top: 75%;
  left: 15%;
  font-size: 45px;
  text-shadow: 2px 2px 20px #000;
  color: #fff;
  font-family: 'raleway', sans-serif;
  padding-right: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .module-a h2,
  .module-a .h2 {
    font-size: 24px;
    top: 75%;
  }
  .module-a h2 .bannertext,
  .module-a .h2 .bannertext,
  .module-a h2 span,
  .module-a .h2 span,
  .module-a h2 strong,
  .module-a .h2 strong {
    font-size: 24px !important;
  }
}
.module-a .copy-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.module-a .copy-wrap h2,
.module-a .copy-wrap .h2 {
  position: absolute;
  bottom: 10%;
  right: 8%;
  font-size: 86px;
  text-shadow: 2px 2px 20px #000;
  color: #fff;
  font-family: 'raleway', sans-serif;
  padding-left: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .module-a .copy-wrap h2,
  .module-a .copy-wrap .h2 {
    font-size: 36px;
  }
}
.module-b {
  background-size: cover;
  background-position: center top;
  height: 495px;
  max-height: 1000px;
  overflow: hidden;
  max-height: 50vw;
  height: auto;
}
.module-b .bannertext {
  width: 37%;
  float: right;
  margin-right: 10px;
  height: 100%;
}
.module-b .left {
  float: left;
}
.module-b .right {
  float: right;
}
.module-b .bannertext,
.module-b span,
.module-b h1,
.module-b .h1 {
  font-family: 'Open Sans', sans-serif;
  font-kerning: normal;
  font-weight: 700;
  color: white !important;
  font-size: 48px !important;
  line-height: 1.2em !important;
  margin-top: 55px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.module-b strong {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 990px) {
  .module-b .bannertext,
  .module-b span,
  .module-b h1,
  .module-b .h1,
  .module-b strong {
    font-size: 30px !important;
    width: 37%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .module-b {
    height: 73vw;
  }
  .module-b .bannertext,
  .module-b span,
  .module-b h1,
  .module-b .h1,
  .module-b strong {
    font-size: 20px !important;
    width: 37%;
  }
}
.module-b h2,
.module-b .h2 {
  position: relative;
  top: 75%;
  left: 15%;
  font-size: 45px;
  text-shadow: 2px 2px 20px #000;
  color: #fff;
  font-family: 'raleway', sans-serif;
  padding-right: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .module-b h2,
  .module-b .h2 {
    font-size: 24px;
    top: 75%;
  }
  .module-b h2 .bannertext,
  .module-b .h2 .bannertext,
  .module-b h2 span,
  .module-b .h2 span,
  .module-b h2 strong,
  .module-b .h2 strong {
    font-size: 24px !important;
  }
}
.module-b .copy-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.module-b .copy-wrap h2,
.module-b .copy-wrap .h2 {
  position: absolute;
  bottom: 10%;
  right: 8%;
  font-size: 86px;
  text-shadow: 2px 2px 20px #000;
  color: #fff;
  font-family: 'raleway', sans-serif;
  padding-left: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .module-b .copy-wrap h2,
  .module-b .copy-wrap .h2 {
    font-size: 36px;
  }
}
@media (max-width: 990px) {
  .module-b {
    height: auto;
  }
}
.module-b .copy-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.module-b .copy-wrap h2,
.module-b .copy-wrap .h2 {
  position: absolute;
  bottom: 20%;
  right: 8%;
  font-size: 70px;
  text-shadow: 2px 2px 20px #000;
  color: #fff;
  font-family: 'raleway', sans-serif;
  padding-left: 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .module-b .copy-wrap h2,
  .module-b .copy-wrap .h2 {
    font-size: 40px;
  }
}
.module-b .bannerImage {
  width: 100%;
  height: auto;
}
.module-c {
  background-size: cover;
  background-position: center top;
  padding: 0;
  display: table;
  width: 100%;
}
.module-c.module-c-left {
  background-position: top left;
}
.module-c.module-c-right {
  background-position: top right;
}
@media screen and (max-width: 990px) {
  .module-c {
    padding: 5px 75px 5px 75px;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .module-c {
    padding: 20px;
    background-position: 32% top;
  }
}
.module-c .copy-wrap {
  max-width: 739px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 75px;
  margin: 20px auto;
  /* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
}
@media screen and (max-width: 990px) {
  .module-c .copy-wrap {
    margin: 5px 0px;
    padding: 5px 35px;
  }
}
@media screen and (max-width: 767px) {
  .module-c .copy-wrap {
    margin: 0px;
    padding: 15px 30px;
  }
  .module-c .copy-wrap p {
    width: 95%;
  }
}
.module-c .copy-wrap h1,
.module-c .copy-wrap .h1 {
  font-size: 40px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  text-align: center;
}
.module-c .copy-wrap h2,
.module-c .copy-wrap .h2 {
  font-size: 22px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}
.module-c .copy-wrap h3,
.module-c .copy-wrap .h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}
.module-c .copy-wrap h4,
.module-c .copy-wrap .h4 {
  font-size: 16px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}
.module-c .copy-wrap .enrollmentBtnDiv {
  padding-bottom: 45px;
}
.module-c .copy-wrap .enrollmentBtn {
  float: right;
  margin-right: 25px;
}
.module-c .copy-wrap table {
  width: 95%;
  font-family: 'Open Sans", sans-serif';
}
.module-c .copy-wrap table th,
.module-c .copy-wrap table td {
  padding: 15px;
  font-family: 'Open Sans", sans-serif';
}
.module-c .copy-wrap table td strong {
  font-family: 'Open Sans", sans-serif';
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .module-c .copy-wrap {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .module-c .copy-wrap table,
  .module-c .copy-wrap thead,
  .module-c .copy-wrap tbody,
  .module-c .copy-wrap th,
  .module-c .copy-wrap td,
  .module-c .copy-wrap tr {
    display: block;
  }
  .module-c .copy-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .module-c .copy-wrap td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    padding: 0 !important;
  }
  .module-c .copy-wrap td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
.module-d {
  background-size: cover;
  background-position: center top;
  padding: 230px 0 70px 0px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .module-d {
    padding: 370px 0 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .module-d {
    padding: 20px 5px;
  }
}
.module-d .copy-wrap {
  max-width: 665px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 42px 63px;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  .module-d .copy-wrap {
    margin: 20px 0px;
    padding: 25px 35px;
  }
}
@media screen and (max-width: 767px) {
  .module-d .copy-wrap {
    margin: 0px;
    padding: 15px 30px;
  }
}
.module-d .copy-wrap h2,
.module-d .copy-wrap .h2 {
  font-size: 22px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.module-d .copy-wrap h3,
.module-d .copy-wrap .h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.module-d .copy-wrap h4,
.module-d .copy-wrap .h4 {
  font-size: 16px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
.module-e {
  background-size: cover;
  background-position: center top;
  padding: 356px 0 50px 0;
  display: table;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .module-e {
    padding: 345px 15px 50px 45px;
  }
}
@media screen and (max-width: 767px) {
  .module-e {
    padding: 20px;
  }
}
.module-e .copy-wrap {
  max-width: 935px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 75px;
  margin: 20px auto;
  border-left: 10px solid #003EA1;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-e .copy-wrap {
    margin: 20px 0px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .module-e .copy-wrap {
    margin: 0px;
    padding: 15px 20px;
  }
}
.module-e .copy-wrap h1,
.module-e .copy-wrap .h1 {
  font-size: 48px;
  line-height: 84px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .module-e .copy-wrap h1,
  .module-e .copy-wrap .h1 {
    line-height: 1.2em;
    font-size: 38px;
  }
}
.module-f {
  height: 680px;
  width: 100%;
  display: table;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 990px) {
  .module-f {
    padding: 170px 0px 15px 0px;
  }
}
@media screen and (max-width: 767px) {
  .module-f {
    padding: 0px 5px;
  }
}
.module-f .copy-wrap {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 35px;
}
@media screen and (max-width: 990px) {
  .module-f {
    margin: 20px 10px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .module-f {
    margin: 15px 0px;
    padding: 15px 25px;
  }
}
.module-f h2,
.module-f .h2 {
  color: #003EA1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.module-g {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-g {
    background: #ddd;
    padding: 35px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .module-g {
    padding: 0;
  }
}
.module-g .above-copy-image {
  background-position: center center;
  background-size: contain;
  padding-top: 400px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .module-g .above-copy-image {
    padding-top: 250px;
  }
}
@media screen and (max-width: 990px) {
  .module-g .above-copy-image {
    margin: 0;
    padding-top: 150px;
    background-position: center 0px;
  }
}
@media screen and (max-width: 767px) {
  .module-g .above-copy-image {
    margin: 0;
    padding-top: 250px;
    background-position: center center;
  }
}
.module-g .copy-wrap {
  padding: 0px 35px 0 5px;
  background: #fff;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .module-g .copy-wrap {
    border-right: none;
    margin: 15px 0;
    padding: 0;
  }
}
.module-g .col-sm-3:last-child .copy-wrap,
.module-g .module-g .col-sm-4:last-child .copy-wrap,
.module-g .module-g .col-sm-6:last-child .copy-wrap {
  border: none;
}
.module-g .copy-wrap h2,
.module-g .copy-wrap .h2 {
  padding: 17px;
  margin: 0 20px;
  padding-top: 0;
  line-height: 1.5em;
  color: #003EA1;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 1200px) {
  .module-g .copy-wrap h2,
  .module-g .copy-wrap .h2 {
    line-height: 45px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 990px) {
  .module-g .copy-wrap h2,
  .module-g .copy-wrap .h2 {
    line-height: 2em;
  }
}
.module-g .copy-wrap p {
  margin-top: 10px;
}
.module-h {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-h {
    background: #ddd;
    padding: 35px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .module-h {
    padding: 0;
  }
}
.module-h .above-copy-image {
  background-position: center center;
  background-size: contain;
  padding-top: 335px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .module-h .above-copy-image {
    padding-top: 190px;
  }
}
@media screen and (max-width: 990px) {
  .module-h .above-copy-image {
    margin: 0;
  }
}
.module-h .col-md-3:last-child .copy-wrap,
.module-h .col-md-4:last-child .copy-wrap,
.module-h .col-sm-6:last-child .copy-wrap {
  border: none;
}
.module-h .copy-wrap {
  padding: 0px 35px 0 5px;
  background: #fff;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 990px) {
  .module-h .copy-wrap {
    border-right: none;
    padding: 25px;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-h .copy-wrap {
    margin: 15px 0;
    padding: 0;
  }
}
.module-h .copy-wrap a {
  font-family: 'Oswald', Arial, sans-serif;
}
.module-h .copy-wrap h2,
.module-h .copy-wrap .h2 {
  padding: 17px 5px;
  margin: 0 20px;
  padding-top: 0;
  line-height: 1.3;
  color: #003EA1;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
  min-height: 100px;
}
@media screen and (max-width: 1200px) {
  .module-h .copy-wrap h2,
  .module-h .copy-wrap .h2 {
    padding: 17px 0;
    margin: 0 !important;
    line-height: 1.3 !important;
    min-height: 100px;
    padding-top: 0 !important;
  }
}
.module-h .copy-wrap p {
  margin-top: 10px;
}
.module-i {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-i {
    background: #ddd;
    padding: 35px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .module-i {
    padding: 0;
  }
}
.module-i .col-md-3:last-child .copy-wrap,
.module-i .col-md-4:last-child .copy-wrap,
.module-i .col-sm-6:last-child .copy-wrap {
  border: none;
}
.module-i .copy-wrap {
  padding: 0px 35px 0 5px;
  background: #fff;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 990px) {
  .module-i .copy-wrap {
    border-right: none;
    padding: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-i .copy-wrap {
    margin: 15px 0;
  }
}
.module-i h2,
.module-i .h2 {
  padding: 17px;
  margin: 0 10px;
  padding-top: 0;
  color: #003EA1;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 1200px) {
  .module-i h2,
  .module-i .h2 {
    padding: 0px 0px 17px 0;
    margin: 0;
  }
  .module-i h2 br,
  .module-i .h2 br {
    display: none;
  }
}
.module-i p {
  margin-top: 10px;
}
.module-j {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .module-j {
    padding: 5px;
  }
}
.module-j .img-wrap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .module-j .img-wrap {
    text-align: center;
  }
}
.module-j .copy-wrap h2,
.module-j .copy-wrap .h2 {
  font-size: 30px;
  line-height: 1.15em;
  padding-bottom: 8px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 300;
}
.module-k {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-k {
    padding: 35px;
  }
}
@media screen and (max-width: 767px) {
  .module-k {
    padding: 0px;
  }
}
.module-k .col-md-3:last-child .copy-wrap,
.module-k .col-md-4:last-child .copy-wrap,
.module-k .col-sm-6:last-child .copy-wrap {
  border: none;
}
.module-k .copy-wrap {
  padding: 0 35px 0 5px;
  text-align: left;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .module-k .copy-wrap {
    border-right: none;
    padding: 0px;
    margin: 5px 0;
  }
}
.module-k .copy-wrap h2,
.module-k .copy-wrap .h2 {
  font-size: 30px;
  line-height: 1.15em;
  padding-bottom: 8px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 300;
}
.module-l {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .module-l {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .module-l .copy-wrap {
    padding: 0;
    margin: 15px 0;
  }
}
.module-l .img-wrap img {
  width: 100%;
}
.module-l .left-copy {
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  .module-l .left-copy {
    padding: 0 20px;
  }
}
.module-l .left-copy h1,
.module-l .left-copy .h1 {
  font-size: 48px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
}
.module-l .left-copy h2,
.module-l .left-copy .h2 {
  font-size: 22px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-l .left-copy h2,
  .module-l .left-copy .h2 {
    line-height: 1.2em;
  }
}
.module-l .left-copy h3,
.module-l .left-copy .h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-l .left-copy h3,
  .module-l .left-copy .h3 {
    text-align: left;
  }
}
.module-l .left-copy h4,
.module-l .left-copy .h4 {
  font-size: 16px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-l .left-copy h4,
  .module-l .left-copy .h4 {
    line-height: 1.2em;
  }
}
.module-l .right-copy {
  background: #003EA1;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.module-l .right-copy h3,
.module-l .right-copy .h3 {
  margin: 0;
  padding: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .module-l .right-copy h3,
  .module-l .right-copy .h3 {
    padding-top: 8px;
  }
}
.module-l .right-copy p {
  color: #fff;
}
.module-l .right-copy a.button-outline {
  color: #fff;
  border-color: #fff;
}
.module-m .results-wrap {
  max-width: 780px;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  .module-m .results-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-m .results-wrap {
    padding: 15px;
    margin: 0;
  }
}
.module-m .results-wrap h2,
.module-m .results-wrap h2 b,
.module-m .results-wrap .h2,
.module-m .results-wrap .h2 b {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
}
.module-m .result-title {
  font-size: 18px;
  color: #003ea1;
  font-family: 'Open Sans', sans-serif;
}
.module-m h1,
.module-m .h1 {
  font-size: 48px;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  text-align: center;
}
.module-m form.search-on-page {
  margin-top: 20px ;
  position: relative;
  margin-bottom: 0;
}
.module-m form.search-on-page input {
  padding: 16px;
  border-radius: 0;
}
.module-m form.search-on-page .search-submit {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 29px;
  padding: 12px;
  cursor: pointer;
  background: none;
  border: 0;
}
.module-m h5 {
  color: #999999;
  line-height: 18px;
  font-size: 14px;
  font-family: 'open sans', sans-serif;
  font-weight: 400;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.module-m ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.module-m ul li {
  border-top: 1px solid #555;
  padding: 12px;
}
.module-m ul li:last-child {
  border-bottom: 1px solid #555;
}
.module-m ul li h2,
.module-m ul li .h2 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
  color: #333333;
  font-family: 'raleway', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.module-m ul li h4,
.module-m ul li .h4 {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
  color: #333333;
  font-family: 'raleway', sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.module-m ul li a {
  word-wrap: break-word;
}
.module-m .pagination-wrap {
  text-align: center;
}
.module-m .pagination-wrap a {
  font-family: 'open sans', sans-serif;
  padding: 7px;
  color: #333;
  font-size: 18px;
}
.module-m .pagination-wrap a.inactive {
  color: #898989;
}
.module-m .pagination-wrap a.at {
  color: #000;
  font-weight: 700;
}
.module-contentdetail .copy-wrap {
  max-width: 1150px;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  .module-contentdetail .copy-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-contentdetail .copy-wrap {
    padding: 15px;
    margin: 0;
  }
}
.module-contentdetail .copy-wrap p {
  margin: 0 0 0;
}
.module-contentdetail .copy-wrap ul {
  margin-left: 25px;
}
.module-contentdetail .copy-wrap .content-wrapper {
  max-width: 780px;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  .module-contentdetail .copy-wrap .content-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-contentdetail .copy-wrap .content-wrapper {
    padding: 15px;
    margin: 0;
  }
}
.module-contentdetail h1,
.module-contentdetail .h1 {
  font-size: 48px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-contentdetail h1,
  .module-contentdetail .h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .module-contentdetail h1,
  .module-contentdetail .h1 {
    font-size: 36px;
  }
}
.module-contentdetail p.large {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-contentdetail p.large {
    text-align: left;
  }
}
.module-contentdetail p.large ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.module-contentdetail .left-icon {
  width: 70%;
  margin-top: 10px;
  float: right;
}
@media screen and (max-width: 990px) {
  .module-contentdetail .left-icon {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-contentdetail .left-icon {
    width: 100%;
    padding: 0 75% 0 0;
    display: block;
    float: left;
  }
}
.module-contentdetail h2,
.module-contentdetail .h2 {
  font-size: 22px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-contentdetail h2,
  .module-contentdetail .h2 {
    text-align: left;
  }
}
.module-contentdetail h3,
.module-contentdetail .h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-contentdetail h3,
  .module-contentdetail .h3 {
    text-align: left;
  }
}
.module-contentdetail h4,
.module-contentdetail .h4 {
  font-size: 16px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-contentdetail h4,
  .module-contentdetail .h4 {
    text-align: left;
  }
}
.module-n .copy-wrap {
  max-width: 780px;
  margin: 20px auto;
}
@media screen and (max-width: 990px) {
  .module-n .copy-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-n .copy-wrap {
    padding: 15px;
    margin: 0;
  }
}
.module-n .copy-wrap ul {
  list-style: none;
}
.module-n h1,
.module-n .h1 {
  font-size: 48px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  text-align: center;
}
.module-n p.large {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .module-n p.large {
    text-align: left;
  }
}
.module-n p.large ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.module-n .left-icon {
  width: 70%;
  margin-top: 10px;
  float: right;
}
@media screen and (max-width: 990px) {
  .module-n .left-icon {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-n .left-icon {
    width: 100%;
    padding: 0 75% 0 0;
    display: block;
    float: left;
  }
}
.module-n h2,
.module-n .h2 {
  font-size: 22px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-n h2,
  .module-n .h2 {
    text-align: left;
  }
}
.module-n h3,
.module-n .h3 {
  font-size: 18px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-n h3,
  .module-n .h3 {
    text-align: left;
  }
}
.module-n h4,
.module-n .h4 {
  font-size: 16px;
  color: #003EA1;
  font-family: raleway, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .module-n h4,
  .module-n .h4 {
    text-align: left;
  }
}
.module-o .copy-wrap {
  max-width: 900px;
  margin: 15px auto;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-o .copy-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-o .copy-wrap {
    padding: 15px;
    margin: 0;
  }
}
.module-o .copy-wrap h1,
.module-o .copy-wrap .h1 {
  font-size: 48px;
  line-height: 84px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .module-o .copy-wrap h1,
  .module-o .copy-wrap .h1 {
    margin: 0;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .module-o p.large {
    text-align: left;
  }
}
.module-o form.on-page label {
  font-size: 21px;
  font-weight: 600;
}
.module-requestform .copy-wrap {
  max-width: 900px;
  margin: 15px auto;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-requestform .copy-wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-requestform .copy-wrap {
    padding: 15px;
    margin: 0;
  }
}
.module-requestform .copy-wrap h1,
.module-requestform .copy-wrap .h1 {
  font-size: 48px;
  line-height: 84px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .module-requestform .copy-wrap h1,
  .module-requestform .copy-wrap .h1 {
    margin: 0;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .module-requestform p.large {
    text-align: left;
  }
}
.module-requestform form.on-page label {
  font-size: 21px;
  font-weight: 600;
}
.module-p {
  padding: 4px 0;
  border-bottom: 1px solid #E5E5E5;
  background: #e1e1e1;
}
.module-v {
  background-size: cover;
  background-position: center top;
  padding: 356px 0 50px 0;
  display: table;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .module-v {
    padding: 345px 15px 50px 45px;
  }
}
@media screen and (max-width: 767px) {
  .module-v {
    padding: 20px;
  }
}
.module-v .copy-wrap {
  max-width: 935px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 50px 50px 75px;
  margin: 20px auto;
  border-left: 10px solid #003EA1;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .module-v .copy-wrap {
    margin: 20px 0px;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .module-v .copy-wrap {
    margin: 0px;
    padding: 15px 20px;
  }
}
.module-v .copy-wrap h1,
.module-v .copy-wrap .h1 {
  font-size: 48px;
  line-height: 84px;
  color: #003EA1;
  font-family: 'raleway', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .module-v .copy-wrap h1,
  .module-v .copy-wrap .h1 {
    line-height: 1.2em;
  }
}
.breadcrumbs {
  padding: 10px;
  padding-left: 0;
}
.breadcrumbs a {
  padding: 7px;
  color: #59595B;
  font-size: 12px;
  font-family: 'open sans', sans-serif;
}
.breadcrumbs a span {
  font-family: 'open sans', sans-serif;
}
.breadcrumbs img {
  max-width: 22px;
  height: 22px;
  padding-bottom: 5px;
}
.breadcrumbs a img {
  max-width: 20px;
  height: 20px;
  padding-bottom: 7px;
}
.breadcrumbs a span.fa {
  font-size: 16px;
}
.breadcrumbs i.fa {
  font-size: 14px;
  font-weight: 100;
}
/* HEW enrollment form */
#educationEnrollment a {
  color: #fff;
}
#educationEnrollment a:Link {
  color: #fff;
}
#educationEnrollment a.Visited {
  color: #fff;
}
#educationEnrollment a.Hover {
  color: #fff;
}
.hewMessage {
  color: #5278A3;
  font-weight: bold;
  padding: 25px;
}
.hewLinkButton {
  color: #fff;
}