html body {
  background: #fff !important; }

body, div {
  cursor: unset !important; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

.mobile {
  position: relative; }
  .mobile .mobile-menu-show {
    top: 45px !important;
    z-index: 22 !important;
    -webkit-transition: ease-in-out all .3s !important;
    transition: ease-in-out all .3s !important; }
  .mobile #mobile-menu .main-menu__item--parent .main-menu__sub-menu {
    display: none; }
  .mobile #mobile-menu .main-menu__item--parent .main-menu__sub-menu.hide {
    display: block; }
  .mobile #mobile-menu .main-menu__item--parent {
    position: relative; }
  .mobile #mobile-menu .main-menu__item--parent > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3; }
  .mobile span.menu-closed:before {
    content: "\f0da";
    display: block;
    color: #fff;
    font-size: 23px;
    font-family: "Font Awesome 5 Free"; }
  .mobile span.menu-closed.menu-open:before {
    content: "\f0d8";
    color: #fff; }
  .mobile .mobile-menu {
    background: #003057;
    position: absolute;
    width: 100%;
    top: -1100px;
    z-index: 22; }
    .mobile .mobile-menu ul {
      margin: 0; }
      .mobile .mobile-menu ul li {
        list-style-type: none; }
        .mobile .mobile-menu ul li a {
          padding: 11px 40px;
          display: block;
          text-decoration: none;
          font-size: 18px;
          color: #fff; }
  .mobile .burger-menu {
    display: none;
    background: #003057;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 333; }
    .mobile .burger-menu #responsive-menu-btn {
      background: #720062;
      border: none;
      padding: 10px 8px;
      display: inline-block;
      max-width: 50px;
      width: 100%;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      z-index: 99;
      margin: 0; }
      .mobile .burger-menu #responsive-menu-btn::before, .mobile .burger-menu #responsive-menu-btn::after {
        content: "";
        display: block;
        width: 100%;
        border: 2px solid #ffffff;
        margin: 0 auto;
        max-width: 25px;
        border-radius: 50px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .mobile .burger-menu #responsive-menu-btn::before {
        top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .mobile .burger-menu #responsive-menu-btn::after {
        bottom: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .mobile .burger-menu #responsive-menu-btn span {
        content: "";
        width: 100%;
        display: block;
        margin: 5px auto;
        border: 2px solid #ffffff;
        max-width: 29px;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .mobile .burger-menu #responsive-menu-btn.rs-menu-close span {
        max-width: 0; }
      .mobile .burger-menu #responsive-menu-btn.rs-menu-close::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 8px; }
      .mobile .burger-menu #responsive-menu-btn.rs-menu-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        bottom: 9px; }

.mobile-menu {
  display: none; }

.banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 550px;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff; }
  .banner a {
    cursor: pointer; }
  .banner .banner-background {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0; }
    .banner .banner-background img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .banner .banner-background iframe {
      width: 100%;
      height: 100%; }
  .banner .container {
    height: 100%; }
  .banner .banner-content {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
    .banner .banner-content.background--bottom {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .banner .banner-content.background--bottom .banner-text-background {
        bottom: 0px; }
      .banner .banner-content.background--bottom h1 {
        max-width: 12.125em; }
    .banner .banner-content.background--center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .banner .banner-content.background--center .banner-text-background {
        top: 0;
        bottom: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .banner .banner-content .banner-text-background {
      margin: 0 auto;
      position: absolute;
      z-index: 1;
      right: 0;
      left: 0;
      height: auto; }
    .banner .banner-content h1, .banner .banner-content p {
      z-index: 2; }
    .banner .banner-content h1 {
      color: #FFFFFF;
      font-size: 36px;
      line-height: 45px;
      text-align: center;
      margin: 0 auto;
      font-weight: 500;
      position: relative;
      text-transform: none;
      padding-bottom: 40px; }
      .banner .banner-content h1 strong {
        color: #fff;
        font-weight: 900; }
    .banner .banner-content p {
      font-size: 24px; }
      .banner .banner-content p a {
        text-decoration: none;
        font-weight: bold;
        color: #b7916c; }
      .banner .banner-content p strong {
        color: #b7916c;
        font-size: 90%; }

.more-info {
  text-align: center;
  padding: 60px 0;
  border-top: solid 5px #B7916C;
  background: #fff;
  position: relative;
  z-index: 2; }
  .more-info h2 {
    color: #7A0F6B;
    font-size: 25px;
    font-weight: 600;
    text-transform: none; }
  .more-info p {
    max-width: 812px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 15px; }
  .more-info img {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 57px;
    margin: 40px auto; }
  .more-info a {
    text-decoration: none;
    border: 2px solid #720062;
    color: #720062;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 8px 42px;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .more-info a:hover {
      background-color: #720062;
      color: #fff; }

.services-section {
  background: #720062;
  text-align: center;
  padding: 58px 0; }
  .services-section h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #B7916C;
    text-transform: none; }
  .services-section p {
    max-width: 652px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 15px;
    font-weight: 600; }
  .services-section .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .services-section .services .inner {
      width: calc(33% - 40px);
      display: inline-block;
      padding: 41px 20px;
      text-align: left;
      min-width: 346px; }
      .services-section .services .inner img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
      .services-section .services .inner h4 {
        color: #B7916C;
        font-size: 22px;
        padding-top: 20px;
        line-height: 28px;
        font-weight: 600; }
      .services-section .services .inner p {
        width: unset;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 26px;
        padding-top: 0; }

.donate-section {
  background: #003057;
  text-align: center;
  padding: 24px 0; }
  .donate-section .container {
    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; }
  .donate-section h3 {
    display: inline-block;
    margin: 0;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    padding: 25px 43px;
    text-transform: none; }
  .donate-section a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    padding: 21px 60px;
    border: 2px solid #B7916C;
    margin: 0 13px;
    text-decoration: none;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .donate-section a:hover {
      background: #B7916C; }
    .donate-section a:first-of-type {
      background: #B7916C; }
      .donate-section a:first-of-type:hover {
        background-color: transparent; }

body .events .slick-arrow,
body .events .slick-arrow:active {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.events {
  padding: 65px 0 90px 0;
  text-align: center; }
  .events h3 {
    color: #B7916C;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 49px;
    text-transform: none; }
  .events #event-slider {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 63px; }
    .events #event-slider .slick-dots li.slick-active button:before {
      color: #720062; }
    .events #event-slider .slick-dots li {
      width: 41px;
      height: 0px;
      margin: 0; }
      .events #event-slider .slick-dots li button {
        width: 25px;
        height: 25px; }
        .events #event-slider .slick-dots li button:before {
          color: #720062;
          opacity: 1;
          font-size: 22px;
          line-height: 29px;
          border-radius: 50%;
          border: 2px solid #720062;
          width: 25px;
          color: transparent;
          height: 25px; }
        .events #event-slider .slick-dots li button:last-child {
          margin: 0; }
    .events #event-slider .slick-prev, .events #event-slider .slick-next {
      top: calc(50% - 63px - 25px);
      width: 60px;
      height: 60px;
      background: #F5F5F5;
      border-radius: 50%;
      color: #720062; }
    .events #event-slider .slick-prev {
      left: -100px; }
      .events #event-slider .slick-prev:before {
        content: "\f053";
        font-family: FontAwesome;
        margin: 0;
        color: #720062;
        margin-left: -2px; }
    .events #event-slider .slick-next {
      right: -100px; }
      .events #event-slider .slick-next:before {
        content: "\f054";
        font-family: FontAwesome;
        margin: 0;
        color: #720062;
        margin-right: -2px; }
    .events #event-slider .left {
      width: 49%;
      display: inline-block; }
      .events #event-slider .left img {
        width: 100%;
        padding-right: 45px; }
    .events #event-slider .right {
      width: 49%;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .events #event-slider .right h4 {
        color: #750565;
        font-size: 24px;
        margin-bottom: 25px;
        margin-top: 0; }
      .events #event-slider .right span {
        color: #B9936F;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        display: block; }
      .events #event-slider .right .event-desc {
        padding-bottom: 25px; }
        .events #event-slider .right .event-desc p {
          color: #000000;
          font-size: 16px;
          line-height: 26px; }
      .events #event-slider .right a {
        text-decoration: none;
        border: 2px solid #720062;
        color: #720062;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        padding: 8px 26px;
        display: inline-block;
        background: none;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .events #event-slider .right a:hover {
          background-color: #720062;
          color: #fff; }
  .events .seeall {
    margin-top: 90px; }
    .events .seeall a {
      text-decoration: none;
      padding: 7px 26px;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 600;
      line-height: 23px;
      border: 2px solid #003057;
      background-color: #003057;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      .events .seeall a:hover {
        background-color: transparent;
        color: #003057; }

.spotlight {
  background: #F5F5F5;
  padding: 41px 0 139px 0;
  text-align: center; }
  .spotlight h3 {
    color: #B7916C;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 35px;
    text-transform: none; }
  .spotlight .inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .spotlight .inner .inner-main {
      display: inline-block;
      width: calc(50% - 50px);
      margin: 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      height: 396px;
      max-width: 600px;
      min-width: 400px;
      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;
      mix-blend-mode: darken;
      position: relative; }
      .spotlight .inner .inner-main:before {
        content: '';
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.15);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1; }
      .spotlight .inner .inner-main img {
        width: 100%;
        max-width: 65px; }
      .spotlight .inner .inner-main h4 {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 600;
        padding-top: 15px;
        margin-bottom: 35px; }
      .spotlight .inner .inner-main a {
        display: inline-block;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        text-decoration: none;
        border: 2px solid #fff;
        padding: 8px 26px;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .spotlight .inner .inner-main a:hover {
          background-color: #fff;
          color: #003057; }

.register-section .container {
  position: relative; }

.register {
  background: #7A0F6B;
  padding: 40px 60px;
  position: absolute;
  top: -65px;
  z-index: 1;
  width: calc(100% - 120px);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  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; }
  .register h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: none; }
  .register .register_button {
    display: inline-block;
    width: 49%;
    text-align: right; }
    .register .register_button a {
      text-align: right;
      color: #FFFFFF;
      font-size: 24px;
      font-weight: 600;
      line-height: 31px;
      text-decoration: none;
      border: 2px solid #B7916C;
      background-color: #B7916C;
      padding: 13px 50px; }
      .register .register_button a:hover {
        background: transparent; }

.home .widget-footer {
  padding-top: 70px; }

@media screen and (max-width: 1200px) {
  .header-container .nav li {
    padding-left: 1vw;
    padding-right: 1vw; }
  body .header-container .nav .button.donate {
    margin: 0 1vw; } }

@media screen and (max-width: 980px) {
  .nav-row .wrapper {
    padding: 0; }
  .header-container .nav li {
    padding-left: 5px;
    padding-right: 5px; }
  body .header-container .nav .button.donate {
    margin: 0 5px; }
  .slick-prev {
    left: -90px; }
  .slick-next {
    right: -90px; } }

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px; }
  .donate-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .donate-section .container a {
      width: 50%;
      margin: 10px; }
  .events h3, .donate-section h3, .spotlight h3, .services-section h3 {
    font-size: 24px; }
  .events {
    padding: 25px 0 50px; }
    .events h3 {
      padding-bottom: 20px; }
    .events #event-slider {
      padding-bottom: 20px; }
      .events #event-slider .left {
        width: 100%;
        padding-bottom: 15px; }
        .events #event-slider .left img {
          padding-right: 0; }
      .events #event-slider .right {
        width: 100%;
        vertical-align: top;
        text-align: center; }
      .events #event-slider .slick-arrow {
        display: none !important; }
  .register-section .register {
    -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;
    width: calc(100% - 180px);
    left: 20px;
    right: 20px; }
    .register-section .register h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .register-section .register a {
      width: 100%;
      display: block;
      padding: 13px 0;
      margin-top: 20px;
      text-align: center; }
  .home .widget-footer {
    padding-top: 160px;
    text-align: center; }
  html .widget-footer div.widget {
    border: 0; }
  html #nav, html #nav ul, html #nav {
    background: #003057 !important;
    left: 0;
    width: 100%; }
  .sub-menu {
    position: unset; }
  .mobile-menu {
    display: unset; }
  #nav-wrap {
    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;
    padding: 10px 0 !important; }
    #nav-wrap #menu-icon {
      color: #fff;
      font-size: 24px;
      margin-top: -10px;
      width: auto !important; }
    #nav-wrap .button.donate {
      background-color: #B7916C !important;
      margin: 0 1.5em;
      margin-right: 10px; }
      #nav-wrap .button.donate a {
        color: #fff;
        text-decoration: none;
        padding: 5px 20px; }
    #nav-wrap .button {
      border: 2px solid #B7916C; }
      #nav-wrap .button a {
        padding: 4px 12px;
        color: #fff; }
  .header-container ul.nav > li.nav-parent > a::after {
    position: absolute;
    right: 32px;
    top: 24px;
    content: '\f054'; }
  .header-container ul.nav > li.nav-parent.hover > a::after {
    content: '\f078'; }
  .nav-row #nav {
    border-radius: 0;
    padding: 0; }
    .nav-row #nav li.button {
      display: none; }
    .nav-row #nav li {
      padding: 16px 32px 0 !important; }
      .nav-row #nav li a:after {
        display: none; }
      .nav-row #nav li:hover {
        padding-bottom: 0 !important; }
        .nav-row #nav li:hover > a {
          padding-bottom: 16px;
          display: block; }
      .nav-row #nav li.last-mobile-item {
        padding-bottom: 16px !important; }
      .nav-row #nav li .sub-menu {
        position: unset;
        margin: 16px 0 0 -42px;
        width: calc(100% + 85px);
        display: block; }
        .nav-row #nav li .sub-menu li {
          padding: 16px 42px !important;
          background: rgba(255, 255, 255, 0.1); }
          .nav-row #nav li .sub-menu li a {
            padding: 0; } }

@media screen and (max-width: 480px) {
  .banner {
    height: 414px; }
    .banner .banner-content.background--bottom .banner-text-background {
      max-height: 66%;
      left: -50%;
      height: auto;
      width: 200%; }
    .banner .banner-content h1 {
      font-size: 30px;
      line-height: 36px;
      padding-bottom: 10px; }
  .services-section .services .inner {
    width: calc(100% - 60px);
    min-width: unset;
    padding: 25px 30px; }
    .services-section .services .inner h4 {
      margin: 0; }
  .spotlight .inner .inner-main {
    min-width: unset;
    width: calc(100% - 40px);
    height: 235px;
    margin: 40px 25px;
    position: relative; }
    .spotlight .inner .inner-main h4 {
      font-size: 24px; }
    .spotlight .inner .inner-main a {
      position: absolute;
      bottom: -39px;
      background: #B7916C;
      border: 0;
      width: calc(100% - 52px); }
  .home .widget-footer {
    padding-top: 120px; }
  .home h3 {
    padding: 0 !important;
    margin: 0 !important; }
  .widget-footer #text-10 {
    margin: 0; }
  .widget-footer .third, .widget-footer .half, .widget-footer .fourths, .widget-footer .two-third, .widget-footer .three-fourths {
    margin-bottom: 0; }
  .widget-footer #searchform input, .widget-footer .wpcf7 input {
    min-width: 100%; }
  .widget-footer .widget {
    padding-bottom: 0 !important; }
  footer.outter-wrapper .clearfix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer.outter-wrapper .clearfix .foot-nav {
      text-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 0; }
  .register-section .register {
    width: calc(100% - 108px);
    left: 30px;
    right: 30px;
    padding: 20px; }
    .register-section .register .register_button {
      width: 100%; }
    .register-section .register a {
      background: #B7916C;
      border: 0;
      width: 100%;
      padding: 10px 0; }
  .events .event-slider-inner {
    margin-top: 20px; }
  html input[type=text], html input[type=email], html input[type=password], html textarea, html a.btn, html input[type=button], html input[type=submit] {
    width: 100% !important; }
  #nav-wrap #menu-icon {
    width: auto !important;
    margin-top: 0; }
  #nav {
    top: 50px !important; } }
