@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html body #modal, html body main #faq .faq-box, html body main .card-section .card-block .card, html body #faq .faq-box, html body .card-section .card-block .card {
  -webkit-box-shadow: 0px 5px 10px -1px #000000;
  box-shadow: 0px 5px 10px -1px #000000;
}
* {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, rem, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, rembed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus, input:focus, a:focus, textarea:focus, select:focus {
  outline: none !important;
  outline-style: none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.user-is-tabbing *:focus {
  outline: 2px solid #7AACFE !important;
  /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}
html {
  max-width: 100%;
  scroll-behavior: smooth;
  font-size: 25px;
}
@media (max-width: 1200px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
html body {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}
html body .frm_forms p {
  color: white;
  margin: 0 !important;
}
html body .frm_forms .frm_dropzone.frm_single_upload {
  margin: auto;
  width: 580px;
  height: unset;
  max-width: unset;
  border-radius: 0;
  background: transparent;
}
html body .frm_forms .frm_required {
  display: none !important;
}
html body .frm_forms .frm_checkbox label {
  color: black;
  font-size: 1rem;
}
html body .frm_forms input, html body .frm_forms select {
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
  padding-left: 10px !important;
  font-family: 'Raleway', sans-serif !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html body .frm_forms input::placeholder, html body .frm_forms select::placeholder {
  color: #555 !important;
}
html body .frm_forms input[type='checkbox'], html body .frm_forms select[type='checkbox'] {
  height: inherit !important;
  padding-left: 0 !important;
}
html body .frm_forms textarea {
  height: 170px !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-left: 10px !important;
  font-family: 'Raleway', sans-serif !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html body .frm_forms textarea::placeholder {
  color: #555 !important;
}
html body .frm_forms#frm_form_4_container .frm_button_submit {
  background: #093969 !important;
  border: none !important;
}
html body .frm_forms .frm_button_submit {
  background: none !important;
  padding: 21px 20px !important;
  min-width: 375px !important;
  font-size: 1em !important;
  border-radius: 0 !important;
  position: relative !important;
  display: inline-block !important;
  text-align: center !important;
  margin-top: 10px !important;
  color: white !important;
  text-decoration: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-family: 'Raleway', sans-serif !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid white 2px !important;
}
html body header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 110px;
}
html body header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
html body header.transparent {
  background: transparent !important;
}
html body header.nav-up {
  top: -999px;
  transition: top ease-in-out 0.4s;
}
html body header.nav-down {
  top: 0px;
  transition: top ease-in-out 0.4s;
  background-color: #093969;
}
html body header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  html body header .hamburger {
    display: block;
  }
}
html body header .logo img {
  width: 290px;
  height: 80px;
  object-fit: contain;
  position: relative;
  margin-bottom: 0px;
}
@media (max-width: 1600px) {
  html body header .logo img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  html body header .logo img {
    width: 150px;
  }
}
html body header ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 75%;
  list-style: none;
  padding-inline-start: 0;
}
@media (max-width: 1600px) {
  html body header ul {
    width: 85%;
  }
}
@media (max-width: 991px) {
  html body header ul {
    display: none;
  }
}
html body header ul li {
  margin: 0 10px;
  position: relative;
}
html body header ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 0;
}
html body header ul li a:hover {
  color: #1b7ea6;
}
@media (max-width: 1600px) {
  html body header ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html body header ul li a {
    font-size: 16px;
  }
}
html body header ul li.dropdown:after {
  background-image: url(/wp-content/uploads/2022/01/noun-caret-down-2540370-F9F9F9-1.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 3px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
html body header ul li.dropdown ul {
  height: 0;
  width: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 0;
  transition: height ease-in-out 0.3s;
}
html body header ul li.dropdown:hover ul {
  width: 320px;
  height: auto;
  max-height: 500px;
  transition: height ease-in-out 0.3s;
  font-size: 1rem;
  z-index: 9999;
  position: absolute;
  opacity: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: unset;
  background: #093969;
  padding: 13px 10px;
  top: 40px;
  left: 0;
  border-top: #1b7ea6 solid;
}
html body header ul li.dropdown:hover ul li {
  padding: 6px 0;
}
html body header ul li.dropdown:hover ul li a {
  padding: 5px 0 !important;
}
html body header ul li.dropdown:hover ul li a:hover {
  text-decoration: underline;
}
html body header .btn {
  color: white;
  background: transparent;
  border-radius: 0px;
  border: solid white 2px;
  box-shadow: unset;
  padding: 8px 17px;
  font-size: 20px;
  margin-top: 0px;
  min-width: unset;
}
html body header .btn:hover {
  background: white;
  color: #0B0A26;
}
html body .hamburger .hamburger-inner {
  border-radius: 0 !important;
  background-color: white !important;
}
html body .hamburger .hamburger-inner:after, html body .hamburger .hamburger-inner:before {
  border-radius: 0 !important;
  background-color: white !important;
}
html body #menu {
  width: 100%;
  max-height: 0;
  left: -9999px;
  top: -9999px;
  position: absolute;
  transition: max-height ease-in-out 0.5s;
}
html body #menu ul {
  opacity: 0;
  transition: opacity ease 0.8s;
}
html body #menu .connect {
  background: #093969;
  width: 100%;
  padding: 25px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
html body #menu .connect a {
  color: white;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
}
html body #menu .connect a:last-child {
  margin-bottom: 0;
}
html body #menu .connect .btn {
  width: 90%;
  border-color: white;
  margin: auto;
  margin-top: 20px;
  padding: 15px 70px;
}
html body #menu.show {
  height: 100%;
  max-height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #093969;
  position: fixed;
  transition: max-height ease-in-out 0.5s;
  overflow: scroll;
}
html body #menu.show .logo {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
  position: relative;
  height: 100px;
}
html body #menu.show ul {
  opacity: 1;
  transition: opacity ease 1.5s;
  height: 50vh;
  overflow: scroll;
}
html body #menu.show ul ul {
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  margin-top: 10px;
}
html body #menu.show ul ul.active {
  height: auto;
  width: auto;
  max-height: 100vh;
  transition: max-height ease-in-out 0.5s;
  font-size: 1rem;
}
html body #menu.show ul li {
  margin-bottom: 20px;
  list-style-type: none;
}
html body #menu.show ul li.dropdown .dropdown-arrow {
  top: 9px;
  position: relative;
}
html body #menu.show ul li a {
  font-size: 1.5em;
  color: white;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
html body #menu .close {
  position: absolute;
  right: 25px;
  top: 20px;
}
html body #menu .container {
  width: 85%;
}
html body #modal {
  background: #093969;
  width: 0;
  height: 0;
  left: -9999px;
  top: -9999px;
  position: absolute;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
html body #modal.active {
  width: 80%;
  height: 80%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transition: opacity ease-in-out 0.5s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
html body #modal .close {
  cursor: pointer;
}
html body #modal .container .close {
  color: white;
  top: 30px;
  position: relative;
}
@media (max-width: 768px) {
  html body #modal .container .close {
    top: -10px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 10px;
    display: block;
  }
}
html body #modal .container .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  html body #modal .container .content-wrapper {
    flex-flow: column;
  }
}
html body #modal .container .content-wrapper .img-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  html body #modal .container .content-wrapper .img-wrapper {
    flex-flow: column;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
html body #modal .container .content-wrapper .img-wrapper img {
  width: 50%;
}
html body #modal .container .content-wrapper .text-wrapper {
  width: 45%;
}
@media (max-width: 768px) {
  html body #modal .container .content-wrapper .text-wrapper {
    width: 100%;
  }
}
html body #modal .container .content-wrapper .text-wrapper h1, html body #modal .container .content-wrapper .text-wrapper h2, html body #modal .container .content-wrapper .text-wrapper h3, html body #modal .container .content-wrapper .text-wrapper h4, html body #modal .container .content-wrapper .text-wrapper h5, html body #modal .container .content-wrapper .text-wrapper h6, html body #modal .container .content-wrapper .text-wrapper p, html body #modal .container .content-wrapper .text-wrapper a {
  color: white;
}
html body #modal .container .content-wrapper .text-wrapper p {
  font-size: 0.7em;
}
html body #modal .container .content-wrapper .text-wrapper i {
  font-size: 3em;
  margin-top: 30px;
}
html body #modalBackground {
  left: -9999px;
  top: -9999px;
  position: fixed;
  z-index: 999;
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
}
html body #modalBackground.active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity ease-in-out 0.4s;
}
html body .btn {
  background: transparent;
  padding: 15px 65px;
  border-radius: 0px;
  border: solid #000018 2px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: white;
  text-decoration: none;
}
html body .btn:hover {
  background: white;
  color: #000018;
}
html body .btn.white {
  color: white;
  border-color: white;
}
html body .btn.white:hover {
  background: white;
  color: #000018;
}
html body .btn.black {
  color: #000018;
  border-color: #000018;
}
html body .btn.black:hover {
  background: #000018;
  color: white;
}
html body .btn.light_blue {
  color: #1b7ea6;
  border-color: #1b7ea6;
}
html body .btn.light_blue:hover {
  border-color: #093969;
  background: #093969;
}
html body .btn.blue {
  color: #093969;
  border-color: #093969;
}
html body .btn.blue:hover {
  border-color: #1b7ea6;
  background: #1b7ea6;
}
html body .container {
  width: 1620px;
  max-width: 92%;
  margin: auto;
}
html body .container.small {
  width: 1100px;
}
html body .container.small-text p {
  font-size: 0.8rem;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
}
html body p, html body a, html body span, html body ul, html body ol {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
html body a {
  text-decoration: none;
  color: #1b7ea6;
}
html body h1 {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  html body h1 {
    font-size: 3.2rem;
  }
}
html body h2 {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  html body h2 {
    font-size: 2.8rem;
  }
}
html body h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  html body h3 {
    font-size: 2rem;
  }
}
html body h4 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  html body h4 {
    font-size: 1.8rem;
  }
}
html body h5 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  html body h5 {
    font-size: 1.6rem;
  }
}
html body h6 {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  html body h6 {
    font-size: 1.3rem;
  }
}
html body p, html body a {
  font-size: 1rem;
}
html body a:hover {
  color: #1b7ea6;
}
html body p {
  line-height: 1.25;
  margin-bottom: 15px;
}
html body p strong {
  font-weight: bold;
}
html body main.money_on_my_mind h2, html body main.enews h2 {
  font-size: 1.8rem;
}
html body main.money_on_my_mind h3, html body main.enews h3 {
  font-size: 1.6rem;
}
html body main.money_on_my_mind h4, html body main.enews h4 {
  font-size: 1.4rem;
}
html body main.money_on_my_mind h5, html body main.enews h5 {
  font-size: 1.2rem;
}
html body main.money_on_my_mind h6, html body main.enews h6 {
  font-size: 1.1rem;
}
html body main section {
  position: relative;
  padding: 35px 0px;
}
html body main section:first-of-type {
  padding-top: 70px;
}
html body main section:last-of-type {
  padding-bottom: 70px;
}
html body main section.contact {
  background-color: #093969;
}
html body main section.contact .container {
  width: 950px;
  color: white;
}
html body main section ol, html body main section ul {
  line-height: 30px;
}
html body main section ol li, html body main section ul li {
  margin-bottom: 10px;
}
html body main #hero {
  position: relative;
}
html body main #hero.small {
  height: 300px;
  background-color: #0B0A26;
}
html body main #hero.medium {
  height: 500px;
}
html body main #hero.large {
  height: 650px;
}
@media (max-width: 768px) {
  html body main #hero.large {
    height: 600px;
  }
}
@media (max-width: 576px) {
  html body main #hero.large {
    height: 525px;
  }
}
html body main #hero .background-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
html body main #hero .background-wrapper.none {
  background: #093969;
}
html body main #hero .background-wrapper video, html body main #hero .background-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
html body main #hero .background-wrapper video.top, html body main #hero .background-wrapper img.top {
  object-position: top;
}
html body main #hero .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
html body main #hero .container .text-wrapper {
  z-index: 9;
  position: relative;
  color: white;
  left: 50%;
  transform: translateX(-50%);
}
html body main #hero .container.left {
  align-items: flex-end;
}
html body main #hero .container.left .text-wrapper {
  z-index: 9;
  position: relative;
  color: white;
  left: unset;
  transform: unset;
  bottom: 10%;
}
html body main #hero .text-wrapper {
  z-index: 9;
}
html body main #hero .btn {
  left: 50%;
  transform: translateX(-50%);
  border-color: white;
}
html body main .modal-wrapper {
  padding-bottom: 0;
}
html body main .modal-wrapper .text-above {
  padding-bottom: 30px;
}
html body main .modal-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
html body main .modal-wrapper .card-wrapper .card {
  width: 325px;
  margin-bottom: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  html body main .modal-wrapper .card-wrapper .card {
    margin: 0 auto 80px;
  }
  html body main .modal-wrapper .card-wrapper .card:last-of-type {
    margin: 0 auto;
  }
}
html body main .modal-wrapper .card-wrapper .card:hover img {
  filter: grayscale(0);
  transition: filter ease-in-out 0.4s;
}
html body main .modal-wrapper .card-wrapper .card .img-wrapper {
  width: 100%;
  height: 360px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
html body main .modal-wrapper .card-wrapper .card .img-wrapper:hover img {
  filter: grayscale(0);
  transition: filter ease-in-out 0.4s;
}
html body main .modal-wrapper .card-wrapper .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter ease-in-out 0.4s;
  pointer-events: none;
}
html body main .modal-wrapper .card-wrapper .card .blue-box {
  padding: 30px 15px;
  background: #093969;
  pointer-events: none;
}
html body main .modal-wrapper .card-wrapper .card .blue-box h4, html body main .modal-wrapper .card-wrapper .card .blue-box p {
  color: white;
  margin-bottom: 5px;
}
html body main .three-column-img-wrapper {
  display: flex;
  justify-content: space-between;
  height: 400px;
  width: 100%;
}
html body main .three-column-img-wrapper .column {
  width: 33.33%;
  position: relative;
}
html body main .three-column-img-wrapper .column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .three-column-img-wrapper .column .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: white;
  text-decoration: none;
}
html body main .founder-section {
  background-color: #093969;
  color: #F9F9F9;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 70px 0;
}
html body main .founder-section p {
  margin-bottom: 15px;
}
html body main .founder-section .slant {
  width: 3900px;
  height: 256px;
  transform: rotate(-35deg);
  position: absolute;
  bottom: 0;
  left: -1800px;
  z-index: -1;
  background-color: #590C30;
}
html body main .founder-section .container {
  z-index: 2;
  position: relative;
}
html body main .founder-section .container h2 {
  text-align: center;
  margin-bottom: 10px;
}
html body main .founder-section .img-quote {
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  html body main .founder-section .img-quote {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
html body main .founder-section .img-quote .founder {
  width: 295px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  html body main .founder-section .img-quote .founder {
    width: 100%;
    max-height: 500px;
  }
}
html body main .founder-section .img-quote .founder-quote {
  margin-left: 75px;
  width: 70%;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 576px) {
  html body main .founder-section .img-quote .founder-quote {
    margin-left: 0;
  }
}
html body main .founder-section .img-quote .founder-quote img {
  width: 87px;
  margin-bottom: 30px;
  filter: brightness(999);
  position: absolute;
}
@media (max-width: 576px) {
  html body main .founder-section .img-quote .founder-quote img {
    width: 50px;
  }
}
html body main .founder-section .img-quote .founder-quote img.before {
  top: -20px;
  left: -50px;
}
@media (max-width: 768px) {
  html body main .founder-section .img-quote .founder-quote img.before {
    top: 0;
  }
}
html body main .founder-section .img-quote .founder-quote img.after {
  bottom: -20px;
  right: -30px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  html body main .founder-section .img-quote .founder-quote img.after {
    bottom: 0;
  }
}
html body main .student-testimonials {
  background-color: #0B0A26;
  color: #F9F9F9;
  text-align: center;
  height: 215px;
  margin: 35px 0;
}
html body main .student-testimonials .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  html body main .student-testimonials .container {
    flex-direction: column;
  }
}
html body main .student-testimonials .founder {
  position: absolute;
  width: 585px;
  bottom: 0;
  left: -40px;
  object-fit: contain;
}
@media (max-width: 768px) {
  html body main .student-testimonials .founder {
    width: 100%;
    left: -40px;
    align-self: center;
  }
}
@media (max-width: 576px) {
  html body main .student-testimonials .founder {
    display: none;
  }
}
html body main .student-testimonials h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  html body main .student-testimonials h2 {
    font-size: 2rem;
  }
}
html body main .two-column-staff {
  background-color: #093969;
  color: #F9F9F9;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 70px 0;
}
html body main .two-column-staff a {
  color: white;
}
html body main .two-column-staff hr {
  height: 5px;
  border: none;
  background-color: white;
}
html body main .two-column-staff .title {
  position: absolute;
}
html body main .two-column-staff .slant {
  width: 8000px;
  height: 600px;
  transform: rotate(24deg);
  position: absolute;
  top: 700px;
  left: -3000px;
  z-index: -1;
  background-color: #1b7ea6;
}
html body main .two-column-staff .gov-img {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 991px) {
  html body main .two-column-staff .gov-img {
    position: relative;
    top: 50px;
  }
}
html body main .two-column-staff p {
  margin-bottom: 20px;
}
html body main .two-column-staff .container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  html body main .two-column-staff .container {
    flex-direction: column;
    align-items: center;
  }
}
html body main .two-column-staff .column-container {
  margin-top: 50px;
  width: 45%;
}
@media (max-width: 991px) {
  html body main .two-column-staff .column-container {
    width: 90%;
  }
}
html body main .two-column-staff .column-container .staff-container {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
html body main .two-column-staff .column-container .staff-container .job-title {
  width: 45%;
  margin: auto;
}
html body main .two-column-staff .column-container .staff-container .staff-info {
  width: 40%;
}
html body main .two-column-staff .column-container .staff-container img {
  width: 300px;
  object-fit: contain;
  margin-bottom: 15px;
}
html body main .two-column-staff .column-container .staff-container a {
  font-size: 1.087rem;
}
html body main .two-column-advocates .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  html body main .two-column-advocates .container {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
html body main .two-column-advocates .img-wrapper {
  position: relative;
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  html body main .two-column-advocates .img-wrapper {
    width: 100%;
  }
}
html body main .two-column-advocates .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
html body main .two-column-advocates .text-wrapper {
  position: relative;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
html body main .two-column-advocates .text-wrapper h3 {
  text-align: center;
  margin-bottom: 15px;
}
html body main .two-column-advocates .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F9F9F9;
  width: 100%;
  height: 75px;
}
@media (max-width: 768px) {
  html body main .two-column-advocates .btn {
    height: 55px;
  }
}
html body main .carousel .container {
  text-align: center;
}
html body main .carousel .container .title {
  color: #093969;
  margin-bottom: 30px;
}
html body main .carousel .container .student-quoted {
  font-size: 1.74rem;
  font-weight: bold;
  padding-bottom: 50px;
}
html body main .carousel .container .quote-container {
  width: 83% !important;
  margin: auto;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  html body main .carousel .container .quote-container {
    width: 100% !important;
  }
}
html body main .carousel .container .quote-container p, html body main .carousel .container .quote-container span {
  font-family: 'Niconne', cursive;
  font-size: 2rem;
}
html body main .carousel .container .quote-container p {
  padding: 30px 25px;
}
html body main .carousel .container .quote-container .single-quote {
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
}
html body main .carousel .container .quote-start {
  position: absolute;
  top: 50px;
  left: -55px;
  width: 75px;
  height: 75px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  html body main .carousel .container .quote-start {
    left: -70px;
  }
}
@media (max-width: 991px) {
  html body main .carousel .container .quote-start {
    left: -60px;
  }
}
@media (max-width: 768px) {
  html body main .carousel .container .quote-start {
    width: 50px;
    height: 50px;
    left: 0;
    top: 40px;
  }
}
@media (max-width: 576px) {
  html body main .carousel .container .quote-start {
    height: 40px;
    width: 40px;
    top: 35px;
  }
}
html body main .carousel .container .quote-end {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 75px;
  height: 75px;
  object-fit: contain;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  html body main .carousel .container .quote-end {
    width: 50px;
    height: 50px;
    right: 0;
  }
}
@media (max-width: 576px) {
  html body main .carousel .container .quote-end {
    width: 40px;
    height: 40px;
  }
}
html body main .carousel .container .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-inline-start: 0;
}
html body main .carousel .container .slick-dots li {
  margin: 0 10px;
  border-radius: 50%;
  font-size: 0;
}
html body main .carousel .container .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background-color: #093969;
  content-visibility: hidden;
  font-size: 0;
}
html body main .carousel .container .slick-dots li.slick-active button {
  background-color: #590C30;
}
html body main #faq {
  background: #f5f5f5;
}
html body main #faq h2 {
  text-align: center;
  margin-bottom: 50px;
}
html body main #faq .faq-box {
  margin-bottom: 30px;
  cursor: pointer;
}
html body main #faq .faq-box .faq-question {
  background: #00AED9;
  color: white;
  padding: 30px;
  position: relative;
}
html body main #faq .faq-box .faq-question h1, html body main #faq .faq-box .faq-question h2, html body main #faq .faq-box .faq-question h3, html body main #faq .faq-box .faq-question h4, html body main #faq .faq-box .faq-question h5, html body main #faq .faq-box .faq-question h6 {
  padding: 0 50px;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  html body main #faq .faq-box .faq-question h1, html body main #faq .faq-box .faq-question h2, html body main #faq .faq-box .faq-question h3, html body main #faq .faq-box .faq-question h4, html body main #faq .faq-box .faq-question h5, html body main #faq .faq-box .faq-question h6 {
    padding: 0 50px 0 0;
  }
}
html body main #faq .faq-box .faq-question i {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  font-size: 35px;
}
html body main #faq .faq-box .faq-content {
  background: #0B0A26;
  padding: 40px 80px;
  color: white;
}
@media (max-width: 768px) {
  html body main #faq .faq-box .faq-content {
    padding: 30px;
  }
}
html body main .card-section .text-above {
  margin-bottom: 75px;
  text-align: center;
}
html body main .card-section .card-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px -30px 50px;
}
html body main .card-section .card-block.contain .img-wrapper img {
  object-fit: contain !important;
  padding: 20px;
}
@media (max-width: 768px) {
  html body main .card-section .card-block {
    margin: auto;
  }
}
html body main .card-section .card-block .card {
  width: 21%;
  position: relative;
  margin-right: 7%;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 0;
  margin: 0 2% 30px;
}
@media (max-width: 1600px) {
  html body main .card-section .card-block .card {
    width: 29%;
  }
}
@media (max-width: 991px) {
  html body main .card-section .card-block .card {
    width: 40%;
    margin: 0 5% 30px;
  }
}
@media (max-width: 768px) {
  html body main .card-section .card-block .card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
html body main .card-section .card-block .card .img-wrapper {
  position: relative;
  height: 140px;
  width: 100%;
  overflow: hidden;
  background: #F9F9F9;
  background: #0B0A26;
}
html body main .card-section .card-block .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .card-section .card-block .card .img-wrapper img.contain {
  object-fit: contain;
}
html body main .card-section .card-block .card .text-content {
  padding: 30px 20px;
  text-align: center;
}
html body main .card-section .card-block .card .text-content h6 {
  text-align: center;
  font-size: 1.1em;
}
html body main .reviews {
  background: black;
}
html body main .reviews .above-text {
  width: 100%;
  text-align: center;
  padding: 75px 0;
  color: white;
}
html body main .reviews .review-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 100px;
  margin-bottom: 0;
}
html body main .reviews .review-wrapper .review {
  background: #F9F9F9;
  position: relative;
  width: 40%;
  margin-bottom: 200px;
}
html body main .reviews .review-wrapper .review .img-wrapper {
  position: absolute;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
}
html body main .reviews .review-wrapper .review .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .reviews .review-wrapper .review .text-wrapper {
  padding: 70px 30px 30px;
}
html body main .reviews .btn {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
}
html body main .two-column-img {
  overflow: hidden;
}
html body main .two-column-img.blue {
  background: #093969;
  padding-bottom: 70px;
  margin-bottom: 35px;
}
html body main .two-column-img.blue .text-wrapper {
  color: white;
}
html body main .two-column-img.reverse .container {
  flex-flow: row-reverse;
}
html body main .two-column-img.reverse .container .text-wrapper {
  padding: 50px 50px 50px 0;
}
@media (max-width: 768px) {
  html body main .two-column-img.reverse .container {
    flex-flow: column;
  }
}
html body main .two-column-img.reverse .container.title {
  padding-bottom: 50px;
}
html body main .two-column-img.reverse .container.title h2, html body main .two-column-img.reverse .container.title h3, html body main .two-column-img.reverse .container.title h4, html body main .two-column-img.reverse .container.title h5, html body main .two-column-img.reverse .container.title h6 {
  position: relative;
}
html body main .two-column-img.reverse .container.title h2:after, html body main .two-column-img.reverse .container.title h3:after, html body main .two-column-img.reverse .container.title h4:after, html body main .two-column-img.reverse .container.title h5:after, html body main .two-column-img.reverse .container.title h6:after {
  content: "";
  height: 10px;
  width: 90%;
  position: absolute;
  background-color: #590C30;
  bottom: -27px;
  left: 0;
}
html body main .two-column-img .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  html body main .two-column-img .container {
    flex-wrap: wrap;
  }
}
html body main .two-column-img .container .contact-slant {
  width: 2070px;
  height: 930px;
  transform: rotate(-15deg);
  position: absolute;
  bottom: 25px;
  left: -290px;
  z-index: -1;
  background-color: #1b7ea6;
}
html body main .two-column-img .container.title {
  padding-bottom: 50px;
  justify-content: flex-end;
}
html body main .two-column-img .container.title h2, html body main .two-column-img .container.title h3, html body main .two-column-img .container.title h4, html body main .two-column-img .container.title h5, html body main .two-column-img .container.title h6 {
  position: relative;
}
html body main .two-column-img .container.title h2:after, html body main .two-column-img .container.title h3:after, html body main .two-column-img .container.title h4:after, html body main .two-column-img .container.title h5:after, html body main .two-column-img .container.title h6:after {
  content: "";
  height: 10px;
  width: 90%;
  position: absolute;
  background-color: #590C30;
  bottom: -27px;
  right: 0;
}
html body main .two-column-img .container .img-wrapper {
  width: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  html body main .two-column-img .container .img-wrapper {
    width: 100%;
    height: 350px;
  }
}
html body main .two-column-img .container .img-wrapper.offset {
  width: 40%;
}
@media (max-width: 768px) {
  html body main .two-column-img .container .img-wrapper.offset {
    width: 100%;
    height: 350px;
  }
}
html body main .two-column-img .container .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
html body main .two-column-img .container .img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #1b7ea6;
  opacity: 0.3;
}
html body main .two-column-img .container .text-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 50px 0px 50px 50px;
  min-height: 350px;
}
@media (max-width: 768px) {
  html body main .two-column-img .container .text-wrapper {
    width: 100%;
    padding: 30px 0 0 !important;
    min-height: unset;
  }
}
html body main .two-column-img .container .text-wrapper.offset {
  width: 60%;
}
@media (max-width: 768px) {
  html body main .two-column-img .container .text-wrapper.offset {
    width: 100%;
    padding: 30px 0 0;
  }
}
html body main .two-column-img .container .text-wrapper .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
html body main .single-column {
  text-align: center;
}
html body main .single-column .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
html body main .single-column .title-bar-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
html body main .single-column .title-bar-container .left-bar {
  background-color: #590C30;
  height: 10px;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
}
html body main .single-column .title-bar-container .left-bar.blue {
  background-color: #093969;
  width: 63%;
}
html body main .single-column .title-bar-container .left-bar.light-blue {
  background-color: #1b7ea6;
  width: 68%;
}
html body main .single-column .title-bar-container .right-bar {
  background-color: #590C30;
  height: 10px;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  align-self: flex-end;
}
html body main .single-column .title-bar-container .right-bar.red {
  width: 65%;
}
html body main .single-column .title-bar-container .right-bar.blue {
  background-color: #093969;
  width: 70%;
}
html body main .single-column .title-bar-container .right-bar.light-blue {
  background-color: #1b7ea6;
  width: 65%;
}
html body main .parallax-large {
  height: 700px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 768px) {
  html body main .parallax-large {
    background-attachment: unset;
  }
}
html body main .parallax-large .container {
  color: white;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}
html body main .large-video .content-above {
  padding-bottom: 50px;
}
html body main .large-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
}
html body main .large-video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body main .newsletter .column {
  width: 40%;
}
html body main .parallax {
  height: 400px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
html body main .documents a {
  display: block;
  line-height: 30px;
  margin-bottom: 15px;
}
html body main .documents a:hover {
  text-decoration: underline;
}
html body main.money-on-my-mind .money-article {
  color: #000018;
}
html body main.money-on-my-mind .money-article:hover {
  color: #1b7ea6 !important;
}
html body main.money-on-my-mind .money-article hr {
  background: #000018;
  height: 1px;
  border: none;
  margin-bottom: 30px;
}
html body main.money-on-my-mind .money-article:last-of-type hr {
  display: none;
}
html body main.money-on-my-mind .date {
  color: #093969;
}
html body main.money-on-my-mind .alm-load-more-btn {
  background: transparent !important;
  padding: 15px 65px !important;
  border-radius: 0px !important;
  border: solid #093969 2px !important;
  position: relative !important;
  display: inline-block !important;
  margin-top: 10px !important;
  color: #093969 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  font-family: 'Raleway', sans-serif !important;
  height: unset !important;
}
html body main.money-on-my-mind .alm-load-more-btn:hover {
  background: #093969 !important;
  color: #F9F9F9 !important;
}
html body main.blog #hero {
  height: 240px;
}
html body main.blog #hero.medium {
  height: 335px;
}
html body main.blog #hero a {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
html body main.blog #hero h1 {
  margin-top: 15px;
  color: #0B0A26;
}
html body main.blog #hero .date {
  font-family: 'Raleway', sans-serif;
  color: #555555;
}
html body main.blog #hero .author {
  color: #0B0A26;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
html body main.blog .single-hero-img .single-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 630px;
}
@media (max-width: 1200px) {
  html body main.blog .single-hero-img .single-img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  html body main.blog .single-hero-img .single-img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  html body main.blog .single-hero-img .single-img {
    height: 400px;
  }
}
@media (max-width: 576px) {
  html body main.blog .single-hero-img .single-img {
    height: 375px;
  }
}
html body main.blog .single-hero-img .single-img .img-wrapper {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  z-index: 1;
}
html body main.blog .single-hero-img .single-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main #posts {
  padding-top: 0;
}
html body main #posts #ajax-load-more {
  width: 100%;
}
html body main #posts a {
  text-decoration: none;
  color: white;
}
html body main #posts .alm-btn-wrap button {
  background-color: #093969;
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 25px 76px;
  text-decoration: none;
  margin-top: 15px;
  min-width: 400px;
  text-align: center;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
@media (max-width: 576px) {
  html body main #posts .alm-btn-wrap button {
    min-width: 300px;
    padding: 25px 35px;
  }
}
html body main #posts .blog-cards, html body main #posts .alm-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body main #posts .blog-cards .featured-blog, html body main #posts .alm-listing .featured-blog {
  height: 600px;
  width: 100%;
  position: relative;
  height: auto;
}
html body main #posts .blog-cards .featured-blog .btn, html body main #posts .alm-listing .featured-blog .btn {
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #093969;
  min-width: unset;
  width: 100%;
}
html body main #posts .blog-cards .featured-blog .btn:after, html body main #posts .alm-listing .featured-blog .btn:after {
  background-color: #1b7ea6;
}
html body main #posts .blog-cards .featured-blog .btn:hover, html body main #posts .alm-listing .featured-blog .btn:hover {
  color: white;
}
html body main #posts .blog-cards .featured-blog .blog-content, html body main #posts .alm-listing .featured-blog .blog-content {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  html body main #posts .blog-cards .featured-blog .blog-content, html body main #posts .alm-listing .featured-blog .blog-content {
    flex-flow: column;
  }
}
html body main #posts .blog-cards .featured-blog .blog-content .img-wrapper, html body main #posts .alm-listing .featured-blog .blog-content .img-wrapper {
  height: 100%;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  html body main #posts .blog-cards .featured-blog .blog-content .img-wrapper, html body main #posts .alm-listing .featured-blog .blog-content .img-wrapper {
    width: 100%;
    height: 300px;
  }
}
html body main #posts .blog-cards .featured-blog .blog-content .img-wrapper img, html body main #posts .alm-listing .featured-blog .blog-content .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
html body main #posts .blog-cards .featured-blog .blog-content .text-content, html body main #posts .alm-listing .featured-blog .blog-content .text-content {
  width: 50%;
  height: 100%;
  background: #093969;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  html body main #posts .blog-cards .featured-blog .blog-content .text-content, html body main #posts .alm-listing .featured-blog .blog-content .text-content {
    width: 100%;
  }
}
html body main #posts .blog-cards .featured-blog .blog-content .text-content .text-wrapper, html body main #posts .alm-listing .featured-blog .blog-content .text-content .text-wrapper {
  padding: 50px 30px;
}
html body main #posts .blog-cards .post, html body main #posts .blog-cards .hentry, html body main #posts .alm-listing .post, html body main #posts .alm-listing .hentry {
  width: 30%;
  background: #0B0A26;
  margin-bottom: 50px;
  box-shadow: none;
  transition: box-shadow ease-in-out 0.5s;
}
html body main #posts .blog-cards .post:hover, html body main #posts .blog-cards .hentry:hover, html body main #posts .alm-listing .post:hover, html body main #posts .alm-listing .hentry:hover {
  box-shadow: 15px 15px #093969;
  transition: box-shadow ease-in-out 0.5s;
}
@media (max-width: 991px) {
  html body main #posts .blog-cards .post, html body main #posts .blog-cards .hentry, html body main #posts .alm-listing .post, html body main #posts .alm-listing .hentry {
    width: 45%;
  }
}
@media (max-width: 768px) {
  html body main #posts .blog-cards .post, html body main #posts .blog-cards .hentry, html body main #posts .alm-listing .post, html body main #posts .alm-listing .hentry {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
html body main #posts .blog-cards .post .btn, html body main #posts .blog-cards .hentry .btn, html body main #posts .alm-listing .post .btn, html body main #posts .alm-listing .hentry .btn {
  background-color: white;
  color: #093969;
  width: 100%;
  min-width: unset;
  z-index: 1;
  position: relative;
}
html body main #posts .blog-cards .post .btn:after, html body main #posts .blog-cards .hentry .btn:after, html body main #posts .alm-listing .post .btn:after, html body main #posts .alm-listing .hentry .btn:after {
  background-color: #333;
}
html body main #posts .blog-cards .post .btn:hover, html body main #posts .blog-cards .hentry .btn:hover, html body main #posts .alm-listing .post .btn:hover, html body main #posts .alm-listing .hentry .btn:hover {
  color: white;
}
html body main #posts .blog-cards .post .img-wrapper, html body main #posts .blog-cards .hentry .img-wrapper, html body main #posts .alm-listing .post .img-wrapper, html body main #posts .alm-listing .hentry .img-wrapper {
  width: 100%;
  height: 270px;
  position: relative;
}
html body main #posts .blog-cards .post .img-wrapper img, html body main #posts .blog-cards .hentry .img-wrapper img, html body main #posts .alm-listing .post .img-wrapper img, html body main #posts .alm-listing .hentry .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main #posts .blog-cards .post .text-wrapper, html body main #posts .blog-cards .hentry .text-wrapper, html body main #posts .alm-listing .post .text-wrapper, html body main #posts .alm-listing .hentry .text-wrapper {
  padding: 30px;
}
html body main #posts .blog-cards .post .text-wrapper .top, html body main #posts .blog-cards .hentry .text-wrapper .top, html body main #posts .alm-listing .post .text-wrapper .top, html body main #posts .alm-listing .hentry .text-wrapper .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
html body main #posts .blog-cards .post .text-wrapper .top .category, html body main #posts .blog-cards .post .text-wrapper .top .date, html body main #posts .blog-cards .hentry .text-wrapper .top .category, html body main #posts .blog-cards .hentry .text-wrapper .top .date, html body main #posts .alm-listing .post .text-wrapper .top .category, html body main #posts .alm-listing .post .text-wrapper .top .date, html body main #posts .alm-listing .hentry .text-wrapper .top .category, html body main #posts .alm-listing .hentry .text-wrapper .top .date {
  font-size: 0.85rem;
}
html body main #posts .blog-cards .post .text-wrapper .top .title, html body main #posts .blog-cards .hentry .text-wrapper .top .title, html body main #posts .alm-listing .post .text-wrapper .top .title, html body main #posts .alm-listing .hentry .text-wrapper .top .title {
  margin-bottom: 0;
}
html body #faq {
  background: #f5f5f5;
}
html body #faq h2 {
  text-align: center;
  margin-bottom: 50px;
}
html body #faq .faq-box {
  margin-bottom: 30px;
  cursor: pointer;
}
html body #faq .faq-box .faq-question {
  background: #00AED9;
  color: white;
  padding: 30px;
  position: relative;
}
html body #faq .faq-box .faq-question h1, html body #faq .faq-box .faq-question h2, html body #faq .faq-box .faq-question h3, html body #faq .faq-box .faq-question h4, html body #faq .faq-box .faq-question h5, html body #faq .faq-box .faq-question h6 {
  padding: 0 50px;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  html body #faq .faq-box .faq-question h1, html body #faq .faq-box .faq-question h2, html body #faq .faq-box .faq-question h3, html body #faq .faq-box .faq-question h4, html body #faq .faq-box .faq-question h5, html body #faq .faq-box .faq-question h6 {
    padding: 0 50px 0 0;
  }
}
html body #faq .faq-box .faq-question i {
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  font-size: 35px;
}
html body #faq .faq-box .faq-content {
  background: #0B0A26;
  padding: 40px 80px;
  color: white;
}
@media (max-width: 768px) {
  html body #faq .faq-box .faq-content {
    padding: 30px;
  }
}
html body .card-section .text-above {
  margin-bottom: 75px;
  text-align: center;
}
html body .card-section .card-anchor {
  position: absolute;
  top: -150px;
  width: 0;
  height: 0;
  overflow: hidden;
}
html body .card-section .card-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px -30px 50px;
  position: relative;
}
html body .card-section .card-block.contain .img-wrapper img {
  object-fit: contain !important;
  padding: 20px;
}
@media (max-width: 768px) {
  html body .card-section .card-block {
    margin: auto;
  }
}
html body .card-section .card-block .card {
  width: 21%;
  position: relative;
  margin-right: 7%;
  margin-bottom: 30px;
  text-decoration: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0 2% 30px;
}
@media (max-width: 1600px) {
  html body .card-section .card-block .card {
    width: 29%;
  }
}
@media (max-width: 991px) {
  html body .card-section .card-block .card {
    width: 40%;
    margin: 0 5% 30px;
  }
}
@media (max-width: 768px) {
  html body .card-section .card-block .card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
html body .card-section .card-block .card .img-wrapper {
  position: relative;
  height: 140px;
  width: 100%;
  overflow: hidden;
  background: #F9F9F9;
}
html body .card-section .card-block .card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .card-section .card-block .card .text-content {
  padding: 30px 20px;
  text-align: center;
}
html body .card-section .card-block .card .text-content h6 {
  text-align: center;
  font-size: 1.1em;
}
html body .reviews {
  background: black;
}
html body .reviews .above-text {
  width: 100%;
  text-align: center;
  padding: 75px 0;
  color: white;
}
html body .reviews .review-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 100px;
  margin-bottom: 0;
}
html body .reviews .review-wrapper .review {
  background: #F9F9F9;
  position: relative;
  width: 40%;
  margin-bottom: 200px;
}
html body .reviews .review-wrapper .review .img-wrapper {
  position: absolute;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
}
html body .reviews .review-wrapper .review .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .reviews .review-wrapper .review .text-wrapper {
  padding: 70px 30px 30px;
}
html body .reviews .btn {
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
}
html body .two-column-img {
  width: 100%;
  height: 100%;
}
html body .two-column-img.reverse {
  flex-flow: row-reverse;
}
@media (max-width: 768px) {
  html body .two-column-img.reverse {
    flex-flow: column;
  }
}
html body .two-column-img .img-wrapper {
  width: 50%;
  height: auto;
  position: relative;
}
html body .two-column-img .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .two-column-img .text-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 50px;
  min-height: 350px;
}
html body .parallax-large {
  height: 700px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
html body .parallax-large .container {
  color: white;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}
html body .large-video .content-above {
  padding-bottom: 50px;
}
html body .large-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
}
html body .large-video .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body .newsletter .column {
  width: 40%;
}
html body .parallax {
  height: 400px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
}
html body.blog #hero {
  height: 240px;
}
html body.blog #hero.medium {
  height: 335px;
}
html body.blog #hero a {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
html body.blog #hero h1 {
  margin-top: 15px;
  color: #0B0A26;
}
html body.blog #hero .date {
  font-family: 'Raleway', sans-serif;
  color: #555555;
}
html body.blog #hero .author {
  color: #0B0A26;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
html body.blog .single-hero-img .single-img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 630px;
}
@media (max-width: 1200px) {
  html body.blog .single-hero-img .single-img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  html body.blog .single-hero-img .single-img {
    height: 450px;
  }
}
@media (max-width: 768px) {
  html body.blog .single-hero-img .single-img {
    height: 400px;
  }
}
@media (max-width: 576px) {
  html body.blog .single-hero-img .single-img {
    height: 375px;
  }
}
html body.blog .single-hero-img .single-img .img-wrapper {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  z-index: 1;
}
html body.blog .single-hero-img .single-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body #posts {
  padding-top: 0;
}
html body #posts #ajax-load-more {
  width: 100%;
}
html body #posts a {
  text-decoration: none;
  color: white;
}
html body #posts .alm-btn-wrap button {
  background-color: #093969;
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 25px 76px;
  text-decoration: none;
  margin-top: 15px;
  min-width: 400px;
  text-align: center;
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
@media (max-width: 576px) {
  html body #posts .alm-btn-wrap button {
    min-width: 300px;
    padding: 25px 35px;
  }
}
html body #posts .blog-cards, html body #posts .alm-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body #posts .blog-cards .featured-blog, html body #posts .alm-listing .featured-blog {
  height: 600px;
  width: 100%;
  position: relative;
  height: auto;
}
html body #posts .blog-cards .featured-blog .btn, html body #posts .alm-listing .featured-blog .btn {
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: #093969;
  min-width: unset;
  width: 100%;
}
html body #posts .blog-cards .featured-blog .btn:after, html body #posts .alm-listing .featured-blog .btn:after {
  background-color: #1b7ea6;
}
html body #posts .blog-cards .featured-blog .btn:hover, html body #posts .alm-listing .featured-blog .btn:hover {
  color: white;
}
html body #posts .blog-cards .featured-blog .blog-content, html body #posts .alm-listing .featured-blog .blog-content {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  html body #posts .blog-cards .featured-blog .blog-content, html body #posts .alm-listing .featured-blog .blog-content {
    flex-flow: column;
  }
}
html body #posts .blog-cards .featured-blog .blog-content .img-wrapper, html body #posts .alm-listing .featured-blog .blog-content .img-wrapper {
  height: 100%;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  html body #posts .blog-cards .featured-blog .blog-content .img-wrapper, html body #posts .alm-listing .featured-blog .blog-content .img-wrapper {
    width: 100%;
    height: 300px;
  }
}
html body #posts .blog-cards .featured-blog .blog-content .img-wrapper img, html body #posts .alm-listing .featured-blog .blog-content .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
html body #posts .blog-cards .featured-blog .blog-content .text-content, html body #posts .alm-listing .featured-blog .blog-content .text-content {
  width: 50%;
  height: 100%;
  background: #093969;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  html body #posts .blog-cards .featured-blog .blog-content .text-content, html body #posts .alm-listing .featured-blog .blog-content .text-content {
    width: 100%;
  }
}
html body #posts .blog-cards .featured-blog .blog-content .text-content .text-wrapper, html body #posts .alm-listing .featured-blog .blog-content .text-content .text-wrapper {
  padding: 50px 30px;
}
html body #posts .blog-cards .post, html body #posts .blog-cards .hentry, html body #posts .alm-listing .post, html body #posts .alm-listing .hentry {
  width: 30%;
  background: #0B0A26;
  margin-bottom: 50px;
  box-shadow: none;
  transition: box-shadow ease-in-out 0.5s;
}
html body #posts .blog-cards .post:hover, html body #posts .blog-cards .hentry:hover, html body #posts .alm-listing .post:hover, html body #posts .alm-listing .hentry:hover {
  box-shadow: 15px 15px #093969;
  transition: box-shadow ease-in-out 0.5s;
}
@media (max-width: 991px) {
  html body #posts .blog-cards .post, html body #posts .blog-cards .hentry, html body #posts .alm-listing .post, html body #posts .alm-listing .hentry {
    width: 45%;
  }
}
@media (max-width: 768px) {
  html body #posts .blog-cards .post, html body #posts .blog-cards .hentry, html body #posts .alm-listing .post, html body #posts .alm-listing .hentry {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
html body #posts .blog-cards .post .btn, html body #posts .blog-cards .hentry .btn, html body #posts .alm-listing .post .btn, html body #posts .alm-listing .hentry .btn {
  background-color: white;
  color: #093969;
  width: 100%;
  min-width: unset;
  z-index: 1;
  position: relative;
}
html body #posts .blog-cards .post .btn:after, html body #posts .blog-cards .hentry .btn:after, html body #posts .alm-listing .post .btn:after, html body #posts .alm-listing .hentry .btn:after {
  background-color: #333;
}
html body #posts .blog-cards .post .btn:hover, html body #posts .blog-cards .hentry .btn:hover, html body #posts .alm-listing .post .btn:hover, html body #posts .alm-listing .hentry .btn:hover {
  color: white;
}
html body #posts .blog-cards .post .img-wrapper, html body #posts .blog-cards .hentry .img-wrapper, html body #posts .alm-listing .post .img-wrapper, html body #posts .alm-listing .hentry .img-wrapper {
  width: 100%;
  height: 270px;
  position: relative;
}
html body #posts .blog-cards .post .img-wrapper img, html body #posts .blog-cards .hentry .img-wrapper img, html body #posts .alm-listing .post .img-wrapper img, html body #posts .alm-listing .hentry .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body #posts .blog-cards .post .text-wrapper, html body #posts .blog-cards .hentry .text-wrapper, html body #posts .alm-listing .post .text-wrapper, html body #posts .alm-listing .hentry .text-wrapper {
  padding: 30px;
}
html body #posts .blog-cards .post .text-wrapper .top, html body #posts .blog-cards .hentry .text-wrapper .top, html body #posts .alm-listing .post .text-wrapper .top, html body #posts .alm-listing .hentry .text-wrapper .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
html body #posts .blog-cards .post .text-wrapper .top .category, html body #posts .blog-cards .post .text-wrapper .top .date, html body #posts .blog-cards .hentry .text-wrapper .top .category, html body #posts .blog-cards .hentry .text-wrapper .top .date, html body #posts .alm-listing .post .text-wrapper .top .category, html body #posts .alm-listing .post .text-wrapper .top .date, html body #posts .alm-listing .hentry .text-wrapper .top .category, html body #posts .alm-listing .hentry .text-wrapper .top .date {
  font-size: 0.85rem;
}
html body #posts .blog-cards .post .text-wrapper .top .title, html body #posts .blog-cards .hentry .text-wrapper .top .title, html body #posts .alm-listing .post .text-wrapper .top .title, html body #posts .alm-listing .hentry .text-wrapper .top .title {
  margin-bottom: 0;
}
html footer {
  background-color: #121212;
  padding-bottom: 90px;
}
html footer .first-column a {
  display: block;
  text-decoration: underline;
}
html footer a {
  text-decoration: none;
  color: white;
}
html footer ul {
  list-style: none;
  padding-inline-start: 0;
  padding: 0;
  margin: 0;
}
html footer ul li {
  padding: 5px 0;
}
html footer .container {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  padding: 50px 0px 70px 0px;
}
@media (max-width: 1200px) {
  html footer .container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}
html footer .terms-policy {
  position: absolute;
  bottom: 0;
}
html footer .terms-policy span {
  color: white;
}
html footer .terms-policy a {
  font-size: 0.875rem;
}
html footer .logo {
  object-fit: cover;
  margin-bottom: 20px;
}
html footer .socials {
  display: flex;
  gap: 30px;
  align-items: center;
  align-self: start;
}
@media (max-width: 1200px) {
  html footer .socials {
    align-self: center;
  }
}
html footer .socials i {
  font-size: 50px;
}
html footer .btn-donate {
  padding: 11px 66px;
  margin: 0;
  border: none;
  background: #1b7ea6;
}
html footer #email {
  text-decoration: underline;
  margin-top: 27px;
}
html footer .sign-up {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  html footer .sign-up {
    position: relative;
    margin-bottom: 25px;
  }
}
html footer .sign-up input {
  width: calc(100% - 45px) !important;
  height: 100% !important;
  font-size: 16px !important;
}
html footer .sign-up__submit {
  height: 45px !important;
  width: 45px !important;
  background-color: #1b7ea6 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in !important;
  position: absolute !important;
  right: 0 !important;
  top: 3px !important;
}
html footer #frm_form_6_container .frm_error_style {
  position: absolute !important;
  top: -65px !important;
}
@media (max-width: 1200px) {
  html footer #frm_form_6_container .frm_error_style {
    bottom: -80px !important;
    top: unset !important;
  }
}
html footer .frm_form_field {
  height: 45px !important;
}
html footer .frm_fields_container {
  width: 300px !important;
}
html footer .frm_forms {
  position: relative !important;
  top: 50px !important;
}
@media (max-width: 1200px) {
  html footer .frm_forms {
    top: 0 !important;
  }
}
html footer button {
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer button img {
  transform: rotate(-90deg);
}
