.learn-layout-company-logo-full-width-header #bodyContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
}
.learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  box-sizing: content-box;
  max-width: 550px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    max-width: 706px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 994px;
  }
}
@media (min-width: 1181px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
  }
}
.learn-layout-company-logo-full-width-header #bodyContent .two-column-content .left-rail {
  display: none;
}
@media (min-width: 1181px) {
  .learn-layout-company-logo-full-width-header #bodyContent .two-column-content .left-rail {
    flex-basis: 362px;
    display: block;
    padding: 0 15px;
    margin-right: 15px;
  }
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid #CCC;
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader img {
  display: block;
  max-width: calc(100% - 50px);
  margin: 0 auto 10px;
}
.learn-layout-company-logo-full-width-header #bodyContent #pageHeader h1 {
  color: #0076CD;
  margin-bottom: 10px;
}
h1 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 31px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1181px) {
  h1 {
    font-size: 46px;
    line-height: 53px;
  }
}
h2 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #0076CD;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (min-width: 1181px) {
  h2 {
    font-size: 37px;
    line-height: 53px;
  }
}
h3 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1181px) {
  h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}
@media (min-width: 1181px) {
  h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
h4 {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 19px;
  line-height: 22px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 1181px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
p {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
}
@media (min-width: 768px) and (max-width: 1180px) {
  p {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  p {
    font-size: 19px;
    line-height: 31px;
  }
}
a {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 24px;
  color: #0076CD;
  text-decoration: none;
}
a:visited {
  color: #0076CD;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #004E87;
  cursor: pointer;
  text-decoration: underline;
}
a:active {
  color: #001A2D;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1180px) {
  a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  a {
    font-size: 19px;
    line-height: 25px;
  }
}
.hide-text-with-positioning {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.learn-leadform-select select {
  height: 41px;
  width: 100%;
  max-width: unset;
  color: #001A2D;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url("../svg/chevron-dwn-drk.svg") no-repeat right 10px center;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.learn-leadform-select select option:first-child,
.learn-leadform-select select::placeholder {
  color: #AAA;
}
.learn-leadform-select select option.active,
.learn-leadform-select select option:active,
.learn-leadform-select select option:hover {
  background-color: #EDEDED;
  color: #333;
}
.learn-ghost-button {
  background-color: transparent;
  text-align: center;
  color: #0076CD;
  background: #FFF;
  border: 1px solid #0076CD;
}
.learn-ghost-button:hover {
  color: #001A2D;
  text-decoration: none;
  background: #D6EDFF;
  border: 1px solid #0076CD;
}
.learn-ghost-button:active {
  color: #001A2D;
  text-decoration: none;
  background: #99CFFC;
  border: 1px solid #0076CD;
}
.learn-yellow-button-sm {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 230px;
  min-width: 230px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-sm:hover,
.learn-yellow-button-sm:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-sm:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-sm:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    line-height: 44px;
  }
}
.learn-yellow-button-sm a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
.learn-yellow-button-std {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 257px;
  min-width: 257px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-std:hover,
.learn-yellow-button-std:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-std:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-std:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    line-height: 44px;
  }
}
.learn-yellow-button-std a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-std {
    min-width: 257px;
    max-width: 257px;
  }
}
.learn-yellow-button-responsive {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 315px;
  min-width: 315px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button-responsive:hover,
.learn-yellow-button-responsive:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button-responsive:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button-responsive:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    line-height: 44px;
  }
}
.learn-yellow-button-responsive a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-yellow-button-responsive {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-yellow-button-responsive {
    min-width: 315px;
    max-width: 315px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button-responsive {
    min-width: 334px;
    max-width: 334px;
  }
}
.learn-yellow-button {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  line-height: 44px;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-yellow-button:hover,
.learn-yellow-button:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
.learn-yellow-button:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
.learn-yellow-button:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-yellow-button {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-yellow-button {
    line-height: 44px;
  }
}
.learn-yellow-button a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
.learn-blue-button-sm {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 230px;
  min-width: 230px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-sm:hover,
.learn-blue-button-sm:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-sm:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-sm:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    line-height: 44px;
  }
}
.learn-blue-button-sm a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-sm {
    min-width: 230px;
    max-width: 230px;
  }
}
.learn-blue-button-smaller {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 257px;
  min-width: 257px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-smaller:hover,
.learn-blue-button-smaller:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-smaller:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-smaller:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    line-height: 44px;
  }
}
.learn-blue-button-smaller a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-smaller {
    min-width: 257px;
    max-width: 257px;
  }
}
.learn-blue-button-std-width {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
  width: 315px;
  min-width: 315px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button-std-width:hover,
.learn-blue-button-std-width:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button-std-width:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button-std-width:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    line-height: 44px;
  }
}
.learn-blue-button-std-width a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .learn-blue-button-std-width {
    min-width: 492px;
    max-width: 492px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .learn-blue-button-std-width {
    min-width: 315px;
    max-width: 315px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button-std-width {
    min-width: 334px;
    max-width: 334px;
  }
}
.learn-blue-button {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  color: #001A2D;
  background: linear-gradient(4.34deg, #226393 12.11%, #0076CD 88.64%);
  box-shadow: 0 3px 0 #174466;
  -webkit-box-shadow: 0 3px 0 #174466;
  -moz-box-shadow: 0 3px 0 #174466;
  line-height: 44px;
  height: 44px;
  margin: 10px 0;
  border-radius: 6px;
  border-width: 0;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button {
    font-size: 19px;
    line-height: 31px;
  }
}
.learn-blue-button:hover,
.learn-blue-button:focus {
  background: #0076CD;
  box-shadow: 0px 4px 14px #174466, 0px 4px 0px #226393;
}
.learn-blue-button:active {
  background: #226393;
  border-radius: 4px;
  box-shadow: none;
}
.learn-blue-button:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  .learn-blue-button {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  .learn-blue-button {
    line-height: 44px;
  }
}
.learn-blue-button a {
  color: #FFF;
  text-decoration: none;
  line-height: 44px;
}
.learn-section-gray {
  padding: 30px 15px;
  background: #FAFAFA;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.loading-dots-container {
  display: none;
}
.loading-dots-container.active {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.1s;
  text-align: center;
}
.loading-dots-container.active .loading-dots {
  overflow: visible;
  margin: 0 1.5em;
  display: inline-block;
  display: block;
  position: relative;
  top: 45%;
  margin: 0 auto;
  font-size: 2em;
}
@keyframes loadingDots {
  0% {
    background-color: #001A2D;
  }
  20% {
    background-color: #0076CD;
  }
  40% {
    background-color: #001A2D;
  }
}
@-webkit-keyframes loadingDots {
  0% {
    background-color: #001A2D;
  }
  20% {
    background-color: #0076CD;
  }
  40% {
    background-color: #001A2D;
  }
}
.loading-dots-container.active .loading-dots,
.loading-dots-container.active .loading-dots:before,
.loading-dots-container.active .loading-dots:after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #001A2D;
  -webkit-animation: loadingDots 2s infinite;
  animation: loadingDots 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-dots-container.active .loading-dots:before,
.loading-dots-container.active .loading-dots:after {
  content: '';
  position: absolute;
  top: 0;
}
.loading-dots-container.active .loading-dots:before {
  left: -1.5em;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading-dots-container.active .loading-dots:after {
  right: -1.5em;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.body-home .body-main #headerContainer {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #0076CD;
  background: url("../svg/blue-background-ellipse.svg") no-repeat, #0076CD;
  background-position: left -296px bottom, top left;
  background-size: auto 130%, cover;
}
@media (min-width: 525px) {
  .body-home .body-main #headerContainer {
    background-position: left -192px bottom, top left;
    background-size: auto 126%, cover;
  }
}
@media (min-width: 650px) {
  .body-home .body-main #headerContainer {
    background-position: left -100px bottom, top left;
    background-size: auto 120%, cover;
  }
}
@media (min-width: 1024px) {
  .body-home .body-main #headerContainer {
    background-position: left -100px bottom, top left;
    background-size: auto 115%, cover;
  }
}
@media (min-width: 1400px) {
  .body-home .body-main #headerContainer .content {
    padding: 0;
  }
}
.body-home .body-main #headerContainer .masthead {
  background: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .body-home .body-main #headerContainer .masthead .content {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .body-home .body-main #headerContainer .masthead .content {
    max-width: unset;
  }
}
.body-home .body-main #headerContainer .masthead .dropdown {
  border: none;
}
.body-home .body-main #bodyContent {
  max-width: unset;
  width: 100%;
  margin: 0;
  padding: 0;
}
.body-home .body-main #bodyContent h2 {
  color: #001A2D;
}
#homeHero {
  margin: 0 15px 0 15px;
  width: unset;
}
@media (min-width: 577px) {
  #homeHero {
    min-height: 260px;
    padding-right: 240px;
    background: url("../png/photo_hero_tablet.png") right center / 235px no-repeat;
  }
}
@media (min-width: 768px) {
  #homeHero {
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  #homeHero {
    min-height: 333px;
    padding-right: 700px;
    background: url("../png/photo_hero_desktop.png") right center / 660px no-repeat;
  }
}
@media (min-width: 1181px) {
  #homeHero {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
}
#homeHero h1 {
  color: #FFF;
}
#homeHero p {
  color: #FFF;
}
#homeHero #heroTextContainer {
  padding: 5% 0;
}
#homeHero #heroTextContainer .home-hero-cta a {
  font-family: Learn Source Sans Pro, sans-serif;
  font-display: swap;
  font-size: 17px;
  line-height: 28px;
  background: linear-gradient(180deg, #FED27E 0%, #E19732 100%);
  box-shadow: 0 3px 0 #B77E12;
  -webkit-box-shadow: 0 3px 0 #B77E12;
  -moz-box-shadow: 0 3px 0 #B77E12;
  height: 44px;
  margin: 15px 0 30px 0;
  display: block;
  text-align: center;
  color: #001A2D;
  border-radius: 6px;
  border-width: 0;
  width: 100%;
  line-height: 44px;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #homeHero #heroTextContainer .home-hero-cta a {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (min-width: 1181px) {
  #homeHero #heroTextContainer .home-hero-cta a {
    font-size: 19px;
    line-height: 31px;
  }
}
#homeHero #heroTextContainer .home-hero-cta a:hover,
#homeHero #heroTextContainer .home-hero-cta a:focus {
  background: #E19732;
  box-shadow: 0 3px 0 #B77E12;
}
#homeHero #heroTextContainer .home-hero-cta a:active {
  background: #C07816;
  border: 1px solid #B07627;
  border-radius: 4px;
  box-shadow: none;
}
#homeHero #heroTextContainer .home-hero-cta a:disabled {
  background: #EDEDED;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: none;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #homeHero #heroTextContainer .home-hero-cta a {
    line-height: 44px;
  }
}
@media (min-width: 1181px) {
  #homeHero #heroTextContainer .home-hero-cta a {
    line-height: 44px;
  }
}
#homeHero #heroTextContainer .home-hero-cta a a {
  color: #001A2D;
  text-decoration: none;
  line-height: 44px;
}
#homeDegrees {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 30px;
  padding: 135px 15px 0;
  background: url("../svg/img_school.svg") top center / 120px no-repeat;
}
#homeDegrees p {
  padding-bottom: 30px;
}
#homeDegrees ul li {
  margin-bottom: 15px;
}
#homeDegrees ul li a {
  background-color: transparent;
  text-align: center;
  color: #0076CD;
  background: #FFF;
  border: 1px solid #0076CD;
  display: block;
  padding: 8px;
  border-radius: 4px;
}
#homeDegrees ul li a:hover {
  color: #001A2D;
  text-decoration: none;
  background: #D6EDFF;
  border: 1px solid #0076CD;
}
#homeDegrees ul li a:active {
  color: #001A2D;
  text-decoration: none;
  background: #99CFFC;
  border: 1px solid #0076CD;
}
#homeDegrees ul.list-collapsed {
  /* show five items at start on mobile */
}
#homeDegrees ul.list-collapsed li:nth-child(n+6) {
  display: none;
}
@media (min-width: 525px) {
  #homeDegrees ul.list-collapsed {
    /* show six items at start on mobile */
  }
  #homeDegrees ul.list-collapsed li:nth-child(6) {
    display: block;
  }
}
@media (min-width: 650px) {
  #homeDegrees ul {
    column-count: 3;
  }
  #homeDegrees ul li {
    break-inside: avoid;
  }
}
#homeDegrees .home-degrees-controls a {
  color: #0076CD;
  text-decoration: none;
}
#homeDegrees .home-degrees-controls a:hover {
  color: #004E87;
  text-decoration: underline;
}
#homeDegrees .home-degrees-controls a:visited {
  color: #001A2D;
  text-decoration: underline;
}
#homeDegrees .home-degrees-controls a.link-collapse {
  display: inline-block;
  margin-top: 30px;
}
#homeDegrees .home-degrees-controls a.link-expand {
  display: none;
  margin-top: 15px;
}
#homeDegrees .home-degrees-controls.list-collapsed a.link-expand {
  display: inline-block;
}
#homeDegrees .home-degrees-controls.list-collapsed a.link-collapse {
  display: none;
}
#homeFeaturedArticles {
  border-top: 1px solid #CCC;
}
#homeFeaturedArticles .section-container {
  max-width: 1170px;
  margin: 0 auto;
}
#homeFeaturedArticles .section-container .left-image-container {
  text-align: center;
  margin: 0 30px;
  padding: 30px 0;
}
#homeFeaturedArticles .section-container .left-image-container ul {
  max-width: 700px;
  list-style: none;
  margin: 0 30px;
  text-align: start;
}
@media (min-width: 525px) {
  #homeFeaturedArticles .section-container .left-image-container ul {
    margin: 0 auto;
  }
}
#homeFeaturedArticles .section-container .left-image-container ul li {
  border-bottom: 1px dashed #888;
  padding: 15px 0 15px 18px;
}
#homeFeaturedArticles .section-container .left-image-container ul li::before {
  content: "\2022";
  color: #001A2D;
  font-weight: 700;
  display: inline-block;
  width: 14px;
  margin-left: -1em;
  position: absolute;
}
#homeFeaturedArticles .section-container .left-image-container ul li:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}
#homeFeaturedArticles .section-container .left-image-container .home-articles-all a {
  background-color: transparent;
  text-align: center;
  color: #0076CD;
  background: #FFF;
  border: 1px solid #0076CD;
  display: inline-block;
  padding: 8px 48px;
  border-radius: 4px;
}
#homeFeaturedArticles .section-container .left-image-container .home-articles-all a:hover {
  color: #001A2D;
  text-decoration: none;
  background: #D6EDFF;
  border: 1px solid #0076CD;
}
#homeFeaturedArticles .section-container .left-image-container .home-articles-all a:active {
  color: #001A2D;
  text-decoration: none;
  background: #99CFFC;
  border: 1px solid #0076CD;
}
@media (min-width: 768px) {
  #homeFeaturedArticles .section-container .left-image-container {
    margin: 0;
  }
}
@media (min-width: 1181px) {
  #homeFeaturedArticles .section-container .left-image-container {
    background: url("../png/featured_articles.png") no-repeat;
    background-size: auto 500px;
    padding-left: 500px;
    text-align: left;
  }
  #homeFeaturedArticles .section-container .left-image-container ul {
    margin: 0 50px 0 0;
  }
}
#homePrograms {
  margin-bottom: 30px;
  padding: 30px 15px;
  background: #FAFAFA;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#homePrograms h2 {
  text-align: center;
  margin-bottom: 30px;
}
#homePrograms .home-degree-cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: top;
  align-items: top;
}
@media (min-width: 1400px) {
  #homePrograms .home-degree-cards {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
}
#homePrograms .home-degree-cards .home-degree-card {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 24px 30px rgba(0, 76, 132, 0.4);
  width: 360px;
}
#homePrograms .home-degree-cards .home-degree-card h3 {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #0076CD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#homePrograms .home-degree-cards .home-degree-card ul {
  margin: 0 30px;
}
#homePrograms .home-degree-cards .home-degree-card ul li {
  text-align: left;
  line-height: 28px;
  margin-bottom: 15px;
  padding-left: 36px;
  background-position-y: 4px;
  background-repeat: no-repeat;
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-art {
  background-image: url("../svg/icon_art.svg");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-business {
  background-image: url("../icon_business.html");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-computer {
  background-image: url("../svg/icon_computer.svg");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-education {
  background-image: url("../svg/icon_education.svg");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-health {
  background-image: url("../icon_health.html");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-law {
  background-image: url("../icon_law.html");
}
#homePrograms .home-degree-cards .home-degree-card ul li.degree-icon-tech {
  background-image: url("../icon_tech.html");
}
#homePrograms .home-degree-cards .home-degree-card ul li a,
#homePrograms .home-degree-cards .home-degree-card ul li a:visited {
  color: #001A2D;
}
#homePrograms .home-degree-cards .home-degree-card ul li a:before,
#homePrograms .home-degree-cards .home-degree-card ul li a:visited:before {
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
}
#homePrograms .home-degree-cards .home-degree-card ul li a:after,
#homePrograms .home-degree-cards .home-degree-card ul li a:visited:after {
  display: inline;
  padding-right: 8px;
  content: "";
  background: url("../svg/link-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-left: 10px;
}
#homePrograms .home-degree-cards .home-degree-card ul li a:hover,
#homePrograms .home-degree-cards .home-degree-card ul li a:visited:hover,
#homePrograms .home-degree-cards .home-degree-card ul li a:active,
#homePrograms .home-degree-cards .home-degree-card ul li a:visited:active {
  color: #0076CD;
}
@media (min-width: 768px) {
  #homePrograms .home-degree-cards .home-degree-card {
    width: calc(50% - 15px);
  }
  #homePrograms .home-degree-cards .home-degree-card:nth-child(even) {
    margin-left: 15px;
  }
}
@media (min-width: 1181px) {
  #homePrograms .home-degree-cards .home-degree-card {
    width: calc(25% - 22.5px);
    margin-left: 30px;
  }
  #homePrograms .home-degree-cards .home-degree-card:nth-child(even) {
    margin-left: 30px;
  }
  #homePrograms .home-degree-cards .home-degree-card:first-child {
    margin-left: 0;
  }
}
#homeCareers {
  text-align: center;
  margin: 0 15px 30px;
  padding-top: 135px;
  background: url("../svg/img_career.svg") top center / 120px no-repeat;
}
#homeCareers .home-career-sections .home-career-section {
  padding-top: 62px;
}
#homeCareers .home-career-sections .home-career-section.home-career-medical {
  background: url("../img_health.html") top center / 55px no-repeat;
}
#homeCareers .home-career-sections .home-career-section.home-career-business {
  background: url("../img_business.html") top center / 55px no-repeat;
}
#homeCareers .home-career-sections .home-career-section.home-career-education {
  background: url("../svg/img_school.svg") top center / 55px no-repeat;
}
#homeCareers .home-career-sections .home-career-section.home-career-computer {
  background: url("../svg/img_computer.svg") top center / 55px no-repeat;
}
#homeCareers .home-career-sections .home-career-section h3 {
  margin-bottom: 15px;
}
#homeCareers .home-career-sections .home-career-section .home-career-learn-more a {
  text-decoration: underline;
}
@media (min-width: 525px) {
  #homeCareers .home-career-sections .home-career-section {
    width: calc(50% - 15px);
  }
  #homeCareers .home-career-sections .home-career-section:nth-child(even) {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  #homeCareers .home-career-sections .home-career-section {
    width: calc(25% - 22.5px);
    margin-left: 30px;
  }
  #homeCareers .home-career-sections .home-career-section:nth-child(even) {
    margin-left: 30px;
  }
  #homeCareers .home-career-sections .home-career-section:first-child {
    margin-left: 0;
  }
}
@media (min-width: 525px) {
  #homeCareers .home-career-sections {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    align-items: top;
    margin: 0 40px;
  }
}
@media (min-width: 1024px) {
  #homeCareers .home-career-sections {
    margin: 0 40px;
  }
}
@media (min-width: 1400px) {
  #homeCareers .home-career-sections {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
}
#homeCareers .home-career-all a {
  background-color: transparent;
  text-align: center;
  color: #0076CD;
  background: #FFF;
  border: 1px solid #0076CD;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 8px 48px;
  border-radius: 4px;
}
#homeCareers .home-career-all a:hover {
  color: #001A2D;
  text-decoration: none;
  background: #D6EDFF;
  border: 1px solid #0076CD;
}
#homeCareers .home-career-all a:active {
  color: #001A2D;
  text-decoration: none;
  background: #99CFFC;
  border: 1px solid #0076CD;
}
@media (min-width: 768px) {
  #homeCareers > h2,
  #homeCareers > p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
#homeExperts {
  padding: 30px 15px;
  background: #FAFAFA;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
#homeExperts > p:last-of-type {
  margin-bottom: 45px;
}
#homeExperts .home-expert-links .home-expert-link-section {
  text-align: left;
  width: 100%;
}
#homeExperts .home-expert-links .home-expert-link-section h3 {
  color: #001A2D;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #CCC;
}
#homeExperts .home-expert-links .home-expert-link-section ul {
  margin: 0 15px 30px;
}
#homeExperts .home-expert-links .home-expert-link-section ul li {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  #homeExperts .home-expert-links .home-expert-link-section {
    width: calc(50% - 15px);
  }
  #homeExperts .home-expert-links .home-expert-link-section:nth-child(2) {
    margin-left: 30px;
  }
  #homeExperts .home-expert-links .home-expert-link-section:last-child {
    width: 100%;
  }
  #homeExperts .home-expert-links .home-expert-link-section:last-child ul {
    column-count: 2;
  }
  #homeExperts .home-expert-links .home-expert-link-section h3 {
    padding-left: 0;
    padding-right: 0;
  }
  #homeExperts .home-expert-links .home-expert-link-section ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #homeExperts .home-expert-links .home-expert-link-section ul {
    column-count: 2;
  }
  #homeExperts .home-expert-links .home-expert-link-section:last-child ul {
    column-count: 4;
  }
}
@media (min-width: 525px) {
  #homeExperts .home-expert-links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: top;
    align-items: top;
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  #homeExperts .home-expert-links {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #homeExperts > h2,
  #homeExperts > p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
