@charset "UTF-8";
@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&display=swap");
@import url("https://use.typekit.net/hdh0tvq.css");
html body #event-modal, html body .btn, html body .slick-arrow, html body main .event-slider-block .event-slider .event, html body main .card-section .card-block .card, html body main #faq .faq-box, html body footer .back-up {
  -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, tt, var, b, u, i, center, dl, dt, dd, ol, 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;
}
html {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
  max-width: 100%;
  font-size: 20px;
}
@media (max-width: 1200px) {
  html body {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  html body {
    font-size: 16px;
  }
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  font-family: "Raleway";
  font-weight: 600;
  margin-bottom: 15px;
}
html body h1 {
  font-size: 3.75em;
}
@media (max-width: 768px) {
  html body h1 {
    font-size: 3em;
  }
}
html body h2 {
  font-size: 2.5em;
}
html body h3 {
  font-size: 2em;
}
html body h4 {
  font-size: 1.75em;
}
html body h5 {
  font-size: 1.5em;
}
html body h6 {
  font-size: 1.25em;
}
html body h1 a, html body h2 a, html body h3 a, html body h4 a, html body h5 a, html body h6 a {
  font-size: 60%;
}
html body h1 a sup, html body h2 a sup, html body h3 a sup, html body h4 a sup, html body h5 a sup, html body h6 a sup {
  top: -10px;
  position: relative;
}
html body p, html body li, html body ul {
  font-family: "myriad-pro", sans-serif;
}
html body a {
  font-family: "myriad-pro", sans-serif;
  color: #193769;
}
html body a:hover {
  color: #00AED9;
}
html body header {
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 130px;
}
html body header.nav-up {
  display: none;
}
html body header.nav-down {
  display: block;
  background: rgba(25, 55, 105, 0.9);
}
@media (max-width: 991px) {
  html body header ul {
    display: none !important;
  }
}
html body header .dropdown {
  position: relative;
}
html body header .dropdown:after {
  content: "";
  background-image: url(/wp-content/uploads/2021/07/noun_Dropdown_1542646.svg);
  position: absolute;
  right: -50px;
  top: -16px;
  background-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  html body header .dropdown:after {
    display: none;
  }
}
html body header .dropdown.closed ul {
  max-height: 0;
  font-size: 0;
  overflow-y: hidden;
  max-width: 0;
  opacity: 0;
  transition: max-height ease-in 0.7s;
}
html body header .dropdown.closed ul li {
  opacity: 0;
  transition: opacity ease-in 0.7s;
}
html body header .dropdown.open ul {
  transition: max-height ease-in 0.7s;
  transition: opacity ease-in 0.4s;
  opacity: 1;
  max-height: 1000px;
  margin-left: 0 !important;
  width: 350px !important;
  padding: 20px !important;
  margin-top: 5px;
  flex-flow: column;
  background: #193769;
  position: absolute;
  color: white;
}
html body header .dropdown.open ul li {
  padding-bottom: 15px;
  opacity: 1;
  transition: opacity ease-in 0.7s;
}
html body header .dropdown.open ul li:last-of-type {
  padding-bottom: 0;
}
html body header .container {
  max-width: 95% !important;
  margin: auto !important;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 576px) {
  html body header .container {
    align-items: center;
  }
}
html body header ul {
  list-style-type: none;
  font-family: "Raleway";
}
html body header .img-header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
html body header .img-header-wrapper .header-left {
  width: 230px;
  position: relative;
}
html body header .img-header-wrapper .header-left ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
html body header .img-header-wrapper ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  html body header .img-header-wrapper ul {
    width: 100%;
  }
}
html body header .img-header-wrapper ul:first-of-type {
  margin-bottom: 10px;
}
html body header .img-header-wrapper ul a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
html body header .img-header-wrapper ul a:hover {
  color: #00AED9;
}
html body header .img-header-wrapper .logo {
  width: 230px;
  margin-bottom: 15px;
  height: 100%;
}
@media (max-width: 768px) {
  html body header .img-header-wrapper .logo {
    width: 150px;
  }
}
@media (max-width: 576px) {
  html body header .img-header-wrapper .logo {
    margin-bottom: 0;
  }
}
html body header .social-links {
  width: 325px;
  margin-left: 50px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 80%;
}
@media (max-width: 768px) {
  html body header .social-links {
    display: none;
  }
}
html body header .social-links i {
  color: white;
  font-size: 1.5em;
}
html body header .social-links i:hover {
  color: #00AED9;
}
html body header .link {
  font-size: 1.2em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
html body header .link:hover {
  color: #00AED9;
}
html body header .hamburger {
  display: none;
  cursor: pointer;
  width: 50px;
  filter: invert(1);
}
@media (max-width: 991px) {
  html body header .hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  html body header .hamburger {
    width: 35px;
  }
}
html body #modal-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
html body #modal-background.hide {
  display: none;
}
html body #event-modal {
  background: #193769;
  width: 70%;
  height: auto;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  max-height: 90%;
  max-width: 700px;
  overflow: scroll;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 991px) {
  html body #event-modal {
    width: 90%;
  }
}
html body #event-modal .close {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 70px;
  cursor: pointer;
}
@media (max-width: 991px) {
  html body #event-modal .close {
    right: 15px;
    top: 15px;
    width: 30px;
  }
}
html body #event-modal .text-wrapper {
  padding: 30px 35px 50px;
}
html body #event-modal .img-wrapper {
  height: 350px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  html body #event-modal .img-wrapper {
    height: 250px;
  }
}
@media (max-width: 768px) {
  html body #event-modal .img-wrapper {
    height: 200px;
  }
}
@media (max-width: 576px) {
  html body #event-modal .img-wrapper {
    height: 150px;
  }
}
html body #event-modal .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body #event-modal .event-title {
  text-align: center;
}
html body #event-modal .button-wrapper {
  width: 100%;
}
html body #event-modal .button-wrapper .btn.hide {
  display: none;
}
html body #event-modal.hide {
  display: none;
}
html body #menu {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #193769;
  z-index: 9999999;
  opacity: 1;
  transition: ease width 0.6s;
}
html body #menu ul {
  list-style-type: none;
}
html body #menu a {
  color: white;
}
html body #menu.hide {
  height: 0 !important;
  width: 0 !important;
  display: block;
  left: -99999px;
  top: -999999px;
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  transition: ease width 0.6s;
}
html body #menu.hide .menu-primary-container {
  opacity: 0;
  transition: ease-in-out opacity 1.2s;
}
html body #menu .bg-icon {
  position: absolute;
  top: 0%;
  left: -15%;
  width: 60%;
  z-index: 0;
  opacity: 0.7;
}
html body #menu .logo {
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
@media (max-width: 991px) {
  html body #menu .logo {
    width: 300px;
    top: 30px;
  }
}
html body #menu .close {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 70px;
  cursor: pointer;
}
@media (max-width: 991px) {
  html body #menu .close {
    right: 15px;
    top: 15px;
    width: 30px;
  }
}
html body #menu .event-block {
  position: absolute;
  right: 0;
  top: 46%;
  width: 40%;
  text-align: center;
  height: 15%;
  background: #00AED9;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  html body #menu .event-block {
    top: 77%;
    width: 100%;
    height: 8%;
  }
}
html body #menu .event-block h2 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
html body #menu .event-block .title {
  font-size: 1em;
}
html body #menu .menu-primary-container {
  position: absolute;
  top: 25%;
  left: 10%;
  opacity: 1;
  transition: ease-in-out opacity 1.2s;
  width: 45%;
  max-height: 64%;
  overflow: scroll;
}
@media (max-width: 991px) {
  html body #menu .menu-primary-container {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
    overflow: scroll;
    width: 90%;
  }
}
html body #menu .menu-primary-container ul {
  position: relative;
  font-size: 2.6em;
  position: relative;
  color: white;
  line-height: 1.5;
  list-style-type: none;
  display: block;
  border-bottom: none;
  padding-inline-start: 0;
  padding-right: 35px;
}
@media (max-width: 991px) {
  html body #menu .menu-primary-container ul {
    font-size: 1.6em;
  }
}
html body #menu .menu-primary-container ul li {
  position: relative;
}
html body #menu .menu-primary-container ul li a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
html body #menu .menu-primary-container ul li i {
  position: absolute;
  top: 0;
  right: 0;
}
html body #menu .menu-primary-container ul li .fas {
  font-size: 2rem;
  position: absolute;
  right: -30px;
  top: 21px;
  cursor: pointer;
}
@media (max-width: 991px) {
  html body #menu .menu-primary-container ul li .fas {
    top: 11px;
    font-size: 1rem;
  }
}
html body #menu .menu-primary-container ul li .fa-plus {
  display: block;
}
html body #menu .menu-primary-container ul li .fa-minus {
  display: none;
}
html body #menu .menu-primary-container ul li ul {
  margin: 15px 0 30px 30px;
  padding: 0;
  display: none;
  font-size: 0.8em;
}
html body #menu .menu-primary-container ul li.active .fa-plus {
  display: none;
}
html body #menu .menu-primary-container ul li.active .fa-minus {
  display: block;
}
html body #menu .social-block {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #C6D82E;
  height: 40%;
  width: 40%;
}
@media (max-width: 991px) {
  html body #menu .social-block {
    height: 15%;
    width: 100%;
  }
}
html body #menu .social-block .text-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
}
@media (max-width: 991px) {
  html body #menu .social-block .text-wrapper {
    top: 22%;
  }
}
html body #menu .social-block .text-wrapper h2 {
  text-align: center;
  color: white;
  font-size: 1em !important;
}
html body #menu .social-block .text-wrapper .social-list {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin: unset;
  font-size: 2.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  padding-inline-start: 0;
}
html body #menu .social-block .text-wrapper .social-list i {
  position: relative;
}
html body iframe {
  width: 100% !important;
  height: 650px !important;
}
html body .pdfemb-pagescontainer.grab-to-pan-grab {
  max-height: 650px !important;
}
html body .button-wrapper {
  margin-top: 15px;
  display: flex;
  width: 60%;
  justify-content: space-around;
  margin: auto;
}
@media (max-width: 1200px) {
  html body .button-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  html body .button-wrapper {
    flex-flow: column;
  }
}
html body .button-wrapper.single {
  justify-content: unset;
}
html body .button-wrapper .btn {
  margin-top: 15px;
}
html body sup {
  padding-left: 3px;
}
html body .btn {
  background: #193769;
  padding: 23px 20px;
  font-size: 1.5rem;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Raleway";
  font-weight: 600;
  min-width: 250px;
  text-align: center;
}
@media (max-width: 768px) {
  html body .btn {
    padding: 15px 20px;
  }
}
html body .btn:hover {
  background: #00AED9;
  color: white;
}
html body .btn.professional {
  background: #00AED9;
}
html body .btn.professional:hover {
  background: #193769;
  color: white;
}
html body .btn.small {
  min-width: 120px;
  font-size: 0.8em;
  padding: 12px 20px;
}
html body .btn.light-blue {
  background: #00AED9;
}
html body .btn.light-blue:hover {
  background: #193769;
  color: white;
}
html body .btn.blue {
  background: #193769;
}
html body .btn.blue:hover {
  background: #00AED9;
  color: white;
}
html body .btn.white {
  background: #F5F5F5;
  color: black;
}
html body .btn.white:hover {
  background: #00AED9;
  color: white;
}
html body .white-bullets ul {
  list-style: none;
  /* Remove default bullets */
}
html body .white-bullets ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
html body .white-bullets ul ul li:before {
  content: "◦";
  /* Add content: \9702 is the CSS Code/unicode for a hollow bullet */
}
html body .white-bullets ul ul ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
}
html body .white-bullets ul ul ul ul li:before {
  content: "◦";
  /* Add content: \9702 is the CSS Code/unicode for a hollow bullet */
}
html body .container {
  width: 1280px;
  margin: auto;
}
@media (max-width: 1600px) {
  html body .container {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  html body .container {
    width: 90%;
  }
}
html body .container.small {
  width: 750px;
}
html body .frm_dropzone.frm_single_upload {
  max-width: none !important;
}
html body .frm_forms fieldset {
  border: none !important;
}
html body .frm_forms .frm_required {
  display: none !important;
}
html body .frm_forms .frm12, html body .frm_forms .frm_full, html body .frm_forms .frm_full .wp-editor-wrap, html body .frm_forms .frm_full > input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), html body .frm_forms .frm_full select, html body .frm_forms .frm_full textarea {
  margin-bottom: 15px;
}
html body .frm_forms input, html body .frm_forms select {
  height: 40px !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  padding-left: 15px !important;
  font-family: "Raleway" !important;
  border: none !important;
}
html body .frm_forms textarea {
  height: 170px !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
  font-family: "Raleway" !important;
  border: none !important;
}
html body .frm_forms .frm_button_submit {
  width: 100% !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  background: #00AED9 !important;
  margin-top: 0 !important;
  font-family: "Raleway" !important;
  font-size: 1em !important;
  box-shadow: none !important;
  line-height: 10px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
}
html body .slick-slide {
  margin: 0 15px;
}
html body .slick-list {
  margin: 0 -15px;
}
html body .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: transparent;
  border: none;
  padding: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  z-index: 10;
  font-size: 1.5em;
  outline: none !important;
  background: #C6D82E;
}
@media (max-width: 768px) {
  html body .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
html body .slick-arrow:after {
  content: "";
  background-image: url(/wp-content/uploads/2021/06/noun_Caret-Up_3994204.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  filter: invert(1) brightness(500);
}
@media (max-width: 768px) {
  html body .slick-arrow:after {
    background-size: 35px;
    width: 35px;
    height: 35px;
  }
}
html body .slick-next {
  right: -8%;
}
html body .slick-next:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
html body .slick-prev {
  display: none !important;
  left: -8%;
}
html body .slick-prev:after {
  transform: translate(-50%, -50%) rotate(270deg);
}
html body .slick-prev.show {
  display: inline-block !important;
}
html body main section {
  padding: 75px 0;
}
@media (max-width: 768px) {
  html body main section {
    padding: 53px 0;
  }
}
html body main section.none {
  padding: 0;
}
html body main section.small {
  padding: 30px 0;
}
@media (max-width: 768px) {
  html body main section.small {
    padding: 21px 0;
  }
}
html body main section.medium {
  padding: 50px 0;
}
@media (max-width: 768px) {
  html body main section.medium {
    padding: 35px 0;
  }
}
html body main section.large {
  padding: 90px 0;
}
@media (max-width: 768px) {
  html body main section.large {
    padding: 63px 0;
  }
}
html body main #hero {
  position: relative;
}
html body main #hero .background-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
html body main #hero .background-wrapper video, html body main #hero .background-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.8);
}
html body main #hero .container {
  height: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  html body main #hero .container {
    width: 90% !important;
  }
}
html body main #hero .container.left {
  align-items: flex-end;
}
html body main #hero .container.left .text-wrapper {
  bottom: 10%;
}
html body main #hero .container.center {
  align-items: center;
}
html body main #hero .text-wrapper {
  z-index: 9;
  position: relative;
}
html body main #hero .text-wrapper.small {
  max-width: 850px;
}
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 .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: white;
  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 .blue-wrapper {
  padding: 30px 0;
  background: #193769;
}
html body main .blue-wrapper.hide {
  padding: 0;
  background: none;
}
html body main .two-column-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: #F5F5F5;
  min-height: 350px;
}
@media (max-width: 768px) {
  html body main .two-column-img {
    flex-flow: column;
    height: 800px;
  }
}
html body main .two-column-img.reverse {
  flex-flow: row-reverse;
}
@media (max-width: 768px) {
  html body main .two-column-img.reverse {
    flex-flow: column;
  }
}
html body main .two-column-img .img-wrapper {
  width: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  html body main .two-column-img .img-wrapper {
    height: 350px;
    width: 100%;
  }
}
html body main .two-column-img .img-wrapper img, html body main .two-column-img .img-wrapper iframe, html body main .two-column-img .img-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
html body main .two-column-img .img-wrapper.contain img, html body main .two-column-img .img-wrapper.contain iframe, html body main .two-column-img .img-wrapper.contain video {
  object-fit: contain;
}
html body main .two-column-img .text-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 50px;
}
@media (max-width: 768px) {
  html body main .two-column-img .text-wrapper {
    width: 100%;
    height: auto;
  }
}
html body main .two-column-img .text-wrapper .btn {
  margin-top: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  html body main .two-column-img.contain {
    height: auto;
  }
  html body main .two-column-img.contain .img-wrapper {
    height: 350px;
    width: 100%;
  }
}
html body main .two-column-img .healthcare-professional {
  display: block;
}
html body main .no-background .text-wrapper {
  color: black;
}
html body main .two-column-color {
  display: flex;
  justify-content: space-between;
  height: 450px;
  align-items: center;
}
@media (max-width: 768px) {
  html body main .two-column-color {
    flex-flow: column;
    height: auto;
  }
}
html body main .two-column-color.reverse {
  flex-flow: row-reverse;
}
@media (max-width: 768px) {
  html body main .two-column-color.reverse {
    flex-flow: column;
  }
}
html body main .two-column-color .img-wrapper {
  width: 540px;
  height: 440px;
  position: relative;
}
@media (max-width: 768px) {
  html body main .two-column-color .img-wrapper {
    width: 100%;
    height: 340px;
  }
}
html body main .two-column-color .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .two-column-color .text-content {
  width: 50%;
  height: 100%;
  position: relative;
  color: white;
}
@media (max-width: 768px) {
  html body main .two-column-color .text-content {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}
html body main .two-column-color .text-content .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body main .two-column-color .text-content .text-wrapper {
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
  }
}
html body main .two-column-color .text-content .text-wrapper.single {
  justify-content: unset;
  width: 80%;
}
@media (max-width: 768px) {
  html body main .two-column-color .text-content .text-wrapper.single {
    width: 100%;
  }
}
html body main .two-column-color .text-content .text-wrapper.single .content-wrapper {
  width: 100%;
}
html body main .two-column-color .text-content .text-wrapper .btn {
  margin-top: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
html body main .two-column-color .text-content .text-wrapper .btn:first-of-type {
  margin-right: 15px;
}
html body main .two-column-color .text-content .text-wrapper .content-wrapper {
  width: 250px;
}
@media (max-width: 768px) {
  html body main .two-column-color .text-content .text-wrapper .content-wrapper:first-of-type {
    margin-right: 15px;
  }
}
html body main .two-column-color .text-content .text-wrapper .content-wrapper .button-wrapper {
  justify-content: space-between;
  max-width: none;
  width: 100%;
  left: unset;
  transform: unset;
  flex-flow: column;
  display: inline-block;
}
html body main .two-column-color .text-content .text-wrapper .content-wrapper .button-wrapper .btn {
  left: 50%;
  transform: translateX(-50%);
}
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;
    height: 65vh;
  }
}
html body main .parallax-large .text-wrapper {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  z-index: 1;
}
html body main .parallax-large .text-wrapper a {
  color: white;
}
@media (max-width: 991px) {
  html body main .parallax-large .text-wrapper {
    width: 70%;
  }
}
@media (max-width: 768px) {
  html body main .parallax-large .text-wrapper {
    width: 80%;
  }
}
@media (max-width: 576px) {
  html body main .parallax-large .text-wrapper {
    width: 90%;
  }
}
html body main .parallax-large .overlay {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
html body main .parallax-large .button-wrapper {
  margin-top: 15px;
  width: 100%;
}
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;
}
@media (max-width: 768px) {
  html body main .parallax {
    background-attachment: unset;
  }
}
html body main .overlap-blocks .block-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  html body main .overlap-blocks .block-container {
    flex-flow: column;
  }
}
html body main .overlap-blocks .block-container .block {
  top: -110px;
  position: relative;
  border-radius: 15px;
  width: 405px;
  padding: 50px 30px 30px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  html body main .overlap-blocks .block-container .block {
    width: 325px;
  }
}
@media (max-width: 768px) {
  html body main .overlap-blocks .block-container .block {
    width: 80%;
    margin: auto;
  }
  html body main .overlap-blocks .block-container .block:first-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  html body main .overlap-blocks .block-container .block {
    width: 95%;
  }
}
html body main .overlap-blocks .block-container .block .text-wrapper {
  margin-bottom: 15px;
}
html body main .overlap-blocks .block-container .block .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
html body main .event-slider-block h2 {
  text-align: center;
}
html body main .event-slider-block .event-slider .event {
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  background: #193769;
  color: white;
  text-decoration: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 30px 0;
}
html body main .event-slider-block .event-slider .event .img-wrapper {
  position: relative;
  height: 130px;
  width: 100%;
  overflow: hidden;
}
html body main .event-slider-block .event-slider .event .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .event-slider-block .event-slider .event .text-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  height: auto;
  padding: 20px;
}
html body main .event-slider-block .event-slider .event .text-wrapper .date {
  text-decoration: underline;
  color: #C6D82E;
}
html body main .event-slider-block .event-slider .event .text-wrapper .title {
  font-size: 1em;
}
html body main .event-slider-block .event-slider .event .text-wrapper p {
  font-size: 0.8;
}
html body main .split-content .column-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  html body main .split-content .column-container {
    flex-wrap: wrap;
  }
}
html body main .split-content .column-container .column {
  width: 30%;
}
@media (max-width: 768px) {
  html body main .split-content .column-container .column {
    width: 100%;
  }
}
html body main .split-content .column-container .column img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
html body main .split-content .column-container .column .button-wrapper {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  html body main .split-content .column-container .column {
    margin: 0 auto 30px;
  }
  html body main .split-content .column-container .column:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  html body main .split-content .column-container.quarters {
    flex-wrap: wrap;
  }
}
html body main .split-content .column-container.quarters .column {
  width: 22%;
}
@media (max-width: 991px) {
  html body main .split-content .column-container.quarters .column {
    width: 40%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  html body main .split-content .column-container.quarters .column {
    width: 100%;
  }
}
html body main .split-content .column-container .bar {
  width: 5px;
  height: 175px;
  position: relative;
  background: black;
  margin: 20px 35px;
}
html body main .split-content .column-container .bar:nth-child(8n) {
  display: none;
}
@media (max-width: 768px) {
  html body main .split-content .column-container .bar {
    display: none;
  }
}
html body main .two-column-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  html body main .two-column-text {
    flex-flow: column-reverse;
  }
}
html body main .two-column-text .column {
  width: 45%;
}
@media (max-width: 768px) {
  html body main .two-column-text .column {
    width: 90%;
    margin-bottom: 30px;
  }
}
html body main .two-column-text .column .btn {
  margin-top: 15px;
}
html body main .image-blocks {
  width: 100%;
  position: relative;
  height: 650px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body main .image-blocks {
    flex-flow: column;
    height: auto;
  }
}
html body main .image-blocks .image-block {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  html body main .image-blocks .image-block {
    width: 100%;
    height: 350px;
  }
}
html body main .image-blocks .image-block .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
html body main .image-blocks .image-block .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}
html body main .image-blocks .image-block .text-wrapper {
  z-index: 1;
  color: white;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body main .image-blocks .image-block .text-wrapper .btn {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
html body main .card-section.events {
  padding-top: 0;
  background: #193769;
}
html body main .card-section.events .card-block {
  margin: 0 -30px;
}
html body main .card-section.events .card-block .card {
  color: #000;
  background: #F5F5F5;
}
html body main .card-section.events .card-block:last-of-type {
  margin: 0;
}
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 0 50px;
}
html body main .card-section .card-block:last-of-type {
  margin: 30px 0 0;
}
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-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0 2% 30px;
}
@media (max-width: 1600px) {
  html body main .card-section .card-block .card {
    width: 29.33%;
  }
}
@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: white;
}
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 .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 .two-column-text-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}
@media (max-width: 768px) {
  html body main .two-column-text-image {
    flex-flow: column;
  }
}
html body main .two-column-text-image .column {
  width: 35%;
}
@media (max-width: 768px) {
  html body main .two-column-text-image .column {
    width: 100%;
  }
}
html body main .two-column-text-image .column:first-of-type {
  width: 55%;
}
@media (max-width: 768px) {
  html body main .two-column-text-image .column:first-of-type {
    width: 100%;
  }
}
html body main .two-column-text-image .column .img-wrapper {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  html body main .two-column-text-image .column .img-wrapper {
    margin-bottom: 30px;
  }
}
html body main .two-column-text-image .column .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  filter: brightness(0.75);
}
html body main .two-column-text-image .column .img-wrapper .image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1;
  color: white;
}
html body main .two-column-text-image .column button {
  background: #193769 !important;
}
html body main .two-column-text-image .column .frm_upload_text button {
  background: none !important;
}
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: #193769;
  padding: 40px 80px;
  color: white;
}
@media (max-width: 768px) {
  html body main #faq .faq-box .faq-content {
    padding: 30px;
  }
}
html body main .citations {
  background: #F5F5F5;
}
html body main .citations img {
  width: 75px;
  filter: invert(14%) sepia(58%) saturate(1980%) hue-rotate(200deg) brightness(94%) contrast(90%);
}
html body main .citations h6 {
  color: #193769;
  opacity: 0.7;
}
html body main .citations .top-wrapper {
  text-align: center;
  cursor: pointer;
}
html body main .citations .hide-citations {
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
html body main .citations .hidden ol {
  counter-reset: item;
  padding: 0;
  list-style: none;
}
html body main .citations .hidden ol li {
  position: relative;
  display: block;
  padding: 0em 0em 0em 1.5em;
  margin-bottom: 10px;
}
html body main .citations .hidden ol li:before {
  content: counter(item) ")";
  counter-increment: item;
  position: absolute;
  vertical-align: super;
  font-size: small;
  font-weight: bold;
  left: 0;
}
html body footer {
  background: #2F2F2F;
  position: relative;
  padding: 75px 0;
  color: white;
}
html body footer .copyright {
  position: relative;
  text-align: center;
  margin-top: 30px;
  font-size: 0.8em;
}
html body footer ul {
  list-style-type: none;
}
html body footer a {
  text-decoration: none;
  color: #f5f5f5;
}
html body footer .top-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  html body footer .top-footer {
    flex-flow: column;
    padding-left: 30px;
  }
}
html body footer .top-footer .column:first-of-type {
  top: -16px;
  position: relative;
}
@media (max-width: 768px) {
  html body footer .top-footer .column {
    margin-bottom: 30px;
  }
}
html body footer .top-footer img {
  width: 250px;
  margin-bottom: 10px;
}
html body footer .top-footer ul li {
  color: #f5f5f5;
  padding: 10px 0;
}
html body footer .bottom-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body footer .bottom-footer {
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  html body footer .bottom-footer .links {
    display: flex;
    justify-content: space-around;
  }
}
html body footer .bottom-footer .social-links ul {
  width: 215px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html body footer .bottom-footer .social-links ul {
    width: 100%;
    margin-top: 15px;
  }
}
html body footer .bottom-footer .social-links ul li a i {
  color: #f5f5f5;
  font-size: 1.5em;
}
html body footer .back-up {
  cursor: pointer;
  position: relative;
  bottom: 200px;
  float: right;
  background: #c6d82e;
  width: 75px;
  height: 75px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  html body footer .back-up {
    width: 50px;
    height: 50px;
  }
}
html body footer .back-up img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.nav-menu > .menu-item-has-children > a:after {
  content: "▼";
  padding-left: 3px;
}
ul.sub-menu > .menu-item-has-children > a:after {
  content: "►";
  padding-left: 3px;
}
