/*

OPW - Flood Risk Management
Styles for FAQ page

*/

/* FAQ banner */
#faq-banner {
padding-top: 120px;
padding-bottom: 120px;
/* background: #006981;*/
}

#faq-banner:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 75%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(6,123,145,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(6,123,145,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(6,123,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#067b91',GradientType=0 );
}


/* FAQ main */
#faq-main {
padding-top: 50px;
padding-bottom: 150px;
background: #f2f2f2;
}
#faq-main .bg-graphic {
position: absolute;
top: 0;
right: 0;
width: 60%;
}
#faq-main .faq-plans {
margin-bottom: 80px;
}
#faq-main .faq-maps {
margin-bottom: 80px;
}
#faq-main .faq-question {
display: block;
position: relative;
width: 100%;
font-size: 20px;
font-weight: 600;
line-height: 1.2;
color: #ffffff;
padding: 25px 50px;
padding-right: 70px;
background: #006981;
border: 1px solid #006981;
margin-top: 5px;
}
#faq-main .faq-question:before {
content: "Q:\00a0"; /* Q: followed by blackspace */
margin-left: -30px;
}
#faq-main .faq-question:after {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 30px;
right: 25px;
background: url(/static/floodmaps/img/icons/dropdown-double-chevron-white.png);
background-size: cover;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#faq-main .faq-question:hover {
text-decoration: none;
background: #0089a8;
}
#faq-main .faq-question.active {
background: #0089a8;
color: #ffffff;
}
#faq-main .faq-question.active:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#faq-main .faq-question:focus {
text-decoration: none;
}
#faq-main .faq-answer {
display: none;
width: 100%;
font-size: 18px;
line-height: 1.2;
color: #010101;
padding: 30px 50px;
background: #ffffff;
border: 1px solid #006981;
}






@media screen and (max-width: 1500px) {

} /* end max-width 1500px */







@media screen and (max-width: 1199px) {

  /* FAQ banner */
  #faq-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background: #006981; */
  }

  /* FAQ main */
  #faq-main .bg-graphic {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  }

} /* end max-width 1199px */






@media screen and (max-width: 991px) {

  /* FAQ banner */
  #faq-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  /* background: #006981; */
  }

  /* FAQ main */
  #faq-main .faq-question {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  padding: 15px 40px;
  padding-right: 60px;
  background: #006981;
  border: 1px solid #006981;
  margin-top: 5px;
  }
  #faq-main .faq-question:before {
  content: "Q:\00a0"; /* Q: followed by blackspace */
  margin-left: -20px;
  }
  #faq-main .faq-question:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 15px;
  background: url(/static/floodmaps/img/icons/dropdown-double-chevron-white.png);
  background-size: cover;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  }
  #faq-main .faq-answer {
  display: none;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #010101;
  padding: 30px 30px;
  background: #ffffff;
  border: 1px solid #006981;
  }

} /* end max-width 991px */






@media screen and (max-width: 768px) {

} /* end max-width 768px */






@media screen and (max-width: 450px) {

  /* FAQ banner */
  #faq-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background: #006981; */
  }

  /* FAQ main */
  #faq-main .bg-graphic {
  position: absolute;
  top: 0;
  right: -150px;
  width: auto;
  height: 500px;
  }
  #faq-main .faq-question {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  padding: 15px 40px;
  padding-right: 60px;
  background: #006981;
  border: 1px solid #006981;
  margin-top: 5px;
  }
  #faq-main .faq-answer {
  display: none;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #010101;
  padding: 15px 15px;
  background: #ffffff;
  border: 1px solid #006981;
  }

} /* end max-width 450px */
