html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4 {
  font-family: "Bebas Neue", sans-serif;
}

.top-nav {
  padding: 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.top-nav .phone-number a {
  color: #963535;
}
@media (min-width: 320px) {
  .top-nav .phone-number {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .top-nav .phone-number {
    text-align: left;
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
}
.top-nav .phone-number i {
  margin-right: 20px;
  transform: rotate(90deg);
}
.top-nav .social-icon i {
  position: relative;
  font-size: 28px;
  margin-right: 10px;
  color: #3943B7;
}
@media (min-width: 320px) {
  .top-nav .social-container {
    text-align: center;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .top-nav .social-container {
    text-align: right;
    justify-content: end;
    align-items: center;
    display: flex;
    margin-top: 0;
  }
}
@media (min-width: 810px) {
  .top-nav .language-icon {
    position: relative;
  }
}
.top-nav .language-icon select {
  border: 0;
  background-color: transparent;
}
.top-nav .language-icon a {
  color: #3943B7;
}
.top-nav img {
  width: 100%;
}
.top-nav .nav-logo {
  margin-top: -20px;
}
@media (min-width: 320px) {
  .top-nav .nav-logo {
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .top-nav .nav-logo {
    margin-top: -11px;
  }
}
@media (min-width: 810px) {
  .top-nav .nav-logo {
    margin-top: -11px;
  }
}
@media (min-width: 1080px) {
  .top-nav .nav-logo {
    margin-top: -20px;
  }
}

.navbar {
  width: 100%;
  z-index: 1;
}
@media (min-width: 320px) {
  .navbar {
    top: 0;
    position: relative;
    background-color: #3943B7;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar {
    top: 95px;
    position: absolute;
    background-color: transparent;
  }
}
@media (min-width: 320px) {
  .navbar svg {
    color: #ffffff;
  }
}
.navbar .navbar-bg {
  background-color: #3943B7;
  border-radius: 5px;
}
.navbar .navbar-bg li {
  padding: 5px 0;
}
.navbar .navbar-bg li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px !important;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .navbar .navbar-bg li a {
    padding: 10px 8px !important;
    font-size: 11px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-bg li a {
    padding: 10px 12px !important;
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .navbar .navbar-bg li a {
    padding: 10px 15px !important;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-bg li a {
    padding: 10px 20px !important;
    font-size: 14px;
  }
}
.navbar .navbar-bg i {
  color: #fff;
}
.navbar .navbar-bg .dropdown-menu {
  border: 0;
}
.navbar .navbar-bg .dropdown-menu a {
  color: #3943B7;
}
.navbar .navbar-bg .donate-btn {
  background-color: #B30101;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  transition: all ease 0.2s;
}
@media (min-width: 320px) {
  .navbar .navbar-bg .donate-btn {
    padding: 15px;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-bg .donate-btn {
    padding: 6px 16px !important;
    border-radius: 5px;
  }
}
.navbar .navbar-bg .donate-btn:hover {
  background: #2B338C;
  color: #ffffff;
}
.navbar .spanish-nav {
  background-color: #3943B7;
  border-radius: 5px;
}
.navbar .spanish-nav li {
  padding: 5px 0;
}
.navbar .spanish-nav li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px !important;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .navbar .spanish-nav li a {
    padding: 10px 10px !important;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .navbar .spanish-nav li a {
    padding: 10px 8px !important;
    font-size: 11px;
  }
}
@media (min-width: 1080px) {
  .navbar .spanish-nav li a {
    padding: 10px 8px !important;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .navbar .spanish-nav li a {
    padding: 10px 10px !important;
    font-size: 13px;
  }
}
.navbar .spanish-nav i {
  color: #fff;
}
.navbar .spanish-nav .dropdown-menu {
  border: 0;
}
.navbar .spanish-nav .dropdown-menu a {
  color: #3943B7;
}
.navbar .spanish-nav .donate-btn {
  background-color: #B30101;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all ease 0.2s;
}
@media (min-width: 320px) {
  .navbar .spanish-nav .donate-btn {
    padding: 15px;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar .spanish-nav .donate-btn {
    padding: 6px 16px !important;
    border-radius: 5px;
  }
}
.navbar .spanish-nav .donate-btn:hover {
  background: #2B338C;
  color: #ffffff;
}

footer {
  position: relative;
  background-color: #1D225E;
  color: #ffffff;
  padding: 40px 0;
  padding-bottom: 0;
  overflow-y: hidden;
  background-image: url("../../images/footer-bg.png");
  background-position: bottom left;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media (min-width: 320px) {
  footer {
    text-align: center;
    background-image: none;
  }
}
@media (min-width: 768px) {
  footer {
    text-align: left;
    background-image: none;
  }
}
@media (min-width: 1080px) {
  footer {
    background-size: 10%;
    background-image: url("../../images/footer-bg.png");
  }
}
@media (min-width: 1400px) {
  footer {
    background-size: 18%;
  }
}
footer img {
  width: 50%;
}
@media (min-width: 320px) {
  footer img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  footer img {
    width: 50%;
  }
}
footer a {
  color: #ffffff;
}
footer h1 {
  margin-bottom: 0;
  font-size: 36px;
}
footer hr {
  width: 50px;
  height: 2px;
  border: 0;
  background-color: #737BD4;
  margin: 0;
  margin-bottom: 20px;
}
footer .hours {
  border: 1px solid #ffffff3d;
  padding: 9px;
  text-align: center;
}
footer .store-hours, footer .store-days {
  display: inline-block;
}
footer .store-hours li, footer .store-days li {
  margin-bottom: 10px;
}
footer .site-map {
  vertical-align: top;
  column-count: 1;
}
@media (min-width: 320px) {
  footer .site-map {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer .site-map {
    display: inline-block;
    text-align: left;
    column-count: 2;
  }
}
footer .site-map li {
  line-height: 32px;
  width: auto;
}
@media (min-width: 810px) {
  footer .site-map li {
    padding: 0 5px;
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  footer .site-map li {
    padding: 0 10px;
    font-size: initial;
  }
}
@media (min-width: 1200px) {
  footer .site-map li {
    padding: 0 18px;
  }
}
@media (min-width: 1300px) {
  footer .site-map li {
    padding: 0 25px;
  }
}
footer .site-map li a {
  color: #ffffff;
}
footer .footer__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
footer .footer__bg .icon1 {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  max-width: 976px;
}
footer .footer__bg .icon1 img {
  width: 100%;
  height: 100%;
}
footer p {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
  opacity: 0.5;
  padding-bottom: 5px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  height: auto;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .img-banner {
    padding: 85px 0 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1080px) {
  .img-banner {
    padding: 85px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 100px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.signup-bg {
  background: url("../../images/signup-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.donate-strip {
  padding: 100px 0;
  padding-top: 50px;
  background-image: url("../../images/donate-strip.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
}
@media (min-width: 768px) {
  .donate-strip {
    background-position: 0 -289px;
    padding-top: 190px;
  }
}
@media (min-width: 1024px) {
  .donate-strip {
    background-position: 0 -459px;
  }
}
@media (min-width: 1200px) {
  .donate-strip {
    background-position: 0 -289px;
    background-attachment: fixed;
  }
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}

.link-pdf, .submit-btn, .return-btn, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.link-pdf:focus, .submit-btn:focus, .return-btn:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .link-pdf, .submit-btn, .return-btn, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #3943B7;
  background: #3943B7;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #9DA2DB;
  border: 1px solid #9DA2DB;
  color: #000;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #3943B7;
  background: #3943B7;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.return-btn:hover {
  background: #22b359;
  border: 1px solid #22b359;
  color: #000;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #22b359;
  background: #22b359;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #F25757;
  border: 1px solid #F25757;
  color: #000 !important;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #fead54;
  background: #fead54;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #3943B7;
  border: 1px solid #3943B7;
  color: #fff;
  text-decoration: underline;
}

.carousel .wave-container {
  float: none !important;
  bottom: -1px;
  left: 0;
  width: calc(100% - 0px) !important;
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  min-width: 25px;
}
.carousel .slide-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right, #ffffff 10%, transparent);
}
.carousel .slide-item__bg .icon {
  max-width: 530px;
  width: 40%;
}
.carousel .slide-item__bg .icon img {
  width: 100%;
}
.carousel .carousel-item .carousel-img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}
.carousel .carousel-caption {
  text-align: left;
  color: #3943B7;
  text-transform: uppercase;
  width: 40%;
  left: 20.2%;
  bottom: 35%;
}
@media (min-width: 768px) {
  .carousel .carousel-caption {
    left: 20%;
    bottom: 13%;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel-caption {
    left: 20%;
    bottom: 33%;
  }
}
@media (min-width: 1080px) {
  .carousel .carousel-caption {
    bottom: 23%;
  }
}
@media (min-width: 1194px) {
  .carousel .carousel-caption {
    left: 20%;
    bottom: 5%;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption {
    bottom: 25%;
  }
}
.carousel .carousel-caption h1 {
  font-size: 68px;
  font-weight: 900;
  color: #ffffff;
}
@media (min-width: 768px) {
  .carousel .carousel-caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .carousel .carousel-caption h1 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption h1 {
    font-size: 70px;
  }
}
.carousel .carousel-caption .btn {
  background-color: #3943B7;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.carousel .carousel-caption .btn:hover {
  background-color: #F25757;
  color: #ffffff;
}
.carousel .carousel-indicators li {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}
.carousel .carousel-indicators li.active {
  width: 30px;
  background-color: #F25757;
}

.welcome-section {
  padding: 60px 0;
}
.welcome-section .about-btn {
  background-color: #B30101;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 15px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(242, 87, 87, 0.2);
}
.welcome-section .about-btn i {
  color: #3943B7;
  background-color: #ffffff;
  font-size: 24px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.welcome-section .about-btn:hover {
  background-color: #3943B7;
  color: #ffffff;
}
.welcome-section .about-btn:hover i {
  color: #ffffff;
  background-color: transparent;
}
.welcome-section .home-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .welcome-section .home-image {
    width: 50%;
  }
}
.welcome-section img {
  border-radius: 15px;
}
.welcome-section .rosa-logo {
  float: right;
  width: 27%;
}
.welcome-section h1 {
  color: #3943B7;
  font-size: 68px;
  line-height: 64px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .welcome-section h1 {
    font-size: 66px;
  }
}
.welcome-section .red-text {
  color: #B30101;
}
.welcome-section .about-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #3943B7;
  font-style: italic;
}
.welcome-section a {
  margin-left: 0;
  padding-left: 0;
  color: #3943B7;
  font-weight: 900;
}

.video-section {
  position: relative;
  padding: 100px 0;
  padding-top: 50px;
  background-image: url("../../images/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 10px solid #F25757;
  background-attachment: fixed;
}
.video-section .card {
  margin-top: 50px;
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1200px) {
  .video-section .card {
    height: 390px;
  }
}
.video-section .card i {
  color: #B30101;
}
.video-section .card .form-list li {
  font-size: 17px;
  margin-bottom: 9px;
}
.video-section .card h1 {
  margin-bottom: 10px;
  color: #3943B7;
}
.video-section .card ul {
  text-align: left;
}
@media (min-width: 340px) {
  .video-section .card ul {
    margin: 0 25px;
  }
}
@media (min-width: 1080px) {
  .video-section .card ul {
    margin: 0 8px;
  }
}
@media (min-width: 1200px) {
  .video-section .card ul {
    margin: 0 20px;
  }
}
.video-section .card ul li {
  margin-bottom: 10px;
  font-size: 22px;
}
.video-section .card a {
  text-align: left;
  color: #333333;
}
.video-section .card a i {
  color: #3943B7;
}
.video-section .card .btn-main {
  color: #fff;
}
.video-section .card .btn-main:hover {
  color: #000;
}
.video-section .form-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.video-section .form-card h1 {
  margin-bottom: 0;
}

.news-container {
  padding: 80px 0;
  padding-top: 50px;
  background-color: #FFAE55;
  background-image: url("../../images/news-section.png");
  background-position: bottom right;
  background-size: 32%;
  background-repeat: no-repeat;
}
.news-container h1 {
  color: #ffffff;
  text-shadow: 0 0 5px #2B338C;
  font-size: 64px;
}
.news-container .card {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .news-container .card {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .news-container .card {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .news-container .card {
    height: 275px;
  }
}
.news-container .card .news-date {
  position: relative;
  background-color: #F25757;
  top: -15px;
  border-radius: 50px;
  padding: 3px 13px;
  color: #ffffff;
}
.news-container .card .card-body h2 {
  color: #3943B7;
}
.news-container .card .card-body a {
  letter-spacing: 1px;
  color: #3943B7;
  font-weight: 500;
}

.team-page .card {
  background: #f2f3fa;
}
.team-page img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .team-page img {
    float: right;
    width: 50%;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

.fancy-border {
  width: 100%;
  text-align: center;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #3943B7 0%, #3943B7 20%, #F25757 20%, #F25757 20%, #F25757 40%, #fead54 40%, #fead54 40%, #9DA2DB 40%, #9DA2DB 40%, #9DA2DB 40%, #9DA2DB 60%, #fead54 60%, #fead54 80%, #22b359 80%, #22b359 80%, #22b359 100%) 1 stretch repeat;
  border-width: 12px;
}

.news-page .card {
  background: #f2f3fa;
}
.news-page h2 {
  color: #000;
}
.news-page .event .event-date {
  background-color: #CB4848;
  padding: 20px 20px;
  text-align: center;
  margin-right: 15px;
  color: #fff;
  font-size: 25px;
}
.news-page .event-title {
  margin-top: 0;
  margin-bottom: 0;
}
.news-page .event-excerpt p {
  font-size: 16px;
}

.news-detail-page .card {
  background: #f2f3faba;
}
.news-detail-page h2 {
  color: #2B338C;
}
.news-detail-page h3 {
  font-size: 20px;
}
.news-detail-page p {
  font-size: 16px;
}

.photo-g-page .card-columns {
  column-gap: 0.6rem;
  background: #eee;
}
@media (min-width: 768px) {
  .photo-g-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-g-page .card-columns {
    column-count: 3;
  }
}
.photo-g-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-g-page .cat-topic a {
  color: #000;
  background-color: #F25757;
  padding: 7px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  border-radius: 18px;
}
.photo-g-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-g-page .cat-topic a.active-topic {
  background-color: #2B338C;
  color: #fff;
  white-space: normal;
}
.photo-g-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.services-page .card {
  background: aliceblue;
}
@media (min-width: 768px) {
  .services-page h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .services-page h2 {
    font-size: 26px;
  }
}
@media (min-width: 1080px) {
  .services-page h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .services-page .name-btn {
    display: flex;
  }
}
.services-page .name-btn .btn-main {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .services-page .name-btn .btn-main {
    margin-left: 12px;
    margin-top: 0;
    font-size: 12px;
  }
}

.com-resources .plusminus {
  margin-right: 10px;
  font-size: 20px;
  align-items: center;
  display: flex;
}
.com-resources .card {
  background: aliceblue;
}
.com-resources .card h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .com-resources .card h2 {
    font-size: 28px;
  }
}
.com-resources .card .card-body {
  background: #f9f9f9;
}
.com-resources .card .card-body span {
  color: #2B338C;
}

.forms-recourses h2 {
  display: flex;
}
.forms-recourses h2 > div i {
  color: #F25757;
}
.forms-recourses .select-cat {
  background: #eee;
  padding: 15px;
}
.forms-recourses .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.forms-recourses .cat-topic a {
  color: #fff;
  background-color: #3943B7;
  padding: 7px;
  margin: 10px 5px 0px 5px;
  white-space: normal;
  border-radius: 5px;
}
.forms-recourses .cat-topic a:hover {
  text-decoration: none;
}
.forms-recourses .cat-topic a.active-topic {
  background-color: #22b359;
  color: #000;
  white-space: normal;
}
.forms-recourses .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.forms-recourses .card {
  background: aliceblue;
  border: none;
  border-radius: 0;
}
.forms-recourses .card i {
  font-size: 22px;
}
.forms-recourses .card a {
  color: #2B338C;
}

.contact-page {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/request_bg.jpg);
  background-size: cover;
}
.contact-page .card {
  padding: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-page .row {
  display: flex;
}
.contact-page .lead p {
  font-size: 15px;
}
.contact-page .form .request-info {
  position: relative;
}
.contact-page .form .request-info input, .contact-page .form .request-info textarea, .contact-page .form .request-info select {
  width: 100%;
  height: 60px;
  padding-left: 45px;
  margin-bottom: 30px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .contact-page .form .request-info input, .contact-page .form .request-info textarea, .contact-page .form .request-info select {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form .request-info input, .contact-page .form .request-info textarea, .contact-page .form .request-info select {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form .request-info textarea {
    padding-left: 45px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .contact-page .form .request-info select {
    text-indent: 76px;
    line-height: 30px;
  }
}
.contact-page .form .request-info input, .contact-page .form .request-info textarea, .contact-page .form .request-info select {
  color: #4245468a;
}
.contact-page .form .request-info input::placeholder, .contact-page .form .request-info textarea::placeholder, .contact-page .form .request-info select::placeholder {
  color: #4245468a;
}
.contact-page .form .request-info textarea {
  height: 240px;
  padding-top: 25px;
}
.contact-page .form .request-info .icon-bg {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .contact-page .form .request-info .icon-bg {
    left: 14px;
  }
}
@media (min-width: 1024px) {
  .contact-page .form .request-info .icon-bg {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-page .form .request-info .icon-bg {
    left: 15px;
  }
}
.contact-page .form .request-info .icon-bg-textarea {
  top: 25px;
}
.contact-page .form .submit-btn {
  font-size: 20px;
}
.contact-page .form .submit-btn:hover {
  border: 1px solid #2B338C;
}

.contact-layout1 {
  margin-top: -100px;
  background: url(../../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-layout1 .contact-panel {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 20px;
  background-color: #ffffffd6;
  -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
}
.contact-layout1 .contact-panel .contact-panel__title {
  font-size: 34px;
  text-align: center;
}
.contact-layout1 .contact-panel .contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.contact-layout1 .contact-panel textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}
.contact-layout1 .contact-panel__info {
  position: relative;
  padding: 55px 60px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.contact-layout1 .contact-panel__info:after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  width: 3px;
  background-color: #213360;
}
.contact-layout1 .contact-panel__info .contact__list li {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px a;
  margin-bottom-color: #fff;
}
.contact-layout1 .contact-panel__info .contact__list li i {
  margin-right: 8px;
}
.contact-layout1 .contact-panel__title {
  font-size: 30px;
}
.contact-layout1 .btn-main {
  font-size: 20px;
}
.contact-layout1 .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .contact-layout1 .g-recaptcha {
    transform: scale(0.97);
  }
}

.donate-policies ul {
  list-style-type: disc;
  list-style-position: inside;
}

.donate-img img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .donate-img img {
    width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .donate-img img {
    width: 55%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .donate-img img {
    width: 30%;
    margin-bottom: 0;
  }
}

.stayinformed-page .container {
  padding-top: 11%;
}
@media (min-width: 768px) {
  .stayinformed-page .container {
    padding-top: 18%;
  }
}
@media (min-width: 1024px) {
  .stayinformed-page .container {
    padding-top: 13%;
  }
}
@media (min-width: 1080px) {
  .stayinformed-page .container {
    padding-top: 8%;
  }
}
.stayinformed-page .card {
  padding: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stayinformed-page .row {
  display: flex;
}
.stayinformed-page .lead p {
  font-size: 15px;
}
.stayinformed-page .form .request-info {
  position: relative;
}
.stayinformed-page .form .request-info input, .stayinformed-page .form .request-info textarea, .stayinformed-page .form .request-info select {
  width: 100%;
  height: 60px;
  padding-left: 45px;
  margin-bottom: 30px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .stayinformed-page .form .request-info input, .stayinformed-page .form .request-info textarea, .stayinformed-page .form .request-info select {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .stayinformed-page .form .request-info input, .stayinformed-page .form .request-info textarea, .stayinformed-page .form .request-info select {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) {
  .stayinformed-page .form .request-info textarea {
    padding-left: 45px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .stayinformed-page .form .request-info select {
    text-indent: 76px;
    line-height: 30px;
  }
}
.stayinformed-page .form .request-info input, .stayinformed-page .form .request-info textarea, .stayinformed-page .form .request-info select {
  color: #4245468a;
}
.stayinformed-page .form .request-info input::placeholder, .stayinformed-page .form .request-info textarea::placeholder, .stayinformed-page .form .request-info select::placeholder {
  color: #4245468a;
}
.stayinformed-page .form .request-info textarea {
  height: 240px;
  padding-top: 25px;
}
.stayinformed-page .form .request-info .icon-bg {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .stayinformed-page .form .request-info .icon-bg {
    left: 14px;
  }
}
@media (min-width: 1024px) {
  .stayinformed-page .form .request-info .icon-bg {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .stayinformed-page .form .request-info .icon-bg {
    left: 15px;
  }
}
.stayinformed-page .form .request-info .icon-bg-textarea {
  top: 25px;
}
.stayinformed-page .form .submit-btn {
  font-size: 20px;
}
.stayinformed-page .form .submit-btn:hover {
  border: 1px solid #2B338C;
}

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