/*----------------------------------
FONT 
----------------------------------*/
/*==============================
   001 Site Wrapper
   002 Global Attributes
   003 Section
   004 Image
   005 Criteria Notice
   006 Decorations
   007 Lists
==============================*/
/*==============================
   001 Site wrapper
==============================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 16px;
}
body.home .header_decoration {
  display: none !important;
}

main {
  display: block;
}

.contain-site {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px !important;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

.cookie_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 580px) {
  .cookie_bar {
    padding: 20px 0;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0px 5px rgba(50, 38, 100, 0.8);
          box-shadow: 0 0 0px 5px rgba(50, 38, 100, 0.8);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #322664;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-family: "sofia-pro-soft", sans-serif;
  height: auto;
  left: 6px;
  line-height: 1.4;
  padding: 10px 20px 13px 20px;
  text-decoration: none;
  top: 6px;
  width: auto;
  outline: 0;
  z-index: 100000;
}

@media (max-width: 991px) {
  .mobile_spacing {
    margin-top: 30px !important;
  }
}
@media (max-width: 580px) {
  .mobile_spacing {
    margin-top: 20px !important;
  }
}

/*==============================
   002 Global Attributes
==============================*/
.bg_fill_primary {
  background-size: cover;
  background-position: center center;
  background-color: #322664;
}
.bg_fill_primary h1, .bg_fill_primary h2, .bg_fill_primary h3, .bg_fill_primary h4, .bg_fill_primary p, .bg_fill_primary li, .bg_fill_primary a, .bg_fill_primary button {
  color: #fff;
}
.bg_fill_primary ul > li {
  position: relative;
  padding-left: 20px;
}
.bg_fill_primary ul > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 580px) {
  .bg_fill_primary ul > li:before {
    width: 2px;
    height: 2px;
    top: 10px;
  }
}
@media (max-width: 580px) {
  .bg_fill_primary ul > li {
    padding-left: 16px;
  }
}

.bg_fill_secondary {
  background-color: #E6F6FA;
}
.bg_fill_secondary h1, .bg_fill_secondary h2, .bg_fill_secondary h3, .bg_fill_secondary h4, .bg_fill_secondary p, .bg_fill_secondary li, .bg_fill_secondary a {
  color: #404040;
}

.bg_fill_pattern {
  background-image: url("../images/star-bg-sm.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 991px) {
  .bg_fill_pattern {
    background-position: center right;
  }
}

.bg_fill_undercut {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.bg_fill_undercut h1, .bg_fill_undercut h2, .bg_fill_undercut h3, .bg_fill_undercut h4, .bg_fill_undercut p, .bg_fill_undercut li, .bg_fill_undercut a {
  color: #fff;
  position: relative;
  z-index: 20;
}
.bg_fill_undercut:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #322664;
}
@media (max-width: 991px) {
  .bg_fill_undercut:before {
    height: 90%;
  }
}

.box_padding {
  padding: 30px;
}
@media (max-width: 580px) {
  .box_padding {
    padding: 20px;
  }
}

.bg_pattern {
  position: relative;
}
.bg_pattern:before {
  content: "";
  background-image: url("../images/star-bg.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
@media (max-width: 991px) {
  .bg_pattern:before {
    background-image: url("../images/star-mobile.jpg");
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}
.bg_pattern h1, .bg_pattern h2, .bg_pattern h3, .bg_pattern h4, .bg_pattern p, .bg_pattern li, .bg_pattern a {
  color: #fff;
}
.bg_pattern > * {
  position: relative;
  z-index: 10;
}
@media (max-width: 580px) {
  .bg_pattern {
    background-image: unset;
  }
}

.no_padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no_pad_top {
  padding-top: 0 !important;
}

.content_spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .content_spacing {
    margin-bottom: 0;
  }
}

.nowrap {
  white-space: pre;
}

.h_100 {
  height: 100%;
}

.border_radius {
  border-radius: 15px;
}

.stretch_link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  z-index: 12;
}

.nowrap {
  white-space: nowrap;
}

/*==============================
   003 Section
==============================*/
section {
  padding: 50px 0 50px 0;
}
section.with-bg {
  padding-top: 0;
}
section.no_pad_bottom {
  padding-bottom: 0;
}
section.no_pad_top {
  padding-top: 0;
}
section .container {
  padding: 0 15px;
}
section .container.no_padding {
  padding: 0;
}
@media (max-width: 580px) {
  section .container {
    padding: 0 6%;
  }
}
@media (max-width: 580px) {
  section {
    padding: 30px 0;
  }
}

@media (max-width: 580px) {
  footer .container, header .container {
    padding: 0 6%;
  }
}

.bypassDestination {
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.bypassDestination:focus {
  outline: 0;
}

/*==============================
   004 Image
==============================*/
img.default_image {
  display: block;
  width: 100%;
}
img.default_image.align_right {
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  img.default_image.align_right {
    margin: 10px 0 15px 0;
  }
}

.image_wrapper.decoration {
  position: relative;
}
.image_wrapper.img_cover img:not(.decoration) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media (max-width: 991px) {
  .image_wrapper.img_cover img:not(.decoration) {
    position: relative;
  }
}

img.default_icon {
  display: block;
  margin: 0 0 16px 0;
  max-height: 65px;
}
@media (max-width: 991px) {
  img.default_icon {
    max-height: 90px;
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  img.default_icon {
    margin-bottom: 15px;
    max-height: 70px;
    max-width: 60px;
  }
}

.register_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .register_button_wrapper img.poweredBy {
    margin: 7px 0 0 0;
  }
}
@media (max-width: 991px) {
  .register_button_wrapper.mobile_center img.poweredBy {
    margin: 7px auto 0 auto;
  }
}
@media (max-width: 991px) {
  .register_button_wrapper {
    display: block;
  }
}

img.poweredBy {
  display: block;
  width: 100px;
  margin-left: 10px;
}

.scroll_arrow {
  display: block;
  width: 38px !important;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-animation-name: scrollAnim;
          animation-name: scrollAnim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 580px) {
  .scroll_arrow {
    width: 28px !important;
  }
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*==============================
   005 Criteria Notice
==============================*/
@media (max-width: 991px) {
  .criteria_notice.desktop {
    display: none;
  }
}
.criteria_notice.mobile {
  display: none;
}
@media (max-width: 991px) {
  .criteria_notice.mobile {
    display: block;
  }
}

/*==============================
   006 Decorations
==============================*/
.animateSvg polygon {
  opacity: 0;
}

[data-aos=custom-fade-up] {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
[data-aos=custom-fade-up].aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@-webkit-keyframes float_animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float_animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float_animation_2 {
  0% {
    -webkit-transform: translate(31px, 38px);
            transform: translate(31px, 38px);
  }
  50% {
    -webkit-transform: translate(31px, 48px);
            transform: translate(31px, 48px);
  }
  100% {
    -webkit-transform: translate(31px, 38px);
            transform: translate(31px, 38px);
  }
}
@keyframes float_animation_2 {
  0% {
    -webkit-transform: translate(31px, 38px);
            transform: translate(31px, 38px);
  }
  50% {
    -webkit-transform: translate(31px, 48px);
            transform: translate(31px, 48px);
  }
  100% {
    -webkit-transform: translate(31px, 38px);
            transform: translate(31px, 38px);
  }
}
.default-table {
  border-collapse: collapse;
}
.default-table th, .default-table td {
  color: #000;
  padding: 4px 10px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .default-table th, .default-table td {
    padding: 2px 5px;
  }
}
@media (max-width: 580px) {
  .default-table th, .default-table td {
    font-size: 0.8rem;
  }
}

table.pp-table-1 tbody tr td:nth-child(1) {
  width: 25%;
}
@media (max-width: 768px) {
  table.pp-table-1 tbody tr td:nth-child(1) {
    width: 35%;
  }
}
table.pp-table-1 tbody tr td:nth-child(2) {
  width: 60%;
}
@media (max-width: 768px) {
  table.pp-table-1 tbody tr td:nth-child(2) {
    width: 60%;
  }
}
table.pp-table-1 tbody tr td:nth-child(3) {
  width: 15%;
}
@media (max-width: 768px) {
  table.pp-table-1 tbody tr td:nth-child(3) {
    width: 5%;
  }
}

table.pp-table-2 tbody tr td:nth-child(1) {
  width: 40%;
}
@media (max-width: 768px) {
  table.pp-table-2 tbody tr td:nth-child(1) {
    width: 45%;
  }
}
@media (max-width: 580px) {
  table.pp-table-2 tbody tr td:nth-child(1) {
    width: 40%;
  }
}
table.pp-table-2 tbody tr td:nth-child(2) {
  width: 35%;
}
@media (max-width: 768px) {
  table.pp-table-2 tbody tr td:nth-child(2) {
    width: 45%;
  }
}
@media (max-width: 580px) {
  table.pp-table-2 tbody tr td:nth-child(2) {
    width: 50%;
  }
}
table.pp-table-2 tbody tr td:nth-child(3) {
  width: 25%;
}
@media (max-width: 768px) {
  table.pp-table-2 tbody tr td:nth-child(3) {
    width: 10%;
  }
}

.block_item_wrapper {
  /*--------------------------
     Wrapper */
}
@media (max-width: 580px) {
  .block_item_wrapper:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .block_item_wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .block_item_wrapper {
    margin-top: 10px;
  }
}
.block_item_wrapper .block_items {
  padding: 10px;
  position: relative;
  text-align: center;
  /*--------------------------
     Text */
  /*--------------------------
     Swoosh Image */
}
@media (max-width: 768px) {
  .block_item_wrapper .block_items {
    padding: 0;
  }
}
.block_item_wrapper .block_items .block_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.block_item_wrapper .block_items .block_content p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1.2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.block_item_wrapper .block_items .block_content p span {
  display: block;
  font-family: "abril-display", serif;
  font-weight: 700;
  font-size: 3.4em;
  line-height: 0.8;
}
@media (max-width: 1200px) {
  .block_item_wrapper .block_items .block_content p {
    font-size: 0.8em;
  }
}
@media (max-width: 991px) {
  .block_item_wrapper .block_items .block_content p {
    font-size: 1em;
  }
}
@media (max-width: 580px) {
  .block_item_wrapper .block_items .block_content p {
    font-size: 0.9em;
  }
}
.block_item_wrapper .block_items img {
  width: 100%;
}
@media (max-width: 580px) {
  .block_item_wrapper .block_items img {
    width: 80%;
    margin: 0 auto;
  }
}

/*==============================
   007 Lists
==============================*/
.styled_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.styled_list > li {
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 20px;
}
.styled_list > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #404040;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 580px) {
  .styled_list > li:before {
    width: 2px;
    height: 2px;
    top: 10px;
  }
}
@media (max-width: 580px) {
  .styled_list > li {
    padding-left: 16px;
  }
}
.styled_list > li > ul {
  list-style-type: none;
  padding: 0;
  margin: 0.7em 0 0 0;
}
.styled_list > li > ul > li {
  position: relative;
  padding-left: 20px;
}
.styled_list > li > ul > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: transparent;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 50%;
  border: 2px solid #404040;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 580px) {
  .styled_list > li > ul > li:before {
    width: 2px;
    height: 2px;
    top: 10px;
  }
}
@media (max-width: 580px) {
  .styled_list > li > ul > li {
    padding-left: 16px;
  }
}
@media (max-width: 580px) {
  .styled_list > li > ul > li {
    font-size: 1em;
  }
  .styled_list > li > ul > li:before {
    top: 6px;
  }
}

.no_style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.no_style li {
  max-width: 90%;
}
@media (max-width: 580px) {
  .no_style li {
    max-width: 100%;
  }
}
.no_style .d-flex img {
  display: block;
  width: 38px;
}
.no_style .d-flex p {
  margin: 0 0 0 20px;
}

.sub_list {
  margin-left: 60px;
}
.sub_list > ul {
  margin: 0 0 0 16px;
  padding: 0;
  list-style-type: disc;
}
.sub_list > ul li {
  margin: 5px 0;
}
.sub_list p {
  margin: 0;
}

ol {
  margin: 10px 0 0 18px;
  padding: 0;
}
ol li {
  font-size: 0.75em;
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}
@media (max-width: 580px) {
  ol li {
    font-size: 0.7em;
  }
}

@media (max-width: 991px) {
  .fpo_block {
    margin-bottom: 20px;
  }
}

body {
  color: #585A53;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-family: "sofia-pro-soft", sans-serif;
  line-height: 1.1;
  margin: 0 0 0.4em 0;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 2em;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 1.4em;
  }
}

h2 {
  font-size: 1.7em;
  margin-bottom: 0.6em;
}
h2.intra_section {
  margin: 30px 0 0.4em 0;
}
@media (max-width: 991px) {
  h2.intra_section {
    margin: 10px 0 0.4em 0;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 1.2em;
  }
}

h3, .h3 {
  color: #404040;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 1em 0 0.6em 0;
}
@media (max-width: 580px) {
  h3, .h3 {
    font-size: 1em;
  }
}
h3.grey, .h3.grey {
  margin: 0 0 6px 0;
  color: #606060;
}

h3.bordered {
  text-align: center;
}

.privacy-policy h3 {
  text-transform: sentence;
}

h4, .h4 {
  font-size: 0.75em;
  margin: 18px 0 0 0;
  letter-spacing: 0.3px;
}

h5 {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.1em;
  color: #00A7C8;
}

a {
  color: #322664;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
}
a.body_link {
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px solid transparent;
}
a.body_link:hover {
  border-color: #322664;
}
a.body_link:focus-visible {
  color: #322664;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(50, 38, 100, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(50, 38, 100, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  a.body_link:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.8);
  }
}
a.arrow_link:after {
  content: "";
  background-image: url("../images/right-long-solid.svg");
  width: 18px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
@media (max-width: 580px) {
  a.arrow_link:after {
    width: 16px;
    height: 10px;
    margin-left: 6px;
  }
}

p, li {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  color: #404040;
  font-style: normal;
}
@media (max-width: 580px) {
  p, li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

p sup {
  position: absolute;
  font-size: 0.65em;
}
p.sm {
  font-size: 0.85em;
}
@media (max-width: 580px) {
  p.sm {
    font-size: 0.75em;
  }
}
@media (max-width: 580px) {
  p a {
    font-size: 1em;
  }
}

strong, b {
  font-weight: 700;
}

.text-link {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  color: #404040;
  font-style: normal;
  border-bottom: 1px solid #404040;
  color: #00A7C8;
  font-family: "sofia-pro-soft", sans-serif;
  color: #404040;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
@media (max-width: 580px) {
  .text-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.text-link:hover {
  color: #404040;
  border-color: transparent;
}
.text-link:hover span {
  border: none;
}

.em, em {
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.em a, em a {
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 700;
  font-size: 1em;
  font-style: intiial;
}

#see-who-may-qualify-qualify .introduction p {
  max-width: 700px;
  text-align: center;
  color: #585A53;
}

.introduction a {
  line-height: 3em;
}

.introduction h2 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.page-title h1 {
  font-size: 1.66em;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

#policy h3 {
  margin-bottom: 10px;
}

.fontAwesome {
  font-family: Helvetica, "FontAwesome", sans-serif;
}

header {
  background-color: #fff;
  padding: 20px 0;
  z-index: 900;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*--------------------
     Logo */
  /*-----------------------------------
     Navigation */
}
header.scrolled {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 580px) {
  header {
    padding: 10px 0;
  }
}
header .container {
  position: relative;
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
}
header .container img.header_decoration {
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  bottom: -89px;
  right: -80px;
  width: 150px;
  z-index: 0;
}
@media (max-width: 580px) {
  header .container img.header_decoration {
    bottom: -43px;
    right: -6px;
    width: 70px;
  }
}
header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
header .header_content > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 580px) {
  header .header_content {
    padding: 0;
  }
}
header a.btn {
  margin: 0;
}
@media (max-width: 768px) {
  header a.btn {
    display: none;
  }
}
header a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border-bottom: 0;
  width: 160px;
}
header a.logo:focus-visible {
  color: transparent;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 133, 159, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 133, 159, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  header a.logo:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 133, 159, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 133, 159, 0.8);
  }
}
@media (max-width: 580px) {
  header a.logo {
    width: 120px;
  }
}
header a.logo img {
  display: block;
  width: 100%;
}
header nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header ul.primary_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
header ul.primary_nav.active {
  display: block;
  position: absolute;
  top: 52px;
  right: 0px;
  z-index: 999;
  padding: 0;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  header ul.primary_nav {
    display: none;
  }
}
@media (max-width: 580px) {
  header ul.primary_nav {
    top: 47px;
  }
}
header ul.primary_nav li {
  margin-bottom: 0;
}
header ul.primary_nav li:not(:first-child) {
  margin-left: 0;
}
header ul.primary_nav li a {
  white-space: nowrap;
  padding: 12px 22px 13px 22px;
  display: block;
  border-bottom: 0;
  line-height: 1.1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
header ul.primary_nav li a:hover {
  background-color: rgba(0, 167, 200, 0.2);
  border-radius: 4px;
}
header ul.primary_nav li a:focus-visible {
  color: #322664;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(50, 38, 100, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(50, 38, 100, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  header ul.primary_nav li a:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.8);
  }
}

/* ===============
WHO MAY QUALIFY
=============== */
.questionnaire-wrapper {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  padding: 34px;
}
.questionnaire-wrapper.align-left {
  margin: 0;
}
@media (max-width: 580px) {
  .questionnaire-wrapper {
    padding: 20px;
  }
}

.questionnaire-heading h2 {
  padding: 0;
  margin-bottom: 0;
}

.questionnaire {
  /*-----------------------
     STEPS */
  /*-----------------------
     STEPS */
}
.questionnaire .btn.btn-primary {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .questionnaire .btn.btn-primary {
    margin-bottom: 16px;
  }
}
.questionnaire.align-left {
  margin: 0;
}
.questionnaire .group {
  margin: 22px 0;
}
.questionnaire .group p {
  margin: 0 0 0.4em 0;
}
.questionnaire .group p.field_desc_spacing {
  margin: 0 0 1em 0;
}
.questionnaire .group.border_top {
  border-top: 1px solid rgba(128, 128, 128, 0.4);
  padding-top: 20px;
}
@media (max-width: 580px) {
  .questionnaire .group.border_top {
    padding-top: 10px;
  }
}
.questionnaire .group.border_bottom {
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  padding-bottom: 22px;
}
@media (max-width: 580px) {
  .questionnaire .group.border_bottom {
    padding-bottom: 16px;
  }
}
.questionnaire .group.no_margin_top {
  margin-top: 0;
}
@media (max-width: 580px) {
  .questionnaire .group {
    margin: 16px 0;
  }
}
.questionnaire .wizard p {
  color: #404040;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.questionnaire .wizard .progress_bar {
  width: 100%;
  height: 4px;
  background-color: rgba(128, 128, 128, 0.3);
  position: relative;
}
.questionnaire .wizard .progress_bar .progress_bar_fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #00A7C8;
}
.questionnaire .wizard.step_spacing_top {
  padding-top: 30px;
}
@media (max-width: 580px) {
  .questionnaire .wizard.step_spacing_top {
    padding-top: 20px;
  }
}
.questionnaire .wizard.step_spacing_bottom {
  padding-bottom: 20px;
}
@media (max-width: 580px) {
  .questionnaire .wizard.step_spacing_bottom {
    padding-bottom: 15px;
  }
}
.questionnaire .caption {
  margin-top: 24px;
}
.questionnaire .finish_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .questionnaire .finish_wrapper {
    display: block;
  }
}
.questionnaire .questionnaire_finish button {
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .questionnaire .questionnaire_finish button {
    margin: 15px 0 0 0;
  }
}

/*==============================
   001 Home
==============================*/
@-webkit-keyframes astronautHover {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes astronautHover {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes hoverDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes hoverDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes starGlow2 {
  0% {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
            box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
    background-color: #fde4f5;
  }
  50% {
    -webkit-box-shadow: 0 0 4px 1px rgba(253, 228, 245, 0.15);
            box-shadow: 0 0 4px 1px rgba(253, 228, 245, 0.15);
    background-color: rgba(253, 228, 245, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
            box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
    background-color: #fde4f5;
  }
}
@keyframes starGlow2 {
  0% {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
            box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
    background-color: #fde4f5;
  }
  50% {
    -webkit-box-shadow: 0 0 4px 1px rgba(253, 228, 245, 0.15);
            box-shadow: 0 0 4px 1px rgba(253, 228, 245, 0.15);
    background-color: rgba(253, 228, 245, 0.1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
            box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
    background-color: #fde4f5;
  }
}
@-webkit-keyframes alienJump {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes alienJump {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
section.hero {
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #5031b3;
  /*----------------------------
  Star background fx */
  /*----------------------------
  Astrokid */
  /*----------------------------
  Text */
  /*----------------------------
  Planets */
}
@media (max-width: 991px) {
  section.hero {
    background-image: url("../images/star-mobile.jpg");
    background-size: cover;
    background-position: top center;
  }
}
@media (min-width: 991px) {
  section.hero h1 {
    width: 101%;
  }
}
section.hero h1, section.hero h2, section.hero h3, section.hero h4, section.hero h5, section.hero h6, section.hero p {
  color: #fff;
}
section.hero .bg_fill_secondary h1, section.hero .bg_fill_secondary h2, section.hero .bg_fill_secondary h3, section.hero .bg_fill_secondary h4, section.hero .bg_fill_secondary p, section.hero .bg_fill_secondary li, section.hero .bg_fill_secondary a {
  color: #404040;
}
section.hero .btn.btn-primary:focus-visible {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.8);
  background-color: #322664;
  border-color: #000;
}
@media (max-width: 580px) {
  section.hero .btn.btn-primary:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
  }
}
section.hero .container {
  position: relative;
}
@media (max-width: 991px) {
  section.hero .container {
    padding-top: 30px;
  }
}
section.hero .star_item_wrapper {
  pointer-events: none;
}
section.hero .star_item_wrapper .star_item {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
          box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.7);
  -webkit-box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.5);
          box-shadow: 0px 0px 8px 4px rgba(253, 228, 245, 0.5);
  background-color: #fde4f5;
}
@media (max-width: 991px) {
  section.hero .star_item_wrapper {
    display: none;
  }
}
section.hero .star_bg,
section.hero .star_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
}
@media (max-width: 991px) {
  section.hero .star_bg,
  section.hero .star_map {
    width: auto;
    height: 80vh;
    display: none;
  }
}
section.hero .star_map {
  opacity: 0;
}
section.hero .astro_img_wrapper {
  position: relative;
}
section.hero .astro_img_wrapper img.alien {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section.hero .astro_img_wrapper img.astronaut {
  display: block;
  width: 500px;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  section.hero .astro_img_wrapper img.astronaut {
    position: relative;
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 580px) {
  section.hero .astro_img_wrapper img.astronaut {
    position: relative;
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  section.hero .astro_img_wrapper img.astronaut {
    max-width: 200px;
  }
}
section.hero .astro_img_wrapper .astro_image_group {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-name: astronautHover;
          animation-name: astronautHover;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
section.hero .astro_img_wrapper .astro_image_group.fixed {
  position: fixed;
  right: unset;
}
section.hero .astro_img_wrapper .astro_image_group.loaded {
  opacity: 1;
}
@media (max-width: 991px) {
  section.hero .astro_img_wrapper .astro_image_group {
    position: relative;
    max-width: 350px;
    width: 100% !important;
    height: auto !important;
    display: none;
  }
}
@media (max-width: 991px) {
  section.hero .astro_img_wrapper .astro_image_group_mobile img {
    max-width: 350px;
    width: 100%;
    -webkit-animation-name: astronautHover;
            animation-name: astronautHover;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
@media (max-width: 580px) {
  section.hero .astro_img_wrapper .astro_image_group_mobile img {
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  section.hero .astro_img_wrapper .astro_image_group_mobile img {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  section.hero .astro_img_wrapper .astro_image_group_mobile {
    display: none;
  }
}
section.hero .hero_content {
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 20;
  padding: 40px 0;
}
section.hero .hero_content.eligibility h2 {
  margin-top: 0;
}
section.hero .hero_content.eligibility .bg_fill_secondary {
  position: relative;
  z-index: 20;
}
section.hero .hero_content > div {
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  section.hero .hero_content {
    min-height: auto;
    padding-top: 0;
  }
}
section.hero .planet {
  position: absolute;
  z-index: 8;
}
section.hero .planet.p1 {
  width: 238px;
  top: -30px;
  left: -184px;
}
@media (max-width: 991px) {
  section.hero .planet.p1 {
    display: none;
  }
}
section.hero .planet.p2 {
  width: 300px;
  top: 450px;
  left: -40px;
}
@media (max-width: 991px) {
  section.hero .planet.p2 {
    display: none;
  }
}
section.hero .planet.p3 {
  width: 326px;
  bottom: -89%;
  right: -32%;
}
@media (max-width: 991px) {
  section.hero .planet.p3 {
    display: none;
  }
}
section.hero .planet.p4 {
  width: 280px;
  bottom: -48%;
  right: -44%;
}
@media (max-width: 991px) {
  section.hero .planet.p4 {
    display: none;
  }
}
section.hero .planet.p5 {
  width: 200px;
  top: -31%;
  right: -20%;
}
@media (max-width: 991px) {
  section.hero .planet.p5 {
    width: 239px;
    top: -28%;
    right: -16%;
  }
}
@media (max-width: 768px) {
  section.hero .planet.p5 {
    width: 180px;
    top: -25%;
    right: -16%;
  }
}
@media (max-width: 580px) {
  section.hero .planet.p5 {
    display: none;
  }
}

/*==============================
   002 About Study
==============================*/
.about_study_items h3 {
  margin: 13px 0px;
}
.about_study_items.row {
  margin-top: 13px;
}
@media (max-width: 991px) {
  .about_study_items > div:not(:first-child) {
    margin-top: 20px;
  }
}

/*==============================
   003 More Info
==============================*/
@media (max-width: 991px) {
  .video_boxes_wrapper > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 580px) {
  .video_boxes_wrapper > div:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .video_boxes_wrapper > div:first-child {
    margin-top: 20px;
  }
}

.video_placement {
  width: 100%;
  height: 200px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video_boxes {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  min-height: 230px;
  -webkit-justify-content: flex-end;
}
@media (max-width: 580px) {
  .video_boxes {
    min-height: 200px;
  }
}
.video_boxes:hover img.planet_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video_boxes .image_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.video_boxes .image_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(32, 24, 63, 0.5)), to(#20183f));
  background: linear-gradient(180deg, rgba(32, 24, 63, 0.5) 20%, #20183f 100%);
}
@media (max-width: 991px) {
  .video_boxes .image_wrapper:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 24, 63, 0)), to(rgba(32, 24, 63, 0.8)));
    background: linear-gradient(180deg, rgba(32, 24, 63, 0) 0%, rgba(32, 24, 63, 0.8) 100%);
  }
}
.video_boxes .image_wrapper img.planet_img {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.video_boxes .image_wrapper img.planet_img.pi_0 {
  width: 180px;
  top: -13%;
  right: -10%;
}
.video_boxes .image_wrapper img.planet_img.pi_1 {
  width: 300px;
  right: -19%;
  top: 8%;
}
.video_boxes .image_wrapper img.planet_img.pi_2 {
  width: 250px;
  top: -9%;
  right: -17%;
}
.video_boxes h3 {
  margin: 0 0 12px 0;
}
.video_boxes .modal_button_text {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_boxes .modal_button_text img {
  display: block;
  width: 29px;
  margin-right: 8px;
}
.video_boxes .modal_button_text:focus {
  outline: 0;
}
.video_boxes .modal_button_text:focus:after {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(128, 0, 128, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(128, 0, 128, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  .video_boxes .modal_button_text:focus:after {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(128, 0, 128, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(128, 0, 128, 0.8);
  }
}

/*==============================
   004 Find Site
==============================*/
.find_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .find_site .desktop {
    display: none;
  }
}
.find_site .mobile {
  display: none;
}
@media (max-width: 991px) {
  .find_site .mobile {
    display: block;
  }
}
.find_site > div:nth-child(1) {
  width: 60%;
}
@media (max-width: 991px) {
  .find_site > div:nth-child(1) {
    width: 100%;
  }
}
.find_site > div:nth-child(2) {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .find_site > div:nth-child(2) {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.find_site .seach_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.find_site button.all_location_btn {
  font-size: 1.15rem;
  font-family: "sofia-pro-soft", sans-serif;
  border: 0;
  margin: 20px 0 0 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #322664;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}
.find_site button.all_location_btn img {
  display: block;
  width: 20px;
  margin-left: 6px;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.find_site button.all_location_btn:hover {
  border-color: #322664;
}
.find_site button.all_location_btn:hover img {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.find_site button.all_location_btn:focus-visible {
  color: #322664;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: transparent;
  outline: 0;
}
@media (max-width: 580px) {
  .find_site button.all_location_btn:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}
.find_site input {
  border: 2px solid #000;
}

.all_locations {
  display: none;
}
.all_locations.active {
  display: block;
}

.research_site_list p {
  margin: 0;
}
.research_site_list h3 {
  color: #404040;
  margin: 0 0 6px 0;
}
@media (max-width: 991px) {
  .research_site_list h3 {
    margin: 20px 0 0 0px;
  }
}
.research_site_list p.mileage {
  font-size: 0.8em;
  margin: 0 0 10px 0;
}
.research_site_list .institution_info {
  margin-bottom: 10px;
}
.research_site_list .institution_info a.address_link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.research_site_list .institution_info a.address_link:hover {
  border-color: #322664;
}
.research_site_list .contact_info {
  margin-bottom: 16px;
}
.research_site_list .btn {
  margin-top: 0;
}
.research_site_list .research_site_item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .research_site_list .research_site_item {
    margin-top: 20px;
  }
}

/*==============================
   006 About Condition
==============================*/
section.about_cmv {
  padding: 0;
  overflow: hidden;
}
section.about_cmv .image_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
@media (max-width: 991px) {
  section.about_cmv .image_wrapper {
    -webkit-transform: translate(100px, 89px);
            transform: translate(100px, 89px);
    width: 300px;
    height: auto;
    margin: 0 0 0 auto;
  }
}
section.about_cmv .image_wrapper img {
  display: block;
  position: absolute;
}
section.about_cmv .image_wrapper img.planet {
  bottom: -120px;
  width: 487px;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 991px) {
  section.about_cmv .image_wrapper img.planet {
    position: relative;
    bottom: unset;
    width: 100%;
  }
}
section.about_cmv .image_wrapper img.alien_1 {
  width: 165px;
  bottom: 327px;
  left: 63px;
  -webkit-animation-name: astronautHover;
          animation-name: astronautHover;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991px) {
  section.about_cmv .image_wrapper img.alien_1 {
    width: 144px;
    bottom: 267px;
    left: 18px;
  }
}
section.about_cmv .image_wrapper img.alien_2 {
  width: 370px;
  bottom: 214px;
  left: -48px;
  -webkit-animation-name: hoverDown;
          animation-name: hoverDown;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991px) {
  section.about_cmv .image_wrapper img.alien_2 {
    width: 299px;
    bottom: 178px;
    left: -59px;
  }
}

.faq_section .image_wrapper {
  position: relative;
}
.faq_section .image_wrapper img {
  width: 110%;
  display: block;
}
.faq_section .image_wrapper img.astrokid, .faq_section .image_wrapper img.planet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.faq_section .image_wrapper img.astrokid {
  -webkit-animation-name: astronautHover;
          animation-name: astronautHover;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991px) {
  .faq_section .image_wrapper img {
    width: 80%;
    margin: 30px auto 0 auto;
  }
}

/* ===============
FOOTER
=============== */
footer {
  background-color: #fff;
  position: relative;
}
footer .container {
  position: relative;
  z-index: 10;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0;
}
footer .flex > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .flex > div:nth-child(1) a {
  width: 120px;
  display: block;
}
footer .flex > div:nth-child(1) a:focus-visible {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: transparent;
  outline: 0;
}
@media (max-width: 580px) {
  footer .flex > div:nth-child(1) a:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}
footer .flex > div:nth-child(1) a img {
  width: 100%;
  display: block;
}
footer .flex > div.footer_nav a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
footer .flex > div.footer_nav a:hover {
  border-color: #fff;
}
footer .flex > div.footer_nav a:focus-visible {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  footer .flex > div.footer_nav a:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}
@media (max-width: 991px) {
  footer .flex > div.footer_nav a {
    font-size: 1rem;
  }
}

.footer_secondary_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.footer_secondary_flex p.version {
  color: #fff;
  font-size: 0.75rem;
  margin: 0;
}
.footer_secondary_flex a {
  font-size: 0.9rem;
}
@media (max-width: 580px) {
  .footer_secondary_flex a {
    font-size: 0.8rem;
  }
}
.footer_secondary_flex > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 580px) {
  .footer_secondary_flex {
    display: block;
  }
}

.footer_secondary {
  background-color: #271D50;
}

.btn {
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #322664;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 8px 20px 10px 20px;
  line-height: 1.4;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  background-size: 100% auto;
  /*---------------------------
  	PRIMARY BUTTON */
  /*---------------------------
  	SECONDARY BUTTON */
}
@media (max-width: 580px) {
  .btn {
    font-size: 1rem;
  }
}
.btn.btn-primary {
  -webkit-transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.btn.btn-primary:hover {
  background-color: #634ebc;
}
.btn.btn-primary:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(147, 115, 250, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(147, 115, 250, 0.8);
  background-color: #4e3b9b;
}
@media (max-width: 580px) {
  .btn.btn-primary:focus {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(147, 115, 250, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(147, 115, 250, 0.8);
  }
}
.btn.btn-primary:focus-visible {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 133, 159, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 133, 159, 0.8);
  background-color: #322664;
  border-color: #fff;
}
@media (max-width: 580px) {
  .btn.btn-primary:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 133, 159, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 133, 159, 0.8);
  }
}
.btn.btn-secondary {
  -webkit-transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn.btn-secondary:hover {
  background-color: #634ebc;
}
.btn.btn-secondary:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(147, 115, 250, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(147, 115, 250, 0.8);
  background-color: #4e3b9b;
}
@media (max-width: 580px) {
  .btn.btn-secondary:focus {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(147, 115, 250, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(147, 115, 250, 0.8);
  }
}
.btn.btn-secondary:focus-visible {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: transparent;
}
@media (max-width: 580px) {
  .btn.btn-secondary:focus-visible {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 38, 100, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(50, 38, 100, 0.4);
}

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 31, 37, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(172, 31, 37, 0.2);
}

.shareBtnWrapper {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
.shareBtnWrapper .shareNotice {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -44px;
  left: -9px;
  padding: 6px 10px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.shareBtnWrapper .shareNotice.dark {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .shareBtnWrapper .shareNotice {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.shareBtnWrapper .shareNotice:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -7px;
  left: 9px;
  margin: auto;
}
.shareBtnWrapper .shareNotice p {
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.zip-search {
  margin-bottom: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.zip-search input {
  max-width: 180px;
  width: 100%;
}
.zip-search .zip-button {
  margin-top: 38px;
  margin-left: 10px;
}
.zip-search .zip-button button {
  display: block;
  margin: 0;
}
@media (max-width: 580px) {
  .zip-search .zip-button {
    margin-top: 28px;
  }
}

.map-legend {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*--------------------
     Legend Item */
  /*--------------------
     Location Icon */
  /*--------------------
     Text */
}
@media (max-width: 580px) {
  .map-legend {
    display: block;
  }
}
.map-legend p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.map-legend p:not(:first-child) {
  margin-left: 60px;
}
@media (max-width: 580px) {
  .map-legend p:not(:first-child) {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.map-legend .location_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-legend .location_icon svg {
  display: inline-block;
  width: 15.06px;
  height: 20.39px;
}
.map-legend .location_icon.fill-primary path.location-icon-fill {
  fill: #00A7C8;
}
.map-legend .location_icon.fill-secondary path.location-icon-fill {
  fill: #322664;
}
.map-legend .map-legend-text {
  font-size: 0.85em;
  margin-left: 5px;
}

.map_placeholder {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .map_placeholder {
    margin-top: 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .radio,
.flex .checkbox {
  width: auto;
}
.flex .radio:nth-child(1),
.flex .checkbox:nth-child(1) {
  margin-right: 20px;
  margin-bottom: 0;
}

section.contact_section form {
  border: 3px solid #322664;
  border-radius: 0;
  padding: 35px 30px;
  margin-top: 20px;
}
section.contact_section form .radio-group {
  margin-bottom: 0;
}
section.contact_section form .radio-group label {
  margin: 0;
}
@media (max-width: 580px) {
  section.contact_section form {
    padding: 35px 20px;
  }
}

.icon_input {
  width: 100%;
  position: relative;
}
.icon_input input {
  padding-left: 45px !important;
}
.icon_input i {
  position: absolute;
  font-size: 1.1em;
  color: #848484;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label, legend {
  color: #404040;
  font-family: "sofia-pro-soft", sans-serif;
  line-height: 1.1;
  margin: 0 0 0.4em 0;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 700;
  color: #404040;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 1em 0 0.6em 0;
  display: block;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 0.4em 0;
}
@media (max-width: 580px) {
  label, legend {
    font-size: 1em;
  }
}

label > span {
  display: block;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 16px;
  margin-top: 4px;
}

/*====================================
   INPUTS
====================================*/
input,
textarea,
select {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  color: #404040;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  border: 2px solid gray;
  padding: 8px;
  display: block;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 580px) {
  input,
  textarea,
  select {
    font-size: 1rem;
    line-height: 1.5;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  color: #404040;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: #fff;
}
@media (max-width: 580px) {
  input:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}

.input_helper {
  font-size: 0.9rem;
  opacity: 1;
  margin: 5px 0 0 0 !important;
  color: #757575;
}
@media (max-width: 580px) {
  .input_helper {
    font-size: 0.9rem;
  }
}

.field-xs input {
  max-width: 120px;
  width: 100%;
}

.field-sm input {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .field-sm input {
    max-width: 100%;
  }
}

.field-md input {
  max-width: 70%;
  width: 100%;
}
@media (max-width: 991px) {
  .field-md input {
    max-width: 100%;
  }
}

/*====================================
   RADIO & CHECKBOX
====================================*/
.radio,
.checkbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio:not(:last-child),
.checkbox:not(:last-child) {
  margin: 0 0 10px 0;
}
.radio.align-start,
.checkbox.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.radio.align-start > span,
.checkbox.align-start > span {
  margin-top: 6px;
}
@media (max-width: 580px) {
  .radio.align-start > span,
  .checkbox.align-start > span {
    margin-top: 5px;
  }
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  outline: 1px solid hotpink;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 6;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.radio input[type=radio]:checked ~ span,
.radio input[type=checkbox]:checked ~ span,
.checkbox input[type=radio]:checked ~ span,
.checkbox input[type=checkbox]:checked ~ span {
  background-color: #322664;
  border-color: #322664;
}
.radio input[type=radio]:hover ~ span,
.radio input[type=checkbox]:hover ~ span,
.checkbox input[type=radio]:hover ~ span,
.checkbox input[type=checkbox]:hover ~ span {
  border-color: #322664;
}
.radio input[type=radio]:focus ~ span,
.radio input[type=checkbox]:focus ~ span,
.checkbox input[type=radio]:focus ~ span,
.checkbox input[type=checkbox]:focus ~ span {
  outline: 0;
  color: #404040;
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
          box-shadow: 0px 0px 0px 4px rgba(0, 167, 200, 0.8);
  background-color: #fff;
  border-style: solid;
}
@media (max-width: 580px) {
  .radio input[type=radio]:focus ~ span,
  .radio input[type=checkbox]:focus ~ span,
  .checkbox input[type=radio]:focus ~ span,
  .checkbox input[type=checkbox]:focus ~ span {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
            box-shadow: 0px 0px 0px 3px rgba(0, 167, 200, 0.8);
  }
}
.radio > span,
.checkbox > span {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  display: block;
  border: 2px solid skyblue;
  border: 2px solid #606060;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.radio input[type=checkbox] ~ span,
.checkbox input[type=checkbox] ~ span {
  border-radius: 0;
}
.radio label,
.checkbox label {
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  color: #404040;
  font-style: normal;
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  cursor: pointer;
  margin: 0 0 0 8px;
  width: 100%;
  -webkit-transition: border 0.4s ease, background 0.4s ease;
  transition: border 0.4s ease, background 0.4s ease;
}
@media (max-width: 580px) {
  .radio label,
  .checkbox label {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.radio_flex .input_group_row .radio {
  width: auto;
}
.radio_flex .input_group_row .radio:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .radio_flex .input_group_row .radio:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .radio_flex .input_group_row .radio {
    width: 100%;
  }
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .input_group_row > .col-lg-6:not(:first-child) {
    margin-top: 26px;
  }
}

.page_banner {
  background-color: #9373FA;
}
.page_banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page_banner img {
    width: 120%;
  }
}
@media (max-width: 580px) {
  .page_banner img {
    width: 200%;
  }
}

.page_banner img {
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
}
.menu_toggler {
  width: 54px;
  height: 47px;
  border-radius: 5px;
  padding: 0;
  position: relative;
  background-color: #322664;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 20px;
  display: none;
}
.menu_toggler:focus {
  outline: 0;
}
.menu_toggler:hover {
  cursor: pointer;
}
.menu_toggler svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu_toggler svg .top {
  stroke-dasharray: 35 120;
  stroke-dashoffset: 190;
}
.menu_toggler svg .middle {
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu_toggler svg .bottom {
  stroke-dasharray: 35 105;
  stroke-dashoffset: 195;
}
.menu_toggler polyline, .menu_toggler line {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: stroke-dasharray 0.7s, stroke-dashoffset 0.7s;
  transition: stroke-dasharray 0.7s, stroke-dashoffset 0.7s;
}
.menu_toggler.active svg .top {
  stroke-dashoffset: 302;
}
.menu_toggler.active svg .middle {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu_toggler.active svg .bottom {
  stroke-dashoffset: 273;
}
@media (max-width: 991px) {
  .menu_toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.lightbox.active {
  pointer-events: initial;
  background-color: rgba(13, 10, 26, 0.85);
  z-index: 40;
}
.lightbox button.closeBtn {
  background-color: #00A7C8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  border: 0;
  position: absolute;
  top: -40px;
  right: 0;
  border: 2px solid transparent;
}
.lightbox button.closeBtn:focus {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(200, 246, 255, 0.7);
          box-shadow: 0px 0px 0px 3px rgba(200, 246, 255, 0.7);
  border-color: #000;
  outline: none;
}
.lightbox button.closeBtn:before, .lightbox button.closeBtn:after {
  content: "";
  width: 40%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lightbox button.closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lightbox button.closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lightbox .lightbox_content {
  display: none;
  width: 60vw;
  margin-top: 70px;
  position: relative;
  max-width: 864px;
}
@media (max-width: 991px) {
  .lightbox .lightbox_content {
    width: 90vw;
  }
}
.lightbox .lightbox_content .closeBtn,
.lightbox .lightbox_content iframe {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.lightbox .lightbox_content.loaded .closeBtn,
.lightbox .lightbox_content.loaded iframe {
  opacity: 1;
}
.lightbox .lightbox_content.loaded .lightbox_loader {
  display: none;
}
.lightbox .lightbox_loader svg {
  display: block;
  width: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.lightbox iframe {
  width: 100%;
  height: 460px;
  border: 0;
}
.lightbox iframe:focus {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 0, 0.5);
          box-shadow: 0px 0px 0px 4px rgba(255, 255, 0, 0.5);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: "sofia-pro-soft", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 0 20px 58px;
  text-align: left;
  overflow-anchor: none;
  color: #404040;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 1em 0 0.6em 0;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.2s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  /*----------------
     OPEN */
}
@media (max-width: 580px) {
  .accordion-button {
    font-size: 1em;
  }
}
.accordion-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 37px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.accordion-button:focus-visible {
  z-index: 3;
  outline: 0;
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.6);
          box-shadow: 0px 0px 0px 3px rgba(50, 38, 100, 0.6);
}
.accordion-button:hover {
  color: #322664;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(0, 167, 200, 0.2);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .accordion-button:hover {
    background-color: transparent;
  }
}
.accordion-button:not(.collapsed) {
  color: #404040;
}
.accordion-button:not(.collapsed):after {
  background-image: url("../images/minus.svg");
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-header {
  margin: 0;
}

.accordion-item h2 {
  margin: 0;
}

.accordion-body {
  padding: 0px 20px 20px 58px;
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  color: #404040;
  font-style: normal;
}
@media (max-width: 580px) {
  .accordion-body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.accordion-body .wysiwyg ul {
  margin: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}