@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,700,800,900&display=swap");
.application {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
}

h1 {
  display: inline-block;
  font-size: 40px;
  text-align: center;
  vertical-align: middle;
}

h2 {
  font-size: 30px;
}

.bold {
  font-weight: 700;
}

.white-text {
  color: #fff;
}

.v-btn__content img {
  margin-right: 10px;
}

.v-card__title {
  font-size: 16px;
}

.v-toolbar__content {
  justify-content: center;
}

.small-title {
  text-transform: uppercase;
  color: #1b3765;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-bottom: 10px;
}

.program-title {
  margin-bottom: 40px;
}

.program-title h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #468cca;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 960px) {
  .program-title h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 650px) {
  .program-title h1 {
    font-size: 30px;
  }
}

.btn-white {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
  font-weight: 600;
}

.btn-black {
  font-size: 18px;
  font-weight: 600;
}

.header {
  text-align: center;
  width: 100%;
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  background: white;
}

.header .logo {
  min-width: 220px;
  max-width: 420px;
  width: 37%;
  text-align: center;
  padding-top: 10px;
}

.header {
  max-width: 100%;
}

.header .hero-image {
  max-width: 1383px;
  width: 100%;
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header h1 {
  float: right;
  padding-top: 55px;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 100%;
  text-align: left;
}

.mission-statement {
  background-size: contain;
  background-attachment: fixed;
  background-repeat: repeat;
  background-color: #273268;
  padding: 40px 15px;
  margin: -20px -20px 20px;
  text-align: center;
}
.mission-statement h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.8em;
  max-width: 1020px;
  margin: 0px auto;
  line-height: 1.2em;
}
@media screen and (max-width: 540px) {
  .mission-statement {
    padding: 20px 0px;
  }
  .mission-statement h2 {
    font-size: 1.4em;
  }
}

.home-container {
  background: #f3f3f3;
  max-width: 100% !important;
  padding: 0px 20px;
}

.homerow {
  max-width: 976px;
  margin: 0 auto;
  width: 100%;
}

.top p {
  color: white;
  text-shadow: 1px 1px 1px black;
  font-size: 24px;
}

.homerow:after {
  content: "";
  display: table;
  clear: both;
}

.home-title {
  font-size: 3.3em;
  font-weight: 900;
  margin: 50px auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #1b3765;
}
@media screen and (max-width: 540px) {
  .home-title {
    font-size: 2.3em;
  }
}

.homerow .step {
  background: white;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 20px -10px;
  margin: 30px auto;
}
.homerow .step h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 900;
  color: #3c4151;
  letter-spacing: 0.04;
  margin-top: 0px;
  margin-bottom: 10px;
}
.homerow .step .small-text {
  color: #1b3765;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}

.step-image {
  max-width: 230px;
  margin: 10px auto;
  text-align: center;
}

.apply-programs .step img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
}

.menu-wrapper {
  position: absolute;
  width: 100%;
  max-height: 0px;
}
.menu-wrapper .container {
  padding: 0px;
  width: 100%;
  max-width: 1400px;
}
.menu-wrapper .menu-container {
  float: right;
  position: relative;
  text-align: right;
  width: 100%;
  max-width: 600px;
  z-index: 999;
}
.menu-wrapper .menu-toggle {
  color: #1a3865;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-right: 30px;
  padding-top: 10px;
}
.menu-wrapper .menu-toggle:focus, .menu-wrapper .menu-toggle:active {
  outline: none;
}
.menu-wrapper .menu-toggle i {
  font-size: 37px;
  vertical-align: middle;
  padding-bottom: 7px;
  padding-right: 7px;
}
.menu-wrapper .menu {
  background: #1b3765;
  color: #fff;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  max-height: 0px;
  overflow: hidden;
}
.menu-wrapper .menu.active {
  max-height: 999px;
  padding: 30px;
}
.menu-wrapper .menu i {
  font-size: 40px;
}
.menu-wrapper .menu ul {
  list-style-type: none;
  text-align: left;
}
.menu-wrapper .menu ul li {
  margin-bottom: 20px;
}
.menu-wrapper .menu > ul {
  padding-left: 0px;
}
.menu-wrapper .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.menu-wrapper .menu > ul > li > a {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 10px;
}

.table-section table {
  border-collapse: collapse;
  border: 6px solid #d3d3d3;
}
.table-section table tr {
  border-bottom: 2px solid #dfdfdf;
}
.table-section td:nth-child(2n+1) {
  background: #ffffff;
}
.table-section td:nth-child(2n) {
  background: #f3f3f3;
}
.table-section td.blank-cell {
  border-top: 6px solid white;
  border-right: 6px solid #d3d3d3;
  border-left: 6px solid white;
  border-bottom: 7px solid #d3d3d3;
  background: white;
}
.table-section td.blue-table {
  background: #1b3675;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  position: relative;
  padding-left: 68px;
}
.table-section td.blue-table .table-icon {
  position: absolute;
  left: 20px;
  top: 27%;
  width: 47px;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .table-section {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .table-section td.blue-table {
    font-size: 14px;
    padding-left: 20px;
  }
  .table-section td.blue-table img {
    display: none;
  }
}

.success-message {
  text-align: center;
  color: #3c4151;
}
.success-message h2 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.success-message h3 {
  max-width: 520px;
  margin: 12px auto 30px;
  font-weight: 500;
  font-size: 20px;
}
.success-message img {
  width: 120px;
  height: 16px;
  margin: 20px auto 10px;
}

.success-image {
  margin-bottom: 20px;
}
.success-image img {
  max-width: 220px;
  margin-top: 20px;
}

.center-button {
  display: block !important;
  margin: 10px auto !important;
}

.intro-header {
  padding: 40px 15px;
  background: #ebe9e9;
  text-align: center;
}
.intro-header h1, .intro-header h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #3883c4;
  font-weight: 900;
}

.grey-bg {
  background: #ebe9e9;
  padding: 30px 0;
}

.light-grey-bg {
  background: #f3efef;
  padding: 30px 0;
}

.help-contact {
  margin: 30px auto;
}
.help-contact h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #3883c4;
  font-weight: 900;
}
.help-contact p {
  text-transform: uppercase;
  font-size: 20px;
}

.accordion-section, .table-section {
  margin: 40px auto;
}
.accordion-section h2, .table-section h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #1b3765;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

.accordion-section {
  max-width: 860px;
}
.accordion-section .accordion-header {
  position: relative;
  padding-left: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordion-section .accordion-header img {
  position: absolute;
  width: 120px;
  padding: 20px;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.accordion-section .v-icon {
  font-size: 40px;
}
.accordion-section h3 {
  font-size: 23px;
  color: #3c4151;
}
.accordion-section .program-info {
  display: none;
}
@media screen and (max-width: 568px) {
  .accordion-section .accordion-header {
    padding-left: 0px;
  }
  .accordion-section .accordion-header img {
    display: none;
  }
  .accordion-section .accordion-header h3 {
    font-size: 18px;
  }
  .accordion-section .program-info {
    display: block;
  }
}

.find-options {
  margin-top: 60px;
}

.red-section img {
  width: 80%;
  max-width: 275px;
}

.red-section-content {
  max-width: 524px;
  margin: 0 auto;
}
.red-section-content h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #1b3765;
}
.red-section-content p {
  font-size: 16px;
}

.arrow-img img {
  max-width: 100%;
  padding: 8px;
  transform: scale(0.95);
  opacity: 0.8;
}
.arrow-img img:hover {
  transform: scale(1);
  opacity: 1;
}

.selected-centers {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.selected-centers .card-image {
  width: 100%;
  max-width: 160px !important;
  margin: 0 auto;
}
.selected-centers .flex, .selected-centers .v-card__title {
  text-align: center;
}
.selected-centers .flex h4, .selected-centers .v-card__title h4 {
  display: block;
  width: 100%;
  font-size: 18px;
}

.program-info {
  width: 90%;
  padding: 30px 15px;
}
.program-info p {
  margin-bottom: 30px;
}
.program-info h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #1b3765;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.program-info img {
  max-width: 230px;
}
.program-info table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}
.program-info table tr {
  border-bottom: 1px solid grey;
}
.program-info table tr:last-child {
  border-bottom: 0px;
}
.program-info table td {
  padding: 10px 15px;
  text-align: left;
  font-weight: 100;
}
.program-info table td:first-child {
  width: 70px;
  padding-left: 30px;
  text-align: center;
}
.program-info table td:nth-child(2) {
  font-weight: 600;
  color: #1b3765;
}
.program-info table td img {
  height: 24px;
}
.program-info .v-card__title hr {
  margin-top: 30px;
}
.program-info .program-overview {
  margin-bottom: 30px;
}
.program-info .program-overview div {
  padding: 20px;
}
.program-info .program-overview h3 {
  color: white;
  margin-bottom: 20px;
}
.program-info .program-overview p {
  text-align: left;
}
.program-info .program-image {
  width: 90%;
}
.program-info .v-carousel {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .program-info .v-carousel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .program-info {
    width: 100%;
    padding: 10px;
  }
  .program-info .v-card__title {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  .program-info table td {
    padding: 7px 10px;
  }
  .program-info table td:first-child {
    display: none;
  }
}

.contact-sidebar {
  margin-bottom: 30px;
  padding: 20px;
}
.contact-sidebar h2 {
  margin-bottom: 20px;
}
.contact-sidebar a {
  color: white;
}

.quote-sidebar {
  margin-bottom: 30px;
  padding: 20px;
}
.quote-sidebar p, .quote-sidebar span {
  max-width: 270px;
  display: block;
  margin: 10px auto;
}
.quote-sidebar span {
  margin-top: 0px;
  font-weight: 700;
}
.quote-sidebar img {
  max-width: 90px;
}

.accordion-text {
  padding: 20px;
  padding-top: 0px;
}
@media screen and (max-width: 568px) {
  .accordion-text {
    padding: 0px 0px 20px;
  }
}

.about-container .table-section {
  display: block;
}

footer {
  background: white !important;
  max-width: 1600px !important;
}

.footer-blue {
  background: #1b3675;
  margin: 0 auto;
  color: white !important;
  text-align: center;
}

.footer-blue a {
  color: white;
}

.footer-darkblue {
  background: #0c1430;
  margin: 0 auto;
  color: white !important;
  text-align: center;
}

.footer-darkblue a {
  color: white;
}

.footerlogos {
  color: white;
}

.fl-icon {
  vertical-align: middle;
  margin-right: 10px;
}

.fab {
  color: white;
  zoom: 2;
}

.outlined {
  border: black 2px solid;
}

.v-stepper__content {
  max-width: 750px;
  margin: 0 auto;
}

.v-stepper__label {
  text-align: center !important;
}

.v-content__wrap {
  margin: 0 auto;
}

.footer-nav {
  padding-top: 20px;
  width: 100%;
}
.footer-nav a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px;
}
.footer-nav a:hover {
  color: #468cca;
}

.container.footer-agencies {
  max-width: 918px;
}
.container.footer-agencies p {
  margin-bottom: 0px;
}
.container.footer-agencies img {
  display: block;
  margin: 10px auto;
}
.container.footer-agencies .agency-logo {
  display: inline-block;
  width: 160px;
  padding: 20px;
}
.container.footer-agencies .agency-logo img {
  width: 100%;
}

.footer-legal {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.other-radio .other-input .v-input__slot {
  min-height: 30px !important;
}
.other-radio .other-input .v-input__slot input {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .homerow .step {
    padding-left: 25%;
  }

  .step-image {
    position: absolute;
    left: 5%;
    width: 18%;
    top: 50%;
    transform: translateY(-50%);
  }

  .step-image img {
    width: 100%;
  }

  .step-content {
    padding: 10px 50px;
  }
  .step-content p {
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 860px) {
  .red-section-content h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .homecolumn {
    float: none;
    width: 100%;
  }

  .homepicture {
    float: none;
    width: 100%;
  }

  .btn-white {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .header {
    text-align: left;
    padding: 14px;
    padding-top: 0px;
    box-shadow: 1px -1px 19px -7px black;
    color: black;
    position: relative;
  }
  .header h2 {
    text-align: center;
  }
  .header .logo {
    padding-top: 0px;
  }

  .header-content {
    background: white;
    position: relative;
    margin-bottom: -41px;
  }

  .menu-container .menu-toggle {
    padding-right: 0px;
  }

  .menu-container .menu-toggle span {
    display: none;
  }

  .success-message h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .red-section img {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  h3 {
    font-size: 16px;
  }

  .top p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-white {
    font-size: 14px;
  }

  .btn-black {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
