/* Over all site */
.g-recaptcha {
  transform:scale(0.78);
  transform-origin:0 0;

}

@media (min-width:428px) {
  .g-recaptcha {
    transform:scale(1);
  }
}

@media (min-width:768px) {
  .g-recaptcha {
    transform:scale(1);
  }
}


/* From Uiverse.io by SujitAdroja */ 
.si-btn {
  color: #003d5b;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #003d5b;
  padding: 5px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  margin-left:130px;
}

.si-btn:hover {
  color: white;
}

.si-btn:focus {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.si-btn:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.si-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #003d5b;
  z-index: -1;
  transition: all 1s;
}

.si-btn:hover::before {
  width: 160%;
}

@media screen and (max-width:1024px){
  .si-btn{
    margin-left: 20px;
  }
}


/* From Uiverse.io by SujitAdroja */ 
.events-btn {
  color: #003d5b;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #003d5b;
  padding: 5px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.events-btn:hover {
  color: white;
}

.events-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #003d5b;
  z-index: -1;
  transition: all 1s;
}

.events-btn:hover::before {
  width: 160%;
}


/* From Uiverse.io by SujitAdroja */ 
.donate-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #003b5d;
  padding: 5px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: #003b5d;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.donate-btn:hover {
  color: white;
  background-color: transparent;  
}

.donate-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #003b5d;
  color:white;
  z-index: -1;
  transition: all 1s;
}

.donate-btn:hover::before {
  width: 160%;  
}


.sm-icons{
  font-size: 25px;
  text-align: end;
  padding-top:6px;
}

/******CRISIS BANNER*******/
#header-crisis-bg{
  background-color:#003b5d;
  padding-bottom:3px;
  padding-top:3px;
}
.header-crisis p{
  text-align: center;
  font-size: 17px;
  color:#e6e6e6;
  font-family: "sarabun" sans-serif;
  font-kerning: none;
  margin-bottom:0px;
}


#nav-bar{
  background-color: #77b0411d;  
}

.navbar-nav{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400; 
 
}
.nav-item{
  padding-left: 22px;
}

#nav-contact{
padding-right:0px;
}

.dropdown-menu{
padding:0px;
}

@media (min-width:768px) {
  .nav-item{
    padding-left: 0px;
  }
}
@media (min-width:1024px) {
  .nav-item{
    padding-left: 0px;
  }
}
@media (min-width:1200px) {
  .nav-item{
    padding-left: 22px;
  }
}

/*dropdown on hover */

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

.dropdown-menu {
display: none;
position: absolute;
z-index: 1;
}

.dropdown-menu a {

text-decoration: none;
display: block;
}
.dropdown-menu a:hover {
background-color: #ddd;
}

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


/*END dropdown on hover*/


#header-info{
margin-top: 7px;
}

@media screen and (max-width:1024px){
  .navbar-nav{
    font-size:15px;
  }
  .nav-item{
    padding-left: 16px;
  }
}

@media screen and (max-width:834px){
#header-info{
  display:flex;
  flex-direction: column;
}
.si-btn{
  margin:auto;
  margin-bottom: 5px;
}
.events-btn{
  margin-bottom:5px;
}
.donate-btn{
  margin-bottom:5px;
}
.nav-item{
  padding-left: 0px;
}
#nav-contact{
  margin-left:-12px;
}
}

@media screen and (max-width:428px) {
.navbar-brand{
  margin:auto;
}
.navbar-brand img{
  width:95%;
}
}


#WCHW-bg{
background-color: #77b0411d;
}
.WCHW-list{
padding-top:10px;
padding-bottom:10px;
font-size: 15px;
text-align: center;
/* font-style: italic; */
font-family: "EB Garamond", serif;
color:#003b5d;
}

/*LIGHTHOUSE PICTURE*/

.lighthouse-pic img{
max-width: 100%;
}

.lighthouse-pic{
padding-left:0px;
padding-right:0px;
}


/***CONFIDENTIALITY POLICY***/

#header-confidentiality-bg{
background-color:#080;
padding-bottom:10px;
padding-top:8px;
}
.header-confidentiality p{
text-align: center;
font-size: 17px;
color:#fff;
font-family: "sarabun" sans-serif;
font-kerning: none;
margin-bottom:0px;
}



/*CALL US FLOATING BUTTON*/
.call-box a:focus {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.call-box a:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.call-us-btn{
transition: 0.1s;
position: fixed;
top: 300px;
right: 0px;
border: 1px solid #ffffff;
background-color:#080;
color:#ffffff;
z-index: 5;
text-align: center;
padding: 5px 15px;
font-size: 23px;
font-weight:500;
}

.call-us-btn:hover{
background-color:#003d5b;
color:#eee;
}

@media screen and (max-width:428px){
.call-us-btn{
  font-size: 17px;
}
}



/*WHO WE ARE SECTION*/

/* #whoweare{
padding-left: 0px;
padding-right: 0px;
}

.wwa-section{
background-color: #003b5d;
padding:50px;
padding-top:40px;
}

.our-mission{
font-family: "Sarabun", serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
text-align: center;
color:#efefef;
}

.wwa-quote{
font-family: 'Times New Roman', Times, serif;
font-size: 50px;
text-align: center;
color:#efefef;
width: 50%;
margin:auto;
} */

/*WHO WE HELP SECTION*/

#whowehelp{
padding-left:0px;
padding-right:0px;
padding-top:50px;
padding-bottom:50px;
background-color: #fff;

/* background-repeat: no-repeat; */

}

.wwh-section{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.who-we-help-container{
  /* width:75%; */
  margin:auto;
}

/* From Uiverse.io by SouravBandyopadhyay */ 
.wwh-card-title {
color: #003f5b;
font-size: 21px;
line-height: normal;
font-weight: 500;
margin-bottom: 30px;
margin-top:6px;
}

.wwh-desc {
font-size: 1em;
font-weight: 400;
line-height: 1.5em;
color: #003f5b;
font-size: 16px;
}



.go-corner {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 4.5em;
height: 4.5em;
overflow: hidden;
top: 0;
right: 0;
background: linear-gradient(135deg, #080, #080);
border-radius: 0 4px 0 13px;
}

.go-arrow {
margin:auto;
margin-top: 7px;
color: #ffffff;
font-family: courier, sans;
}

.go-arrow-smaller{
margin:auto;
margin-top: 13px;
margin-left:15px;
color: #ffffff;
font-family: courier, sans;
}


.flaticon-lawyer, .flaticon-graduation{
font-size:52px;
}

.flaticon-auction, .flaticon-exam-documents, .flaticon-employment, .flaticon-family{
font-size:45px;
}

.wwh-card {
display: block;
position: relative;
max-width: 258px;
max-height: 225px;
background-color: #fcfffb;
border:solid 1px #080;
box-shadow: 0px 0px 2px #080;
border-radius: 10px;
padding: 1.5em 1.2em;
margin: 13px;
text-decoration: none;
z-index: 0;
overflow: hidden;
/* background: linear-gradient(to bottom, #fcfffb, #fcfffb); */
background-color: #fcfffb;
font-family: Arial, Helvetica, sans-serif;
}

.wwh-card:before {
content: '';
position: absolute;
z-index: -1;
top: -16px;
right: -16px;
background: linear-gradient(135deg, #e7f5db, #e7f5db);
height: 32px;
width: 32px;
border-radius: 32px;
transform: scale(1);
transform-origin: 50% 50%;
transition: transform 0.55s ease-out;
}

.wwh-card:hover:before {
transform: scale(28);
}


.wwh-card:hover .wwh-desc {
transition: all 0.5s ease-out;
}

.wwh-card:hover .wwh-card-title {
transition: all 0.5s ease-out;
}

@media screen and (max-width:834px){
.wwh-card{
  max-width:253px;
}
}

@media screen and (max-width:810px){
.wwh-card{
  max-width:260px;
}
}



/*HOW WE HELP SECTION*/

#howwehelp{
  background-image: url(../../images/howwehelp-bg.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-bottom: 100px;
}

.hwh-section{
display: flex;
flex-wrap: wrap;
justify-content: center;

}

.hwh-title{
font-family: 'Times New Roman', Times, serif;
font-size: 50px;
text-align: center;
}

/* #howwehelp-box{
display:flex;
justify-content: center;
} */

/* From Uiverse.io  */ 
.hwh-section .hp-hwh-links a {
  text-decoration: none;
}
.hp-hwh-links {
  background: #003d5b;
  color: #e6e6e6;
  border: none;
  padding: 10px 20px;
  margin:10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(0deg);
  border-radius: 10px;
}


.hp-hwh-links a {
  color: #e6e6e6;
}
.hp-hwh-links:hover span {
  color: #003d5b;
}

span {
display: inline-block;
transform: skew(0deg);
}

.hp-hwh-links::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 100%;
left: 0;
background: #bdd9e5;
opacity: 0;
z-index: -1;
transition: all 0.5s;
border-radius: 10px;
border: solid 1px white;
}

.hp-hwh-links:hover {
color: #003d5b;
}

.hp-hwh-links:hover::before {
left: 0;
right: 0;
opacity: 1;
}

@media screen and (max-width:834px){
.hwh-title{
  font-size: 45px;
}
.hp-hwh-links{
  font-size: 12px;
}
}

@media screen and (max-width:810px){
#howwehelp{
  padding-top:40px;
}
.hwh-title{
  font-size:39px;
}
}



/*MEETINGS SECTION*/

.hp-meeting-section{
  background-color: #003b5db9;
  padding-top:30px;
  padding-bottom:30px;
}
.hp-meeting-title .meeting-text {
  color:#fff;
  padding-bottom: 5px;
  font-family: "sarabun" sans-serif;
  font-weight: 300;
  font-size: 40px;
}
.hp-meeting-title .title{
  color:#fff;
  padding-bottom: 15px;
  font-family: "sarabun" sans-serif;
  font-weight: 300;
  font-size: 40px;
}

.hp-meeting-section .card{
  margin-bottom:20px;
  border:none;
}



/*OLD MEETING CARDS  keeping the css here incase they want this back  */
/*
#meetings{
background-image: url(../../images/meetings-bg.png);
background-size: cover;
padding-top:32px;
padding-bottom:80px;
}
.meetings-title{
font-family:'Times New Roman', Times, serif;
font-size: 50px;
text-align: center;
padding-bottom:20px;
color: #003d5b;
}
.meeting-cards{
display:flex;
flex-direction: row;
justify-content: space-evenly;
}

.myCard {
background-color: transparent;
width: 525px;
height: 435px;
perspective: 1000px;
}
.title {
font-size: 27px;
font-weight:bolder;
font-family: "sarabun" sans-serif;
text-align: center;
margin: 0;
margin-bottom:30px;
}
.m-desc{
font-size:17px;
font-weight:bold;
font-family: "sarabun" sans-serif;
color:#003d5b;
text-shadow: 0px 0px 30px #ffffff;
text-align: justify;
padding-left:50px;
padding-right:50px;
}
.innerCard {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
cursor: pointer;
}
.myCard:hover .innerCard {
transform: rotateY(180deg);
}
.frontSide,
.backSide {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 10px;
color: #003d5b;
font-weight: 700;
border: 2px solid #003b5d;
box-shadow: 2px 2px 15px #74af416e;
}
.frontSide,
.frontSide::before {
background-image: url(../../images/meeting1.png); 
background-repeat: no-repeat;
background-size: cover;
}
.backSide,
.backSide::before {
background-color: #003d5b;
}
.backSide {
transform: rotateY(180deg);
}
.frontSide::before,
.backSide::before {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
border-radius: 1em;
}

SECOND MEETING CARD
.frontSide2,
.frontSide2::before {
background-image: url(../../images/meeting2.png); 
background-repeat: no-repeat;
background-size: cover;
}
.frontSide2,
.backSide {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #fff; 
  font-weight: 700;
  border: 2px solid #003b5d;
  box-shadow: 2px 2px 15px #74af4174;
}
.frontSide2::before,
.backSide::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 1em;

}
@keyframes animate {
  0% {
    opacity: 0.3;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}
@media screen and (max-width:1024px){
  .myCard{
    width:418px;
    height:400px;
  }
  .title{
    font-size: 18px;
  }
  .m-desc{
    font-size:14px;
  }
}
@media screen and (max-width:834px){
#meetings{
  padding-top:36px;
}
.meetings-title{
  font-size:39px;
}
.meeting-cards{
  flex-direction:column;
}
.myCard{
  width:377px;
  height:490px;
  margin:auto;
  margin-bottom:20px;
}
.m-desc{
  padding-left:10px;
  padding-right:10px;
}
}
@media screen and (max-width:810px){
  .myCard{
    width:314px;
    height:490px;
    margin:auto;
    margin-bottom:20px;
  }
}
END OLD MEETING CARDS*/


/*TESTIMONIALS SECTION*/

#hp-testimonials-section{
  background-color:#77b04155;
  /* border-top: solid 10px #080; */
}
.hp-testimonial-cards{
  background-color: #e7ecef;
  box-shadow: 0px 0px 12px 1px #003b5d8f;
  
}
.hp-testimonials-paragraph {
  padding: 5px 10px 5px 10px;
  
}




/*FOOTER*/

#footer {
  background-color:#003b5d ;
  /* padding-bottom:30px; */
/* margin-top: 30px; */
}

/* #footer-logo-container{
  width:25%;
  display: flex;
  flex-direction: column;
  margin-top:30px;
} */

#footer-logo-container img {
  width: 100%;
  /* display: flex;
  flex-direction: column;
  margin-top:30px; */
}

#footer-logo-container span{
  text-align: center;
  font-size: 23px;
  /* margin-top:30px; */
  /* margin-left:87px; */
}

#footer-content{
  display:flex;
  flex-direction: row; 
}
/* #nav-links{
  width:77%;
  justify-content: center;
  display: flex;
  flex-direction: row;
} */
/* .footer-nav-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 228px;
} */

.footer-section {
  margin-left: 16px;
  margin-right: 94px;
  /* display:flex;
  flex-direction: row;
  justify-content: start; */
}

.footer-left {
  column-count: 4;
  column-gap: 4%;
  cursor: pointer;
}
/* .footer-left li {
  padding-bottom:5px;
} */
.footer-btns{
  display: flex;
  flex-direction: column;
}


.footer-left{
  list-style-type: none;
  font-family: "sarabun" sans-serif;
  font-size: 13px;
  text-align: left;
  padding-left: 0px;
}

@media (max-width:1366px) {
  .footer-left {
    column-count: 4;
    cursor: pointer;
  }
}

@media (max-width:1080px) {
  .footer-left {
    column-count: 3;
    /* column-gap: 10%; */
    cursor: pointer;
  }
}

@media screen and (max-width:1024px){
  .footer-section{
    width:15%;
    margin-right:0px;
  }
  /* .footer-nav-section{
    min-width: 200px;
  } */
  .footer-left {
    column-count: 3;
    cursor: pointer;
  }
}

@media screen and (max-width:834px){
  /* #footer{
    min-height:340px;
  } */
  .footer-section{
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-top: -30px;
  }

  .footer-left {
    column-count: 4;
    cursor: pointer;
  }

  #footer-logo-container span{
    font-size:17px;
    /* margin-left:70px; */
  }
  #footer-logo-container {
    margin-bottom: 15px;
  }
  #footer-logo-container img {
    width: 50%;
    margin: 0  auto;
    display: block;
  }
  .footer-nav-section{
    min-width:175px;
  }
  .footer-left{
    font-size:11px;
  }
  .footer-donate-btn{
    margin:auto;
    font-size:9px;
  }
  .footer-si-btn{
    margin:auto;
    font-size:9px;
    width:fit-content;
  }
  .footer-sm-icons {
    font-size:20px;
    /* text-align: center; */
    margin:auto;
  }
}



@media screen and (max-width:428px){
  #footer-content{
  display:flex;
  flex-direction: column;
  }
  .footer-left {
    column-count: 1;
  }
  #footer-logo-container img{
    width: 90%;
  }
  #footer-logo-container span{
    margin:auto;
    padding-top:20px;
  }
  /* #nav-links{
    margin:auto;
    padding-top:50px;
  } */
  .footer-section{
    margin:auto;
    margin-top:30px;
  }
  .footer-left{
    margin:auto;
    padding-left:0px;
  }
  .footer-left li{
    text-align: center;
    margin:auto;
    padding-left:0px;
  }
}

.footer-bottom{
  background-color: #403c3f;
  font-size: 10px;
  text-align: center;
  text-decoration:none;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-top: -16px;
}
.footer-bottom a {
  color: #edebeb;
}


/************* END HOME PAGE **********************/


/*image banner*/

.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 70px 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;
}


/*header images*/
.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/banner1.png);
  background-position: center;
  height:150px;
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner2.png);
  background-position: center;
  height:150px;

}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner3.png);
  background-position: center;
  height:150px;

}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner4.png);
  background-position: center;
  height:150px;

}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner5.png);
  background-position: center;
  height:150px;

}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/banner6.png);
  background-position: center;
  height:150px;

}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  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: 40px 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;
  }
}


/*watermark image*/
main{
  min-height:70vh;
}

main.logo-bg {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: left bottom;
  background-size: 30%;
}



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

/*Staff page*/
#staff-page-bg{
  margin-top:80px;
  margin-bottom:30px;
}
#staff-card-row{
  display:flex;
  justify-content: center;
}

#staff-card{
  margin-bottom:30px;
  transition: 300ms;
}

.staff-card-img{
  height:390px;
}
.staff-card-img img{
  max-height:100%;
  min-width:100%;
  object-fit: cover;
}

#staff-card-bg{
  background-color: #eff6e9;
}

#staff-card-bg h5{
  color:#003b5d;
}
#staff-card-bg p{
  color:#003b5d;
}
#staff-card:hover #staff-card-bg{
  background-color: #ddf1cb;
  /* box-shadow: 3px 3px 10px #003b5d; */
}

#staff-card:hover{
  box-shadow: 3px 3px 10px #003b5d7c;
  transition: 300ms;
}

/*staff detail page*/

#staff-detail-container{
  margin-top:80px;
  margin-bottom:50px;
}

#staff-detail-img{
  width:90%;
}

/*back btn*/
.back-btns {
  background: #003d5b;
  color: #e6e6e6;
  border: none;
  padding: 10px 20px;
  margin:10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(0deg);
  border-radius: 10px;
  transition: all 500ms;

  }
  
  span {
  display: inline-block;
  transform: skew(0deg);
  }
  
  .back-btns::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #bdd9e5;
  opacity: 0;
  z-index: -1;
  transition: all 500ms;
  border-radius: 10px;
  }
  
  .back-btns:hover {
  color: #003d5b;
  }
  
  .back-btns:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
  }




/*Commission page*/
#commission-page-bg{
  margin-top:80px;
  margin-bottom:30px;
}

#commission-card-row{
  display:flex;
  justify-content: center;
}

#commission-card{
  margin-bottom:30px;
  transition: 300ms;
}

.commission-card-img{
  height:400px;
  width: 100%;
  overflow:hidden;
}
.commission-card-img img{
  max-height:100%;
  min-width:100%;
  object-fit: cover;
}

#commission-card-bg{
  background-color: #eff6e9;
}

#commission-card-bg h5{
  color:#003b5d;
}
#commission-card-bg p{
  color:#003b5d;
}
#commission-card:hover #commission-card-bg{
  background-color: #ddf1cb;
  /* box-shadow: 3px 3px 10px #003b5d; */
}

#commission-card:hover{
  box-shadow: 3px 3px 10px #003b5d7c;
  transition: 300ms;
}


/*detail page*/

#commission-detail-container{
  margin-top:80px;
  margin-bottom:50px;
}

#commission-detail-img{
  width:100%;
}

/*this return button styling is the same as the staff page return button*/


/*Events page*/


#events-page-bg{
  padding-top:70px;
  padding-bottom:70px;
}

.events-page-cards.card {
  background-color: #acc8d973;
  border-radius: 10px;
  /* padding-top:15px;
  padding-left:20px;
  padding-bottom:15px;
  padding-right:20px;
  margin-bottom:20px; */
  /* min-width:355px; */
  box-shadow: 0 0 8px 1px #00000048;
  height: auto;
}
.events-page-cards h2 {
  font-size: 25px;
}
.events-page-cards h3 {
  font-size: 20px;
}

/* #events-page-row{
  display: flex;
  justify-content: space-around;
} */



/*detail page*/
#events-page-detail-container{
  background-color: #acc8d973;
  box-shadow: 0 0 8px 1px #00000048;
  border-radius: 15px;
  margin-top:80px;
  margin-bottom:80px;
}

#events-page-detail-container h3 {
  font-size: 22px;
}

#events-page-link-btn{
  background-color: #003b5d;
  border:none;
}

#events-page-map{
  width:100%;
  margin-right:0px;
}
#event-page-map iframe{
  width:101%;
  margin-right:0px;
}

.events-page-return-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #003b5d;
  padding: 5px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: #003b5d;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  margin-bottom:30px;
}

.events-page-return-btn:hover {
  color: white;
  background-color: transparent;  
}

.events-page-return-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #003b5d;
  color:white;
  z-index: -1;
  transition: all 1s;
}

.events-page-return-btn:hover::before {
  width: 160%;  
}


@media (min-width:768px) {
  .events-page-cards.card {
    height: 300px;
  }
}
@media (min-width:1024px) {
  .events-page-cards.card {
    height: 350px;
  }
}
@media (min-width:1200px) {
  .events-page-cards.card {
    height: 300px;
  }
}




/*volunteer page*/

#volunteer-bg{
  background-image: url(../../images/volunteer-bg.jpg);
  background-repeat: no-repeat;
  padding-top:80px;
  padding-bottom:50px;
  background-position: center;
}

#volunteer-white-bg{
  background-color: #ffffffec;
  border-radius: 10px;
  padding-top:30px;
  padding-left: 30px;
  padding-right: 30px;
}

#v-form-submit-btn{
  background-color: #003b5d;
  color:#fff;
  border:none;
  transition: ease-in-out 300ms;
}

#v-form-submit-btn:hover{
  background-color: #77b041;
  color:#003b5d;
  transition: ease-in-out 300ms;
}


/*history and purpose page*/

.history-purpose-container.card {
  background-color: #acc8d973;
  border-radius:10px;
  /* padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px; */
}

.history-purpose-container a {
  color: #003b5d;
}

/* testimonials page*/
#testimonilas-bg{
  background-image: url(../../images/capitol-with-greenery.png);
  background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
}

#testimonial-cards{
  /* width:70%; */
  margin:auto;
  background-color: #fafff6ed;
  border:none;
  box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.26);
}

.testimonial-padding {
  padding-top: 15%;
}

@media (min-width:768px) {
  .testimonial-padding {
    padding-top: 20%;
  }
}
@media (min-width:1024px) {
  .testimonial-padding {
    padding-top: 18%;
  }
}
@media (min-width:1200px) {
  .testimonial-padding {
    padding-top: 15%;
  }
}



/*annual reports page*/

#annual-reports-bg{
  margin-top:80px;
  margin-bottom: 50px;
}

#annual-reports-container {
  background-color: #003b5d29;
  border-radius: 15px;
  padding-top:30px;
  padding-bottom:30px;
}
#annual-reports-container iframe {
  width: 100%;
}

.accordion-card{
  background-color: #003b5d;
}
.accordion-card h5{
  color:#fff;
}

#accordion-card-body{
  background-color: #eee;
}

#report-bg{
  background-color: #77b04135;
}
#annual-reports-container .card-header .accicon {
  float: right;
}
#annual-reports-container .card-header .accicon i {
  color: white;
}
#annual-reports-container .card-header:not(.collapsed)  .rotate-icon  {
  color: white;
  transform: rotate(-45deg);
}
#annual-reports-container .card-header .cat-name {
  margin: 5px auto 5px auto;
  font-size: 25px;
  color: white;
}
#annual-reports-container .card-header .rotate-icon {
  transform: rotate(45deg);
  /* background-color: #F68E35;
  position: relative;
  width: 50px;
  height: 50px; */
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}



/*Who we help pages*/
.who-we-help-container.card{
  /* margin-top:80px; */
  background-color:#acc8d973;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000033;
}

@media screen and (max-width:1280px){
  .who-we-help-container{
    background-color: #b2c8d5c7;
  }
}


/*how we help*/
.how-we-help-container.card{
  /* margin-top:80px; */
  background-color:#acc8d973;
  padding-top:26px;
  padding-bottom:26px;
  padding-left:27px;
  padding-right:27px;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000004f;
}

#coming-soon-container{
  margin-top:80px;
  /* margin-bottom:160px; */
  background-color:#acc8d9d4;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  padding-right:20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000033;
}
.how-we-help-bg{
  background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(to right, #ffffff 2px, transparent 2px);
  background-size: 31px 31px;
  background-color: #fafafa;
  /* padding-top:80px;
  padding-bottom:80px; */
  min-height:500px;
  z-index:-1;
}

@media screen and (max-width:1280px){
  .how-we-help-container{
    background-color: #b2c8d5c7;
  }
}

/*RESOURCES PAGE*/


/*positions list*/


/* .resouces-selections{
  background-color:#fff;
  position: sticky;
  top: 0;
  z-index:400
} */


.resources-filter p{
  letter-spacing: 1px;
  margin-bottom:0px;
  font-size:18px;
}

.resources-filter{
  .form-row{
    margin-right:0px;
    margin-left:0px;
  }
}

.resources-positions-list{
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.resources-positions-list li {
  float: left;
  margin: 0 5px 0 0;
 
  width: 245px;
  height: 45px;
  position: relative;
}

.resources-positions-list label,
.resources-positions-list input {
  border-radius:5px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#cbd4de81;
  margin-left:10px;
}

.resources-positions-list input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  cursor: pointer;
}

.resources-positions-list input[type="radio"]:checked+label,
.Checked+label {
  background: #e3f8d5;
  box-shadow: 0 0 3px #003b5d71;

}

.resources-positions-list label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 0;
  display:flex;
  justify-content: center;
  align-items: center;
}

.resources-positions-list label:hover {
  background: #DDD;
}

/*interests list*/
.resources-interest-list{
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.resources-interest-list li {
  float: left;
  margin: 0 5px 0 0;
  width: 245px;
  /* width: auto; */
  height: 45px;
  position: relative;
}

.resources-interest-list label,
.resources-interest-list input {
  border-radius:5px;
  letter-spacing: 1px;
  text-align: center;
  font-weight:500;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#cbd4de81;
  margin-left:10px;
  /* width:auto; */
}

.resources-interest-list input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  cursor: pointer;
}

.resources-interest-list input[type="radio"]:checked+label,
.Checked+label {
  background: #e3f8d5;
  box-shadow: 0 0 3px #003b5d71;
  /* text-shadow: 0px 0px 1px #003b5d; */
}

.resources-interest-list label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  display:flex;
  justify-content: center;
  align-items: center;
}

.resources-interest-list label:hover {
  background: #DDD;
}

/*submit button*/
#resource-guide-submit-btn{
  background: #2373a1;
  color:#fff;
  font-size: 15px;
  padding-right:30px;
  padding-left:30px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:20px;
  letter-spacing: 1px;
  border:none;
  transition: ease-in-out 300ms;
  border-radius: 5px;
  cursor: pointer;
}

#resource-guide-submit-btn:hover {
  background-color: #5f9b28;
  color: white;
  transition: ease-in-out 300ms;

}
.jump-link-section{
  position: sticky;
  float:right;
  top: 0;
  background-color: #ffffffaa;
  z-index:4;
  padding-bottom:50px;
  width:fit-content;
  padding-top:15px;
  padding-left:15px;
  padding-bottom:10px;
  padding-right:30px;
 
}
.jump-link-icons{
 display:flex;
  flex-direction:row;
  
  justify-content: center;
  align-items: center;
}

.jump-link-section p{
  letter-spacing: 1px;
  font-size: 16px;
}
.jump-link-section i{
  background-color:#cbd4de81;
  font-size: 20px;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#003b5d;
  border-radius:50%;
  width:fit-content;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  text-decoration: none;
  margin-right:5px;
}

.jump-link-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jump-link-icons .jump-to-btn {
  margin: 0 2px;
  position: relative;
}
.jump-link-icons .jump-to-btn .resources-tooltip {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003b5d;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  width:100px;
  text-align: center;
}
.jump-link-icons .jump-to-btn:hover .resources-tooltip {
  opacity: 1;
  visibility: visible;
  top: 65px;
}
.jump-link-icons .jump-to-btn .jump-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.jump-link-icons .jump-to-btn .jump-link:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

@media (min-width:768px) {
  .jump-link-section i{
    font-size:30px;
  }
  .jump-link-section p{
    letter-spacing: 1px;
    font-size: 18px;
  }
}



/* 
.resources-tooltip {
  position:absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: #003b5d;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, background 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.resources-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #003b5d transparent;
  transform: translateX(-50%);
}

.jump-to-btn:hover .resources-tooltip {
  top: 120%;
  opacity: 1;
  visibility: visible;
  background: #003b5d;
  transform: translate(-50%, -5px);
} */


/* .jump-to-btn{
  border:none;
  background-color:none;
  border-radius:100px;
  padding-right:10px;
  padding-left:10px;
  padding-top:10px;
  font-weight:400;
  font-size:35px;
  cursor: pointer;
}
.jump-to-btn:hover{
  background: #e3f8d5;
  box-shadow: 0 0 3px #003b5d71;
}
.jump-to-btn a{
  letter-spacing: 1px;
  color:#003b5d;
  text-decoration: none;
  
} */


/* old filter box with dropdown styling*/
/* .resource-box{
  border:1px solid #5f9b28;
  width:50%;
  margin:auto;
  border-radius: 12px;
  margin-bottom:40px;
}
.resource-guide-title{
  background-color: #5f9b28;
  padding-top: 5px;
  margin:auto;
  border-top-right-radius: 10px; 
  border-top-left-radius: 10px; 
}
.resource-guide-title p{
  color:#fff;
  font-weight: bold;
  font-size:25px;
  padding-bottom:5px;
}

.resource-guide-text{
  line-height: 2;
}




@media screen and (max-width:834px){
  .resource-box{
    width:78%;
  }
}
@media screen and (max-width:428px){
  .resource-box{
    width:100%;
  }
} */

#resources-page-bg{
  background-image: url(../../images/resources-bg-pattern.png);
  /* background-color: #c7d4dbaf; */
  padding-left:0px;
  padding-right:0px;
  padding-top:50px;
}

/*article section*/
.resources-section-box.card{
  background-color: #abea8054;
  box-shadow: 0 0 8px 1px #00000048;
  border-radius: 15px;
  /* padding-top:30px; */
  padding-bottom:30px;
  padding-right:30px;
  padding-left:30px;
  padding-top:7px;
 
  /* width:75%; */
  margin:auto; 
  margin-top:50px;
}

.resources-section-box h2{
  color:#003b5d;
}

#article-section-bg{
  background-color: #609b2822;
}

.resources-article-cards{
  border:1px solid #5f9b28;
  background-color:#ffffff;
  box-shadow: 0 0 10px 1px #609b2876;
  border-radius: 10px;
  padding-left:15px;
  padding-top:15px;
  margin-bottom: 30px;
  transition:ease-in-out 300ms;
  height: auto;
}
#article-title a{
  color:#003b5d;
  font-size:25px;
}
.resources-article-cards:hover{
  transform: scale(1.03);
  transition:ease-in-out 300ms;
}

/*detail page*/
#resource-article-detail-container{
  background-color: #acc8d973;
  box-shadow: 0 0 8px 1px #00000048;

  border-radius: 15px;
  margin-top:80px;
  margin-bottom:80px;

}
#article-link-btn{
  background-color: #003b5d;
  border:none;
}

.resource-return-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #003b5d;
  padding: 5px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: #003b5d;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  margin-bottom:30px;
}

.resource-return-btn:hover {
  color: white;
  background-color: transparent;  
}

.resource-return-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #003b5d;
  color:white;
  z-index: -1;
  transition: all 1s;
}

.resource-return-btn:hover::before {
  width: 160%;  
}


/*self test section*/
#self-tests-bg{
  background-color: #609b2822;

}


.resource-self-test-cards{
  border:1px solid #5f9b28;
  background-color:#fafbfc;
  box-shadow: 0 0 8px 1px #609b2876;
  border-radius: 10px;
  padding-left:15px;
  padding-top:15px;
  margin-bottom: 30px;
  transition:ease-in-out 300ms;
}
#self-tests-title a{
  color:#003b5d;
  font-size:25px;
}
.resource-self-test-cards:hover{
  transform: scale(1.03);
  transition:ease-in-out 300ms;
}

/*detail page*/
#resources-detail-self-test-container{
  background-color: #a5c3d5db;
  box-shadow: 0 0 8px 1px #609b2876;
  border-radius: 15px;
  margin-top:80px;
  margin-bottom:80px;
}
#self-test-link-btn{
  background-color: #003b5d;
  border:none;
}


/*sign and symptoms*/
.resources-sign-symptoms-cards{
  border:1px solid #5f9b28;
  box-shadow: 0 0 8px 1px #609b2876;
  background-color: #fafbfc;
  border-radius: 10px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  margin-bottom: 30px;
  transition:ease-in-out 300ms;
}
#signs-symptoms-title a{
  color:#003b5d;
  font-size:25px;
}
.resources-sign-symptoms-cards:hover{
  transform: scale(1.03);
  transition:ease-in-out 300ms;
}

/*detail page*/
#sign-symptoms-detail-container{
  background-color: #a5c3d5db;
  box-shadow: 0 0 8px 1px #609b2876;
  border-radius: 15px;
  margin-top:80px;
  margin-bottom:80px;
}

#signs-symptoms-link-btn{
  background-color: #003b5d;
  border:none;
}

/*useful links*/
.resources-useful-links-cards{
  border:1px solid #5f9b28;
  box-shadow: 0 0 8px 1px #609b2876;
  background-color: #fafbfc;
  border-radius: 10px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  margin-bottom: 30px;
  transition:ease-in-out 300ms;
}
#useful-links-title a{
  color:#003b5d;
  font-size:25px;
}
.resources-useful-links-cards:hover{
  transform: scale(1.03);
  transition:ease-in-out 300ms;
}

/*resources events cards*/
#resources-events-bg{
  background-image: url(../../images/resources-events-bg.jpg);
  background-attachment: fixed;
  width:100%;
  padding-top:30px;
  padding-bottom:30px;
  margin-top:30px;
  margin-bottom:0px;
}

#resources-event-section-box{
  /* background-color: #ffffffd6; */
  /* box-shadow: 0 0 8px 1px #00000048; */
  border-radius: 15px;
  /* padding-top:30px; */
  padding-bottom:30px;
  padding-right:30px;
  padding-left:30px;
  margin-top:50px;
  margin-bottom:30px;
  background: rgba(255,255,255,0.45);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
border: 1px solid rgba(255,255,255,0.225);
}

.resources-events-cards{
  border:1px solid #5f9b28;
  box-shadow: 0 0 8px 1px #609b2876;
  background-color: #fafbfcb8;
  border-radius: 10px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  margin-bottom: 30px;
  transition:ease-in-out 300ms;
}

.resources-events-cards:hover{
  transform: scale(1.03);
  transition:ease-in-out 300ms;
}

/* Wheel */
.wheel-container { 
  width:400px;
  height:600px;
  display:none;
  position:relative; 
}
.center-image { 
  position:absolute;
  top: 41%;
  left:50%;
  transform:translate(-50%,-90%);
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,.5));
  pointer-events:none;
  user-select:none;
  z-index:1; 
  width: 80%;
}
.title-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-70%);
  font-size: 18px;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-shadow: 2px 2px 4px rgba(0,0,0,.5);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}
.wheel-buttons-container {
  transform:translate(-50%,-50%);
  top:50%;
  left:50%;
}
.wheel-buttons-container { 
  position:relative;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-190%);
  display:flex;
  flex-direction:row;
  gap:10px;
  z-index:3; 
}

@media (min-width:768px) {
  .resources-article-cards{
    height:auto;
  }
  .resources-section-box h2{
    font-size: 22px;
  }
  #resources-events-bg{
    background-image: url(../../images/resources-events-bg.jpg);
    background-attachment: inherit;
  }
  .wheel-container { 
    width:600px;
    height:600px;
    display:none;
    position:relative; 
  }
  .center-image { 
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-90%);
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,.5));
    pointer-events:none;
    user-select:none;
    z-index:1; 
  }
  .title-text {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-70%);
    font-size: 28px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    pointer-events: none;
    user-select: none;
    z-index: 1;
  }
  .wheel-buttons-container {
    transform:translate(-50%,-50%);
    top:50%;
    left:50%;
  }
  .wheel-buttons-container { 
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(20%,10%);
    display:flex;
    flex-direction:column;
    gap:10px;
    z-index:3; 
  }
}
@media (min-width:1024px) {
  .resources-article-cards{
    height: auto;
  }
  .resources-section-box h2{
    font-size: 2rem;
  }
}
@media (min-width:1200px) {
  .resources-article-cards{
    height:auto;
  }
  .resources-section-box h2{
    font-size: 2rem;
  }
  #resources-events-bg{
    background-image: url(../../images/resources-events-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:30px;
    margin-bottom:0px;
  }
}


/*detail page*/
#resource-events-detail-container{
  /* background-color: #003b5d4f; */
  background-color: #acc8d973;
  box-shadow: 0 0 8px 1px #00000048;
  border-radius: 15px;
  margin-top:80px;
  margin-bottom:80px;
}

#resources-events-link-btn{
  background-color: #003b5d;
  border:none;
}

#resources-event-map{
  width:100%;
  margin-right:0px;
}
#resources-event-map iframe{
  width:101%;
  margin-right:0px;
}



/*FAQ page*/
#faq-container {
  margin-top:80px;
  margin-bottom:40px;
}

.faq-header{
  background-color: #77b04161;
}

.faq-card-body{
  background-color: #eee;
}
#faq-container .card-header .accicon {
  float: right;
}
#faq-container .card-header .accicon i {
  color: black;
}
#faq-container .card-header:not(.collapsed)  .rotate-icon  {
  color: black;
  transform: rotate(-45deg);
}
#faq-container .card-header .cat-name {
  margin: 5px auto 5px auto;
  font-size: 25px;
  color: black;
}
#faq-container .card-header .rotate-icon {
  transform: rotate(45deg);
  /* background-color: #F68E35;
  position: relative;
  width: 50px;
  height: 50px; */
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}



/*contact us page*/
#contact-us-bg{
  background-image: url(../../images/capitol-with-lake.png);
  background-repeat: no-repeat;
  background-position:center;
  padding-top:80px;
  padding-bottom:60px;
}

#contact-us-bg .card{
  background-color: #ffffffeb;
  border-radius: 15px;
  margin-top: 5%;
}

#contact-us-form-submit-btn{
  background-color: #003b5d;
  color:#fff;
  border:none;
  transition: ease-in-out 300ms;
}

#contact-us-form-submit-btn:hover{
  background-color: #77b041;
  color:#003b5d;
  transition: ease-in-out 300ms;
}


/*stay informed page*/
#stay-informed-text p{
  font-size:25px;
  text-align: center;
  margin-top:50px;
  margin-bottom:10px;
  font-family: "sarabun" sans-serif;
  color:#003b5d;
  font-weight: 400;

}

#stay-informed-card{
  background-color: #77b04134;
  border-radius: 15px;
  padding-top:40px;
  padding-bottom:40px;
}

#sign-up-btn{
  background-color: #003b5d;
  color:#fff;
  border:none;
  transition: ease-in-out 300ms;
}
#sign-up-btn:hover{
  background-color: #c0d5de;
  color:#003b5d;
  transition: ease-in-out 300ms;
}














/*CSS from dakota for Stress Drivers Questionnaire*/
.main-container {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin-top:20px;
  margin-bottom:20px;
}

.instruction-container,
#con1 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.instruction-container {
  max-width: 300px;
}

#stress-driver-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  height: 100%;
  width: 100%;
}

.sd-header {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  background-color: #5c8396;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  user-select: none;
}

.pulsate {
  animation: pulsate 1s infinite;
}

@keyframes pulsate {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.sd-grid-item {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.5vw + 0.5vh);
  min-height: 50px;
  user-select: none;
}

.sd-grid-item.default:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.sd-grid-item.clicked-somewhat:hover {
  background-color: rgba(255, 255, 0, 0.7);
  transform: scale(1.05);
}

.sd-grid-item.clicked-yes:hover {
  background-color: rgba(0, 255, 0, 0.7);
  transform: scale(1.05);
}

.clicked-somewhat {
  background-color: rgba(255, 255, 0, 0.5);
}

.clicked-yes {
  background-color: rgba(0, 255, 0, 0.5);
}

.disabled {

  cursor: hand; /* Keep cursor as hand */
}

.sd-q-image {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main-container{
  h1 {
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
  }
  h2 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.instructions {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

.highlight-somewhat {
  background-color: rgba(255, 255, 0, 0.5);
}

.highlight-yes {
  background-color: rgba(0, 255, 0, 0.5);
}

.sd-button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.sd-button {
  font-weight: bold;
  text-align: center;
  padding: 8px 16px;
  background-color: #5c8396;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: text-shadow 0.3s;
  min-width: 100px;
}

.sd-button:hover {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.output-container p, 
.output-container ol {
  font-size: 12px;
  line-height: 1.4;
}

.output-container ol li {
  margin-bottom: 5px;
}

#con2 {
  position: relative;
  padding-top: 20px;
}

.sd-button-container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.output-container {
  padding-bottom: 120px; /* Default padding for text */
}

.output-container.with-buttons {
  padding-bottom: 140px; /* Increased padding when buttons are present */
}