/*************************/
/* APP CUSTOM STYLESHEET */
/*************************/

html body .popup-filters .select2-container--default .select2-selection--multiple,
html body .section-filters .select2-container--default .select2-selection--multiple {
    border: 0.1rem solid #BEDCE6;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
}

.popup-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.section-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {

  background-color:white;
    color:black;
}

.popup-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span,
.section-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
 position:absolute;
  left:4px;
 width:5px;
}

.popup-filters .select2-selection__choice__display,
.section-filters .select2-selection__choice__display {
  color:#000000;
}

.popup-filters .select2-container--default .select2-selection--multiple .select2-selection__choice,
.section-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color:white;
  border:0px solid #fff;
  font-family: "tablet-gothic", sans-serif;
    font-size: 1.4rem;
    color: #5F5F5F;
    font-weight: 300;
}

#vform{
	margin-top: 20px;

}

#vform h2 {
	margin-bottom: 30px;
}

.wtv-btn {
	color: #fff;
	border-color: #fff;
	margin-top: 15px;
	text-decoration: none !important;
}

.card--map .card__overlay {
  min-width: 300px;
}

.section__content ul li {
  font-weight: 300;
}

.section__content ul, .section__content ol {
  padding-left: 20px;
}

.section__content a {
  color: #F2A900;
  text-decoration: underline;
}

.section__content a:hover {
  text-decoration: none;
}

.section__content .btn--blue {
  color: #fff;
  text-decoration: none;
}

.form__foot a.btn.btn--warning {
  color: #041C2c;
  text-decoration: none;

}

.list-facilities a {
  color: #041C2c;
    text-decoration: none;

}

a.card__link {
  color: #fff;
  text-decoration: none;
}

.event_page .card__overlay-actions a{
  display: none;
}

.card-alt .card__overlay ul {
  padding-left: 0;
}


.page-numbers.current{
  background-color: #009DD1;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.donation__foot a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  display: block;
  list-style: disc outside none;
}

ol {
  list-style-type: decimal;
}

ol > li > ol {
  list-style-type: lower-alpha;
  margin-bottom: 0
}

ol > li > ol > li > ol {
  list-style-type: lower-roman;
  margin-bottom: 0
}

a.website i{
  margin-left: 5px;
}

.section.section-cards--news .section__foot {
  margin-top: 5.3rem;
  margin-bottom: 5.3rem;
}

.section.section-cards--news .section__foot:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px){
  html body .header .header__inner {
    padding: 3.4rem;
  }
}

.header .header__inner::before {
    background: linear-gradient(180deg, #041C2C 0.02%, rgba(4,28,44,0) 100%);
    top: 45px;
}

.hero .hero__link-primary {
  right: 0px;
}

.section.section-donation {
  min-height: 930px;
}

.section.section-donation .link-primary.link-primary--solid.section__link-primary {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;   
    top: 40%; 
}

@media (min-width:767px){
 .section__body .grid__col.grid__col--size-2 {
    padding-left:14px;
  }
  .section__body .grid__col.grid__col--size-1 {
    padding-right:3px;
  }

}

@media (max-width:1024px) {
  .section__body .grid__col.grid__col--size-1 {
    margin-bottom:15px;
  }
  

}

.hero--secondary .hero__meta strong {
  box-shadow: 0 0 0 0 rgba(228, 0, 43, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
 }

@keyframes pulse {
  0% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.7);
  }

  70% {
    /*transform: scale(1);*/
    box-shadow: 0 0 0 10px rgba(228, 0, 43, 0);
  }

  100% {
    /*transform: scale(0.95);*/
    box-shadow: 0 0 0 0 rgba(228, 0, 43, 0);
  }
}


.listing-blue {
    background: linear-gradient(180deg, #041C2C 0%, #001320 100%);

}




  .card--alt .card__aside {
    border-radius: 0;

  }


@media (max-width: 1024px){

  .popup__close.js-popup-close {
    display: none;
  }

}

/* bird pro accordions */

.tabs__nav li a {
  text-decoration: none;
}

@media(max-width: 767px){

    .tabs__nav li {
      margin-bottom: 1px;
      position: relative;
    }

    .tabs__nav ul {
      padding-left: 0;
    }


  .tabs__nav {
    margin-bottom: 30px;
    margin-top: 30px;
  }


  .tabs__nav li a.tablink::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    color: #fff;
    top: 10px;
    z-index: 99;
  } 

  .tabs__nav li a.tablinkis-current::after {
    content: "\f077";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    color: #fff;
    top: 10px;
    z-index: 99;
  } 



}

.hero--alt-primary .hero__breadcrumbs ul li:not(:last-child):after {
  right: -0.8rem;
}

.light-slideshow .card__inner {
  background-color:#fff;
}

.light-slideshow h3 {
  color:#000;
}

.light-slideshow p {
  color:#000;
}

@media (min-width: 1920px){

  .section-media .section__image {
    z-index: 0;
  }
  .section-small {
    background-color: #fff;
  }

}

.tile-map {
  margin-top:20px;
}

@media (max-width:600px) {
  .hero .hero__image {
    min-height: 600px;
  }
  
}

/* form filter */
.popup-filters.is-active {
  position: relative;
}

.section-donation-primary .section__content {
  padding-top: 3rem;
}

.hero__content-link.no-underline,
 .no-underline{
  cursor: default;
}

.hero__content-link.no-underline:hover,
.no-underline:hover {
  text-decoration: none !important;
}

.menu,.submenu {
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
}

.hero--secondary .hero__meta {
  font-size:1.2rem;
}

@media (min-width:767px){
  .section__content {
    max-width: 80%;
  }

.tile-map .tile__map .map {
  margin-right:50px;
}
  
}

.grid__col h3 {
  margin-top:20px;
  font-size:2.4rem;
  font-weight: 500;
}

.article.article--primary h2 {
  margin-bottom: calc(1.1em/2);
  margin-top:calc(2.3em/2);
}

.article.article--primary h4 {
  margin-top:45px;
}

/* header iassue */ 
/*@media (max-height:1000px) and (min-width:1024px){
  .hero--placement-3 .hero__inner {
    bottom:unset;
    top:200px;
  }
}*/

.galleryoverlay {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  height: 30px;
  padding-left: 20px;
  background-color: #000;
  color: #fff;
  opacity: .6;
  font-weight: 300;
  font-size: 12px;
  padding-top: 4px;
}

.tabs--blue .tablink a {
  color:#000;
}

html body .tabs--blue .tab a {
  display:inline-block;
  background:transparent !important;
  color:#000 !important;
  border:0px solid #fff !important;
  border-radius: 0 !important;
  padding:0 !important;
  text-decoration: underline;
}

.raisely-donate iframe {
  max-height:400px;
  overflow: scroll !important;
}

.front-page .raisely-donate iframe {
  max-height:100%;
  overflow: scroll !important;
}


.section__inner.no-line:after {
  width:0;
}

@media (max-height:1000px) and (min-width:1024px){

  /*.waystovolunteer .hero .hero__content {
    padding-bottom:0;
  }*/
  .waystovolunteer .hero--secondary {
    min-height: 85rem;
  }
}

.appeal .hero--secondary .hero__link,
.campaign .hero--secondary .hero__link
{
  transform-origin: top right;
  right:0;
  top:unset;
  bottom:50%;
}



.info h3 {
    margin-bottom: 0.3rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.gform_wrapper .gfield_consent_label {
  font-size:14px;

}

.ginput_container.ginput_container_consent .gfield_required_asterisk {
  display:none;
}

.red {
  color:#c02b0a;

}

.front-page .btn--size-1 {
  width: auto;
  min-width: unset;
}


.front-page .hero .hero__link-primary {
  bottom:100%;
}


.hero--placement-3.hero:before {
  height:100%;
} 

/* fix image width for logos */

.list-partners li img {
    max-width:150px;
}

html :where(img[class*=wp-image-]) {
  width:auto;
}

@media (max-width:767px){
  .hero--alt-primary .hero__breadcrumbs ul li+li {
      margin-left: 1rem !important;
  }
}

.section.section-partners .section__inner {
    background: #fff;
}

html :where(figure[id*=attachment_]) {
  width:auto !important;

}

.bluelinks a {
  color:#017698;
  text-decoration: underline;
}

.bluelinks a:hover {
  color:#005760;
  text-decoration: underline;
  
}

.testimonial.article__testimonial blockquote a {
   color:#017698;
  text-decoration: underline;
}

.testimonial.article__testimonial blockquote a:hover {
  color:#005760;
  text-decoration: underline;

}

.section-details--alt .tile__content a {
  font-weight: bold;
  text-decoration: underline;
}

.section-details--alt .tile__content a:hover {
  text-decoration: none;
}


.nav a:focus:before {
  width: 100% !important;
}

.menu .menu__nav ul a:focus {
  background: #FFF;
}


@media (max-width:767px){
  .avatar .avatar__social ul a {
    display: inline-block !important;
    position: relative !important;
    border: 0.1rem solid #cecece !important;
    border-radius: 50% !important;
    background:none !important;
    padding:0
  }
}


/* accessibility */
.header:not(.is-fixed) .nav a:focus {
    color: #fff !important;
}

.header.header--alt .nav a:focus {
    color:#041c2c !important;
}

.wrapper--home .header.is-fixed .nav a:before {
    background-color: #041c2c;
}
.logo.header__logo:focus {
  outline:1px dotted #fff;
}

.is-fixed .logo.header__logo:focus {
  outline:1px dotted #041c2c;
}


.btn.btn--default.btn--blue.btn--size-1:focus,
.btn.btn--default.btn--blue:focus
{
  background-color: #041c2c;
  color:#fff !important;
  outline:1px solid #fff;

}

.btn.btn--default.btn--blue.btn--yellow-mobile:focus{
  background-color: #041c2c;
  color:#fff !important;
  outline:1px solid #fff;
}


.slick-dots button:focus,
.socials.footer__socials a:focus {
  outline:1px dotted #fff;
}


/* icons */

.svgicon {
  padding-right:5px;
}
.svgicon svg * {
  fill:#fff;

}

.section-form .section__aside h2 {
  font-size:4rem;
  letter-spacing: -.09rem;
  font-weight: 600;
}

.placesvgicon {
  padding-right:10px;
}

.tabs .tabs__nav .is-current a {
    background: #F1FAFD;
    border: 0.1rem solid #BEDCE6;
    border-bottom: none;
    color: #041C2C;
    border-radius: 0.4rem 0.4rem 0 0!important;
    height: 63px;
}



.iconholder {
    color: #041c2c;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "puffin",serif;
    letter-spacing: -.015em;
    display:block;
    margin-bottom:10px;    
}

.event_page .list-facilities li:not(:last-child):after {
    height: 4rem;
}

.event_page .card__overlay {
  max-height:350px;
  overflow-y:scroll;
}

.event_page .card__overlay .card__link {
  color:#fff;
}

/* campaign heights */
@media (min-width:1200px) and (max-height:900px){
  .campaign .hero--placement-3 .hero__inner {
      bottom: -7.5rem;
  }
  .campaign .section-secondary--spacing-1 {
    padding-top:20rem;
  }
}

@media (max-width:1024px){
  .hero--placement-3 .hero__inner {
      bottom: -7.5rem;
  }

}


@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .popup-filters {
    max-width: calc(100% );
  }
}

.header .header__bar {
padding: 1.4rem 3.2rem 0;
background: #f2fafd;
color: #041c2c;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

@media(max-width:767px){
.impact .hero--spacing-2 .hero__image {
    padding-top: 60%;
    min-height: auto;
}
  .hero .hero__breadcrumbs ul li {
      line-height: 1.5rem;
  }

  .p-6052 .hero .hero__image img {
    object-position: right center;
  }

}

@media (max-height:1024px) and (min-width:1000px) {

  .p-6052 .hero--placement-1 .hero__inner {
    bottom:-26rem;
  }

  .p-6052 .section-secondary--size-2 {
    padding-top: 32.2rem;
  }

}

@media (max-width:1024px){
  .campaign-listing .hero__image {
    min-height: 320px;
  }

  .campaign-listing .hero--placement-2 {
    min-height: 72rem;
  }

  .campaign-listing .section-cards-spacing-1 {
    padding-top:0;
  }

}

@media (max-width:1024px) {
  .campaign-listing .hero--placement-2 {
    min-height: 53rem;
  }
}

.campaign-listing span.card__link {
  cursor: default;
}

.campaign-listing span.card__link:hover {
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  .header .header__bar {
      position: static !important;
      padding: 0 !important;
      background: 0 0 !important;
  }

}

@media(min-width:767px){

.withoutfeat.campaign-listing .hero--placement-2 {
  min-height: initial;
  max-height: 60rem;
}

.withoutfeat.campaign-listing .hero--placement-2 .hero__image img {
    max-height: 60rem;
    object-position: center;
}

.withoutfeat.campaign-listing .hero--placement-2:after {
  background-image: none;
}



}

.card .card__link.nohover:hover {
  text-decoration: none !important;
}

@media (min-width:1200px){
  .campaign .hero--secondary, .appeal .hero--secondary {
    min-height:900px;
  }
  .campaign .hero:before, .appeal .hero:before {
    height:85%;
  }
}

@media (min-width:1024px) and (max-width:1199px){
  .campaign .hero--secondary, .appeal .hero--secondary {
    min-height:500px;
  }
}

.menu-link {
  text-decoration: none;
}

.menu-link:hover {
  text-decoration: underline;
}


.raisely-donate iframe {max-height:100% !important;}



@media (max-width:1023px){

  .menu .menu__nav {
    min-height:500px;
  }

  .menu .submenu h6 {
    padding:0;
    margin:0''
  }
}

html .header:not(.is-fixed) .nav a:focus {
    color: #041c2c !important;
}

.figure_surround {
  width:100%;
  display:inline-block;
}

.figure_surround p:empty {
  display:none;
}

.figure_surround figure {
  float:left;
  max-width:167px;
  margin-right:20px;
  text-align:center;
}

.donate-page .hero__inner {
  bottom:unset;
  top:6.5rem;
}

@media (max-width:767px){
  .p-13847 .section-secondary--spacing-1 .shell--size-1 {
    margin-top:50px;
  }

} 




/* network pages */



.group2 .header .header__bar-inner {
  justify-content: flex-start;
  opacity: 1;
  color: rgba(4,28,44,1);
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;  
  font-family: "Montserrat";

  

}

.group2 .header .header__bar {
  padding: 1.4rem 3.2rem 1.4rem;
}


.group2 .header .header__bar-inner i {
  transform: scale(-1, 1); transform-origin: center;
  margin-right:6px;
}

.group2 .hero--alt .hero__content {
  min-height: 580px;
}

.group2 .section-main.about-section {
  padding-top:1rem;
}

.group2 .header__content,
.group2 .logo-holder {
  background-color:#005EB8;
 /* padding-top:25px;
  padding-bottom:25px;*/
}


/* Center content horizontally */
.group2 .header__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo and Divider */
.group2 .logo-holder {
    display: flex;
    align-items: center;
}

.group2 .logo {
    margin-right: 10px; /* Adjust the spacing between the logo and divider */
}

.group2 .divider {
    border-left: 1px solid #fff; /* 1px border on the left of the divider */
    padding-left: 10px; /* Adjust the spacing between the border and text */
    padding-top:15px;
    padding-bottom:15px;
}

.group2 .hero--alt h1 {
  margin-bottom:20px;
}

/* Right-aligned list items */
.group2  .header__nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.group2 .header__nav li {
    margin-right: 50px; /* Adjust the spacing between list items */
}

/* Center the entire header content horizontally */
.group2 .header__content {
    text-align: center;
}

/* Optional: Add some spacing and styles to the list items for better readability */
.group2 .header__nav li:last-child {
    margin-right: 0; /* Remove margin for the last item */
}

/* Example styles for the list items */
.group2 .header__nav li {
    font-size: 16px;
    font-weight: bold;
}


.group2 .hero__breadcrumbs.centered ul {

}

.group2 .hero--alt .hero__content {
  max-width: 100%;
  text-align: center;
}

.group2 .hero--alt-primary .hero__content-inner {
  background-color: unset;
  position: absolute;
  bottom:100px;
  text-align: center;
  width: 100%;
  max-width: unset !important;
  font-size:20px;
}


.group2 .image_gallery {
  background-color: rgba(4,28,44, 1);
  padding-top:65px;
  padding-bottom:10px;
   margin-top:60px;
}

.group2 .birds_in_area {
  background-color: #F2FAFD;
  margin-top:0;
  padding-top:40px;
  padding-bottom:40px;
}


.group2 .birds_in_area .slick-slide div {
  width:100%;
}

.resource_library {
  opacity: 1;
  background-color: rgba(242,250,253, 1);
  margin-top:50px;
  margin-bottom:50px;
  padding-top:30px;
  padding-bottom:30px;
}

.group2 .resource_library .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.group2 #myScrollspy li {
  padding-top:25px;
  padding-bottom:25px;
}

.group2 #myScrollspy li.active {
  border-bottom:4px solid #005EB8;
}

.group2 #myScrollspy li.active {
  border-bottom:4px solid #fff;
}

.group2 #myScrollspy li a {
  color:#fff !important;
}

.group2 #myScrollspy li a:hover {
  text-decoration:none;
}

.group2 #myScrollspy li a::before {
  background-color:#005EB8;
}

.resource_description h3 {

}

.resource_cta {

}

.group2 .shell_inner {
  max-width: 83rem;
  margin: 0 auto 5.7rem;
}

.group2 .activities {
  margin-bottom:0;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;

}



.group2 .activities li:not(:last-child) {
  border-right: 1px solid #BEDCE6; /* Add your desired border style here */
}

.group2 .activities li {
  display: flex;
  vertical-align: top;
  flex: 1;
  flex-direction: column;  
  padding-left:20px;
  padding-right:20px;
}



.group2 .tabs .tabs__nav .is-current a {
  height:100%;
}

.group2 .hero__image .inner {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-image: linear-gradient(180deg, rgba(0, 16, 27, 0) 0%, rgba(0, 16, 27, 0.169633) 30%, rgba(0, 16, 27, 1) 100%);
}

.group2 .resource_library h3 {
  opacity: 1;
color: rgba(0,0,0,1);
font-size: 24px;
font-weight: 600;
font-style: normal;
letter-spacing: -0.5px;
text-align: left;
line-height: 32px;
}

.group2 .shell_inner h3 {
}



.group2 .shell_inner.resource {
  padding-left:40px;
}

.group2 .centered {
  text-align: center;
}

.group2 .mb-4 {
  margin-bottom:20px !important;
}

.group2 #about {
  position: relative;
}

.group2 #about .inner,
.group2 .section.newsletter h3 .inner {
border-top:3px solid rgba(242,169,0, 1);
height:30px;
width: 50px;
}

.group2 .bird_profiles.grid .slick-list {
  padding-left:12px;
  padding-right:12px;

}
.group2 .text-white {
  color:#fff;
}


.group2 .shell_footer {
  padding-bottom:40px;
}

.group2 .shell_footer h3 {
  opacity: 1;
color: rgba(0,0,0,1);
font-family: "puffin",serif;
font-size: 20px;
font-weight: 400;
font-style: normal;
letter-spacing: 0px;
text-align: left;
line-height: 28px;
}

.group2 .shell_footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.group2 .shell_footer li {
  list-style-type: none;
  margin-right:10px;
}

.group2 .shell_footer li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 0.1rem solid #CECECE;
  border-radius: 50%;  
}

.group2 .further_info .shell {
border-radius: 4px;
opacity: 1;
background-color: rgba(248,248,248, 1);
padding-top:30px;
padding-left:40px;
}

.group2 .section.newsletter {
    background-color: rgba(131,49,119, 1);
}


.group2 .yellow-arrow i {
  color:#F2A900;
  margin-left: 0;
  font-size:22px;
}

/* tabs */

.group2 .tabs--blue .tabs__nav a:focus {
  color: rgba(4,28,44,1) !important;

}

.group2 .tabs--blue .tabs__nav a {
  width: 100%;
  background-color: #f2fafd;
  border-color:#f2fafd;
  opacity: 1;
  color: rgba(4,28,44,1);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.25px;
  text-align: center;
  line-height: 24px;  
}
@media (min-width:767px){
  .group2 .tabs__nav li {
    width:calc(100% / 3);
  }
}

.group2 .tabs .tabs__nav .is-current a {
  background-color: #fff;
  border-color:#CECECE;
}

.group2 .tabs .tabs__body {
  background-color:#fff;
  border-color:#CECECE;
  padding-left:60px;
  padding-right:60px;
}

.group2 .whatson h3 {
  opacity: 1;
  color: rgba(0,0,0,1);
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 32px;
}

.group2 .whatson .all_items {
  text-decoration: none !important;
  margin-left:20px;
  opacity: 1;
  color: rgba(4,28,44,1);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.22px;
  text-align: center;
  line-height: 24px;
}

.group2 .whatson .all_items:hover {
  text-decoration: underline !important;
}

.group2 .whatson .all_items i {
  margin-left:10px;
}


.group2 .birds_in_area .grid .grid__col--1of3 {
  max-width: 100%;
}

.group2 .birds_in_area .list-cards strong {
  white-space: nowrap;
}

@media (min-width:1023px) {

  .group2 .header__bar .logo-holder {
    display:none;
  }
  
}


.group2 .nav-trigger span {
  background-color: #fff;
}

.group2 .section.newsletter {
  padding-top:0;
  padding-bottom:0;
}

.group2 .section.newsletter .shell {
  display:flex;
}

.group2 .section.newsletter .newsletter_image {
  width:40%;
  padding-right:30px;
}

.group2 .section.newsletter .newsletter_content
{
  width:60%;
  color:#fff;
  padding:30px;
}

.group2 .section.newsletter .newsletter_content .gfield_required_asterisk,
.group2 .section.newsletter .gfield_label.gform-field-label,
.group2 .section.newsletter .gfield_label {
  color:#fff !important;
  font-family:"tablet-gothic",sans-serif;
  font-weight: 600;
}

.group2 .section.newsletter h3 {
  opacity: 1;
color: rgba(255,255,255,1);
font-size: 24px;
font-style: normal;
letter-spacing: -0.5px;
text-align: left;
line-height: 32px;
}

.group2 .section.newsletter {
  font-weight: 300;

 opacity: 1;
color: rgba(255,255,255,1);
font-family:"tablet-gothic",sans-serif;
font-size: 16px;
font-weight: 300;
font-style: normal;
letter-spacing: 0px;
text-align: left;
line-height: 24px;

}

.group2 .section.newsletter .newsletter_content {
  font-weight: 300;
  opacity: 1;
 color: rgba(255,255,255,1);
 font-family:"tablet-gothic",sans-serif;
 font-size: 16px;
 font-weight: 300;
 font-style: normal;
 letter-spacing: 0px;
 text-align: left;
 line-height: 24px;
}

.group2 .section.newsletter .gform_required_legend {
  font-size:12px;
  font-weight: 300;
}

.group2 .section.newsletter .newsletter_content .spacer.gfield {
  display:none;
}



@media (max-width:1023px){

  .group2 .header__bar .shell {
    padding-left:0;
    padding-right:0;

  }

  .group2 .header__bar .header__actions {
    position: absolute;
    right:10px;
    top:50px;
  }
  .group2 .header__bar .logo-holder {
    padding:15px;
  }

  .group2 .header__content.is-active .logo-holder {
    display:none;
  }
  .group2 .header__content.is-active nav a {
    background-color: #005EB8;
  }

  .group2 .header__nav ul {
    display:block;
  }

  .group2 .header__nav ul li {
    min-width:200px;
    margin-right:0;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  .group2 .header__nav ul li a {
    text-align: left;
  }
  .group2 .header__content {
    margin-top:104px;
  }
  
  .group2 .header__content ul {
    display:none;
  }



  .group2 .header__content.is-active ul {
    display:block;
  }

  .group2 .resource_library img {
    display:none;
  }

  .group2 .resource_library .shell {
    display:block;
  }

  .group2 .resource_library .resource_cta {
    text-align: center;
  }

  .group2 .section.newsletter .shell {
    display:block !important;
  }
  

  .group2 .section.newsletter .newsletter_image {
    width:100%;
    padding-right:0px;
    display:none;
  }
  
  .group2 .section.newsletter .newsletter_content
  {
    width:100%;
    color:#fff;
    padding:30px;
  }


}


.group2 .whatson .card__inner:before {
  background: #005eb8;
  background-color: #005eb8;
}

.group2 .card-color .card__inner:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
}

html body .tabs--blue .tab a.card-a {
  display:block;
  text-decoration: none;
}

html body .tabs--blue .tab a.card-a h4,
html body .tabs--blue .tab a.card-a span {
  color:#fff;
}

.group2 .about-section p,
.group2 .about-section ul li,
.group2 .about-section a {
  font-family:"tablet-gothic",sans-serif;
  font-size:16px;
  font-weight:300;
}

.group2 .about-section h3 {
opacity: 1;
color: rgba(0,0,0,1);
font-family: "Puffin";
font-size: 32px;
font-weight: 300;
font-style: normal;
letter-spacing: -0.5px;
text-align: left;
line-height: 40px;
}

.group2 .about-section iframe {
  border-radius: 4px;
}

.group2 .whatson .tab p {
  width:75%;
}

.group2 .image_gallery p {
  text-align: center;
  opacity: 1;
  color: rgba(255,255,255,1);
  font-family:"tablet-gothic",sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  line-height: 24px;  
}

.group2 .committee_members p,
.group2 .resource_library p,
.group2 .contact_form p
{
  opacity: 1;
  font-family:"tablet-gothic",sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 24px;  
}

.group2 .tabs .tabs__nav a {
  padding: 1.8rem 3.6rem;
}

@media (max-width:1024px) {
  .group2 .activities li {
    flex-basis: calc(33% - 12px);
  }
  
  .group2 .activities li:nth-last-child(-n+2) {
    border-right: 0px solid #BEDCE6; /* Add your desired border style here */

  }

}


@media (max-width:1023px) {

  .p-3462.campaign .hero--secondary .hero__image {
    padding-top: 25%;
  }

}

@media (max-width:767px) {
  .group2 .activities li {
    flex-basis: calc(50% - 12px);
  }

  .group2 .whatson .tab h3 {
    display:flex;
  }
  .group2 .whatson .tab h3 span  {
    flex:1;
  }
  .group2 .all_items {
    flex:1;
    margin-top:3px;
  }


  .group2 .activities li:nth-last-child(-n+3) {
    border-right: 0px solid #BEDCE6; /* Add your desired border style here */

  }

  .group2 .whatson .tab p {
    width: 100%;
  }

  .p-3462.campaign .hero--secondary {
    margin-bottom:50px;
  }
  
}

@media (max-width: 600px) {
.p-3462.campaign .hero .hero__image {
    min-height: 300px;
}
}

@media (max-width: 600px) {
.p-3462.campaign .hero .hero__image {
    min-height: 300px;
}
}


/* end network pages */

.p-3462.campaign .hero--secondary {
  min-height: 1425px;
}

