/* =========================
	PUBLIC DESKTOP CSS
========================= */

nav > ul {
  padding: 0;
}
nav > ul > li {
  display: inline-block;
  padding: 0 23px;
  line-height: normal;
}
nav > ul > li:first-child {
  padding-left: 0;
}
nav > ul > li:last-child {
  padding-right: 0;
}
nav > ul > li > a {
  font-family: 'Khand', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 80px;
  letter-spacing: 0.03em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
nav > ul > li > a:hover {
  color: white;
  border-color: #be1400;
}
nav > ul > li.menu-item-has-children:hover {
  background: #234691;
}
nav > ul > li.menu-item-has-children:hover a {
  border-color: transparent;
}
nav > ul > li.current-menu-item > a {
  border-color: #be1400;
}
nav > ul > li > .sub-menu {
  display: none;
}
nav > ul > li:hover > .sub-menu {
  display: block;
  position: absolute;
  background: #234691;
  padding: 0 25px 0 25px;
  margin-left: -24px;
  min-width: 250px;
}
nav > ul > li:hover > .sub-menu > li {
  padding: 25px 0;
  border-bottom: 2px solid white;
}
nav > ul > li:hover > .sub-menu > li:last-child {
  border-bottom: none;
}
nav > ul > li:hover > .sub-menu > li > a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  transition: 0.3s;
}
nav > ul > li:hover > .sub-menu > li > a:hover {
  color: #be1400;
}
nav > ul > li:hover > .sub-menu > li > .sub-menu {
  display: block;
}
nav > ul > li:hover.resources-menu-item > .sub-menu {
  left: 50%;
}
nav > ul > li:hover.resources-menu-item > .sub-menu > li > a {
  font-family: 'Khand', serif;
  font-size: 28px;
  line-height: 35px;
  pointer-events: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
nav > ul > li:hover.resources-menu-item > .sub-menu > li > a:hover {
  color: white;
}
nav > ul > li:hover.resources-menu-item > .sub-menu > li > .sub-menu {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: auto auto auto auto;
  padding-left: 0;
}
nav > ul > li:hover.resources-menu-item > .sub-menu > li > .sub-menu > li > a {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}
nav > ul > li:hover.resources-menu-item > .sub-menu > li > .sub-menu > li > a:hover {
  color: #be1400;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.paginate {
  margin-bottom: 20px;
}
.paginate .page-numbers {
  color: white;
  background-color: #0b3285;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.paginate .page-numbers:hover, .paginate .page-numbers.current {
  background-color: #be1400;
}
.button {
  line-height: normal;
  min-height: 50px;
}
.button.blue-button {
  background-color: #0b3285;
}
.button.blue-button:hover {
  background-color: #be1400;
}
.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}
.publications-archive figure a img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: 0.3s;
}
.publications-archive figure a:hover img {
  opacity: 0.7;
}
.publications-archive .title-wrapper-link h2 {
  transition: 0.3s;
}
.publications-archive .title-wrapper-link:hover h2 {
  color: #be1400;
}
#home .view-news-alert-button.crpa-tv-alert-button {
  font-size: 37px;
  line-height: 42px;
}
#home .events > .event .date {
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
#home .home-fifth-section a {
  display: inline-block;
}
#home .home-fifth-section a h3 {
  transition: 0.3s;
}
#home .home-fifth-section a:hover h3 {
  color: #be1400;
}
#home .home-fifth-section .home-white-bg figure img.img3 {
  width: 52%;
}
#events .events-tab-links li {
  margin-right: 20px;
}
.events {
  row-gap: 50px;
}
@media (max-width: 767px) {
  .events {
    grid-template-columns: 1fr;
  }
}
.events > .event > a .title {
  background-size: 80% 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .events > .event > a .title {
    background-size: 80% 100%;
    font-size: 25px;
    line-height: normal;
  }
}
.events > .event > a:hover .title {
  color: #be1400;
}
.events > .event > a figure {
  height: 300px;
  background-color: white;
}
.single-events h1 {
  background-color: #0b3285;
  color: white;
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -8px;
}
.single-events .button {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.03em;
}
.single-events .events-information {
  color: #0b3285;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.single-events label {
  display: block;
}
.single-events label.events-information {
  color: #be1400;
}
#membership h2 {
  margin-top: 0;
}
#membership .membership-bottom-section {
  background-color: #0b3285;
}
#membership .membership-bottom-section * {
  color: white;
}
#membership .membership-bottom-section * p a {
  color: #be1400;
}
#membership .membership-bottom-section * p a:hover {
  color: white;
}
#membership .membership-bottom-section .button:hover {
  background-color: white;
  color: #0b3285;
}
#membership-levels .bg-3 .white-box ul {
  padding-left: 0;
  list-style-position: inside;
}
#membership-levels .bg-3 .membership-levels-bottom-text p {
  color: white;
}
#membership-levels .bg-3 .membership-levels-bottom-text p a:hover {
  color: white;
}
#contact p {
  margin-top: 0;
}
#contact a {
  color: black;
  text-decoration: none;
}
#contact a:hover {
  color: #be1400;
}
#contact label {
  font-weight: bold;
}
#mission-statement li {
  margin-bottom: 20px;
}
#directors-departments a {
  color: white;
  text-decoration: none;
}
#directors-departments a:hover {
  color: #be1400;
}
footer h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
footer h4, footer p {
  color: white;
  font-size: 14px;
  line-height: 29px;
}
footer .address-field p {
  font-size: 16px;
  line-height: 29px;
  color: white;
  display: inline-block;
}
footer .address-field p a {
  text-decoration: none;
  color: white;
}
footer .address-field p a:hover {
  color: #be1400;
}
footer .address-field p.company-name {
  color: #be1400;
}
footer .address-field div > p {
  margin-top: 0;
  margin-bottom: 0;
}
footer .footer-volunteers-button {
  background-image: url("../themes/crpa/img/crpa-volunteers.jpg");
  background-size: cover;
  width: 100%;
  min-height: 100px;
  font-size: 36px;
  line-height: 43px;
  justify-content: left;
  opacity: 1;
}
footer .footer-volunteers-button:hover {
  opacity: 0.7;
}
footer .footer-menu > ul > li {
  padding: 0;
}
footer .footer-menu > ul > li > a {
  text-transform: none;
}
footer .footer-menu > ul > li > a:hover {
  border-color: transparent;
  color: #be1400;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {

/* Write your Public SASS tablet-l here! */
nav > ul > li {
  padding: 0 10px;
}
nav > ul > li:hover .sub-menu {
  display: none;
}
#home .home-slider .slick-arrow {
  bottom: -120px;
}
#home .view-news-alert-button.crpa-tv-alert-button {
  padding-left: 20px;
}
#home .events > .event > a .title {
  background-size: 90% 100%;
}
#home .home-fifth-section .home-white-bg figure img.img2 {
  width: 82%;
}
#home .home-fifth-section .home-white-bg figure img.img3 {
  width: 60%;
}
#membership-levels .bg-1 .blue-box {
  height: auto;
}


}

/* TABLET PORTRAIT */
@media (max-width: 991px) {

/* Write your Public SASS tablet-p here! */
nav > ul > li {
  padding: 0 10px;
}
nav > ul > li > a {
  font-size: 17px;
}
#home .view-news-alert-button {
  padding-left: 45px;
}
#home .view-news-alert-button.crpa-tv-alert-button {
  font-size: 26px;
  line-height: 35px;
}
#membership-levels .bg-1 .blue-box {
  padding-top: 30px;
}
#membership-levels .bg-3 .white-box {
  min-height: 1000px;
}
#membership-levels .bg-3 .white-box .white-box-header {
  height: 300px;
}
#directors-departments .bg-4 img {
  min-height: auto;
}
footer .address-field p {
  display: block;
}


}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {

/* Write your Public SASS mobile-l here! */
.mobile-menu .resources-menu-item .sub-menu {
  display: none;
}
#home .home-slider .slick-slide {
  background-size: contain !important;
}
#home .view-news-alert-button {
  padding-left: 15px;
  padding-top: 30px;
}
.single-events .events-information {
  font-size: 18px;
  line-height: 28px;
}
.crpa-fe-col figure {
  height: auto;
}
.news-list-item h2 {
  font-size: 21px;
}
.paginate .page-numbers {
  padding: 10px;
}
#membership-levels .bg-1 .blue-box {
  padding-bottom: 30px;
  min-height: auto;
}
#membership-levels .bg-3 .white-box {
  min-height: auto;
}
#membership-levels .bg-3 .white-box .white-box-header {
  height: auto;
}


}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {

/* Write your Public SASS mobile-p here! */
.paginate .page-numbers {
  display: none;
}
.paginate .page-numbers.next, .paginate .page-numbers.prev {
  display: inline-block;
}
#comment {
  width: 100%;
}
#home .home-slider {
  height: 200px;
}
#home .home-slider .slick-arrow {
  width: 100px;
  bottom: -50px;
}
#home .home-slider .slick-slide {
  height: 200px;
}
#home .home-slider .slick-slide .min-heignt-calc {
  height: 200px;
}
#home .view-news-alert-button {
  padding-left: 55px;
  padding-top: 22px;
  height: 75px;
}
#events .events-tab-links li {
  margin-right: 0;
}
.events > .event > a .title {
  background-size: 100% 100%;
  padding-right: 100px;
}
#page .featured {
  float: none !important;
  max-width: 100% !important;
}


}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */