.navbar-brand-image {
  max-height: 100%;
}
.footer {
  background-color: #00529d;
  font-size: 18px;
  padding: 40px 0;
}
body {
  color: #231f20;
  font-size: 18px;
}
li.footer_menu_title {
  font-size: 18px;
}
.footer_newsletter .formcontrolmaterial input{
  border: none;
  border-radius: 0;
  font-size: 18px;
  padding: 11px 16px;
  height: auto;
  line-height: 20px;
}
.footer_copy_rightstext {
  background-color: #002a50;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 23px 20px;
}
ul.navbar-nav-footer {
  list-style: none;
}
ul.navbar-nav-footer {
  padding: 0;
}
ul.navbar-nav-footer li.footer_menu_title {
  padding-bottom: 10px;
}
.footer_copy_rightstext p {
  margin: 0;
  color: #a7a9ac;
}
.navbar-footer-logo img {
  width: 196px;
}
.footer li.social_icon {
  padding-bottom: 10px;
}
.footer li.social_icon a {
  display: inline-block;
  padding-right: 6px;
}
.get_in_touch_footer ul.navbar-nav-footer {
  margin-bottom: 0;
}
input.submit-button.newsletter-btn-footer {
  background-color: #8ed8f8;
  border: none;
  color: #00539e;
  padding: 11px 27px;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
  color: #00539e;
}
.nav-link:hover, .nav-link:focus {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #3bbeef;
}
:focus-visible {
  outline: none;
}
.hero-container.solid-bg {
  background-color: #eef9fe;
}
.get-point-pic-border{
  border-bottom: 5px solid #3bbeef;
  width: 200px;
  padding-top: 4px;
  text-align: center;
  margin: auto;
  line-height: 0px;
}
.text-blue {
  color: #00539e !important;
  text-transform: uppercase;
}
.hero-container {
  min-height: 9.625rem;
}
.hero-container.hero-homepage.jumbotron {
  padding: 0 0 !important;
}
.main_video_bg {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.main_video_bg:after {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: .1s linear background;
  transition: .1s linear background;
  content: ' ';
}
.hero-container.hero-homepage .carousel-caption {
  background-color: transparent;
  bottom: calc(50% - 215px);
}
.hero-homepage_container{    width: 100%;}

.btn-primary, .subnav li>a:hover, .analytics-consent .analytics-banner .submit button {
  color: #fff;
  background-color: #3bbeef;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary:hover, .subnav li>a:hover, .analytics-consent .analytics-banner .submit button:hover {
  color: #fff;
  background-color: #3bbeef;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active, .subnav li>a:not(:disabled):not(.disabled):active:hover, .analytics-consent .analytics-banner .submit button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .subnav li>a:not(:disabled):not(.disabled).active:hover, .analytics-consent .analytics-banner .submit button:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle, .subnav li.show>a.dropdown-toggle:hover, .analytics-consent .analytics-banner .submit .show>button.dropdown-toggle {
  color: #fff;
  background-color: #3bbeef;
  border-color: transparent;
}
.btn, .analytics-consent .analytics-banner .submit button, .analytics-consent .analytics-banner .dismiss button{
  padding: 10px 1.25rem;
  border-radius: 0;
  border: none;
}
h1, h2, h3, h4, h5, .form-errors .errorExplanation h2, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #00539e;
}
.bg-light-gray{
  background-color: #f2efee;
}
.btn-primary:focus, .subnav li>a:focus:hover, .analytics-consent .analytics-banner .submit button:focus, .btn-primary.focus, .subnav li>a.focus:hover, .analytics-consent .analytics-banner .submit button.focus {
  box-shadow: none !important;
}
.home_section_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
}
.home_section_btn a {
  width: 100%;
  padding: 20px 20px;
}
.home_section_btn a.custom_1 {
  background-color: #00529d !important;
}
.home_section_btn a.custom_2 {
  background-color: #8cd7f8 !important;
  color: #00539e;
}
a.btn.btn-primary.custom_2:not(:disabled):not(.disabled):active {
  color: #00539e;
}
.home_section_btn a.custom_3 {
  background-color: #3cbeee !important;
}

.smiling_faces_section ul li:before {
  content: "";
  background-image: url(checkmark.png);
  background-repeat: no-repeat;
  width: 26px;
  display: inline-block;
  height: 26px;
  position: absolute;
  background-size: 26px;
  top: 0;
  left: -37px;
}
.smiling_faces_section h4{
  color: #231f20;
}
.smiling_faces_section ul {
  width: 100%;
  text-align: left;
  list-style: none;
  
}
.smiling_faces_section ul li{
  position: relative;
  line-height: normal;
  padding-bottom: 10px;
}
.salem_voters_container {
  background-color: #eef9fe;
}
.box-image {
  position: relative;
  text-align: center;
  padding: 5px 0px;
  color: #231f20;
  font-weight: 600;
}
.box-image img {
  width: 100%;
  height: 350px
}
.box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0 56px;
}
.source-note {
  font-size: 16px;
  color: #231f20;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
   margin-bottom: 0;
}
.join_movement_container a.custom_2{
  padding: 20px 65px;
  color: #00539e;
}
.row.main_content {
  margin-left: 0px;
  margin-right: 0px;
}
.the_issue_listing .col-md-12.col-lg-6 {
  padding: 0;
}
.the_issue_listing_discription {
  padding: 30px 0px 10px;
}

.chech_out_section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
}
.chech_out_section {
  margin-top: 3rem;
}

.teames_point_img img {
    margin: auto;
    width: 100%;
}
.teames_point_img {
    margin-bottom: 50px;
}
.faq_section_main .accordion {
  position: relative;
  background-color: #fff;
  color: #231f20;
  cursor: pointer;
  padding: 24px 24px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: unset;
  border: 2px solid #808285;
}
.faq_section_main .accordion span {
  margin-left: 80px;
}
.faq_section_main .accordion:after {
  content: '\002B';
  color: #00529d;
  font-weight: 900;
  /* float: right; */
  /* margin-right: 47px; */
  background: #eef9fe;
  padding: 19.5px 34px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 28px;
}

.faq_section_main .panel {
  padding: 0 0px;
  background-color: #00539e;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  margin-bottom: 23px;
  margin-top: -2px;
}
#accordion p {
  color: #fff;
  padding: 10px 30px 0px;
}
#accordion ul {
  color: #fff;
  margin: 10px 30px 0px;
}
#accordion .panelanswer {
  margin-bottom: 1rem;
}
.faq_section_main .active {

}
.faq_section_main .active:after {
  content: "\2212";
}
.powderblue{
  background-color:#eef9fe;
}

.links-columns ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  columns: 3;
  column-gap: 50px;
  text-align: left;
}
.links-columns li {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  break-inside: avoid;
}

.links-columns a {
  color: #231f20;
  text-decoration: none;
  transition: color 0.3s;
}
.links-columns a:hover {
  color: #00539e;
  text-decoration: underline;
}




.petition_detail_main .form-control, .petition_detail_main .StripeElement {
  border: 0.75px solid #1F2426;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  padding: 0.6rem 12px;
}
.feedback_pages_main .form-control, .feedback_pages_main .StripeElement,.form-control {
  border: 0.75px solid #1F2426;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  padding: 0.6rem 12px;
}


select.custom-select{
  border: 0.75px solid #1F2426;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  padding: 0.6rem 12px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00539e;
  background-color: #00539e;
}
.custom-control-label::before {
  border: #03354F solid .0625rem;
}
.checkbox_section .form-row {
  padding-left: 40px;
}
.checkbox_section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.form_btn_cut {
  justify-content: space-around;
}
.form_btn_cut .btn.btn-primary{
  padding: 20px 65px;
  color: #fff;
  background-color: #00539e;
}
.section_btn_coman a{
  background-color: #00529d !important;
  padding: 15px 20px;
  width: 250px;
}
.logo_partners_section .logo_list_mec.sub_pages_logo_list_c {
  width: 100%;
  margin: auto auto;
  padding-top: 15px;
}
.logo_partners_section .logo_list_mec span {
  display: inline-block;
  vertical-align: middle;
  width: 13%;
  padding: 10px 15px;
}
.logo_partners_section .logo_list_mec img.navbar_image_logo_list {
  width: 100%;
}
.logo_partners_section h5{
  color:#3bbeef;
}
.color_black,.color_black h5{
  color:#231f20;
}
.bold_text_p{
  font-weight: bold;
}
.bg_primary_blue{
  background-color: #00529d;
}
.bg_primary_light_blue{
  background-color: #8cd7f8;
  color: #00539e !important;
}
.bg_primary_sky_blue{
  background-color: #3cbeee;
}

.form_upper_text.text-center {
  width: 100%;
  max-width: 60%;
  margin: auto;
}

.text-info {
  color: #3bbeef !important;
}



.card_section_grid .card {
  border-radius: 1rem; /* Rounded corners */
  height: 100%; /* Full height for consistent cards */
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}
.card_section_grid .card-header {
  font-weight: bold;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  padding: 20px 43px !important;
  min-height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_section_grid .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-toggler i.text-color-1 {
  color: #00539e !important;
}
.navbar-toggler {
  outline: none !important;
}

.news_listing_page{
  margin-bottom: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.news_listing_text {
    padding: 30px 20px;
}
.news_listing_img img {
    width: 100%;
     height: 200px;
    object-fit: cover;
}
.news_listing_title h4 {
    color: #231f20;
    margin-bottom: 5px;
}
.news_listing_title_sub p {
    margin-bottom: 24px;
}
.news_date {
    font-size: 16px;
    padding-bottom: 15px;
}
.news_btn {
    text-align: center;
}
.news_btn .bg_primary_blue {
    padding: 10px 40px;
}
.padtopless_date img {
    vertical-align: middle;
    padding-right: 14px;
}
.padtopless_date {
    padding-top: 14px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
nav ol.breadcrumb {
    margin-top: 30px;
}
.hero-content .breadcrumb-item+.breadcrumb-item::before {
    color: #00539e; 
}
.hero-content .breadcrumb-item, .hero-content .breadcrumb-item a, .hero-content .breadcrumb-item.active {
    color: #00539e;
}
section.testimonial-slider-section {
    background-color: #eef9fe;
}
.testimonial-slider-section .slick-prev, .testimonial-slider-section .slick-next {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
      outline: none;
}
/* Create left arrow */
.testimonial-slider-section .slick-prev::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 26px solid #3bbeef; /* Light Blue */
}

/* Create right arrow */
.testimonial-slider-section .slick-next::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #3bbeef; /* Light Blue */
}
.testimonial-slider-section .slick-prev {
  left: -20px;
}

.testimonial-slider-section .slick-next {
  right: -20px;
}
.testimonial-slider-section blockquote.blockquote {
    margin: 0 !important;
    padding: 20px 2px !important;
    background-color: transparent !important;
    border: none !important;
}

.event_page_main .upcomming_event_listing .col-sm-12 {
    margin-bottom: 35px;
}
.event_listing_img img {
    width: 100%;
}
.event_listing_text {
    padding: 40px 33px;
    background-color: #f8f9fa;
}
.Rsvp_btn {
    padding-top: 15px;
}
.event_listing_title a {
    text-transform: capitalize;
    text-decoration: none;
}
.Rsvp_btn a.submit-button {
    background-color: #00529d;
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

body.page-type-event main {
    position: relative;
    top: auto;
    margin-bottom: 0 !important;
}

.eventdetail_page_box_section {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-shadow: 3px 3px 25px 0px rgba(54, 54, 54, 0.18);
    margin: 30px 0 30px;
}
.event_detail_full_text {
    width: 60%;
    float: left;
    background-color: #00529d;
    color: #fff;
    padding: 50px 0 50px 60px;
}
.form_event_rsvp_come_user {
    width: 40%;
    float: left;
    padding: 40px 46px 40px;
    background-color: #fff;
}
.event-detail, .event_detail {
    margin: 18px 0;
    clear: both;
}
.event_detail_full_text .subhead {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    padding-bottom: 16px;
}
.event_detail_full_text .subhead img {
    vertical-align: text-bottom;
    padding-right: 16px;
}
.event_detail_full_text .subtext a.link_g {
    font-size: 18px;
    font-weight: 600;
}
.form_event_rsvp_come_user #event_rsvp_guests_count {
    width: 100%;
}
.form_event_rsvp_come_user textarea, .form_event_rsvp_come_user input[type="text"], .form_event_rsvp_come_user input[type="email"], .form_event_rsvp_come_user input[type="tel"] {
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #878c8f;
    -webkit-appearance: none;
    padding: 4px 6px 10px 0;
    margin-bottom: 20px;
    width: 100%;
}
.form_event_rsvp_come_user input.submit-button.btn.bg_primary_blue{
    width: 100%;
    margin-top: 12px;
}
.stake .teames_point_img img{
    width: 100%;
    max-width: 500px;
}
.the_issue_listing_discription ul{
      list-style: none;
}
.the_issue_listing_discription ul li:before {
    content: "";
    background-image: url(checkmark.png);
    background-repeat: no-repeat;
    width: 26px;
    display: inline-block;
    height: 26px;
    position: absolute;
    background-size: 26px;
    top: 0;
    left: -37px;
}
.the_issue_listing_discription ul li {
    position: relative;
    line-height: normal;
    padding-bottom: 10px;
}

.latest_news_slider .slick-prev, .latest_news_slider .slick-next {
 
  background: transparent;
  border: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
      outline: none;
}
/* Create left arrow */
.latest_news_slider .slick-prev::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-right: 26px solid #3bbeef; /* Light Blue */
}

/* Create right arrow */
.latest_news_slider .slick-next::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #3bbeef; /* Light Blue */
}
.latest_news_slider .slick-prev {
  left: -30px;
}

.latest_news_slider .slick-next {
  right: -30px;
}
.form_btn_cut.bigger_btn .btn.btn-primary {
  padding: 27px 101px;
  white-space: normal;
}

.form_btn_cut.right_side_btn_t .btn.btn-primary{
  width: 100%;
  padding: 20px 10px;
  white-space: normal;
}
.petition_text_section_bg{
  background-color: #eef9fe;
}
.p_stand_with_us_right{    margin-right: 15px;}
.p_stand_with_us_left{margin-left: 15px;}


@media only screen and (max-width: 767px)
{
  li.nav-item.last_menu_b {
    margin-left: 1rem;
  }
  .home_section_btn {
    display: flex;
     gap: 15px;
    flex-direction: column;
  }

  .main_video_bg {
    height: 100%;
    overflow: auto;
  }
  .hero-container.hero-homepage .carousel-caption {
    bottom: 0;
  }
  img.img-fluid.smiling_facesimg {
    padding: 20px 0;
  }
  .logo_partners_section .logo_list_mec span {
    width: 24%;
  }
  .smiling_faces_section {
    padding-top: 30px;
  }
  .card_section_grid .card {
    height: auto;
    margin-bottom: 20px;
  }
  
  .latest_news_slider .slick-prev {
    left: -5px;
  }

  .latest_news_slider .slick-next {
    right: -5px;
  }
  .navbar-footer-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .row.stand_with_us_row{
        margin: 0px;
  }
  
  .smiling_faces_section.p_stand_with_us_right {
    padding-top: 0 !important;
    margin-right: 0;
    margin-top: 0 !important;
  }
  .p_stand_with_us_left {
    margin-left: 0;
  }
  
}



@media only screen and (max-width: 480px)
{
  .links-columns ul {
    columns: 1;
  }
  .faq_section_main .accordion span {
    margin-left: 75px;
    display: flex;
  }
  .logo_partners_section .logo_list_mec span {
    width: 32%;
  }
}






