/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/

a {
  color: #0080ff;
}

/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){





}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}

/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}



.strip-block img{
  width:93%;
  /* padding-top:20px; */
}

.header-contact{
  display:flex;
  align-items: end;
  margin-top:-12px;
  margin-bottom:20px;
}
.header-contact img{
  width:2%;
  margin-left:9px;
  margin-bottom:5px;
}
.header-contact button{
  border:none;
  background-color: transparent;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:19px;
  color:#183663;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
  cursor: pointer;
}

.header-contact button:hover{
  background-color: #E3F2CB;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

.navbar{
  background-color: #183663;
  border-bottom: solid 5px #e3f2cb;
  /* margin-top:20px; */
  font-family: "Oxygen", sans-serif;
  font-size:18px;
  /* position: sticky;
  top: 0;
  z-index: 99; */
}
/* .sticky {
position: fixed;
top: 0;
width: 100%;
} */

/* .sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
} */

.sticky-header {
position: sticky;
top: 0;
z-index: 100; /* Ensure it stays on top */
background-color: #fff; /* Optional: Set a background color */
/* padding: 20px; */
}


.sticky-header.shrink {
padding: 0px;
}

.sticky-header.shrink .logo {
width: 260px; /* Shrink the logo to a smaller width */
height: auto; /* Maintain aspect ratio */
margin-bottom: -14px;
margin-top:9px;
transition: ease-in-out 200ms;
}

.sticky-header .logo {
  width: 437px; /* Normal logo size */
  height: auto;
  margin-top:20px;
  transition: ease-in-out 200ms;
  padding-left:0px;
}

@media screen and (max-width:926px){
  .sticky-header.shrink .logo {
    width:220px;
  }
  .header-contact button{
    font-size:14px;
    margin-left:6px;
  }
  .sticky-header .logo {
    width: 437px; /* Normal logo size */
    height: auto;
    margin-top:20px;
    transition: ease-in-out 200ms;
    padding-left:0px;
  }
}

.nav-item{
  margin-left:11px;
  margin-right:11px;
}

.nav-item i{
font-size:13px;
}

/*dropdown on hover */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top:10px;
  padding-bottom:10px;
  border-radius: 5px;
  background-color: #E3F2CB;
}

.dropdown-menu a {
  text-decoration: none;
  display: block;
  background-color: #E3F2CB;
  color:#183663;
  transition: ease-in-out 200ms;
}
.dropdown-menu a:hover {
  color:#f8f8f8;
  background-color: #183663;
  transition: ease-in-out 200ms;
}

.dropdown:hover .dropdown-menu {
display: block;
}

/*END dropdown on hover*/

/*************************  media queries for header and nav-bar  ******************/
@media screen and (max-width:1194px){
  .nav-item{
    margin-left:10px;
    margin-right:10px;
    font-size:14px;
  }
} 
@media screen and (max-width: 834px){
  #logo-header img{
    width: 175%;
  }
  .header-contact{
    margin-top:16px;
  }
  .header-contact button{
    font-size: 15px;
  }
}
@media screen and (max-width:460px){
  #logo-header img{
    width:100%;
  }
  .header-contact button{
    margin-bottom:10px;
  }
  .header-contact img{
    width:6%;
  }
  .header-contact{
    margin-top:0px;
    margin-bottom:0px;
  }
  .sticky-header .logo{
    margin-top: 5px;
  }
  .sticky-header .logo {
    width: 437px; /* Normal logo size */
    height: auto;
    margin-top:20px;
    transition: ease-in-out 200ms;
    padding-left: 15px;
  }
}

/*SLIDE SHOW*/
.slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .slider-text {
    padding-left: 15px;
    margin-top: -210px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}

@media (min-width: 1024px) {
  .slider-text {
    margin-top: -260px;
  }
}

@media (min-width: 1194px) {
  .slider-text {
    margin-top: -280px;
  }
}

@media (min-width: 1200px) {
  .slider-text {
    margin-top: -200px;
  }
}

@media (min-width: 1280px) {
  .slider-text {
    margin-top: -290px;
  }
}

@media (min-width: 1366px) {
  .slider-text {
    margin-top: -340px;
  }
}

@media (min-width: 1800px) {
  .slider-text {
    margin-top: -420px;
  }
}

.slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

@media (min-width: 768px) {
  .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
    margin-right: 25%;
    margin-left: 3%;
  }
}

@media (min-width: 1024px) {
  .slider-text h1 {
    font-size: 40px;
    margin-left: 2%;
  }
}

@media (min-width: 1200px) {
  .slider-text h1 {
    font-size: 35px;
    margin-left: 4%;
  }
}

@media (min-width: 1366px) {
  .slider-text h1 {
    font-size: 50px;
    margin-left: 5%;
  }
}

@media (min-width: 1500px) {
  .slider-text h1 {
    font-size: 50px;
    margin-left: 17%;
  }
}

.slider-text p {
  color: #000;
}

@media (min-width: 768px) {
  .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}

@media (min-width: 1024px) {
  .slider-text p {
    font-size: 22px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}

@media (min-width: 768px) {
  .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}

@media (min-width: 1024px) {
  .overlay {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .overlay {
    height: auto;
  }
}


.slide-text .caption {
  font-family: "Oxygen", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color:#003366;
  margin-bottom:40px;
  text-shadow: 0px 0px 8px #ffffff;
}

/**********************FOCUS AREA************************/
.focus-area{
  width:100%;
  margin:auto;
  padding-top:50px;
  padding-bottom:50px;
  background-image: linear-gradient(#ffffff 7px, transparent 7px), linear-gradient(to right, #ffffff 7px, transparent 7px);
  background-size: 20px 20px;
  background-color: rgba(124, 163, 222, 0.04);
}

.fa-card-list{
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}
.fa-card-list-2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top:60px;
}

#fa-area-card a{
  text-decoration: none;
}

.fa-card{
  border:none;
  width:510px;
  margin-right:30px;
  margin-left:30px;
  
}
.fa-card-top{
  display:flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding:30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-bottom:0px;
  border: solid 1px #1836634a;
  padding-right:10px;
}
.fa-card-bottom{
  background-image: linear-gradient(to top, #E3F2CB 50%, #183663 50%);
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 400ms ease-in-out; 
  /* background-color: #183663;
  color:#f8f8f8; */
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding:30px;
  margin-top:-20px;
  border: solid 1px #183663;
  border-top:none;
  /* transition: ease-in-out 500ms; */
}
.fa-card-bottom p{
  color: #f8f8f8;
  font-weight: 400;
  font-size:19px;
}

.fa-icons-bg{
  background-color: #E3F2CB;
  border-radius:50%;
  height: 102px;
  width:102px;
  transition: ease-in-out 500ms;
}

.flaticon-newspaper-1{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 64px;
  padding-top:19%;
  transition: ease-in-out 500ms;
}
.flaticon-menu{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 73px;
  padding-top:15%;
  transition: ease-in-out 500ms;
}
.flaticon-user-profile{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 72px;
  padding-top:16%;
  transition: ease-in-out 500ms;
}
.flaticon-calendar{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 68px;
  padding-top:13%;
  transition: ease-in-out 500ms;
}
.flaticon-megaphone{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 76px;
  padding-top:12%;
  padding-left:10px;
  transition: ease-in-out 500ms;
}
.flaticon-map{
  display: flex;
  justify-content:center;
  /* align-items: center;  */
  color:#183663;
  font-size: 92px;
  padding-top:0%;
  transition: ease-in-out 500ms;
}



.fa-card-top p{
  font-size:27px;
  color:#183663;
  display:flex;
  align-items: center;
  margin-left:11px;
  width:100%;
  text-align: center;
  font-family: "Oxygen", sans-serif;
}

/*card hover styling*/
.fa-card:hover{
  .fa-card-bottom{
    background-position: bottom;
  /* background-color: #E3F2CB;*/
    
    border: solid 1px #1836634a;
    border-top: none;
    transition: ease-in-out 400ms;
  }
  .fa-card-bottom p{
    color:#183663; 
    font-weight: 400;
  }
  .fa-icons-bg{
    background-color: #183663;
    transition: ease-in-out 500ms;
  }
  .flaticon-newspaper-1,.flaticon-menu,.flaticon-map,.flaticon-user-profile,.flaticon-calendar,.flaticon-megaphone{
    color:#f8f8f8;
    transition: ease-in-out 500ms;
  }
}

/***************************   media queries for focus area   ****************************/

@media screen and (max-width:1688px){
  .fa-card{
    width:348px;
  }
  .fa-card-top p{
    font-size:18px;
  }

}
@media screen and (max-width:1366px){
  .fa-card{
    width:358px;
    margin-right:20px;
    margin-left:20px;
  }
  .fa-card-top{
    padding-top:14px
  }
  .fa-card-bottom{
    padding-bottom:20px;
  }
  .fa-card-top p{
    font-size:20px;
  }
  .fa-icons-bg{
    height:75px;
    width:75px;
  }
  .flaticon-newspaper-1{
    font-size:45px;
    padding-top:21%;
  }
  .flaticon-menu{
    font-size:53px;
  }
  .flaticon-user-profile{
    font-size:52px;
  }
  .flaticon-calendar{
    font-size:51px;
  }
  .flaticon-megaphone{
    font-size: 57px;
  }
  .flaticon-map{
    font-size:68px;
  }
} 

@media screen and (max-width:1280px){
  .fa-card-bottom{
    font-size:16px;
  }
}


@media screen and (max-width:1194px){
  .fa-card-list{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fa-card{
    width:470px;
    margin-bottom:40px;
  }
  .fa-card-list-2{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #focus-area-columns{
    column-count: 2;
  }
}
@media screen and (max-width:926px){
  .fa-card{
    width: 419px;
  }
}

@media screen and (max-width:834px){
  .fa-card {
    width: 384px;
  }
  .fa-card-bottom{
    height: 140px;
  }
}
@media screen and (max-width: 810px){
  .fa-card{
    width:357px;
    margin-right:0px;
    margin-left:0px;
  }
}
@media screen and (max-width: 768px){
  .fa-card{
    width: 356px;
  }
}
@media screen and (max-width:460px){
  #focus-area-columns{
    column-count: 1;
  }
  .fa-card-list-2{
    margin-top: 10px;
  }
}
@media screen and (max-width:360px){
  .fa-card{
    width:340px;
  }
  .fa-card-top p{
    font-size: 18px;
  }
}
@media screen and (max-width:320px){
  .fa-card{
    width:300px;
  }
  .fa-card-top p{
    font-size: 15px;
  }
  .fa-card-bottom p{
    font-size: 13px;
  }
}



/*************************** Hp Youtube Video Section****************************/
.hp-youtube-section{
  padding-top:50px;
  padding-bottom:50px;
  background-image: url(../../images/yt-bg.png);
  background-position: bottom;
  /* background-color: #E3F2CB; */
  height:800px;
}
.hp-youtube-video{
  width:74%;
  margin:auto;
  /* display:flex;
  flex-direction: row; */
}
.cgi-rt{
  width:70%;
  margin:auto;
}
.cgi-rt iframe{
  width: 100%;
}
/* .video-text{
  margin-left:50px;
} */
.video-text p{
  font-family: "Oxygen", sans-serif;
  font-size:35px;
  color:#183663;
  font-weight: 500;
  text-align: center;
  padding-bottom:20px;
}

/************************   media queries for youtube section  ***********************/
@media screen and (max-width:1366px){
  .hp-youtube-section{
    height:600px
  }
}
@media screen and (max-width:1194px){
  .hp-youtube-section{
    height:500px;
  }
}
@media screen and (max-width: 834px){
  .cgi-rt{
    width:95%;
  }
  .video-text p{
    font-size: 28px;
  }
}
@media screen and (max-width:460px){
  .hp-youtube-section{
    height:400px;
  }
  .hp-youtube-video{
    width:90%;
  }
  .video-text p{
    font-size: 20px;
  }
}




/*************************** Footer Section****************************/
#footer{
  padding-top:30px;
  padding-bottom:0px;
  background-color: #333;
}
.footer-logo {
  width: 40%;
  display: flex;
  align-items: center;
}
.footer-logo img{
  width: 80%;
}

.footer-info-section{
  width: 70%;
  margin:auto;
}
.footer-top-section {
  display: flex;
  justify-content: space-between;
  /* margin-right: 122px;
  margin-left:40px; */
}

.footer-fb-number{
  /* margin-top: 10px; */
  display: flex;
  align-items: center;
  width: 30%;
}

.footer-fb-number img{
  width:30px;
  margin-right:40px;
}
.footer-fb-number a{
  color:#f8f8f8;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
}
.footer-nav{
  /* display:flex;
  flex-direction: row; */
  width: 100%;
  margin:auto;
  margin-top:20px;
  column-count: 1;
}

@media (min-width:768px) {
  .footer-nav {
    column-count: 3;
  }
}
@media (min-width:1024px) {
  .footer-nav {
    column-count: 4;
  }
}
@media (min-width:1200px) {
  .footer-nav {
    column-count: 5;
  }
}

.footer-nav ul {
  padding-left: 0px;
  margin-bottom: 0;
}

.footer-nav li {
  list-style: none;
  line-height: 2;
  font-family: "Oxygen", sans-serif;
  
}
.footer-nav a {
  color:#f8f8f8;
  text-decoration: none;
}
.footer-meals-img{
  width:18%;
}
.footer-meals-img img{
  width:80%;
  /* margin-left:78px; */
}


.ddmg-sig{
  background-color: #000;
  color:#fff;
  text-align: center;
  padding-top:20px;
  padding-bottom:10px;
  font-size: 12px;
  margin-top:50px;
}

/************************   media queries for footer section  ***********************/

@media screen and (max-width:1366px){
  .footer-info-section{
    width:96%;
  }
  .footer-nav li{
    font-size: 15px;
  }
  .footer-meals-img img{
    width: 80%;
  }
  
}
@media screen and (max-width:1194px){
  .footer-logo {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .footer-logo img{
    width: 100%;
  }
  .footer-nav li{
    font-size:13px;
  }
  .footer-fb-number{
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    width: auto;
  }
 
  /* .footer-nav ul{
    padding-left:35px;
  } */
  .footer-meals-img{
    width: 20%;
  }
  .footer-meals-img img{
    width: 60%;
    margin: auto;
    display: block;
    
  }
}

@media screen and (max-width:926px){
  .footer-nav ul{
    padding-left: 32px;
  }
  .footer-meals-img img{
    width: 70%;
   }
}

@media screen and (max-width:834px){
  .footer-fb-number img{
    width:21px;
    margin-right:18px;
  }
  .footer-fb-number a{
    font-size:14px;
  }
  /* .footer-nav {
    display:flex;
    flex-direction: row;
  } */
  .footer-nav ul{
    padding-left: 25px;
  }
  .footer-nav li{
    font-size: 12px;
  }
  /* .footer-meals-img img{
    margin-left:20px;
  } */
  .footer-meals-img{
    width: 19%;
  }
}
@media screen and (max-width:810px){
  .footer-nav ul{
    padding-left:21px;
  }
  .footer-logo img{
    width: 80%;
  }
}
@media screen and (max-width: 768px){
  .footer-nav li{
    font-size: 11px;
  }
  .footer-logo img{
    width: 100%;
  }
}
@media screen and (max-width:460px){
  .footer-top-section{
    flex-direction:column;
    align-items: center;
    margin-right: 0px;
    margin-left:0px;
  }
  .footer-logo{
    width: 90%;
  }
  .footer-nav{
    flex-direction: column;
    text-align: center;
  }
  .footer-nav ul{
    padding-left:0px;
  }
  .footer-nav li{
    font-size: 14px;
  }
  .footer-meals-img{
    width: 40%;
    margin: auto;
    display: block;
  }
  /* .footer-meals-img img{
    margin-left:15px;
  } */
}


/*watermark image*/
main.logo-bg {
  background: url("../../images/watermark.png") no-repeat;
  
  background-position: right top;
  background-size: 50%;
 
  /* margin-bottom:20px; */
}
@media screen and (max-width: 460px){
  main.logo-bg{
    background-size: 93%;
  }
}

/********  INTERIOR PAGES   ********/

/*menu page*/
.menu-page img{
  margin: auto;
  margin-top:40px;
  /* width:80%; */
}
@media screen and (max-width:1024px){
  .menu-page{
    min-height:760px;
    padding-top:40px;
  }
}
@media screen and (max-width:460px){
  .menu-page {
    min-height: 314px;
  }
}

/*About Us Page*/
.about-header{
  background-image: url(../../images/interior-banners/1.png);
  /* background-size: contain; */
  background-position: center;
}
.about-header-text{
  padding-top:40px;
  padding-bottom:0px;
  color:#003366;
  font-size: 40px;
  font-weight: 500; 
  font-family: "Oxygen", sans-serif;
}
.about-header-text p{
  margin-bottom:0px;
}

.about-us-page{
  min-height: 500px;
}
.about-bg{
  background-color: #00336609;
  padding-top:20px;
  padding-bottom: 20px;
}

.about-us-text{
  padding: 0px 20px 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  background-color: #ffffff85;
}


.annual-report-btn{
  background-color: #003366;
  border:none;
  color:#fff;
  padding:5px 10px 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: ease-in-out 300ms;

}
.annual-report-btn:hover{
  background-color: #00336627;
  color:#003366;
  transition: ease-in-out 300ms;
}
@media screen and (max-width:460px){
  /* .about-header-text{
    padding-top:6px;
  } */
  .about-us-text{
  font-size: 16px;
  }
  .annual-report-btn{
    text-align: center;
  }
}

/*Hours and Directions Page*/
.hours-header{
  background-image: url(../../images/interior-banners/5.png);
  /* background-size: contain; */
  background-position: top;
}
.hours-header-text{
  padding-top:40px;
  padding-bottom:0px;
  color:#003366;
  font-size: 40px;
  font-weight: 500; 
  font-family: "Oxygen", sans-serif;
}
.hours-header-text p{
  margin-bottom:0px;
}

.hours-page{
  min-height: 300px;
}
.hours-bg{
  background-color: #00336609;
  padding-top:50px;
  padding-bottom: 20px;
  
}

.hours-text{
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  /* font-size: 20px; */
  background-color: #ffffff85;
  margin-bottom:40px;
}

.hours-bg iframe{
  width:100;
}


/*Staff Page*/
.staff-page-title{
  background-image: url(../../images/interior-banners/7.png);
  /* background-size: contain; */
  background-position: center;
}
.staff-page-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#ffffff;
}


.management-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.management-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}


.staff-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.staff-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}

.staff-image{
  height: 450px;
  width:100%;
  overflow: hidden;
}
.staff-image img{
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.staff-name{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.staff-title{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  margin-bottom:25px;
}
/*staff detail page*/

.staff-detail-box{
  background-color: #00336623;
  border-radius:15px;
  padding:20px;
  margin-bottom:40px;
}
.detail-staff-title{
  border-bottom: solid 3px #003366;
}
.return-btn button{
  border:none;
  background-color: transparent;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:30px;
  
}

.return-btn button:hover{
  background-color: #E3F2CB;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*media queries */
@media screen and (max-width:1024px){
  .staff-detail-page{
    min-height:710px;
  }
}
@media screen and (max-width:460px){
  .staff-detail-box{
    width:90%;
  }
  .management-header{
    width:80%;
    margin:auto;
    margin-top:30px;
    margin-bottom: 30px;
  }
  .staff-header{
    width:80%;
    margin:auto;
    margin-top:30px;
    margin-bottom: 30px;
  }
  .staff-image{
    height:213px;
  }
  .staff-name{
    
  }
  .staff-title{
    font-size:15px;
  }
}

/* Board Members Page*/
.board-page-title{
  background-image: url(../../images/interior-banners/8.png);
  /* background-size: contain; */
  background-position: top;
}
.board-page-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#ffffff;
}


.board-members-page{
  min-height:400px;
  /* padding-top:40px; */
}
.board-image{
  height: 306px;
  width:100%;
  overflow: hidden;
}
.board-image img{
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.directors-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin-top:30px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
}
.directors-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}

.board-name{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.board-title{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  margin-bottom:25px;
}

/*board directors detail page*/
.board-detail-box{
  background-color: #00336623;
  border-radius:15px;
  padding:20px;
  margin-bottom:40px;
}
.detail-board-title{
  border-bottom: solid 3px #003366;
}
.return-btn button{
  border:none;
  background-color: transparent;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:30px;
  
}

.return-btn button:hover{
  background-color: #E3F2CB;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*media queries */
@media screen and (max-width:1024px){
  .board-members-page{
    min-height:760px;
  }
}
@media screen and (max-width:460px){
  /* .directors-header{
    margin-right:20px;
    margin-left:20px;
  } */
  .board-detail-box{
    width:90%;
  }
  .board-image{
    height:300px;
    width:82%;
    overflow: hidden;
    margin: auto;
  }
}


/*Photo Gallery Page*/

.photo-gallery-title{
  background-image: url(../../images/interior-banners/9.png);
  /* background-size: contain; */
  background-position: center;
}
.photo-gallery-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#ffffff;
}


.photo-gallery-page{
  min-height: 500px;
  margin-bottom:40px;
}

.photo-gallery p{
  font-family: "Oxygen", sans-serif;
  font-size:30px;
  color:#183663;
}

/*media queries */
@media screen and (max-width:1024px){
  .photo-gallery-page{
    min-height:760px;
  }
}


/*category button start*/
.category-button {
  background-color: #fff;
  color: #003366;
  padding: 5px 10px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #003366;
  z-index: 1;
  margin-right:20px;
  cursor: pointer;
  text-decoration: none;
  transition: ease-in-out 200ms;

}
.category-button:hover{
  color:#003366;
  background-color: #E3F2CB;
  transition: ease-in-out 200ms;
}
/* .category-button::before {
  content: "";
  background-color: #954241;
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
} */

.cat-topic button.active-topic a {
  border-bottom:solid 1px #003366;
  /* border-top:solid 1px #003366; */
  background-color: #E3F2CB;
  color:#003366;
}

.cat-topic button{
  border:none;
  background: none;
  margin-bottom:20px;
}
/*category button end*/

.gallery-image{
  height:270px;
  width:100%;
  overflow:hidden;
}
.gallery-image img{
  min-height:100%;
  min-width:100%;
  object-fit: cover;
}


/*Programs and Services Page*/
.programs-services-page{
  /* margin-top:70px; */
  margin-bottom:50px;
}
.program-service-intro-text{
  width:75%;
  margin:auto;
}

.ps-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:30px;
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
  width:75%;
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.ps-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}
.ps-text{
  font-family: "Oxygen", sans-serif;
  text-align: center;
}
.ps-name{
  font-family: "Oxygen", sans-serif;
  text-align: center;
  color:#003366;
  font-size:30px;
  /* font-weight:600; */
  padding-top:10px;
}

.programs-services-container{
  width:75%;
  margin:auto;
}
.program-service-row{
  display:flex;
  justify-content: center;
}
.program-service-card a{
  text-decoration: none;
}
.program-service-card{
  border:none;
  margin-bottom:50px;
  background-color: #0033660c; 
  transition: ease-in-out 300ms;
}

.program-service-card:hover{
  background-color: #003366;
  transition: ease-in-out 300ms;
  .ps-name{
    color:#fff;
  }
  .program-service-image img{
    transform: scale(1.05);
    transition: ease-in-out 300ms;
  }
}

.program-service-image{
  height:300px;
  width:100%;
  overflow:hidden; 
}
.program-service-image img{
  min-height: 100%;
  min-width:100%;
  object-fit: cover;
  transition: ease-in-out 300ms;
}

/*detail page*/

.programs-detail-header{
  background-image: url(../../images/interior-banners/2.png);
  /* background-size: contain; */
  background-position: center;
}

.programs-detail-header p{
  padding-top:40px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:30px;
  font-weight: 500;
  color:#fff;
}
.detail-ps-name{
  background-color: #0033663a;
  color:#003366;
  /* text-align: center; */
  /* margin:auto; */
  margin-top:30px;
  margin-bottom: 30px;
  padding-left:30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:50%; */
  
}
.detail-ps-name p{
  font-size:33px;
  font-family: "Oxygen", sans-serif;
  margin-bottom:0px;
  padding-left:30px;
}


.ps-pdf-btn{
  background-color: #003366;
  border:none;
  color:#eee;
  padding:5px 15px; 
  margin-bottom:20px;
  border-radius: 13px;
  cursor: pointer;
  transition: ease-in-out 300ms;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  font-family: "Oxygen", sans-serif;

}
.ps-pdf-btn:hover{
  background-color: #E3F2CB;
  color:#003366;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  transition: ease-in-out 300ms;
}


.ps-return-btn button{
  border-radius: 10px;
  border:none;
  border-right: solid 2px #003366;
  border-left: solid 2px #003366;
  background-color: #e3f2cb;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding:3px 15px; 

  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:20px;
  margin-top:80px;
  
}

.ps-return-btn button:hover{
  background-color: #003366;
  /* border-right: solid 2px #e3f2cb;
  border-left: solid 2px #e3f2cb; */
  color:#fff;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*programs and services media queries*/
@media screen and (max-width:1280px){
  .program-service-image{
    height:190px;
  }
  .ps-name{
    font-size:20px;
  }
}
@media screen and (max-width:460px){
  .ps-header{
    width: 90%;
  }
  .program-service-intro-text{
    width: 90%;
  }
  .detail-ps-name p{
    font-size: 26px;
    padding-left:0px;
    text-align: center;
  } 
}



/*Trips and Tours Page*/
.trips-tours-title{
  background-image: url(../../images/interior-banners/2.png);
  /* background-size: contain; */
  background-position: center;
}
.trips-tours-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#fff;
}
.trips-box{
  background-color: #0033661a;
  border-radius: 10px;
  padding:10px;
  padding-left:20px;
}
.trips-box h2{
  border-bottom:solid 2px #003366;
  padding-bottom:10px;
}
.trips-box a{
  background-color: #003366;
  color:#fff;
  transition: ease-in-out 300ms;
  border-radius: 12px;
  font-size:17px;
  text-decoration: none;
  padding: 2px 10px;
  font-family: "Oxygen", sans-serif;
}
.trips-box a:hover {
  color:#003366;
  border-bottom: solid 2px #003366;
  background: transparent;
  border-radius: 0px;
  transition: ease-in-out 300ms;
}


/*Detail page*/
.trips-tours-detail-page{
  min-height:600px;
}
.detail-trips-title{
  background-color: #0033663a;
  color:#003366;
  /* text-align: center; */
  /* margin:auto; */
  margin-top:30px;
  margin-bottom: 30px;
  padding-left:30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:50%; */
  
}
.detail-trips-title p{
  font-size:33px;
  font-family: "Oxygen", sans-serif;
  margin-bottom:0px;
  padding-left:30px;
}

.detail-trips-box{
  background-color: #ffffffc7;
  /* padding-bottom:200px; */
  border-radius:30px;
  /* margin-bottom:20px; */
}

.trips-form-btn button{
  background-color: #d2e0ee;
  color:#003366;
  border:solid 1px #00336664;
  cursor: pointer;
  padding-right:10px;
  padding-left:10px;
  border-radius: 10px;
}


.trips-return-btn button{
  border-radius: 10px;
  border:none;
  border-right: solid 2px #003366;
  border-left: solid 2px #003366;
  background-color: #e3f2cb;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding:3px 15px; 
  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:50px;
  margin-top:50px;
}

.trips-return-btn button:hover{
  background-color: #003366;
  color:#fff;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*media queries */
@media screen and (max-width:1024px){
  .trips-tours-detail-page{
    min-height:760px;
  }
}

@media screen and (max-width:460px){
  .detail-trips-title p{
    font-size: 26px;
    padding-left:0px;
    text-align: center;
  }
}

/*Special Events Page*/

.special-events-title{
  background-image: url(../../images/interior-banners/3.png);
  /* background-size: contain; */
  background-position: center;
}
.special-events-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#fff;
}
.event-card{
  background-color: #0033661a;
  border-radius: 10px;
  padding:10px;
  padding-left:20px; 
}
.event-card h2{
  border-bottom:solid 2px #003366;
  padding-bottom:10px;
}
/* .event-card a{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  border-bottom: solid 2px #003366;
  text-decoration: none;
  padding: 2px 10px;
  transition: ease-in-out 300ms;
}
.event-card a:hover {
  background-color: #003366;
  color:#fff;
  transition: ease-in-out 300ms;
  border-radius: 12px;
} */

.event-card a{
  background-color: #003366;
  color:#fff;
  transition: ease-in-out 300ms;
  border-radius: 12px;
  font-size:17px;
  text-decoration: none;
  padding: 2px 10px;
  font-family: "Oxygen", sans-serif;
}
.event-card a:hover {
  color:#003366;
  border-bottom: solid 2px #003366;
  background: transparent;
  border-radius: 0px;
  transition: ease-in-out 300ms;
}



/*Detail page*/
.special-events-detail-page{
  min-height:600px;
}
.detail-special-title{
  background-color: #0033663a;
  color:#003366;
  /* text-align: center; */
  /* margin:auto; */
  margin-top:30px;
  margin-bottom: 30px;
  padding-left:30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:50%; */
  
}
.detail-special-title p{
  font-size:33px;
  font-family: "Oxygen", sans-serif;
  margin-bottom:0px;
  padding-left:30px;
}

.detail-special-box{
  background-color: #ffffffc7;
  /* padding-bottom:200px; */
  border-radius:30px;
  /* margin-bottom:20px; */
}


.se-pdf-btn{
  background-color: #003366;
  border:none;
  color:#eee;
  padding:5px 15px; 
  margin-top:20px;
  border-radius: 13px;
  cursor: pointer;
  transition: ease-in-out 300ms;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  font-family: "Oxygen", sans-serif;

}
.se-pdf-btn:hover{
  background-color: #E3F2CB;
  color:#003366;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  transition: ease-in-out 300ms;
}

.special-events-return-btn button{
  border-radius: 10px;
  border:none;
  border-right: solid 2px #003366;
  border-left: solid 2px #003366;
  background-color: #e3f2cb;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding:3px 15px; 
  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:50px;
  margin-top:50px;
}

.special-events-return-btn button:hover{
  background-color: #003366;
  color:#fff;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*media queries*/ 
@media screen and (max-width:1024px){
  .special-events-page{
    min-height:760px;
  }
}
@media screen and (max-width:834px){
  .special-events-detail-page{
    min-height:700px;
  }
}
@media screen and (max-width:460px){
  .detail-special-title p{
    font-size: 26px;
    padding-left:0px;
    text-align: center;
  } 
}


/*Contact us page*/

.contact-us-page{
  background-color: #0033661e;
  padding-top:50px;
  padding-bottom:50px;
}
.contact-us-container{
  background-color:#ffffff8e;
  border-radius:20px;
}
.contact-us-container h2{
  font-family: "Oxygen", sans-serif;
  color:#003366;
  font-weight: 500;
}

.submit-btn{
  background-color: #003366;
  padding:5px 15px;
  border-radius: 5px;
  border:none;
  cursor: pointer;
  font-family: "Oxygen", sans-serif;
  border:solid 1px #003366;
  transition: ease-in-out 300ms;
}
.submit-btn:hover{
  background-color: #E3F2CB;
  border:solid 1px #003366;
  transition: ease-in-out 300ms;

}
.submit-btn input{
  background: none;
  border:none;
  color:#fff;
  cursor: pointer;
}
.submit-btn:hover input{
  color:#003366;
}
@media screen and (max-width:460px){
  .contact-us-container{
    width:90%;
  }
}



/*Donate Page*/
#give-bg{
  background-color: #0033661e;
  padding-top:50px;
  padding-bottom:50px;
}
.donate-header{
  /* background-color: #00336615; */
  /* color:#003366; */
  padding: 10px 10px;
  border-radius:35px;
  width:95%;
  margin:auto;
  /* padding-left:40px; */

}
.donate-box h2{
  font-family: "Oxygen", sans-serif;
  color:#003366;
  font-weight: 500;
}
/* .donate-header h3{
  background-color: #00336623;
  color:#003366;
  padding: 10px 10px;
  border-radius:35px;
  font-size:35px;
  padding-left:30px;
} */
.donate-box{
  background-color:#ffffff8e;
  border-radius:20px;
  padding:30px;
}
#give-text{
  width:100%;
  margin:auto;
  /* margin-bottom:20px; */
  font-family: "Oxygen", sans-serif;
  /* color:#003366 */
}
.donate-heading{
  font-family: "Oxygen", sans-serif;
  font-size:30px;
  font-weight: 500;
}
.form-row{
  font-family: "Oxygen", sans-serif;

}

.btn-submit{
  background-color: #003366;
  padding:5px 15px;
  border-radius: 5px;
  border:none;
  cursor: pointer;
  font-family: "Oxygen", sans-serif;
  border:solid 1px #003366;
  transition: ease-in-out 300ms;
  color:#fff;
}
.btn-submit:hover{
  background-color: #E3F2CB;
  border:solid 1px #003366;
  transition: ease-in-out 300ms;
  color:#003366;
}

#give-session-expired{
  background-color: #00336623;
  min-height:400px;
  margin-top:30px;
  margin-bottom:30px;
}
#give-session-expired .col-12{
  padding-top:120px;
  font-size: 20px;
  /* padding-bottom:80px; */
}

#give-thanks-container{
  background-color: #00336623;
  min-height:400px;
  margin-top:30px;
  margin-bottom:30px;
}
#give-thanks-container td{
  padding-top:120px;
  font-size: 20px;
  /* padding-bottom:80px; */
}

@media screen and (max-width:460px){
  .donate-header h3{
    font-size: 26px;
    padding-left:0px;
    text-align: center;
  }
  .donate-heading{
    font-size:24px;
  }
}

/* Donate detail page */
.donate-detail-page .donate-table {
  background-color: #00336615;
  border-radius: 35px;
  padding: 30px;
}

/*Volunteer Page*/
.volunteer-page{
  background-color: #0033661e;
  padding-top:50px;
  padding-bottom:50px;
}
.volunteer-box{
  background-color:#ffffff8e;
  border-radius:20px;
  padding-top:40px;
  font-family: "Oxygen", sans-serif;
}
.volunteer-box h2{
  color: #003366;
}

.volunteer-success{
  background-color: #00336623;
  min-height:400px;
  margin-top:30px;
  margin-bottom:30px;
}
.volunteer-success .col-12{
  padding-top:130px;
  font-size: 20px;
}




/*Event Planning Page*/
.event-planning-title{
  background-image: url(../../images/interior-banners/2.png);
  /* background-size: contain; */
  background-position: center;
}
.event-planning-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#fff;
  margin-bottom:0px;
}

.planning-bg{
  background-color: #00336609;
  padding-top:20px;
  padding-bottom: 20px;
}

.event-planning-container{
  background-color: #ffffffc7;
  padding: 25px 30px 40px 30px;
  border-radius:30px;
  margin-top:15px;
}
.event-planning-container p{
  font-size: 16px;
  font-family: "Oxygen", sans-serif;

}

.planning-brochure-btn{
  background-color: #003366;
  border:none;
  color:#eee;
  padding:5px 15px; 
  margin-bottom:14px;
  /* margin-top:3px; */
  border-radius: 13px;
  cursor: pointer;
  transition: ease-in-out 300ms;
  border-right:solid 2px #003366;
  border-left:solid 2px #003366;
  font-family: "Oxygen", sans-serif;

}
.planning-brochure-btn:hover{
  background-color: #E3F2CB;
  color:#003366;
  border-right:solid 2px #003366;
  border-left:solid 2px #003366;
  transition: ease-in-out 300ms;
}


.planning-software-btn{
  background-color: #003366;
  border:none;
  color:#eee;
  padding:5px 15px; 
  margin-bottom:14px;
  margin-top:10px;
  border-radius: 13px;
  cursor: pointer;
  transition: ease-in-out 300ms;
  border-right:solid 2px #003366;
  border-left:solid 2px #003366;
  font-family: "Oxygen", sans-serif;

}
.planning-software-btn:hover{
  background-color: #E3F2CB;
  color:#003366;
  border-right:solid 2px #003366;
  border-left:solid 2px #003366;
  transition: ease-in-out 300ms;
}


/*Event photos page*/
.events-gallery-title{
  background-image: url(../../images/interior-banners/10.png);
  /* background-size: contain; */
  background-position: top;
}
.events-gallery-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#ffffff;
}


.event-gallery-page{
  min-height: 500px;
  margin-bottom:40px;
}

.event-gallery p{
  font-family: "Oxygen", sans-serif;
  font-size:30px;
  color:#183663;
}


/*category button start*/
.category-button {
  background-color: #fff;
  color: #003366;
  padding: 5px 10px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #003366;
  z-index: 1;
  margin-right:20px;
  cursor: pointer;
  text-decoration: none;
  transition: ease-in-out 200ms;

}
.category-button:hover{
  color:#003366;
  background-color: #E3F2CB;
  transition: ease-in-out 200ms;
}
/* .category-button::before {
  content: "";
  background-color: #954241;
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
} */

.cat-topic button.active-topic a {
  border-bottom:solid 1px #003366;
  /* border-top:solid 1px #003366; */
  background-color: #E3F2CB;
  color:#003366;
}

.cat-topic button{
  border:none;
  background: none;
  margin-bottom:20px;
}
/*category button end*/

.event-image{
  height:200px;
  width:100%;
  overflow:hidden;
}
.event-image img{
  min-height:100%;
  min-width:100%;
  object-fit: cover;
}

/*media queries*/ 
@media screen and (max-width:1024px){
  .event-gallery-page{
    min-height:760px;
  }
}

/****    RESOURCES    ****/

/*Forms Page*/
.forms-title{
  background-image: url(../../images/interior-banners/6.png);
  /* background-size: contain; */
  background-position: center;
}
.forms-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#fff;
}
.forms-bg{
  background-color: #ffffff;
}
.forms-page{
  width:75%;
  margin:auto;
}
.form-select{
  /* background-color: #00336615; */
  /* color:#003366; */
  padding: 10px 10px;
  border-radius:35px;
  /* padding-left:40px; */

}
.form-select h4{
  background-color: #0033663a;
  color:#003366;
  /* text-align: center; */
  /* margin-top:30px; */
  /* margin-bottom: 30px; */
  padding: 10px 10px;
  border-radius:35px;
  font-size:20px;
  /* font-weight: 600; */
  padding-left:30px;
}

/*category button start*/
.form-category-button {
  background-color: #fff;
  color: #003366;
  padding: 5px 10px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #003366;
  z-index: 1;
  margin-right:20px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Oxygen", sans-serif;
  transition: ease-in-out 200ms;

}
.form-category-button:hover{
  color:#003366;
  background-color: #E3F2CB;
  transition: ease-in-out 200ms;
}
/* .category-button::before {
  content: "";
  background-color: #954241;
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
} */
.cat-topic{
  margin-left:11px;
}
.cat-topic button.active-topic a {
  border-bottom:solid 1px #003366;
  /* border-top:solid 1px #003366; */
  background-color: #E3F2CB;
  color:#003366;
}

.cat-topic button{
  border:none;
  background: none;
  margin-bottom:20px;
}
/*category button end*/


.form-title{
  background-color: #0033663a;
  color:#003366;
  padding-top:13px;
  padding-left:15px;
  font-family: "Oxygen", sans-serif;
  font-weight:600;
  font-size: 20px;
}
.form-card-info{
  padding:0px 20px 10px 20px;
}
.form-btns{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.form-buttons{
  background-color: #003366;
  color:#fff;
  padding:5px 20px 5px 20px;
  /* width:100%; */
  text-align: center;
  border:none;
  cursor: pointer;
  margin-right:5px;
  margin-left:5px;
}
/* .form-buttons a{
  color:#003366;
} */

/* form page media queries */
@media screen and (max-width:1280px){
  .form-buttons{
    width:100%;
  }
}
@media screen and (max-width:1024px){
  .forms-page{
    min-height:760px;
    width: 85%;
  }
}

/* News page */
.news-page-title{
  background-image: url(../../images/interior-banners/4.png);
  /* background-size: contain; */
  background-position: center;
}
.news-page-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#fff;
}
.news-card{
  background-color: #d8dde2ce;
  border-radius: 10px;
  padding:10px;
  padding-left:20px; 
  padding-bottom:25px;
}
.news-card h2{
  border-bottom:solid 2px #003366;
  padding-bottom:10px;
}
/* .news-card a{
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  border-bottom: solid 2px #003366;
  text-decoration: none;
  padding: 2px 10px;
  transition: ease-in-out 300ms;
}
.news-card a:hover {
  background-color: #003366;
  color:#fff;
  transition: ease-in-out 300ms;
  border-radius: 12px;
} */

.news-card a{
  background-color: #003366;
  color:#fff;
  transition: ease-in-out 300ms;
  border-radius: 12px;
  font-size:17px;
  text-decoration: none;
  padding: 2px 10px;
  font-family: "Oxygen", sans-serif;
}
.news-card a:hover {
  color:#003366;
  border-bottom: solid 2px #003366;
  background: transparent;
  border-radius: 0px;
  transition: ease-in-out 300ms;
}





/*Detail page*/
.news-detail-page{
  min-height:600px;
}
.detail-news-title{
  background-color: #0033663a;
  color:#003366;
  /* text-align: center; */
  /* margin:auto; */
  margin-top:30px;
  margin-bottom: 30px;
  padding-left:30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:50%; */
  
}
.detail-news-title p{
  font-size:33px;
  font-family: "Oxygen", sans-serif;
  margin-bottom:0px;
  padding-left:30px;
}

.detail-news-box{
  background-color: #ffffffc7;
  padding-bottom:150px;
  padding-top:30px;
  border-radius:30px;

  /* margin-bottom:20px; */
}


.news-pdf-btn{
  background-color: #003366;
  border:none;
  color:#eee;
  padding:5px 15px; 
  margin-top:20px;
  border-radius: 13px;
  cursor: pointer;
  transition: ease-in-out 300ms;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  font-family: "Oxygen", sans-serif;

}
.news-pdf-btn:hover{
  background-color: #E3F2CB;
  color:#003366;
  border-right:solid 3px #003366;
  border-left:solid 3px #003366;
  transition: ease-in-out 300ms;
}

.news-return-btn button{
  border-radius: 10px;
  border:none;
  border-right: solid 2px #003366;
  border-left: solid 2px #003366;
  background-color: #e3f2cb;
  margin-left:15px;
  font-family: "Oxygen", sans-serif;
  font-size:17px;
  color:#183663;
  padding:3px 15px; 
  transition: ease-in-out 300ms;
  cursor: pointer;
  margin-bottom:50px;
  margin-top:50px;
}

.news-return-btn button:hover{
  background-color: #003366;
  color:#fff;
  border-radius: 5px;
  padding-right:10px;
  padding-left:10px;
  transition: ease-in-out 300ms;
}

/*media queries*/
@media screen and (max-width:1024px){
  .news-detail-page{
    min-height:760px;
  }
}
@media screen and (max-width:460px){
  .detail-news-title p{
    font-size: 26px;
    padding-left:0px;
    text-align: center;
  } 
}



/*Local services pages*/
.local-page-title{
  background-image: url(../../images/interior-banners/1.png);
  /* background-size: contain; */
  background-position: center;
}
.local-page-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#003366;
}


.local-card{
  border:none;
  padding: 30px;
  background-color: #0033660e;
  margin-top:10px;
  margin-bottom:10px;
  transition: ease-in-out 300ms;

}
.local-card a{
  color:#003366;
}
.local-card:hover{
  scale: 1.05;
  transition: ease-in-out 300ms;
}

/* .local-image{
  height:200px;
  width:100%;
  overflow: hidden;
}
.local-image img{
  max-width:100%;
  max-height:100%;
  object-fit: cover;
} */

/*media queries*/
@media screen and (max-width:1024px){
  .local-services-page{
    min-height:760px;
  }
}


/*FAQ page*/
.faq-page-title{
  background-image: url(../../images/interior-banners/11.png);
  /* background-size: contain; */
  background-position: center;
}
.faq-page-title p{
  padding-top:60px;
  padding-bottom:10px;
  font-family: "Oxygen", sans-serif;
  font-size:40px;
  font-weight: 500;
  color:#ffffff;
}


.faq-container{
  min-height:500px;
}
#accordion{
  margin-top:30px;
  margin-bottom:30px;
  font-family: "Oxygen", sans-serif;
  

}
.faq-card{
  margin-bottom:20px;
  border:none;
  -webkit-box-shadow: 2px 2px 8px -1px #d4e2bf;
  -moz-box-shadow: 2px 2px 8px -1px #d4e2bf;
  box-shadow: 2px 2px 8px -1px #d4e2bf;
  border-radius: 20px;

}
.card-header:first-child{
  border-radius: 20px;
}
.faq-card-header{
  background-color: #00336633;
  /* border-radius: 20px; */
  border:none;
  
}

/*flip icon*/
.faq-container .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  /* background: #ffffff00; */
  border-radius: 4px;
  display: flex;
  font-size: 20px;
}
.faq-container .card-header .accicon i {
  color: #000;
}
.faq-container .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

/*media queries*/
@media screen and (max-width:1024px){
  .faq-container{
    min-height:760px;
  }
}




/***************   Account Pages   *************/
/*Log in*/
.cmad-login-page{
  min-height: 600px;
  padding-top:30px;
}
.account-login-card{
  background-color: #0033661a;
  font-family: "Oxygen", sans-serif;
  color:#003366;
  border-radius: 35px;
}
.acc-login-btn input{
  background-color: #003366;
  border:none;
  border-radius: 5px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 2px;
  padding: 3px 20px 3px 20px;
  cursor: pointer;
  transition: ease-in-out 200ms;
}

.acc-login-btn:hover input{
  background-color: #ffffff;
  color:#003366;
  transition: ease-in-out 200ms;
}


/*media queries*/
@media screen and (max-width:1024px){
  .cmad-login-page{
    min-height:760px;
  }
}
@media screen and (max-width:460px){
  /* .g-recaptcha iframe{
    margin-left:15px;
  } */
  .donate-recaptcha iframe{
  margin-left:-22px;
  }
}

@media screen and (max-width:414px){
  .donate-recaptcha iframe {
    margin-left: -38px;
  }
  .volunteer-recaptcha iframe{
    margin-left:-15px;
  }
}
 @media screen and (max-width:393px){
  .g-recaptcha iframe{
    margin-left:-10px;
  }
  .donate-recaptcha iframe{
    margin-left:-62px;
  }
  .volunteer-recaptcha iframe{
    margin-left:-38px;
  }
 }
@media screen and (max-width:375px){
  .g-recaptcha iframe{
    margin-left:-24px;
  }
  .donate-recaptcha iframe{
    scale: 0.90;
    margin-left:-76px;
  }
   
  .volunteer-recaptcha iframe{
    scale: 0.90;
    margin-left:-53px;
  }
 }

 @media screen and (max-width:360px){
  .g-recaptcha iframe{
    margin-left:-38px;
  }
  .donate-recaptcha iframe{
    scale: 0.90;
    margin-left:-92px;
  }
   
  .volunteer-recaptcha iframe{
    scale: 0.90;
    margin-left:-67px;
  }
 }


 @media screen and (max-width:320px){
  .g-recaptcha iframe{
    scale: 0.80;
    margin-left:-72px;
  }
  .donate-recaptcha iframe{
    scale: 0.80;
    margin-left:-132px;
  }
  .volunteer-recaptcha iframe{
    scale: 0.80;
    margin-left:-108px;
  }
 }


/*Account Home*/
.acc-home-container{
  background-color: #0033661a;
  font-family: "Oxygen", sans-serif;
  color:#003366;
  border-radius: 5px;
  padding: 20px 20px;
}
.acc-home-buttons{
  background-color:#0033661a;
  margin:auto;
  width:60%;
  border-radius: 5px;

}
.acc-edit-btn{
  background-color: #003366;
  border:none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom:10px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;
}
.acc-logout-btn{
  background-color: #850000;
  border:none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom:10px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;
}

.napis-form-send{
  min-height: 600px;
}


/*dues history page*/
.dues-history-page{
  min-height:400px;
}


.dues-history-title{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:50px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius:35px;
  width:100%;
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.dues-history-title p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}

.acc-home-btn{
  background-color: #003366;
  border:none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom:60px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;  
}

.dues-history-table{
  background-color: #00336615;
  border-radius: 35px;
  padding:30px;
}
/*media queries*/
@media screen and (max-width:1024px){
  .dues-history-page{
    min-height:760px;
  }
}

/*update account info*/
.update-acc-title{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:0px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius:35px;
  width:100%;
}
.update-acc-title p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}

.update-acc-box{
  background-color: #bfccd8ae;
  border-radius: 35px;
  padding:30px;
}
.acc-save-btn{
  background-color: #003366;
  border:none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom:0px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;
}
.account-edit-saved{
  /* width:100%; */
  min-height:400px;
  font-family: "Oxygen", sans-serif;

}

/*password reset page*/
.forgot-password-page{
  min-height:600px;
}

.pass-reset-title{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:50px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius:35px;
  width:100%;
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.pass-reset-title p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}

.pass-reset-card{
  border:none;
  background-color: #ebeff2d0;
  width:100%;
  border-radius: 30px;
}

.pass-reset{
  background-color: #003366;
  border:none;
  border-radius: 10px;
  margin-top:10px;
  margin-bottom:20px;
  color:#fff;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;
}


.reset-response-page{
  min-height:600px;
  font-family: "Oxygen", sans-serif;
}
.reset-response-card{
  margin-top:50px;
  padding: 40px 40px;
  background-color: #a9b9c7a8;
  border:none;
  border-radius: 30px;
}

/*media queries*/
@media screen and (max-width:1024px){
  .forgot-password-page{
    min-height:760px;
  }
  .reset-response-page{
    min-height:760px;

  }
}

/*Click to become a member button on acc log in page*/
.become-member-btn button{
  background-color: #e7eedc;
  border:none;
  border-radius: 10px;
  margin-top:20px;
  margin-bottom:60px;
  color:#003366;
  font-family: "Oxygen", sans-serif;
  font-weight: 200;
  padding:5px 25px;
  letter-spacing: 1px;
  cursor:pointer;  
  transition: ease-in-out 300ms;
  /* border: 2px solid #003366; */
}
.become-member-btn:hover button{
  background-color: #003366;
  color: #ffffff;
  /* border: 2px solid #003366; */
  transition: ease-in-out 300ms;
}


/*Become a member page*/
.become-member-title{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:0px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius:35px;
  width:100%;
}
.become-member-title p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}
.become-member-box{
  background-color: #bfccd8ae;
  border-radius: 35px;
  padding:30px;
}

@media screen and (max-width:375px){
.become-member-box .check-box{
  width:107%;
}
}

/*pay dues page*/
.dues-payment-title{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  margin-top:50px;
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius:35px;
  width:100%;
}
.dues-payment-title p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}
#pay-dues-form-container{
  background-color: #bfccd8ae;
  border-radius: 35px;
  padding:30px;
  width:100%;
}

/*Benefits of membership page*/
.benefits-bg{
  background-color: #00336609;
  padding-top:50px;
  padding-bottom: 20px;
}
.benefits-page{
  /* margin-top:70px; */
  margin-bottom:50px;
}
.benefits-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  /* margin-top:30px; */
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:75%; */
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.benefits-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}
.benefits-text{
  /* width:75%; */
  background-color: #ffffffc7;
  padding: 10px 20px 10px 20px;

  /* padding-bottom:200px; */
  border-radius:30px;
}


/*Code of conduct page*/
.conduct-bg{
  background-color: #00336609;
  padding-top:50px;
  padding-bottom: 20px;
}
.conduct-page{
  /* margin-top:70px; */
  margin-bottom:50px;
}
.conduct-header{
  background-color: #0033663a;
  color:#003366;
  text-align: center;
  margin:auto;
  /* margin-top:30px; */
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius:35px;
  /* width:75%; */
  /* border-right: solid 5px #e3f2cb;
  border-left: solid 5px #e3f2cb; */
}
.conduct-header p{
  margin-bottom:0px;
  font-size:30px;
  font-family: "Oxygen", sans-serif;
}
.conduct-text{
  /* width:75%; */
  background-color: #ffffffc7;
  padding: 10px 30px 10px 30px;

  /* padding-bottom:200px; */
  border-radius:30px;
}