@font-face {
  font-family: Gotham;
  src: url(/assets/GothamBookFont.otf);
}
* {
  margin: 0;
  padding: 0;
  font-family: "aaux-next", sans-serif;
  color: #15435e;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  margin-bottom: 0;
}

.container {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 90%;
}
@media (min-width: 60em) {
  .container {
    max-width: 75em;
  }
}

#nav-icon1 {
  width: 2.3em;
  position: relative;
  margin: 2.2em auto 4.4em 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
@media (min-width: 48em) {
  #nav-icon1 {
    margin: 2.5em auto 2em 2em;
  }
}
@media (min-width: 60em) {
  #nav-icon1 {
    display: none;
  }
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #15435e;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
  height: 2px;
}
#nav-icon1 span:nth-child(2) {
  top: 12px;
}
#nav-icon1 span:nth-child(3) {
  top: 26px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slide-out-menu {
  position: fixed;
  right: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #15435e;
  transition: 0.5s all ease-in-out;
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4em;
}
@media (min-width: 60em) {
  .slide-out-menu {
    display: none;
  }
}
.slide-out-menu.active {
  top: 0;
}
.slide-out-menu ul {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.slide-out-menu ul li {
  color: white;
  padding: 1em 0;
}
.slide-out-menu ul li a {
  text-decoration: none;
  color: white;
  font-family: "aaux-next", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}

header {
  display: inline-block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: white;
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .navbar .brand {
  width: 10em;
  display: flex;
}
header .navbar .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .navbar .menu-right {
  display: flex;
  height: 100%;
}
header .navbar .menu-right ul {
  display: none;
}
@media (min-width: 60em) {
  header .navbar .menu-right ul {
    display: flex;
    align-items: center;
  }
}
header .navbar .menu-right ul li {
  text-decoration: none;
  list-style: none;
}
header .navbar .menu-right ul li .menu-item {
  display: flex;
  padding: 3em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 2px;
  font-weight: 800;
}
header .navbar .menu-right ul li .menu-item.bg-sec {
  background-color: #d12c4c;
  color: white;
  transition: 0.3s all ease-in-out;
}
header .navbar .menu-right ul li .menu-item.bg-sec:hover {
  background-color: #15435e;
  color: white;
}
header .navbar .menu-right ul li .dg {
  transition: 0.3s all ease-in-out;
}
header .navbar .menu-right ul li .dg:hover {
  color: #d12c4c;
}

.body-scrolled header {
  border-bottom: 2px solid #15435e;
}

.m-overflow {
  overflow: hidden;
}

.body-content {
  margin-top: 6em;
}
.body-content section.banner {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.body-content section.banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #15435e;
  opacity: 0.5;
}
.body-content section.banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-content section.banner .container .content {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .body-content section.banner .container .content {
    display: inline-block;
  }
}
.body-content section.banner .container .content h1 {
  color: white;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
@media (min-width: 48em) {
  .body-content section.banner .container .content h1 {
    font-size: 5.4em;
  }
}
.body-content section.banner .container .content a {
  color: #15435e;
  text-decoration: none;
  padding: 0.8em 4em;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid white;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  letter-spacing: 2px;
}
.body-content section.banner .container .content a:hover {
  background: rgb(255, 255, 255);
}
.body-content section.mission {
  min-height: 30em;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.body-content section.mission .content {
  padding-top: 7em;
}
.body-content section.mission .content p {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  max-width: 37em;
  margin: 0 auto;
}
.body-content section.mission .content p span {
  font-style: italic;
  color: #d12c4c;
  margin-right: 9px;
}
.body-content section.mission-two {
  margin-top: 4em;
}
@media (min-width: 48em) {
  .body-content section.mission-two {
    margin-top: -5em;
  }
}
.body-content section.mission-two .flex-s {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.body-content section.mission-two .flex-s .box1 {
  width: 100%;
  min-height: 20em;
  background-size: cover;
}
@media (min-width: 48em) {
  .body-content section.mission-two .flex-s .box1 {
    width: 50%;
    min-height: 25em;
  }
}
.body-content section.mission-two .flex-s .box2 {
  width: 100%;
  max-width: 35em;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 48em) {
  .body-content section.mission-two .flex-s .box2 {
    width: 50%;
  }
}
.body-content section.mission-two .flex-s .box2 .content {
  padding: 3em;
}
@media (min-width: 48em) {
  .body-content section.mission-two .flex-s .box2 .content {
    padding: 0 4em;
  }
}
.body-content section.mission-two .flex-s .box2 .content h5 {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.body-content section.mission-two .flex-s .box2 .content p {
  margin: 2em 0;
  font-size: 1.3em;
  font-family: "Gotham", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.body-content section.news-slide {
  margin: 0 0 6em;
}
@media (min-width: 48em) {
  .body-content section.news-slide {
    margin: 4em 0 6em;
  }
}
.body-content section.news-slide .main-t {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.8;
}
@media (min-width: 48em) {
  .body-content section.news-slide .main-t {
    font-size: 4em;
  }
}
.body-content section.news-slide .slick-slider {
  margin-top: 1.5em;
}
.body-content section.news-slide .news-slider .news-item .news-box {
  padding: 0 2em;
}
.body-content section.news-slide .news-slider .news-item .news-box .holdr {
  padding: 2em;
  background-color: #15435e;
}
.body-content section.news-slide .news-slider .news-item .news-box .holdr .date p {
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  letter-spacing: 1px;
}
.body-content section.news-slide .news-slider .news-item .news-box .holdr h3 {
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.body-content section.news-slide .news-slider .news-item .content {
  max-width: 22.9em;
  padding: 1em 0 3.5em;
}
.body-content section.news-slide .news-slider .news-item .content p:first-child {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: 1em;
  opacity: 0.7;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.body-content section.news-slide .news-slider .news-item .content p:nth-child(n+1) {
  display: none;
}
.body-content section.news-slide .news-slider .slick-slide {
  opacity: 0.4;
}
.body-content section.news-slide .news-slider .slick-center {
  opacity: 1;
}
.body-content section.news-slide .news-slider .slick-center .news-box {
  padding: 0;
}
.body-content section.news-slide .news-slider .slick-next {
  position: absolute;
  right: 30%;
  bottom: -6%;
  transform: translate(0, 100%);
  background: transparent;
  border: none;
}
@media (min-width: 48em) {
  .body-content section.news-slide .news-slider .slick-next {
    right: 45%;
  }
}
@media (min-width: 60em) {
  .body-content section.news-slide .news-slider .slick-next {
    right: 30%;
    top: 50%;
    bottom: unset;
    transform: translate(0, -50%);
  }
}
.body-content section.news-slide .news-slider .slick-prev {
  position: absolute;
  left: 30%;
  bottom: -6%;
  z-index: 3;
  transform: translate(0, 100%);
  background: transparent;
  border: none;
}
@media (min-width: 48em) {
  .body-content section.news-slide .news-slider .slick-prev {
    left: 42%;
  }
}
@media (min-width: 60em) {
  .body-content section.news-slide .news-slider .slick-prev {
    left: 30%;
    top: 50%;
    bottom: unset;
    transform: translate(0, -50%);
  }
}
.body-content section.news-slide .news-slider .arrw-right, .body-content section.news-slide .news-slider .arrw-left {
  background-image: url(/assets/images/arrowr.png);
  width: 3em;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.body-content section.news-slide .news-slider .arrw-left {
  transform: rotate(-180deg);
}
.body-content section.cta1 {
  background-color: #cf2f4e;
  width: 100%;
}
.body-content section.cta1 .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 4em 0;
}
@media (min-width: 60em) {
  .body-content section.cta1 .container {
    justify-content: unset;
  }
}
.body-content section.cta1 .container .heading {
  width: 15em;
  display: flex;
}
@media (min-width: 60em) {
  .body-content section.cta1 .container .heading {
    width: 25em;
  }
}
.body-content section.cta1 .container .heading img {
  width: 100%;
  object-fit: contain;
}
.body-content section.cta1 .container .join-form {
  width: 100%;
}
@media (min-width: 48em) {
  .body-content section.cta1 .container .join-form {
    width: 60%;
  }
}
@media (min-width: 60em) {
  .body-content section.cta1 .container .join-form {
    width: 45%;
    margin-left: 5em;
  }
}
.body-content section.cta1 .container .join-form form#subscribe .dform .dform_element {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.8em 0;
  width: 100%;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .dform_element label {
  font-family: "Gotham", sans-serif;
  color: white;
  font-size: 0.9em;
  letter-spacing: 2px;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .dform_element .dform_container {
  width: 100%;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .dform_element .dform_container input {
  border: none;
  border-bottom: 2px solid white;
  background: transparent;
  opacity: 0.7;
  width: 100%;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .submit_button .dform_container {
  width: fit-content;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .submit_button .dform_container input {
  width: fit-content;
  border: 1px solid white;
  padding: 0.8em 2.8em;
  text-transform: uppercase;
  color: white;
  font-size: 0.8em;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.body-content section.cta1 .container .join-form form#subscribe .dform .submit_button .dform_container input:hover {
  background-color: white;
  color: #cf2f4e;
}
.body-content section.mybanner {
  min-height: 62vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin-bottom: 10em;
  background-position: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.body-content section.mybanner .content {
  width: 100%;
}
.body-content section.mybanner .content h1 {
  width: 100%;
  font-size: 6em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.body-content section.mybanner .content h4 {
  width: 100%;
  font-size: 2.5em;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.body-content section.mybanner .bk {
  position: absolute;
  bottom: -1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em;
  background: rgba(207, 47, 78, 0.8);
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.body-content section.donate {
  margin: 2em 0;
}
@media (min-width: 48em) {
  .body-content section.donate {
    margin: 4em 0;
  }
}
.body-content section.donate .bg-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.body-content section.donate .bg-holder a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  font-size: 2.3em;
  padding: 14px 0;
}
@media (min-width: 48em) {
  .body-content section.donate .bg-holder a {
    font-size: 5em;
  }
}
@media (min-width: 60em) {
  .body-content section.donate .bg-holder a {
    font-size: 8em;
  }
}

.contact .body-content section.banner {
  min-height: 50vh;
}
.contact .body-content section.banner h1 {
  font-weight: 900;
}
.contact .body-content section.page-form .content {
  padding: 4em 0;
}
.contact .body-content section.page-form .content h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.4em;
}
.contact .body-content section.page-form .content p {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-family: "Gotham", sans-serif;
}
.contact .body-content section.page-form .content .contact-form form {
  padding: 2em 0 0;
}
.contact .body-content section.page-form .content .contact-form form .dform {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .body-content section.page-form .content .contact-form form .dform .dform_element {
  width: 100%;
  margin: 3px 0;
}
@media (min-width: 48em) {
  .contact .body-content section.page-form .content .contact-form form .dform .dform_element {
    width: 33%;
  }
}
.contact .body-content section.page-form .content .contact-form form .dform .dform_element .dform_container {
  display: flex;
}
.contact .body-content section.page-form .content .contact-form form .dform .dform_element .dform_container input, .contact .body-content section.page-form .content .contact-form form .dform .dform_element .dform_container select {
  width: 100%;
  min-height: 3em;
  height: fit-content;
  padding: 0 1.5em;
  background-color: rgba(21, 67, 94, 0.2);
  border: none;
  color: #15435e;
  font-family: "Gotham", sans-serif;
  opacity: 0.7;
}
.contact .body-content section.page-form .content .contact-form form .dform .dform_element .dform_container input::placeholder, .contact .body-content section.page-form .content .contact-form form .dform .dform_element .dform_container select::placeholder {
  color: #15435e;
  font-family: "Gotham", sans-serif;
  opacity: 0.7;
}
.contact .body-content section.page-form .content .contact-form form .dform .submit_button .dfinput_full {
  width: 100%;
}
.contact .body-content section.page-form .content .contact-form form .dform .submit_button .dfinput_full input {
  background-color: #d12c4c;
  font-family: "aaux-next", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  cursor: pointer;
  border: 2px solid #d12c4c;
  transition: 0.3s all ease-in-out;
}
.contact .body-content section.page-form .content .contact-form form .dform .submit_button .dfinput_full input:hover {
  background-color: white;
  color: #d12c4c;
}

.news .body-content .banner {
  min-height: 50vh;
}
.news .body-content .banner .content h1 {
  font-weight: 900;
}
.news .body-content .news-cast {
  padding: 3em 0;
}
.news .body-content .news-cast .main-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
.news .body-content .news-cast .news-listings {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  margin: 2em 0;
}
@media (min-width: 48em) {
  .news .body-content .news-cast .news-listings {
    height: 80em;
  }
}
@media (min-width: 60em) {
  .news .body-content .news-cast .news-listings {
    height: 60em;
  }
}
.news .body-content .news-cast .news-listings .holder {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #15435e;
  margin-bottom: 2.5em;
}
@media (min-width: 48em) {
  .news .body-content .news-cast .news-listings .holder {
    width: 40%;
  }
}
@media (min-width: 60em) {
  .news .body-content .news-cast .news-listings .holder {
    width: 30%;
  }
}
.news .body-content .news-cast .news-listings .holder .post-single {
  display: flex;
  flex-wrap: wrap;
}
.news .body-content .news-cast .news-listings .holder .post-single .image {
  width: 22em;
  height: 15em;
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .news .body-content .news-cast .news-listings .holder .post-single .image {
    width: 100%;
  }
}
.news .body-content .news-cast .news-listings .holder .post-single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .body-content .news-cast .news-listings .holder .post-single .content {
  max-width: 16em;
}
.news .body-content .news-cast .news-listings .holder .post-single .content h4, .news .body-content .news-cast .news-listings .holder .post-single .content h2 {
  font-family: "Gotham", sans-serif;
}
.news .body-content .news-cast .news-listings .holder .post-single .content .date {
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 1.2em;
}
.news .body-content .news-cast .news-listings .holder .post-single .content .title {
  font-weight: 100;
  font-size: 1.1em;
  letter-spacing: 1px;
  opacity: 0.9;
  margin-bottom: 2em;
}

.news-single .body-content .container {
  display: flex;
  flex-wrap: wrap;
}
.news-single .body-content .container a.bk-btn {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.3em;
  background: #15435e;
  color: white;
  width: fit-content;
  font-size: 0.8em;
  transition: 0.3s all ease-in-out;
  font-weight: 800;
  letter-spacing: 1px;
  border: 2px solid #15435e;
  opacity: 0.7;
}
.news-single .body-content .container a.bk-btn:hover {
  background-color: white;
  color: #15435e;
}
.news-single .body-content .container .headers {
  margin: 5em 0 2em;
}
@media (min-width: 60em) {
  .news-single .body-content .container .headers {
    margin: 5em 0 4em;
  }
}
.news-single .body-content .container .headers .date {
  margin: 3em 0 1em;
  font-size: 0.8em;
  font-family: "Gotham", sans-serif;
  letter-spacing: 1px;
  opacity: 0.7;
  text-transform: uppercase;
}
.news-single .body-content .container .headers h1 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 800;
}
.news-single .body-content .container .content-main .featured {
  background: #15435e;
  float: unset;
  margin: 0;
  width: 100%;
  margin-bottom: 3em;
  height: 15em;
}
@media (min-width: 48em) {
  .news-single .body-content .container .content-main .featured {
    height: 19em;
  }
}
@media (min-width: 60em) {
  .news-single .body-content .container .content-main .featured {
    float: right;
    width: 31em;
    margin: 0 0 3em 3em;
  }
}
.news-single .body-content .container .content-main .featured img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.news-single .body-content .container .content-main .content p, .news-single .body-content .container .content-main .content h1, .news-single .body-content .container .content-main .content h2, .news-single .body-content .container .content-main .content h3, .news-single .body-content .container .content-main .content h4, .news-single .body-content .container .content-main .content h5, .news-single .body-content .container .content-main .content h6, .news-single .body-content .container .content-main .content span, .news-single .body-content .container .content-main .content ul, .news-single .body-content .container .content-main .content li, .news-single .body-content .container .content-main .content select, .news-single .body-content .container .content-main .content a {
  font-family: "Gotham", sans-serif;
}
.news-single .body-content .container .content-main .content p, .news-single .body-content .container .content-main .content span {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 3em;
  font-weight: 100;
  opacity: 0.9;
  letter-spacing: 1px;
}
.news-single .body-content .container .content-main .content span {
  font-style: italic;
}

.thank-you .body-content {
  min-height: 60vh;
}
@media (min-width: 48em) {
  .thank-you .body-content {
    min-height: 79vh;
  }
}
.thank-you .body-content .banner {
  min-height: 50vh;
}
@media (min-width: 48em) {
  .thank-you .body-content .banner {
    min-height: 60vh;
  }
}
.thank-you .body-content .banner .content .heading {
  font-weight: 900;
  font-size: 3em;
  margin-bottom: 0.2em;
}
@media (min-width: 48em) {
  .thank-you .body-content .banner .content .heading {
    font-size: 7em;
    margin-bottom: 0;
  }
}
.thank-you .body-content .banner .content h5 {
  font-size: 1em;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .thank-you .body-content .banner .content h5 {
    font-size: 1.4em;
  }
}
.thank-you .body-content .banner a {
  position: absolute;
  bottom: -1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 3em;
  background: rgba(207, 47, 78, 0.8);
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

footer#footer {
  background-color: #15435e;
}
footer#footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 0;
}
@media (min-width: 60em) {
  footer#footer .footer-top {
    justify-content: space-between;
  }
}
footer#footer .footer-top .left {
  display: flex;
  margin-bottom: 1em;
}
@media (min-width: 60em) {
  footer#footer .footer-top .left {
    margin-bottom: 0;
  }
}
footer#footer .footer-top .left .socicon {
  width: 1.8em;
  margin-right: 1.4em;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
footer#footer .footer-top .left .socicon:hover {
  opacity: 0.5;
}
footer#footer .footer-top .left .socicon img {
  width: 100%;
  object-fit: contain;
}
footer#footer .footer-top .mid {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 60em) {
  footer#footer .footer-top .mid {
    margin-bottom: 0;
  }
}
footer#footer .footer-top .mid h5 {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer#footer .footer-top .mid p {
  color: white;
  font-family: "Gotham", sans-serif;
  opacity: 0.8;
}
footer#footer .footer-top .right .links {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 60em) {
  footer#footer .footer-top .right .links {
    text-align: right;
  }
}
footer#footer .footer-top .right .links a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
footer#footer .footer-top .right .links a:hover {
  opacity: 1;
}
footer#footer .footer-top .right .links a.bolded {
  font-weight: 600;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 8px;
  opacity: 1;
}
footer#footer .footer-top .right .links a.bolded:hover {
  opacity: 0.7;
}

.slick-slider .content h2, .slick-slider .content h1 {
  display: none;
}

.news-slide .news-slider .thumbnail {
  width: 100%;
  height: 10em;
  padding-bottom: 2em;
}
.news-slide .news-slider .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-content section.news-slide .news-slider .news-item .news-box .holdr {
  min-height: 17em;
}

body.spokespeople section.banner {
  min-height: 30vh;
}
@media (min-width: 60em) {
  body.spokespeople section.banner {
    min-height: 50vh;
  }
}
body.spokespeople section.banner h1 {
  font-weight: 900;
  font-size: 2em !important;
}
@media (min-width: 48em) {
  body.spokespeople section.banner h1 {
    font-size: 3em !important;
  }
}
@media (min-width: 60em) {
  body.spokespeople section.banner h1 {
    font-size: 5.4em !important;
  }
}
body.spokespeople section.people-container {
  margin-bottom: 10em;
}
body.spokespeople section.people-container .people-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .people-lists {
    justify-content: flex-start;
  }
}
body.spokespeople section.people-container .people-lists a.holder.entry {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  margin-bottom: 20px;
  text-decoration: none;
  margin: 1em 0.5em;
  text-align: center;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .people-lists a.holder.entry {
    width: calc(32% - 1em);
    margin: 1.5em 0.5em;
  }
}
@media (min-width: 60em) {
  body.spokespeople section.people-container .people-lists a.holder.entry {
    margin: 2.5em 0.5em;
  }
}
body.spokespeople section.people-container .people-lists a.holder.entry .image {
  width: 100%;
  display: flex;
  height: 10em;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .people-lists a.holder.entry .image {
    height: 14em;
  }
}
@media (min-width: 60em) {
  body.spokespeople section.people-container .people-lists a.holder.entry .image {
    height: 17em;
    filter: grayscale(1);
    transition: 0.3s all ease-in-out;
  }
}
body.spokespeople section.people-container .people-lists a.holder.entry .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.spokespeople section.people-container .people-lists a.holder.entry:hover .image {
  filter: grayscale(0);
}
body.spokespeople section.people-container .people-lists a.holder.entry h2 {
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2em;
  margin: 0.5em 0;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .people-lists a.holder.entry h2 {
    font-size: 1.3em;
  }
}
body.spokespeople section.people-container .people-lists a.holder.entry h4 {
  text-transform: uppercase;
  width: 100%;
  font-size: 0.8em;
  color: #a6b1b9;
  font-family: "Gotham", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .people-lists a.holder.entry h4 {
    font-size: 0.9em;
  }
}
body.spokespeople section.people-container .people-lists a.holder.entry span {
  width: 100%;
  font-family: "Gotham", sans-serif;
  margin: 0.5em 0;
  color: #0c172e;
  opacity: 0.8;
}
body.spokespeople section.people-container .search {
  padding: 4em 0 2em;
  display: flex;
  align-items: center;
}
body.spokespeople section.people-container .search svg path {
  fill: #15435e !important;
}
body.spokespeople section.people-container .search input {
  padding: 0.5em;
  border: none;
  letter-spacing: 2px;
  color: #15435e;
  opacity: 0.8;
  margin: 0 1em;
  outline: none;
}
body.spokespeople section.people-container .no-results {
  width: 100%;
  padding: 2em 0;
  display: none;
}
body.spokespeople section.people-container .no-results h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  color: #15435e;
}
@media (min-width: 48em) {
  body.spokespeople section.people-container .no-results h1 {
    font-size: 3em;
  }
}
body.spokespeople section.people-container .pagination-bar {
  width: 100%;
}
body.spokespeople form {
  position: relative;
}
body.spokespeople .highlight {
  bottom: 0;
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s all ease-in-out;
  background-color: #15435e;
}
body.spokespeople .highlight.active {
  width: 100%;
}
body.spokespeople .search-icon {
  cursor: pointer;
}

body.spokespeople-single section.spoke-banner {
  min-height: 45vh;
  display: flex;
}
@media (min-width: 48em) {
  body.spokespeople-single section.spoke-banner {
    min-height: 30vh;
  }
}
@media (min-width: 60em) {
  body.spokespeople-single section.spoke-banner {
    min-height: 45vh;
  }
}
body.spokespeople-single section.spoke-banner .flex-container {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
body.spokespeople-single section.spoke-banner .flex-container .image-contain {
  height: 10em;
  position: absolute;
  left: 50%;
  bottom: -3em;
}
@media (min-width: 48em) {
  body.spokespeople-single section.spoke-banner .flex-container .image-contain {
    height: 19em;
  }
}
@media (min-width: 60em) {
  body.spokespeople-single section.spoke-banner .flex-container .image-contain {
    height: 25em;
  }
}
body.spokespeople-single section.spoke-banner .flex-container .image-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold h1 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 1.3em 0 0;
}
@media (min-width: 48em) {
  body.spokespeople-single section.spoke-banner .flex-container .text-hold h1 {
    font-size: 2.5em;
  }
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold h3 {
  color: #a6b1b9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Gotham", sans-serif;
  font-size: 0.8em;
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold .socials {
  display: flex;
  align-items: center;
  margin: 2em 0 0;
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold .socials a {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
@media (min-width: 48em) {
  body.spokespeople-single section.spoke-banner .flex-container .text-hold .socials a {
    margin-right: 2.5em;
  }
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold .socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s all ease-in-out;
  opacity: 1;
}
body.spokespeople-single section.spoke-banner .flex-container .text-hold .socials a img:hover {
  opacity: 0.8;
}
body.spokespeople-single section.body-content .content {
  margin-bottom: 5em;
}
body.spokespeople-single section.body-content .content p {
  font-family: "Gotham", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
body.spokespeople-single section.body-content .content .read-more {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 3em auto;
  cursor: pointer;
  position: relative;
}
body.spokespeople-single section.body-content .content .read-more .blurs {
  background-color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7049194678) 18%, rgba(255, 255, 255, 0.8113620448) 63%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.6;
  width: 100%;
  height: 4em;
  position: absolute;
  left: 0;
  top: -4.5em;
}
body.spokespeople-single section.body-content .content .read-more .border-cst {
  width: 3em;
  height: 1px;
  background: #15435e;
}
@media (min-width: 48em) {
  body.spokespeople-single section.body-content .content .read-more .border-cst {
    width: 13em;
  }
}
@media (min-width: 60em) {
  body.spokespeople-single section.body-content .content .read-more .border-cst {
    width: 24em;
  }
}
body.spokespeople-single section.body-content .content .read-more span {
  margin: 0;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  letter-spacing: 3px;
  display: block !important;
  opacity: 1 !important;
}
body.spokespeople-single .bk-btn {
  background-color: #15435e;
  color: white;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.8em 1em;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  border: 1px solid #15435e;
  display: block;
  width: fit-content;
}
body.spokespeople-single .bk-btn:hover {
  border: 1px solid #15435e;
  background-color: white;
  color: #15435e;
}
body.spokespeople-single section.feeds {
  margin: 4em 0;
}
body.spokespeople-single section.feeds h3 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3em;
  display: inline-block;
}

.fairplay-aid-page .body-content .banner {
  min-height: 50vh;
}
.fairplay-aid-page .body-content .banner .content h1 {
  font-weight: 900;
}
.fairplay-aid-page .body-content .remedies .container {
  padding-block: 70px;
  border-bottom: 2px solid #15435e;
}
.fairplay-aid-page .body-content .remedies__title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
.fairplay-aid-page .body-content .remedies__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 30px;
}
@media (min-width: 60em) {
  .fairplay-aid-page .body-content .remedies__list {
    grid-template-columns: 1fr 1fr;
  }
}
.fairplay-aid-page .body-content .remedies__list-item__title {
  color: #0c172e;
  font-style: italic;
  margin-bottom: 10px;
}
.fairplay-aid-page .body-content .remedies__list-item__body {
  color: #0c172e;
}
.fairplay-aid-page .body-content .remedies__list-item__body p {
  margin-bottom: 10px;
}
.fairplay-aid-page .body-content .remedies__list-item__button {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.3em;
  background: #507286;
  color: white;
  width: fit-content;
  font-size: 0.8em;
  transition: 0.3s all ease-in-out;
  font-weight: 800;
  letter-spacing: 1px;
  border: 2px solid #15435e;
  opacity: 0.7;
  margin-top: 30px;
}
.fairplay-aid-page .body-content .remedies__list-item__button:hover {
  background-color: white;
  color: #15435e;
}
.fairplay-aid-page .body-content .core-insights .container {
  padding-block: 50px;
  margin-block: 50px;
  background: #d0d9df;
}
.fairplay-aid-page .body-content .core-insights__title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
  padding-inline: 0px;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .core-insights__title {
    padding-inline: 40px;
  }
}
.fairplay-aid-page .body-content .core-insights__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: 0px;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .core-insights__list {
    padding-inline: 40px;
  }
}
.fairplay-aid-page .body-content .core-insights__list-item {
  display: flex;
  gap: 20px;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .core-insights__list-item {
    gap: 30px;
  }
}
.fairplay-aid-page .body-content .core-insights__list-item__number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #d12c4c;
  font-size: 25px;
  font-weight: 900;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .core-insights__list-item__number {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
.fairplay-aid-page .body-content .core-insights__list-item__body {
  color: #0c172e;
}
.fairplay-aid-page .body-content .testimonials .container {
  padding-block: 50px;
}
.fairplay-aid-page .body-content .testimonials__title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}
.fairplay-aid-page .body-content .testimonials__listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 50px;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .testimonials__listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .fairplay-aid-page .body-content .testimonials__listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fairplay-aid-page .body-content .testimonials__listing-item {
  text-decoration: unset;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured {
  display: block;
  grid-column: span 1;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .testimonials__listing-item.--featured {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured .image-container {
  grid-column: 1/6;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__info {
  grid-column: 6/-1;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__eyebrow {
  margin-block: 20px 10px;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__eyebrow {
    margin-block: 0px;
  }
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__title {
    font-family: "aaux-next", sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
  }
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__subtitle {
  display: none;
}
@media (min-width: 48em) {
  .fairplay-aid-page .body-content .testimonials__listing-item.--featured .testimonials__listing-item__subtitle {
    display: block;
    font-family: "Gotham", sans-serif;
  }
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured:not(:first-child) {
  grid-column: span 1;
  display: block;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured:not(:first-child) .testimonials__listing-item__eyebrow {
  margin-block: 20px 10px;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured:not(:first-child) .testimonials__listing-item__title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
}
.fairplay-aid-page .body-content .testimonials__listing-item.--featured:not(:first-child) .testimonials__listing-item__subtitle {
  display: none;
}
.fairplay-aid-page .body-content .testimonials__listing-item .image-container {
  aspect-ratio: 16/9;
  background-color: #15435e;
  display: flex;
}
.fairplay-aid-page .body-content .testimonials__listing-item .image-container img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.fairplay-aid-page .body-content .testimonials__listing-item__eyebrow {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 3px;
  font-weight: 600;
  margin-block: 20px 10px;
}
.fairplay-aid-page .body-content .testimonials__listing-item__title {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.fairplay-aid-page .body-content .testimonials__listing-item__subtitle {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
}
.fairplay-aid-page .body-content .testimonials__listing__load-more-btn {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 50px;
  text-align: center;
  margin-inline: auto;
  display: block;
  cursor: pointer;
  color: #507286;
  font-size: 16px;
  letter-spacing: 3px;
}
.fairplay-aid-page .body-content .testimonials__listing__load-more-btn.--hidden {
  display: none;
}

.fairplay-aid-listing header.header {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.fairplay-aid-listing .body-content .testimonial-detail .container {
  padding-block: 70px 100px;
}
.fairplay-aid-listing .body-content .testimonial-detail__image {
  width: 100%;
  margin-bottom: 30px;
}
.fairplay-aid-listing .body-content .testimonial-detail__date {
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
}
.fairplay-aid-listing .body-content .testimonial-detail__title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
}
.fairplay-aid-listing .body-content .testimonial-detail__subtitle {
  font-family: "Gotham", sans-serif;
  font-size: 24px;
}
.fairplay-aid-listing .body-content .testimonial-detail__body {
  margin-top: 30px;
}
.fairplay-aid-listing .body-content .testimonial-detail__body p {
  margin-bottom: 20px;
  font-family: "Gotham", sans-serif;
}
.fairplay-aid-listing .body-content .testimonial-detail__body a {
  text-decoration: unset;
  color: #d12c4c;
  font-style: italic;
  font-weight: 600;
}
.fairplay-aid-listing .body-content .testimonial-detail__read-btn {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.3em;
  background: #507286;
  color: white;
  width: fit-content;
  font-size: 0.8em;
  transition: 0.3s all ease-in-out;
  font-weight: 800;
  letter-spacing: 1px;
  border: 2px solid #15435e;
  opacity: 0.7;
  margin-top: 30px;
}
.fairplay-aid-listing .body-content .testimonial-detail__read-btn:hover {
  background-color: white;
  color: #15435e;
}
.fairplay-aid-listing .body-content .testimonial-detail__back-btn {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.3em;
  background: #507286;
  color: white;
  width: fit-content;
  font-size: 0.8em;
  transition: 0.3s all ease-in-out;
  font-weight: 800;
  letter-spacing: 1px;
  border: 2px solid #15435e;
  opacity: 0.7;
  margin-top: 30px;
}
.fairplay-aid-listing .body-content .testimonial-detail__back-btn:hover {
  background-color: white;
  color: #15435e;
}

/*# sourceMappingURL=main.css.map */
