/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  background: #0A1733;
}
.menuButton {
  display: none;
}
li,
p {
  font-size: 18px;
  line-height: 29px;
}
.page-content-container p + ul {
  margin-top: 25px;
}
header .logo img,
header .logo svg {
  width: 308px;
}
.phoneWithText {
  font-weight: bold;
}
.phoneWithText br {
  display: none;
}
header .main-nav .largePhoneNumber {
  font-weight: normal;
  font-size: 18px;
}
.formContainer {
  top: 115px;
  border-top: 4px solid #0968D9;
  border-radius: 8px;
}
.formContainer .button.blue,
.formContainer .button.green {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  border-radius: 4px;
}
.page-content-container {
  background: #fff;
}
#page_wrapper p,
#page_wrapper li {
  color: #003C80;
}
#page_wrapper h1,
#page_wrapper h2,
#page_wrapper h3,
#page_wrapper h4,
#page_wrapper h5,
#page_wrapper h6 {
  font-weight: bold;
  color: #003C80;
  font-family: Roboto;
  letter-spacing: 0.01em;
}
#page_wrapper .has_background_image h1,
#page_wrapper .has_background_image h2,
#page_wrapper .has_background_image h3,
#page_wrapper .has_background_image h4,
#page_wrapper .has_background_image h5,
#page_wrapper .has_background_image h6 {
  color: #fff;
}
#page_wrapper .page-content-container .row {
  padding: 0;
  margin: 0;
}
body #page_wrapper .page-content-container .pageContent .row .columns {
  padding: 32px 0 0;
  margin: 0;
}
.baseStructure:not(#degreeContent) .row + .row > .columns {
  margin: 0;
}
#page_wrapper a:not(.button):not(.btn),
#page_wrapper strong {
  color: #0968D9;
}
.pageContent .btn {
  padding: 11px 24px;
  font-weight: normal;
  border-radius: 4px;
  font-size: 16px;
}
#page_wrapper .button.blue,
#page_wrapper .btn.blue {
  background: linear-gradient(180deg, #0059C0 0%, #004BA2 100%);
}
#page_wrapper .button.blue:hover,
#page_wrapper .btn.blue:hover {
  background: linear-gradient(180deg, #004BA2 0%, #004BA2 100%);
}
#page_wrapper .button.green,
#page_wrapper .btn.green {
  background: linear-gradient(180deg, #0C8A3E 0%, #007238 100%);
}
#page_wrapper .button.green:hover,
#page_wrapper .btn.green:hover {
  background: linear-gradient(180deg, #007238 0%, #007238 100%);
}
.pageContent .btn:not(.ghost) {
  color: #fff;
}
header .logo svg {
  fill: #003C80;
}
#bannerContainer h1 {
  text-shadow: none;
  line-height: 48px;
  font-size: 40px;
}
#bannerContainer {
  background: #fff;
  max-height: 628px;
  height: calc(100vh - 114px);
  min-height: 570px !important;
}
#bannerContainer .background-image-container:after {
  display: none;
}
body:not(.lp_subpage) #bannerContainer .background-image-container img {
  object-fit: initial;
  margin: 0 auto;
  width: auto !important;
  min-width: 0 !important;
  max-width: initial;
}
/* Form */
.formContainer {
  max-width: 386px !important;
  right: calc(50% - 620px);
}
.lp-explore-liberty-template h2.form-title {
  font-weight: bold;
  font-size: 21px;
}
#page_wrapper form input,
#page_wrapper form select {
  border-color: #C6C7C9;
  border-radius: 5px;
}
#page_wrapper form input:not(:disabled),
#page_wrapper form select:not(:disabled) #page_wrapper form select:not(:disabled) .placeholder {
  color: #404142;
}
form select:disabled {
  border: none;
}
#formContainer .disclaimer {
  margin: 0;
}
@media screen and (max-width: 1300px) and (min-width: 1076px) {
  .formContainer {
    right: 20px;
  }
}
@media (max-width: 768px) {
  body:not(.lp_subpage) {
    background: #EEF3F9;
  }
  body:not(.lp_subpage) h2.subtitle {
    display: none;
  }
  body:not(.lp_subpage) #formContainer {
    display: flex;
    display: -webkit-flex;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: -60px auto 0;
    border-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
#page_wrapper .pageContent section:first-child {
  padding-top: 110px;
}
.page-content-container .pageContent h2 {
  font-size: 30px;
  margin-bottom: 24px;
  margin-top: 24px !important;
}
#page_wrapper .has_background_image h2 {
  max-width: 600px;
}
#page_wrapper .carousel_content {
  margin: 0;
}
#access {
  padding-top: 70px;
  padding-bottom: 150px;
}
#access h2 {
  max-width: 700px;
  margin: 24px auto;
  display: block;
}
#change {
  min-height: 600px;
}
#real > .row > .five {
  justify-content: flex-end;
}
#real .vcenter-content {
  margin: 0 32px 0 0;
  width: auto;
}
section.has_wave {
  z-index: 1;
  padding-top: 42px;
  padding-bottom: 42px !important;
}
.has_wave + section {
  padding-top: 130px;
}
.wave {
  fill: #eef3f9;
  transform: translate(-50%, 0) rotate(0);
  position: absolute;
  bottom: calc(100% - 68px);
  width: 100vw;
  left: 50%;
  z-index: -1;
}
.wave svg {
  width: 100%;
  height: 100px;
}
.wave:last-child {
  transform: translate(-50%, 0) rotate(0);
  top: calc(100% + -10px);
  fill: #eef3f9;
}
#bannerContainer .wave {
  bottom: calc(0% - 68px);
  z-index: 0;
}
#bannerContainer .wave:last-child {
  display: none;
}
@media (min-width: 980px) {
  #bannerContainer .v-center {
    max-width: 500px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  #bannerContainer .v-center {
    max-width: 300px;
  }
}
div#start_date_block {
  max-width: 972px;
  margin: -100px auto 40px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}
.start_date {
  width: 192px;
  background: linear-gradient(225deg, #0C8A3E 0%, #007238 100%);
  padding: 26px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.start_date_content {
  display: flex;
  width: calc(100% - 192px);
  padding: 26px 24px;
  align-items: center;
}
.start_date_content p {
  margin: 0;
}
.start_date_content p:first-child {
  width: calc(100% - 370px);
}
#page_wrapper .start_date strong {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.19px;
  font-size: 18px;
}
.start_date_content > div {
  display: flex;
  align-items: center;
  font-weight: normal;
  justify-content: space-between;
}
#page_wrapper .start_date_content strong,
#page_wrapper .row.badge_block strong {
  font-weight: bold;
  color: #003C80;
}
.start_date div {
  font-size: 14px;
  letter-spacing: 0.15px;
  color: #CFFAD3;
  text-align: center;
  margin: 0 auto;
}
.start_date_content a {
  margin: 0;
}
.start_date_content p:last-child {
  text-align: center;
}
#start_date_block + .row {
  padding-top: 42px;
}
section:first-child > h2 {
  width: 55%;
  margin: 0 auto;
}
a.play {
  max-width: 600px;
  margin: 0 auto;
}
.play:before {
  background: #0968D9;
  border-radius: 100%;
  border: 4px solid #fff;
  width: 88px;
  height: 88px;
}
.play:hover:before {
  width: 92px;
  height: 92px;
}
.play:after {
  border-width: 15px 0 15px 24px;
}
.slider_item.cycle-slide.cycle-sentinel {
  position: static !important;
  margin-bottom: -40px;
}
#page_wrapper p.wp-caption-text {
  position: absolute;
  bottom: 0;
  margin: 0 24px 24px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
.wp-caption img {
  border-radius: 10px;
}
.wp-caption + p {
  font-weight: bold;
}
#page_wrapper .row.badge_block {
  position: relative;
  width: 835px;
  margin: 42px auto -140px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
  grid-gap: 12px;
}
body #page_wrapper .page-content-container .pageContent .badge_block .columns {
  padding: 24px 12px;
}
body #page_wrapper .page-content-container .pageContent .badge_block .columns.nine {
  padding-right: 24px;
}
#page_wrapper .page-content-container .badge_block .columns:first-child {
  padding-right: 0;
}
#page_wrapper .page-content-container .badge_block .columns:last-child {
  padding-left: 0;
}
#page_wrapper .page-content-container .badge_block .columns:first-child p {
  text-align: center;
  display: block;
  width: 100%;
}
#page_wrapper h5 {
  font-size: 18px;
  line-height: 24px;
}
footer {
  background: #0A1733;
  margin-bottom: 0;
}
#page_wrapper footer a:not(.button):not(.btn),
#page_wrapper footer p {
  color: #fff;
  font-size: 16px;
}
footer address {
  margin-bottom: 8px;
}
footer svg.footer_logo {
  width: 165px;
  fill: #fff;
}
footer .inner-container > div {
  padding-left: 35px;
  text-align: left;
}
footer .inner-container {
  display: flex;
  align-items: center;
}
#sticky-footer {
  display: none;
  height: 71px;
}
.sticky-footer-item {
  height: 71px;
}
.sticky-footer-item.footer-phone {
  background: linear-gradient(180deg, #063372 0%, #0A254E 100%);
}
.sticky-footer-item.footer-request {
  background: linear-gradient(180deg, #0059C0 0%, #004BA2 100%);
}
.sticky-footer-item.footer-apply {
  background: linear-gradient(180deg, #0C8A3E 0%, #007238 100%);
}
.sticky-footer-icon {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Subpages */
.lp_subpage #bannerContainer {
  display: none;
}
.lp_subpage section:not(:first-child) {
  padding-top: 10px;
}
.lp_subpage #page_wrapper section:first-child .background-image-container:before {
  background: linear-gradient(270deg, rgba(250, 252, 255, 0.64) 0%, #F2F8FF 100%);
}
.lp_subpage #page_wrapper section:first-child h4 {
  font-size: 24px;
  color: #003c80;
  text-shadow: none;
}
.lp_subpage #page_wrapper .page-content-container section:not(.regular_width) > .row {
  max-width: 736px;
  margin: 0 auto;
}
.lp_subpage #content_form {
  margin-top: 40px;
}
.lp_subpage :not(#content_form) > #formContainer {
  display: none;
}
.lp_subpage #formContainer {
  position: static;
}
.lp_subpage #formContainer .form-title {
  margin-bottom: 20px;
}
.lp_subpage #formContainer .row {
  padding: 0;
  margin: 0;
  grid-gap: 12px 12px;
}
.lp_subpage #page_wrapper .page-content-container .pageContent #formContainer .columns {
  padding: 0;
}
.lp_subpage #formContainer {
  width: 50%;
  border: none;
  padding: 0 24px 24px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.lp_subpage form#msF3 {
  width: 100%;
}
.lp_subpage #page_wrapper .prepare {
  position: relative;
  width: 50%;
  background: linear-gradient(134.38deg, #256EC1 0%, #063372 100%);
  color: #fff;
  padding: 35px 25px 35px 35px;
}
.lp_subpage #page_wrapper .prepare:before {
  content: '';
  border: 15px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 51px;
  left: 0px;
}
.lp_subpage #page_wrapper .prepare * {
  color: #fff;
}
.lp_subpage #content_form {
  display: flex;
  padding: 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.lp_subpage .prepare li::before {
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  left: -26px;
  top: 13px;
}
.lp_subpage #content_form .prepare li {
  padding-bottom: 39px;
  position: relative;
  list-style-type: none;
  font-size: 20px;
  letter-spacing: .5px;
}
.lp_subpage .prepare ul {
  list-style: none;
}
.lp_subpage div#start_date_block {
  margin-top: -65px;
  max-width: 618px;
}
.lp_subpage .start_date_content p:first-child {
  width: 100%;
}
.lp_subpage section#discover {
  padding-bottom: 120px;
}
.lp_subpage section#why-choose-liberty {
  padding: 30px 0 92px;
  max-width: 900px;
  margin: 0 auto;
}
.lp_subpage #why-choose-liberty h2 {
  margin-top: 0 !important;
}
.lp_subpage #content_form #start_date_block {
  display: none;
}
@media (max-width: 768px) {
  .lp_subpage h2,
  .lp_subpage h3,
  .lp_subpage h4,
  .lp_subpage h5,
  .lp_subpage h6 {
    text-align: left;
  }
  .lp_subpage h2 span,
  .lp_subpage h3 span,
  .lp_subpage h4 span,
  .lp_subpage h5 span,
  .lp_subpage h6 span {
    display: inline !important;
  }
  .lp_subpage #start_date_block + .row > .columns > h2 {
    margin-top: 0 !important;
  }
  .lp_subpage section#discover {
    padding-bottom: 50px;
  }
  .lp_subpage #start_date_block {
    display: none;
  }
  .lp_subpage #formContainer {
    width: 100%;
    max-width: initial !important;
    order: 1;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  }
  .lp_subpage form#msF3 {
    max-width: 100%;
  }
  .lp_subpage #content_form {
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
  }
  .lp_subpage #page_wrapper .prepare {
    width: 100%;
    order: -1;
  }
  .lp_subpage #page_wrapper .prepare:before {
    display: none;
  }
  .lp_subpage #content_form #start_date_block {
    display: flex;
    margin: 30px 25px;
    width: 100%;
    max-width: 100%;
  }
  div#content_form {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .lp_subpage #page_wrapper .prepare * {
    text-align: left;
    text-decoration: none !important;
  }
  .lp_subpage .placeholder:not(.phactive),
  .lp_subpage form input,
  .lp_subpage form input[type=email],
  .lp_subpage form input[type=tel],
  .lp_subpage form input[type=text],
  .lp_subpage form select,
  .lp_subpage form select option {
    font-size: 14px !important;
  }
}
@media (max-width: 560px) {
  .lp_subpage #content_form #start_date_block .start_date {
    display: block;
    order: 2;
    width: 100%;
  }
  .lp_subpage #content_form #start_date_block {
    flex-wrap: wrap;
  }
  .lp_subpage .start_date_content p {
    text-align: left;
  }
  .lp_subpage #page_wrapper .page-content-container .columns.four {
    order: -1;
    text-align: center;
    padding-top: 15px;
  }
  .lp_subpage #page_wrapper .page-content-container .columns.eight {
    padding-top: 0;
  }
}
/* Video */
section.has_video .row {
  width: 100%;
}
.video_embed {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
section.has_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* Gauges */
.circle-graph canvas {
  transform: scaleX(-1);
  max-width: 100%;
}
#page_wrapper .circle-graph {
  width: 234px;
  height: 234px;
  border-radius: 100%;
  border: 15px solid #D1E5FD;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#page_wrapper .circle-graph.animated {
  border: none;
  width: auto;
  height: auto;
}
#page_wrapper .circle-graph p {
  font-size: 64px;
  font-weight: bold;
  color: #004DA6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  line-height: 1em;
}
#page_wrapper .circle-graph.thousands p {
  font-size: 54px;
  font-weight: bold;
}
/* Carousels and Sliders */
#captionSlideshow.carousel .carousel_container {
  overflow: hidden;
}
#captionSlideshow.carousel .controls {
  height: 18px;
  text-align: right;
  width: 95%;
  position: relative;
  top: -5px;
  margin-top: -30px;
}
#captionSlideshow.carousel .carouselPrev,
#captionSlideshow.carousel .carouselNext {
  width: 10px;
  height: 10px;
  background: transparent !important;
  position: absolute;
  right: 0;
  margin-top: 0;
}
#captionSlideshow.carousel .carouselPrev {
  margin-right: 20px;
}
#captionSlideshow.carousel .carouselNext:before,
#captionSlideshow.carousel .carouselPrev:before {
  border-right: 2px solid #003C80;
  border-top: 2px solid #003C80;
  top: initial;
  left: initial;
}
#captionSlideshow.carousel .carouselNext.disabled:before,
#captionSlideshow.carousel .carouselPrev.disabled:before {
  border-right: 2px solid #D1E5FD;
  border-top: 2px solid #D1E5FD;
}
#captionSlideshow .carousel_item:not(.cycle-sentinel) {
  max-width: calc(25% - 40px) !important;
  min-height: 300px;
  margin-right: 10px;
  padding-right: 10px;
}
#captionSlideshow .carousel_item:not(.cycle-sentinel):last-child {
  margin-right: 0;
  padding-right: 0;
}
#captionSlideshow .carousel_item {
  max-width: 100%;
}
#captionSlideshow .carousel_item .wp-caption:hover .wp-caption-text {
  text-decoration: underline;
}
#real {
  padding-top: 200px;
  padding-bottom: 100px;
}
#real .seven:before {
  content: '';
  background: url(https://www.liberty.edu/residential/lp/wp-content/uploads/sites/2/quotes.svg) center center no-repeat;
  background-color: transparent;
  width: 56px;
  height: 56px;
  display: block;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 40px;
}
#real .slider {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0), 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
}
#real .slider:not(.carousel) .slider_item:not(.cycle-sentinel) {
  padding: 40px;
}
#real .slider:not(.carousel) .slider_item {
  min-height: 250px;
  transition: min-height 0.3s, height 0.3s;
  display: block !important;
}
#real .slider .slider_content .twelve {
  display: flex;
  flex-direction: row;
}
#real .slider .slider_content img {
  width: 42px;
  height: auto;
  border-radius: 50%;
  margin-right: 16px;
}
#real .slider .slider_content .quoteAttribution {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#real .slider:not(.carousel) .slider_item .slider_content .row .quoteAttribution p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
}
#real .slider:not(.carousel) .slider_item .slider_content .row .quoteAttribution p:first-of-type {
  font-weight: bold;
}
#real .slider .cycle-pager .pager {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #E5EAEB;
  position: relative;
  z-index: 9999;
  border-radius: 50%;
  cursor: pointer;
}
#real .slider .cycle-pager .pager.cycle-pager-active {
  background-color: #0968D9;
}
#change .blue {
  margin-right: 10px;
}
@media (max-width: 1150px) {
  #page_wrapper p.wp-caption-text {
    margin: 0 10px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #real .slider .slider_content .three {
    grid-column: span 3;
  }
  #real .slider .slider_content .nine {
    grid-column: span 9;
  }
}
@media (max-width: 475px) {
  #page_wrapper p.wp-caption-text {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  #real .slider {
    padding: 20px;
  }
  #real .slider:not(.carousel) .slider_item:not(.cycle-sentinel) {
    padding: 20px;
  }
}
@media (max-width: 360px) {
  #captionSlideshow .carousel_item .wp-caption .wp-caption-text {
    padding: 5px;
  }
  #real .slider .slider_content .three {
    grid-column: span 4;
  }
  #real .slider .slider_content .nine {
    grid-column: span 8;
  }
}
/* needle clock */
.bg-dots {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 30px auto 0 !important;
  width: auto;
  max-width: initial;
}
.speedometer {
  background: #fff;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 8px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.speedometer-gauge {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.speedometer-gauge:after {
  content: '';
  width: 10px;
  height: 0px;
  position: absolute;
  top: 58%;
  right: 30%;
  transform: rotate(50deg) skew(-7deg, 70deg);
  z-index: -1;
  border: 57px solid transparent;
  border-left-color: #fff;
}
.speedometer-gauge:before {
  content: '';
  width: 120px;
  height: 120px;
  border: 15px solid #3587EA;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.speedometer-bottom:before {
  content: '';
  border-radius: 70px;
  background: #3587EA;
  width: 51%;
  height: 15px;
  top: -12px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.speedometer-bottom {
  position: absolute;
  top: 70%;
  height: 41px;
  width: 110.3%;
  background: #fff;
  z-index: 0;
  left: -5.2%;
}
.needle {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 27px;
  height: 76px;
  transform: translate(-50%, -111%) rotate(40deg);
  border-radius: 10px 10px 0px 0;
  transition: .1s all;
  transform-origin: 50% 100%;
  -webkit-animation-name: needlespaz;
  animation-name: needlespaz;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.needle:before {
  content: '';
  position: absolute;
  top: 100%;
  background: #3587EA;
  left: 50%;
  border-radius: 50%;
  width: 28px;
  transform: translate(-50%, 0);
  height: 28px;
  margin-top: -15px;
  margin-left: 0px;
}
.needle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 0 20px 75px 8px;
  border-color: transparent transparent #3587EA transparent;
}
@-webkit-keyframes needlespaz {
  0% {
    -webkit-transform: translate(-50%, -111%) rotate(37deg);
  }
  20% {
    -webkit-transform: translate(-50%, -111%) rotate(44deg);
  }
  30% {
    -webkit-transform: translate(-50%, -111%) rotate(40deg);
  }
  35% {
    -webkit-transform: translate(-50%, -111%) rotate(48deg);
  }
  40% {
    -webkit-transform: translate(-50%, -111%) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(-50%, -111%) rotate(55deg);
  }
  60% {
    -webkit-transform: translate(-50%, -111%) rotate(53deg);
  }
  70% {
    -webkit-transform: translate(-50%, -111%) rotate(59deg);
  }
  80% {
    -webkit-transform: translate(-50%, -111%) rotate(40deg);
  }
  90% {
    -webkit-transform: translate(-50%, -111%) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -111%) rotate(37deg);
  }
}
/* Steps*/
.step {
  position: relative;
  display: flex;
  width: 120px;
  height: 120px;
  color: #0052B0;
  background: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 55px;
  margin: 0 25px;
  top: -300px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.counting-steps {
  display: flex;
  position: relative;
}
.lp_subpage #page_wrapper .page-content-container section#steps > .row {
  max-width: 100%;
}
.step:after {
  content: '';
  background: url('https://www.liberty.edu/residential/lp/wp-content/uploads/sites/2/checkbox-check-selected-copy-4.svg');
  width: 40px;
  height: 40px;
  display: block;
  background-size: cover;
  position: absolute;
  top: -10px;
  right: -6px;
  transform: scale(1);
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.step.show {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@media (max-width: 768px) {
  .counting-steps {
    min-height: 125px;
  }
  .step {
    top: 50%;
    position: absolute;
    left: 50%;
    margin: -60px 0 0 -60px !important;
    transform: scale(0);
    z-index: 0;
  }
  .step:first-child {
    transform: scale(1);
  }
  .step:not(:first-child) {
    box-shadow: none;
    background: transparent;
  }
  .step:not(:first-child):before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    border-radius: 100%;
    z-index: -1;
    background: #fff;
  }
  .step.show:not(:first-child) {
    -webkit-animation-name: bubble;
    animation-name: bubble;
  }
  .step.show:first-child {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .step:after {
    top: -15px;
    right: -10px;
  }
  .step:not(:nth-child(2)):after {
    display: none;
  }
  .step:after {
    display: none;
  }
  .step.active:nth-child(1):after {
    display: block;
  }
  .step.active:after {
    transform: scale(0);
    -webkit-animation-name: bubble;
    animation-name: bubble;
  }
}
@media (max-width: 767px) {
  #real > .row > .five {
    justify-content: center;
    text-align: center;
  }
  #real .vcenter-content {
    margin: 0;
  }
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.25);
  }
  40% {
    -webkit-transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    top: -300px;
  }
  20% {
    top: 20px;
  }
  40% {
    top: -20px;
  }
  60% {
    top: 10px;
  }
  80% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes smallbounce {
  0% {
    top: 0px;
  }
  50% {
    top: -3px;
  }
  100% {
    top: 0px;
  }
}
.bounce {
  color: inherit;
}
.smallbounce {
  color: inherit;
  -webkit-animation-duration: .75s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-name: smallbounce;
  -webkit-animation-name: smallbounce;
  top: 0;
  position: relative;
}
/* Homepage Responsive */
@media (max-width: 1075px) {
  #bannerContainer .background-image-container:before {
    z-index: 5;
    background: rgba(255, 255, 255, 0.8);
  }
  #formContainer {
    display: block;
    position: absolute;
    top: 137px;
    right: 20px;
    left: initial;
    margin: 0;
    margin-bottom: 30px;
  }
  #msF3 {
    max-width: 100%;
  }
  .tabletRFI_image {
    display: none;
  }
  body:not(.lp_subpage) .start_date_content p:first-child {
    width: 70%;
    margin-right: 30px;
  }
  .start_date_content a {
    margin: 0px 0 10px 0;
    width: 100%;
  }
  body.lp_subpage.inputFocused #sticky-footer {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .subtitle {
    display: flex;
    justify-content: space-between;
  }
  .subtitle .button {
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    font-weight: normal;
    border-radius: 5px;
  }
  #bannerContainer {
    max-height: 540px;
    height: auto;
    min-height: 400px !important;
  }
  #bannerContainer .inner-container {
    display: flex;
    align-items: center;
    margin: 90px 0 40px;
  }
  #bannerContainer .v-center {
    margin: 0 auto;
    top: initial;
    transform: initial;
  }
  #msF3 {
    float: none;
    max-width: 50%;
  }
  section:first-child > h2 {
    width: 100%;
  }
  .subtitle .button {
    font-size: 16px;
  }
  #bannerContainer h1 {
    font-size: 30px;
    line-height: 37px;
  }
  #page_wrapper .pageContent section:first-child {
    padding-top: 60px;
  }
  #access {
    padding-bottom: 130px;
  }
  #captionSlideshow .carousel_item .wp-caption .wp-caption-text {
    text-decoration: underline;
  }
  #real {
    padding-top: 125px;
  }
  #page_wrapper .row.badge_block {
    margin-top: 32px;
  }
  #formContainer .columns.six {
    grid-column: span 6;
  }
  #page_wrapper {
    padding-bottom: 70px;
  }
  body:not(.lp_subpage) form#msF3 {
    width: 100%;
    max-width: 386px;
    margin: 0 auto;
  }
  body:not(.lp_subpage) form h3.form-title {
    font-size: 20px;
  }
  body:not(.lp_subpage) .start_date_content p:last-child {
    display: none;
  }
  body:not(.lp_subpage) .start_date_content p:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #page_wrapper .page-content-container .badge_block.row .columns {
    padding: 30px;
    text-align: center;
  }
  body #page_wrapper .page-content-container .pageContent .badge_block .columns.nine {
    padding-right: 30px;
    padding-top: 0;
  }
}
@media (max-width: 980px) {
  footer .inner-container {
    display: block;
  }
  footer .inner-container > div {
    text-align: center;
    padding: 0;
  }
  footer p {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
  svg.footer_logo {
    margin-top: 35px;
    margin-bottom: 96px;
  }
  footer p,
  footer address {
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: block;
    text-align: center;
  }
  .vcenter-content {
    width: 100%;
  }
  div#start_date_block {
    display: block;
  }
  .start_date {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .start_date_content {
    width: 100%;
  }
  .start_date div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .start_date br {
    display: none;
  }
  .start_date strong {
    order: 2;
    margin-top: 20px;
    font-size: 28px;
    width: 100%;
    display: block;
  }
  #page_wrapper .start_date strong {
    margin-bottom: 0;
  }
  #christian > .row > .columns {
    padding-top: 0;
  }
  #christian > .row > .four.columns {
    order: -1;
  }
  #change {
    min-height: 382px;
    padding-top: 50px;
  }
}
@supports (-webkit-touch-callout: none) {
  .sticky-footer-item > span {
    margin-top: -10px;
  }
}
.tw form {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  0.1% {
    transform: translate(-1px, 0px) rotate(0.5deg);
  }
  0.2% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  0.3% {
    transform: translate(1px, 1px) rotate(-0.5deg);
  }
  0.4% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: none;
  }
}
