/*Homepage Boxes*/
.issues-container .issue:nth-child(5) {
    background-color: #f8a922;
}
.issues-container .issue:nth-child(5) img.logo, .issues-container .issue:nth-child(6) img.logo {
    max-width: 110px;
    margin-bottom: 5px;
}
.issues-container .issue:nth-child(6) {
  background-color: #ea1d22;
}
#home .issues-container {
    flex-flow: wrap;
}
#home .issues-container .issue {
    width: calc(99%/3);
    margin-bottom: 10px;
}
#home .issues-container .issue .title-container .title{
	    max-width: 400px;
}

/*Newsletter Signup*/
.cpro-form-container .frontfield {
    max-width: 42%;
    margin: 0px 1%;
}
.cpro-form-container .nextstep {
    margin-top: 8px;
    max-width: 87%;
}
.cpro-form-container .fl-builder-content {
    padding: 0;
}
h2.popup-join {
    font-size: 16px;
    color: #f6272d;
    padding: 20px 0 0;
}
@media screen and (max-width: 768px){
.nextstep {
    max-width: 73%;
    margin: 20px;
}
.frontfield.field2 {
    margin-right: 0;
}
}
@media screen and (max-width: 632px){
	.frontfield {
    margin: 6px;
    max-width: 71%;
    width: 100%;
}
}
.frontfield{display:inline-block;
    margin-right: 10px;
    position: relative;
}
.frontfield input{
    width: 100% !important ;
    padding: 13px 10px;
}
/*.frontfield:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #333;
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 18px;
    z-index: 9999;
}
.frontfield.field2:after {
    content: "@";
    font-size: 20px;
    font-family: 'Lato';
    font-weight: bold;
    top: 9px;
}*/
.upfrontopen #home #home-hero .hero-content{
	max-width: 100%;
}
.open.upfront-fields:before, #main-wrapper.uprfontopen:before {
    display: block !important;
}
.upfront-fields:before, #main-wrapper.uprfontopen:before {
    content: '';
    position: fixed;
z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.72) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b8000000',GradientType=0 );
display: none;
    transition:0.2s;
}
.additional-fields {
    display: none;
    position: fixed;
    background-color: #FFF;
    top: 100px;
    /* opacity: 0.5; */
    height: 400px;
    overflow: scroll;
    /* bottom: 0px; */
    right: 0px;
    left: 0px;
    z-index: 50;
    padding: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
	text-align:left;
}
.signupheader h2 {
    font-size: 22px !important;
    color: #FFF !important;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.signupheader {
    background-color: #f6272c;
    color: white;
    text-transform: uppercase;
    height: 60px;
    padding: 14px 18px;
    position: relative;
    margin: 0px auto;
}
.close-icon.trigger {
    float: right;
    padding: 7px 7px;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-top: 4px;
       cursor: pointer;
}
.upfront-fields input[type="text"] {
    display: inline-block;
    width: 25%;
    margin-right: 25px;
    padding-left: 20px;
}
.nextstep{
    display: inline-block;
    max-width: 185px;
    width: 100%;
    background-color: black;
    border: 0px;
    letter-spacing: normal;
    font-family: "Lato";
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    color: white;
    margin: 0px 8px;
    /* outline: none; */
    cursor: pointer;
    transition: all 0.4s;
    font-size: 16px;
    padding: 12px 15px 16px;
    text-align: center;
}
.additional-fields .en__field__element.en__field__element--checkbox {
    float: left;
    margin-right: 8px;
}
.additional-fields .en__field.en__field--checkbox {
    margin: 5px 5px;
}
.additional-fields .en__field.en__field--text {
    margin: 10px 0;
}
.additional-fields form {
    padding: 5px 20px;
}
.additional-fields .en__submit button {
    background-color: #f6272c;
    border: none;
    margin: 10px 0;
    width: 180px;
    font-weight: bold;
    padding: 10px;
    color: #FFF;
	cursor:pointer;
}
.additional-fields .en__submit button:hover {
opacity:0.8;
transition:0,2s;
}
.additional-fields input[type="text"], .additional-fields select{
    width: 100%;
    padding: 10px;
}
/*END Newsletter Signup*/
.takeactiongrid span.uabb-meta-date {
    color: #f6272c;
    font-size: 18px;
    display: block;
}
.takeactiongrid h5.uabb-post-meta.uabb-blog-post-section {
    padding-bottom: 0;
}


.takeactiongrid h3 {
    font-size: 26px;
}
.takeactiongrid span.uabb-cat-links {
    display: block;
    color: #FFF;
    font-size: 14px;
    border: 0px solid;
    border-radius: 5px;
    padding: 0px;
    margin-top: 0px;
	font-weight: 600;
}
.takeactiongrid span.uabb-meta-date {
    color: #f6272c;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
.filterheader{
	color:rgb(38, 50, 56);
}
/*.takeactiongrid .uabb-blog-post-inner-wrap{
padding-top: 150px;
}
.takeactiongrid .uabb-blog-post-content{
background: rgba(0,0,0,0.68);
}
.takeactiongrid .uabb-blog-post-content {
  padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}*/
.takeactiongrid .uabb-blog-post-content{
padding: 0px 0 0 0 !important;

}
.takeactiongrid .item-content{
background: rgba(0,0,0,0.68);
}
.takeactiongrid .item-content {
  padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width:100%;

}
.featured-grid .be-slideupwrap,
.other-actions .be-slideupwrap{
	background: #253238;
}
.featured-grid .be-slideup .be-slideupwrap:before,
.other-actions .be-slideup .be-slideupwrap:before {
    border-color: transparent transparent #253238 #253238;
}
.featured-grid .be-slideupwrap .uabb-cat-links,
.other-actions .be-slideupwrap .uabb-cat-links{
    display:none;
}
.featured-grid .be-slideup h2 ,
.other-actions .be-slideup h2 {
    padding:0;
}
.be-slideupwrap {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #469743;
    padding: 25px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.be_slideupdesc {
    color: #FFF;
   /* display: none;*/
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 10px;
	    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 5;
    transition: .3s opacity, .3s max-height;
}
.be_slideupdesc p:last-child{
    margin-bottom: 0;
}
.be-slideup{
position:relative;
display: block;
min-height: 400px;
width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.be-slideup a, .be-slideup h2, .be-slideup h2 a{
    color:#FFF;
}
.be-slideup h2{
	    font-size: 20px;
}
.be-slideup:hover .be-slideupwrap {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
        padding: 30px 15px;
}
.be-slideup .be-slideupwrap:before {
    -moz-transform: scale(0.9999);
    -webkit-transform: scale(0.9999);
    border-color: transparent transparent #469743 #469743;
    border-style: solid;
    border-width: 35px 186px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
   /* top: -69px;*/
    top: 0px;
    left: 0;
    width: 0;
     transition: all .3s linear;
	 display:none;
}
.be-slideup:hover .be_slideupdesc {
 /*  display: block;*/
  opacity: 1;
    max-height: 400px;
}
/*free speech*/
.uabb-masonary-cat-1403 .be-slideupwrap {
	background:#455a64;
}
.uabb-masonary-cat-1403 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #455a64 #455a64;
}
/*climate clean*/
.uabb-masonary-cat-1400 .be-slideupwrap {
  background:#469743;
}
.uabb-masonary-cat-1400 .be-slideup .be-slideupwrap:before {
   border-color: transparent transparent #469743 #469743;
}
/*livable communities*/
.uabb-masonary-cat-1401 .be-slideupwrap {
	background:#452d9d;
}
.uabb-masonary-cat-1401 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #452d9d #452d9d;
}
/*water*/
.uabb-masonary-cat-1402 .be-slideupwrap {
	background:#00a0d2;
}
.uabb-masonary-cat-1402 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #00a0d2 #00a0d2;
}
/*toxic*/
.uabb-masonary-cat-1399 .be-slideupwrap {
	background:#ce5610;
}
.uabb-masonary-cat-1399 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #ce5610 #ce5610;
}
/*alberta*/
.uabb-masonary-cat-1480 .be-slideupwrap {
	background:#f6272c ;
}
.uabb-masonary-cat-1480 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #f6272c  #f6272c ;
}
/*plastics*/
.uabb-masonary-cat-1481 .be-slideupwrap {
	background:#f6a720;
}
.uabb-masonary-cat-1481 .be-slideup .be-slideupwrap:before {
	 border-color: transparent transparent #f6a720 #f6a720;
}
.be-slideup:hover .be-slideupwrap::before {
	top: -69px;
}

.be-slideup h2 {
	position: relative;
	z-index: 5;
}
.uabb-masonary-filters li {
  opacity: .8;
  transition: .3s opacity;
}

.uabb-masonary-filters li:hover {
  opacity: 1;
}

.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1400"] {
  background: #469743 !important;
  color: white !important;
}

.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1403"] {
  background:#455a64 !important;
  color: white !important;
}

.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1401"] {
  background:#452d9d !important;
  color: white !important;
}

.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1402"] {
  background:#00a0d2 !important;
  color: white !important;
}

.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1399"] {
  background:#ce5610 !important;
  color: white !important;
}
.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1480"] {
    background: #f6272c !important;
    color: white !important;
}
.uabb-masonary-filters li[data-filter=".uabb-masonary-cat-1481"] {
    background: #f6a720 !important;
    color: white !important;
}

.uabb-masonary-filters  li.uabb-masonary-current {
  opacity: 1;
}



.filterheader h3 span{
	    color: rgb(38, 50, 56);
}
#blog .content-wrapper {
  position: relative;
  padding: 40px 0px 100px 0px;
}
#blog .content-wrapper .posts-container {
  max-width: 1580px;
  padding: 0px 20px 30px 20px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
#blog .content-wrapper .posts-container .post-container {
  background-size: cover;
  background-position: center center;
  /* jolmes min-height: 350px; */
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#blog .content-wrapper .posts-container .post-container .date {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 3;
}
#blog .content-wrapper .posts-container .post-container .date .date-month {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
#blog .content-wrapper .posts-container .post-container .date .date-day {
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 35px;
}
#blog .content-wrapper .posts-container .post-container .date .date-year {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 14px;
}
#blog .content-wrapper .posts-container .post-container .author-container {
  position: relative;
  width: 400px;
  //height: 450px;
  z-index: 2;
  padding-top: 60px;
  float: left;
}
#blog .content-wrapper .posts-container .post-container .author-container .author-image {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0px 25px 20px auto;
  border: 6px;
  border-color: #FFFEFE;
  border-style: solid;
}
#blog .content-wrapper .posts-container .post-container .author-container .author-name {
  color: black;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.075em;
  font-weight: 300;
  padding: 0px;
}
#blog .content-wrapper .posts-container .post-container .author-container .author-title {
   color: black;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.075em;
  font-weight: 700;
  max-width: 170px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
#blog .content-wrapper .posts-container .post-container .author-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  //background-color: #ea1d22;
  opacity: 0.5;
  z-index: -1;
}
#blog .content-wrapper .posts-container .post-container .content-container {
  position: relative;
  z-index: 3;
  width: calc(100% - 400px);
  float: left;
  padding: 40px 30px;
  /*jolmes Au19,2018 min-height: 400px;*/
  margin-left:15%;
  margin-bottom: 0 !important;
}

#blog .content-wrapper .posts-container .post-container .author-container .featured-image {
  margin-bottom: 0;
}

.page-template-template-blog #blog .content-wrapper .posts-container .post-container .content-container{margin-left:0px;}
#blog .content-wrapper .posts-container .post-container .content-container .post-title {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 26px;
}
#blog .content-wrapper .posts-container .post-container .content-container .post-subtitle {
	font-weight: 400px;
}
#blog .content-wrapper .posts-container .post-container .content-container .post-subtitle a{
	color: black;
	text-decoration: none;
  font-weight: 400;
  transition: .3s color;
}

#blog .content-wrapper .posts-container .post-container .content-container .post-subtitle a:hover{
  color: #f6272c;
}

.blog-excerpt-title a {
  color: black;
  transition: .3s color;
}

.blog-excerpt-title a:hover {
  color: #f6272c;
}

#blog .content-wrapper .posts-container .post-container .content-container .post-subtitle.no-terms {
	padding-bottom: 10px;
}
#blog .content-wrapper .posts-container .post-container .content-container .category-list a{
	color: #f6272c;
	text-decoration: none;
}
#blog .content-wrapper .posts-container .post-container .content-container p {
  font-size: 20px;
  color: black; 
  line-height: 28px;
  letter-spacing: 0.05em;
}
#blog .content-wrapper .posts-container .post-container .content-container .more-link {
  padding-left: 5px;
  text-decoration: none;
  color: #f6272c;
  transition: .3s color;

}

#blog .content-wrapper .posts-container .post-container .content-container .more-link:hover {
  color: black;
}

#blog .content-wrapper .posts-container .post-container .content-container .category-list{
	font-style: italic;
	font-size: 15px;
	padding-bottom: 10px;
}
#blog .content-wrapper .posts-container .post-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  //background-color: #263238;
  opacity: 0.6;
  z-index: 1;
}
#blog .content-wrapper .posts-container .post-container:after {
  content: "";
  display: block;
  clear: both;
}
#blog .content-wrapper .posts-container .post-container:last-child {
  margin-bottom: 0px;
}
#blog .content-wrapper .pagination-links {
  text-align: center;
  font-size: 20px;
}
#blog .content-wrapper:before {
  //content: url('images/blog-content-header-background.svg');
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  z-index: 1;
  overflow: hidden;
}
#blog .content-wrapper:after {
  //content: url('images/blog-content-footer-background.svg');
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 1;
  overflow: hidden;
}
.featuredactions .fl-post-grid-post h2 {
	 color: rgb(38, 50, 56);
}
.featuredactions .fl-post-grid-post, .featuredactions .fl-post-grid-post p{
    position:relative;
	 color: rgb(38, 50, 56);
}
.featuredactions .fl-post-image.takeactionbg {
    height: 250px;
    background-size: cover;
}
.featuredactions .fl-post-more-link {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid;
}
.taleactionftd{
    background:rgba(0,0,0,0.7);
    padding: 10px 20px;
    color:#FFF !important;
    position: absolute;
    top:25px;
    left:0;
    z-index: 2;
}

.takeactiongrid .slick-arrow i {
  font-size: 30px !important;
}

/*.featured-grid .be-slideup:before {
      position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  content: "";
}
.featured-grid .slick-track .slick-slide:nth-child(3n-2) .be-slideup:before {
  background:#ff6f00dd;
}
.featured-grid .slick-track .slick-slide:nth-child(3n-1) .be-slideup:before {
  background:#3dd7f9dd;
}


.featured-grid .slick-track .slick-slide:nth-child(3n) .be-slideup:before {
  background:#508b4bdd;
}*/

.featured-actions {
  /*background-color: #f6a820 !important;*/
  /*padding-top:40px !important;
  padding-bottom:40px !important;*/
}
@media (min-width:1300px) {
    .featured-grid .slick-arrow {
    width:65px !important;
    height:65px !important;
    /*    border:1px solid #263238;
        border-radius:50%;*/
    }

    .featured-grid .slick-arrow i  {
        font-size:35px;
        width:auto;
        height: auto;
        border:none;
        margin-top:-2px;
    }
    .featured-grid .slick-next i {
        margin-left:4px;
    }
    .featured-grid .slick-prev i {
        margin-right:1px;
    }
    .featured-grid .slick-prev {
        left:-75px;
    }
    /*.featured-grid .slick-next {
        right:-75px;
    }*/
}




/*.featured-grid .be-slideup:hover .be-slideupwrap:before {
    border:none !important;
}
.featured-grid .be-slideup .be-slideupwrap {
    background: transparent;
    bottom:30%;
    width:80%;
    margin:auto;
}*/
.featured-actions h1.fl-heading,
.other-actions h1.fl-heading {
  color:white !important;
  font-family: "Lato" !important;
  font-weight:thin;
  font-size:71px !important;
  font-weight:300 !important;
}
.other-actions {
  background-color:#586b74;
}
.featured-actions .fl-module-separator .fl-separator{
  opacity: 1;
    width: 55%;
    max-width: 100%;
    border-top: 2px solid white;
   margin: 20px auto 10px auto;
}
.other-actions .fl-module-separator .fl-separator {
  opacity: 1;
    width: 55%;
    max-width: 100%;
    border-top: 2px solid white;
   margin: 20px auto 10px auto;
}
.fl-node-5bdc69744abe2 {
  width: 100%;
  margin-top:40px;
}
.fl-node-5bdc68aa36f7e {
  width: 100%;
  text-align:center;
}

.other-actions .fl-heading,
.featured-actions .fl-heading {
      text-align: center;
    font-family: "Lato" !important;
    font-weight:300 !important;
}
.fl-node-5bdc738b61685 > .fl-module-content {
  margin-bottom: 0px !important;
}

/*Donate square fixes*/
.fl-node-5b8ad768026f1 {
  width:66.6% !important;
}
.fl-node-5be1eb20d0f88 {
  width: 33.3% !important;
}
.donate-item .fl-html {
  overflow: hidden;
}
.featured-grid .slick-next {
    right: -61% !important;
}

@media (max-width:768px) {
  .fl-node-5b8ad768026f1,
  .fl-node-5be1eb20d0f88 {
    width:100% !important;
    max-width:100% !important;
  }

  .featured-grid button.slick-next {
    right: -15px !important;
  }

  .form-iframe {
    height:675px !important;
  }

}

/*newsletter*/
.signup-form{
  /*  border: 1px solid #000;*/
    padding: 20px;
    margin-bottom: 20px;
    background: #37474f;
    color: #FFF;
}
.signup-form label {
    color: #FFF !important;
    font-size: 16px !important;
    padding-bottom: 3px;
    display: inline-block;
}
.signup-form input {
    margin-bottom: 15px;
}
.signup-form button {
    background-color: red;
    color: white;
    border-radius: 5px;
    font-size: 18px !important;
    font-weight: bold;
    padding: 10px 30px !important;
    margin-top: 20px;
}
h2.engagingformtitle,
.signup-form h2 {
    color: #37474f;
    font-size: 26px;
    padding-bottom: 10px;
}
.checkbox-error {
  font-size: 16px !important;
    margin: 0 !important;
}
.signup-form{
  text-align: center;
}
.signup-form p,
.signup-form .column-half{
  text-align: left;
}
.signup-form p{
      padding-left: 7px;
}
/*Gala*/
.whborder img{
	border: 6px;
    border-color: #FFFEFE;
    display: inline-block;
    border-style: solid;
}
.galacontent a:hover, .galadarktext a:hover{
text-decoration:none;
color:#455a64;	
}
.galacontent a, .galadarktext a{
text-decoration:underline;
color:#263238;
}
.galacontent h1, .galacontent h2, .galacontent h3, .galacontent h4, .galacontent h5, .galadarktext h1, .galadarktext h2, .galadarktext h3, .galadarktext h4, .galadarktext h5{
color:#263238;	
}
.galacontent p, .galadarktext p {
    font-size: 1.3vw;
    line-height: 2.0vw;
    padding-bottom: 10px;
    letter-spacing: 0.075em;
    font-weight: 300;
	color:#263238;
}
.galacontent .fl-col-content {
    max-width: 450px;
    margin: 0 auto;
}
.galacontent {
    position: relative;
}

.galacontent a.fl-button, .galadarktext a.fl-button {
    border-radius: 0;
    background-color: #fff;
    border: none;
    text-decoration: none !important;
    transition: all 0.3s;
    padding: 12px 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-family: "Lato";
}
.galadarktext .container-title.centered:after{	
    background-color: #253238;
}
.rightarrow .fl-col-content:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #CCC;
}
.leftarrow .fl-col-content:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
left: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #CCC;
}
.galarow a.fl-button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
}
.galarow a.fl-button:hover:after {
  animation: button-animation linear 1 0.6s;
}
.galagrey{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7eaea+0,e7eaea+49,e9ecec+50,e9ecec+100 */
background: #e7eaea; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e7eaea 0%, #e7eaea 49%, #e9ecec 50%, #e9ecec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e7eaea 0%,#e7eaea 49%,#e9ecec 50%,#e9ecec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e7eaea 0%,#e7eaea 49%,#e9ecec 50%,#e9ecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eaea', endColorstr='#e9ecec',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rightarrow.galagrey .fl-col-content:after{
    border-left: 30px solid #e9ecec;
}
.leftarrow.galagrey .fl-col-content:after{
    border-right: 30px solid #e9ecec;
}
.galared {
    color: #FFF;
    background: #ea1d22;
    background: -moz-linear-gradient(-45deg, #ea1d22 0%, #ea1d22 50%, #ec3538 50%, #ec3538 100%);
    background: -webkit-linear-gradient(-45deg, #ea1d22 0%,#ea1d22 50%,#ec3538 50%,#ec3538 100%);
    background: linear-gradient(135deg, #ea1d22 0%,#ea1d22 50%,#ec3538 50%,#ec3538 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1d22', endColorstr='#ec3538',GradientType=1 );
}
.galacontent ul{
	list-style: none;
    padding-left: 30px;
}
.galacontent.galawhtext ul li{
	color:#FFF;
}
.galacontent.galawhtext ul li{
	 font-size: 1.3vw;
    line-height: 2.0vw;
    padding-bottom: 10px;
    letter-spacing: 0.075em;
    font-weight: 300;
	position: relative;
}
.galacontent.galawhtext ul li:before {
	color: #FFF;
}
.galacontent ul li:before {
    content: "\f10c";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: -30px;
    color: #e9ecec;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}
.galacontent.galawhtext a:hover{
text-decoration:none;
color:#EFEFEF;	
}
.galacontent.galawhtext a{
text-decoration:underline;
color:#FFF;	
}
.galacontent.galawhtext h1, .galacontent.galawhtext h2, .galacontent.galawhtext h3, .galacontent.galawhtext h4, .galacontent.galawhtext h5{
color:#FFF;	
}
.galacontent.galawhtext p {
color:#FFF;	
}
.galared a.fl-button span {
    color: #ea1c21 !important;
}
.leftarrow.galared .fl-col-content:after{
    border-right: 30px solid #ea1d22;
}
.rightarrow.galared .fl-col-content:after{
    border-left: 30px solid #ea1d22;
}
.galagreen {
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#469743+0,469743+49,469743+49,59a156+49,59a156+100 */
background: #469743; /* Old browsers */
background: -moz-linear-gradient(-45deg, #469743 0%, #469743 49%, #469743 49%, #59a156 49%, #59a156 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #469743 0%,#469743 49%,#469743 49%,#59a156 49%,#59a156 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #469743 0%,#469743 49%,#469743 49%,#59a156 49%,#59a156 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469743', endColorstr='#59a156',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.galagreen.reversed {
    color: #FFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#469743+0,469743+49,469743+49,59a156+49,59a156+100 */
background: #469743; /* Old browsers */
background: -moz-linear-gradient(45deg, #469743 0%, #469743 49%, #469743 49%, #59a156 49%, #59a156 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #469743 0%,#469743 49%,#469743 49%,#59a156 49%,#59a156 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #469743 0%,#469743 49%,#469743 49%,#59a156 49%,#59a156 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469743', endColorstr='#59a156',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.leftarrow.galagreen .fl-col-content:after{
    border-right: 30px solid #469743;
}
.rightarrow.galagreen .fl-col-content:after{
    border-left: 30px solid #469743;
}
.galagreen a.fl-button span {
    color: #469743 !important;
}
.galadarkgrey{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#455b64+0,455b64+50,586b74+51,586b74+100 */
background: #455b64; /* Old browsers */
background: -moz-linear-gradient(45deg, #455b64 0%, #455b64 50%, #586b74 51%, #586b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #455b64 0%,#455b64 50%,#586b74 51%,#586b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #455b64 0%,#455b64 50%,#586b74 51%,#586b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455b64', endColorstr='#586b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.galadarkgrey.reversed{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#455b64+0,455b64+50,586b74+51,586b74+100 */
background: #455b64; /* Old browsers */
background: -moz-linear-gradient(-45deg, #455b64 0%, #455b64 50%, #586b74 51%, #586b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #455b64 0%,#455b64 50%,#586b74 51%,#586b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #455b64 0%,#455b64 50%,#586b74 51%,#586b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455b64', endColorstr='#586b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.leftarrow.galadarkgrey .fl-col-content:after{
    border-right: 30px solid #455b64;
}
.rightarrow.galadarkgrey .fl-col-content:after{
    border-left: 30px solid #455b64;
}
.leftarrow.galadarkgrey.reversed .fl-col-content:after{
    border-right: 30px solid #586b74;
}
.rightarrow.galadarkgrey.reversed .fl-col-content:after{
    border-left: 30px solid #586b74;
}

#single-blog h1.post-title,
.blog-right-sidebar .title, .blog-right-sidebar .date, 
.blog-right-sidebar h1, .blog-right-sidebar p
 {
  color:#263238;
  
}

.next-post-content h2{
  color:#263238;
}
.take-action-sidebar {
  background-color:#263238;
  color:white;
  padding:20px;
}
.take-action-sidebar p {
  color:white;
}
#single-blog .related-posts.row {
  display: block !important;

}
#single-blog .related-blog {
  width:33.33%;
  padding-right:15px;
  float:left;
  position:relative;
  margin-bottom:20px;
}
.author-row td {
      padding-top: 20px;
}
@media screen and (max-width:480px){
  #single-blog .related-blog:nth-child(3n+1){clear:none;}
    #single-blog .related-blog:nth-child(2n+1){clear:none;}
  #single-blog .related-blog {
    width:100%;
    padding-right:0px;
  }
}
@media screen and (min-width:480px){
  #single-blog .related-blog:nth-child(2n+1){clear:left;}
  #single-blog .related-blog {
    width:50%;
  }
}
@media screen and (min-width:790px){
  #single-blog .related-blog:nth-child(3n+1){clear:left;}
  #single-blog .related-blog:nth-child(2n+1){clear:none;}
  #single-blog .related-blog {
    width:33.33%;
  }
}

#single-blog .related-blog .img-a {
  max-height: 200px;
  overflow: hidden;
  margin-bottom:10px;
}
#single-blog .related-posts-container {
  overflow:hidden;
}


/*search styles*/


#search .content {
  max-width: 900px;
  padding: 0 40px;
}

#search .pagination {
  background: white;
  text-align; center;
  padding: 30px 0;
}

#search .pagination h2 {
  display: none;
}

#search .page .entry-title a, #search .post .entry-title  a {
  transition: .3s color;
}

#search .page .entry-title:hover a, #search .post .entry-title:hover a {
  color: #dbdada;
}

#search .nav-links {
  max-width: 900px;
  padding: 0 40px;
  margin: 0 auto;
}

#search .nav-links * {
  margin-right: 10px;
} 

#search .nav-links *:last-child {
  margin-right: 0;
}

#search .nav-links .current {
  font-weight: 700;
}


/*proposed blog styles*/

.single-banner {
  /*max-width: 1200px;*/
  margin: 0 auto;
  position: relative;
}

.single-banner > img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.featured-caption .border {
          border-top: 2px solid #f59d2a;
    width: 33%;
    /* right: 0; */
    display: block;
    padding-bottom: 5px;
}
#single-blog .content-wrapper .content-container .featured-caption {
    font-size: 16px;
    color: #565656;
    position: absolute;
    left: 100%;
    top: 153px;
    width: 175px;
    display: block !important;
    letter-spacing: normal;
    line-height: 1.4;
}

@media screen and (max-width: 1360px) {

  #single-blog .content-wrapper .content-container .featured-caption {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -11px;
    font-size: 13px;
  }

  .featured-caption .border {
    display: none;
  }
  
}


#single-blog .post-cats {
  margin-bottom: 10px;
}

#single-blog  .date {
  font-size: 16px;
  opacity: .7;
  margin-top: -5px;
  margin-bottom: 20px;
}

#single-blog .content-wrapper {
  margin-top: -150px;
}

#single-blog .content-wrapper .content-container {
  background: white;
  padding: 50px 80px 130px 80px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  max-width: 1000px;
}

#single-blog .content-wrapper a {
  text-decoration: none;
  transition: .3s color;
}

#single-blog .content-wrapper a:hover {
  color: #c67c1b;
}


#single-blog img.aligncenter, #single-blog img.alignnone {
  margin: 50px auto;
}

#single-blog .content-container .size-large, #single-blog .content-container .size-large-full {
  margin: 50px -100px 50px;
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
}

@media screen and (max-width:1040px) {
  
  #single-blog .content-container .size-large, #single-blog .content-container .size-large-full {
    margin: 50px calc( -100vw / 2 + 100% / 2 ) 50px;
    width: 100vw;
    max-width: 100vw;
  }

} 

/*.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
*/


#single-blog .content-container .wp-caption {
  width: auto !important;
}

#single-blog .content-container  .wp-caption-text {
    text-align: center;
    padding: 10px 0 0;
    font-size: 15px;
    color: #565656;
    max-width: 600px;
    margin: -40px auto 50px;
}

#single-blog .content-wrapper .content-container p {
  padding-bottom: 0;
  margin-bottom: 20px;
}

#single-blog h2 {
  color: #263238;
  padding: 0;
  margin: 40px 0 25px;
}

#single-blog .content-wrapper .content-container h3 {
  color: #263238;
  margin: 30px 0 20px;
  font-size: 26px;
  padding: 0;
}

#single-blog .content-wrapper .content-container ul {
  margin: 30px 0;
  padding: 0;
}

#single-blog .gallery {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
}

#single-blog .slideshow-window {
  margin: 50px auto;
}

#single-blog .gallery-item {
  float: none;
  width: calc(99.99% / 5);
}

#single-blog .gallery-item a {
  display: block;
}

#single-blog .gallery-item img {
  box-shadow: none;
  border: 1px solid white;
  padding:  0;
  background: transparent;
  margin: 0;
  display: block;
  width: 100%;
}


#single-blog .gallery-item figcaption {
  display: none;
}

.author-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 10px 0 25px;
}


#single-blog .alignleft {
  margin: 7px 33px 33px 0;
}

#single-blog .alignright {
 margin: 7px 0 33px 33px;
}

.author {
  display: block;
  display: flex;
  align-items: center;
  color: #263238;
}

.author-img {
  max-width: 50px;
  margin-right: 10px;

}

.author-img img{
  margin: 0 !important;
}

.author-name {
  font-weight: 400;
  color: #263238;
}

.article-time {
  opacity: .7;
}


#single-blog .social-sharing {
  margin-bottom: 20px;
}

#single-blog .content-wrapper::after {
  display: none;
}

.single-banner .mobile-menu-icon-container {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.single-banner .mobile-menu-icon-container img {
  width: 40px;
  height: auto;
}


.related-post-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.press-banner {
  background: #37474f;
       height: 207px;
}

.epyt-gallery-list > .epyt-pagination:first-child {
  display: none;
}


/*social styling*/

.single .heateor_sss_vertical_sharing,
.page-template-template-wallofshame-php .heateor_sss_vertical_sharing {
  background: lightgray;
  width: 30px !important;
  right: auto !important;
  left: 0%;
  padding: 5px !important;
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.single.show-social .heateor_sss_vertical_sharing,
.page-template-template-wallofshame-php .heateor_sss_vertical_sharing {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.single .heateor_sss_sharing_ul i,
.page-template-template-wallofshame-php .heateor_sss_sharing_ul i {
  width: 30px !important;
  height: 30px !important;
}

.single .heateor_sss_sharing_ul li,
.page-template-template-wallofshame-php .heateor_sss_sharing_ul li {
  transition: .3s background;
  border-radius: 3px;
}

.single .heateor_sss_sharing_ul li:hover,
.page-template-template-wallofshame-php .heateor_sss_sharing_ul li:hover {
  background: #b6b6b6 !important;
}

@media screen and (max-width: 1360px) {

  .single .heateor_sss_vertical_sharing,
  .page-template-template-wallofshame-php .heateor_sss_vertical_sharing {
    position: static !important;
    margin: 10px 0;
    width: auto !important;
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
}

.page-template-template-wallofshame-php .wos-post  .heateor_sss_vertical_sharing {
    position: static !important;
    margin: 10px 0;
    width: auto !important;
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }

.related-post-bg-img {
     width: 260px;
    height: 175px;
    margin-bottom: 10px;
    background-size: cover;
}

.campaign-sticky-post .fl-post-grid-image{
  height: 190px;
    overflow: hidden;
}
.campaign-sticky-post .owl-next {
  right:-54% !important;
}
.campaign-sticky-post .fl-post-grid-title {
  font-size: 20px;
  text-decoration: underline;
}
.campaign-sticky-post .fl-post-grid-post {
    border:none;
}
.campaign-sticky-post .fl-post-grid-text {
    border-top:1px solid lightgrey;
    margin-top:20px;
}
    


.plastics-blog-carousel .fl-post-carousel-post{
   border:0;
   text-align: center;
/*   display: flex;
    flex-direction: column;*/
}
.plastics-blog-carousel a.more-link,
.campaign-sticky-post a.more-link {
  display: block;
      margin-top: 30px;
      color: #f2aebd;
      text-transform: uppercase;
      position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
}
.plastics-blog-carousel .more-link:hover,
.campaign-sticky-post a.more-link:hover {
  color:black;
}
.plastics-blog-carousel .fl-post-carousel-text{
  border-top: 1px solid lightgrey;
  /*  border-bottom: 1px solid lightgrey;*/
    margin: 20px 0;
    padding: 30px 20px;
    min-height: 320px;
    position:relative;
    /*flex:1;*/
}
.page-template-template-plastics blockquote {
  background: none;
  border-color: #f2aebd;
  padding:20px;

}
.page-template-template-plastics blockquote p {

  font-size:26px;
}
.page-template-template-plastics blockquote:before,
.page-template-template-plastics blockquote:after {
  color: #f2aebd !important;
}
.page-template-template-plastics blockquote:after{
  vertical-align: -0.6em;
}
.page-template-template-plastics .fl-separator{
  border-top: 1px solid #cccccc;
    filter: alpha(opacity = 100);
    opacity: 1;
    width: 40%;
    max-width: 100%;
    margin: auto;
}
.campaign-slider h2 {
      font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0;
    color:black;
}
.campaign-slider p {
  color:black;
  margin-bottom:20px;
}
.campaign-slider .slide {
  text-align: center;
}
.campaign-slider .slide .content{
    border-top: 1px solid lightgrey;
    /* border-bottom: 1px solid lightgrey; */
    margin: 20px 0;
    padding: 30px 20px;
    min-height: 285px;
    position: relative;
    /* flex: 1; */
}
.campaign-sticky-post .fl-post-grid-content {
    /*margin: 20px 0;
    padding: 30px 20px;*/
    min-height: 162px;
/* height:90%;*/
    
    /* flex: 1; */
}
.campaign-sticky-post .fl-post-grid-text{
  position: relative;
  height:286px !important;
}
.campaign-sticky-post .fl-post-grid-title{
  text-decoration: none;
}
.campaign-sticky-post .fl-post-column{
  width:100%;
}
.campaign-slider .featured-img {
/*  height:188px;*/
  width:100%;
  background-size:cover;
}
.campaign-slider .featured-img:not(.video) {
  padding-top:56.5%;
}
.campaign-sticky-post a.more-link {
  display: block;
    margin-top: 30px;
    color: #EA1D22;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}
.campaign-sticky-post .fl-post-grid-text {
    padding-top: 30px;

}
.campaign-slider .slide  a.more-link {
    display: block;
    margin-top: 30px;
    color: #EA1D22;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid lightgrey;*/
    padding-bottom: 20px;
        font-size: 14px;
}
.campaign-slider.plastics-slider .slide a.more-link {
  color: #f2aebd;
}
.campaign-slider .slide .content {
  border-bottom: 1px solid lightgrey;
}
.campaign-slider .slide  a.more-link:hover {
  color:black;
}
.campaign-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: -16px;
    display: block !important;
}
.campaign-slider .owl-prev {
  left: 0;
          position: absolute;
    display: inline-block;
}
.campaign-slider .owl-nav i{
  font-size: 32px;
}
.campaign-slider .owl-next {
    right:0;
         position: absolute;
    display: inline-block;  
}
.campaign-slider .owl-nav button:hover  {
  background:transparent !important;
  opacity:0.6 !important;
  color:black !important;
}
.campaign-slider {
  padding: 0 48px;
}
.slider-wrapper .fl-col {
  max-width: 100%;
}
/*@media (max-width:768px){
  .campaign-slider .featured-img {
    height:236px;
  }
}
@media (max-width:500px){
  .campaign-slider .featured-img {
    height:173px;
  }
}*/
.slide.has-video .more-link {
  display:none;
}

.page-template-template-defenders-php .campaign-form-row form .wpforms-submit {
  color:white !important;
}

/*Plastics banner */
.plastics-banner-container:after{
display:none;
}
.campaign-banner-container .content .title {
  color:white;
}
.campaign-banner-container .content .title:after{
    background-color: white;
}
.plastics-banner-container .content .title {
    color: #000;
}
.plastics-banner-container .content .title:after{
    background-color: #000;
}

.plastics-banner-container {
    background: #263238 no-repeat center bottom;
    background-size: cover;
}


/*plastic form */
.campaign-form-row form .wpforms-field > *{
  display: inline-block !important;
}

.campaign-form-row form .wpforms-submit {
  background-color: #EA1D22 !important;
  color:black;
      font-size: 20px !important;
    padding: 10px 25px !important;
  border-color:#EA1D22 !important;
}
.page-template-template-plastics .campaign-form-row form .wpforms-submit {
  background-color: #f2aebd !important;
  color:black;
      font-size: 20px !important;
    padding: 10px 25px !important;
  border-color:#f2aebd !important;
}
.campaign-form-row .wpforms-submit-container {
  text-align: center;
}
.campaign-form-row form .wpforms-submit:hover {
  opacity: 0.8;
}
.campaign-form-row form{
  text-align:center;
  max-width: 600px;
  margin: 30px auto 0;
}
.campaign-form-row form textarea{
     width: 60% !important;
}
@media (max-width:600px){
  .campaign-form-row form textarea{
       width: 100% !important;
  }
}

.campaign-form-row form label {
  min-width: 84px;
  margin: 0 7px 0px 0 !important;
  text-align: right;
}
.content-center .fl-col {
  width:100%;
  text-align: center;
}
ul {
  padding-left:20px;
}

.community-form .fl {

}
.community-form form .wpforms-submit {
  background-color: #333 !important;
   border: #333 !important;
    color: white !important;
}
.community-form-row .fl-row-content-wrap {
  padding-top:20px !important;
}
@media screen and (min-width: 769px) {
  .community-form form .wpforms-submit{
    margin-left: 30px !important;
  }
  .community-form .fl-module-content{
    margin-left: -35px !important;
  }
}

@media screen and (max-width: 600px) {

  .campaign-form-row form {
    text-align: left;
  }
  .campaign-form-row form textarea{
     width: 100%;
  }
  .campaign-form-row form label {
    margin: 0 0 7px 0;
    text-align: left;
  }

}

/* Toolkit */
p {
    
}
.page-template-template-toolkit:not(.fl-builder-edit) .colored-wrapper {
 /* display:none;*/
}
.page-template-template-toolkit:not(.fl-builder-edit) .first-content {
  display:block;
}
.submenulist {
    width:100%;
      z-index: 200;
      background: white;
}
.submenulist li {
    list-style: none;
    display:inline-block;
    margin-right:20px;
    padding:0px 10px;
}
.submenulist a.active {
    color:#f59d2a;
}

.colored-wrapper h2 {
    font-size: 50px;
    letter-spacing: 0.065em;
    font-weight: 300;
}
.toolkit-intro h2{
 font-size: 50px;
    letter-spacing: 0.065em;
}
.colored-wrapper p,
.toolkit-intro .fl-rich-text p,
.campaign-form-row p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 300;
    padding: 0px 0px 15px 0px;
}
.colored-wrapper ul {
        list-style: none;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 300;
    padding-bottom: 20px;
}
 .colored-wrapper ul li {
    padding-bottom: 5px;
        position: relative;
            padding-top: 4px;
}
.colored-wrapper ul li:before {
    content: "\f10c";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: -30px;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.stickydiv.fixed {
  position: fixed;
  top: 80px;
  left: 0px;
  right:0px;
z-index: 99;
  box-shadow: 2px 0px 2px #000;
}
.stickydiv.submenulist.fixed .fl-row-content-wrap {
    padding:5px 0 0 0;
}
.stickydiv .fl-module-content {
    margin-top: 5px;
    /*margin-right: 0px;*/margin-bottom:5px;
}
.stickydiv.toolkit-submenu.fixed .fl-icon i {
     line-height: 50px !important;
    height: 75px !important;
    width: 75px !important;
    /*font-size:15px !important;*/
   
}
.stickydiv.toolkit-submenu.fixed .fl-icon i:before {
font-size:50px !important;
  line-height: 76px !important;
}
.stickydiv.submenulist.fixed .submenu-links .fl-module-content{
    margin:15px;
}

.toolkit-menu a,
.toolkit-menu .current_page_item a{
    border:5px solid transparent;
     border-radius: 50%;
    width:160px;
    height:160px;
    display: block;
    margin:auto;
   display: flex;
  align-items: center;
  justify-content: center;
  /*height: 100%;*/
  text-align: center;
  padding:10px !important;
}
.toolkit-menu a:hover,
.toolkit-menu .current_page_item a{

    border:5px dotted yellow;
  
}
.toolkit-menu a span {
        border-radius: 50%;
    width:150px;
    height:150px;
    display: block;
    background:white;
    margin:auto;
   display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding:10px;
}
.toolkit-menu i {
    font-size:60px;
    float: left;
    margin-right: 15px;
    height:60px;
    vertical-align: middle;
}
.toolkit-menu li {
    flex:1 ;
   

}
.toolkit-submenu .fl-icon i {
    border-radius: 0 !important;
    /*line-height: 115px !important;*/
   /* height: 115px !important;
    width: 115px !important;*/
}
.toolkit-submenu .fl-icon-wrap {
     padding: 10px;
    border: 5px dotted transparent;
}
.toolkit-submenu .fl-icon-wrap.active,
.toolkit-submenu .fl-icon-wrap:hover
{
        padding: 10px;
    border: 5px dotted yellow;
}
.toolkit-menu .current_page_item:before {
    /*position: absolute;*/
    /*content: "";*/
    /*left: 0px;*/
    /*right: 10%;*/
    /*bottom: 0px;*/
    /*margin: auto;*/
    /*width: 0px;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: 10px solid #428fda;*/
    /*filter: alpha(opacity=0);*/
   
}
.toolkit-menu .menu {
       display:flex !important;
     
  }
@media (min-width:769px) {
  
}
@media (max-width:768px){
  .toolkit-menu li {
    width:50%;
    flex:none;
  }
  .toolkit-menu ul {
    flex-wrap:wrap;
  }
}
.fl-menu-responsive-toggle-mobile {
  text-align: center;
}
.fl-menu-responsive-toggle-mobile button {
  color:white !important;
}

.popup{
  position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
  text-align: center;
  display:none;
}
.popup-content {
  top:15%;
  max-width: 60%;
  margin: auto;
    background: white;
    color: black;
    position: relative;
    text-align: center;
      display: inline-block;
}
.popup-content i {
  position: absolute;
  top:10px;
  right:10px;
  cursor: pointer;
  z-index: 101;
}
.popup img {
/*  width:100%;*/
  margin-bottom: 0px;
}
.popup .more-link {
  background:black;
  color:white;
  margin:10px;
  padding:10px 15px;
  text-decoration: none;
  display:block;
}
.popup a:hover{
  opacity: 0.8;
}
.popup-content .fl-module-content {
  /*margin:0 !important;*/
}
.popup-link {
  margin:0 !important;
}
.popup-link a {
  width:100% !important;
  background:#ea1d22 !important;
  border-color:#ea1d22 !important;
}
.popup-text .fl-module-content {

  margin: 125px 80px !important;
}
.btn-col {
  width:100%;
}

@media (max-width:992px) {
  .popup-text .fl-module-content {

    margin: 90px 40px !important;
  }
}
@media (max-width:768px) {
  .hero-content .logo {
    max-width: 80%;
  }
  .popup-text .fl-module-content {

    margin: 60px 20px !important;
  }
}

/**
* Responsive
*/

@media screen and (max-width: 1500px) {
#blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 2.5vw;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1300px) {
#blog .content-wrapper .posts-container .post-container .author-container {
    width: 300px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container {
    width: calc(100% - 300px);
  }
  #blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 2.7vw;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 1.5vw;
    line-height: 2.1vw;
  }
}
@media screen and (max-width: 1100px){
#blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 2.7vw;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 1.7vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 980px){
  .popup-content {
    max-width: 60%;
  }
  .campaign-sticky-post .fl-post-grid-image {
    height: 134px;
  }
#blog .content-wrapper .posts-container .post-container .content-container {
    padding: 30px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  h1.post-title {
    padding: 40px 20px 0px 20px;;
  }

  #single-blog h1.post-title {
    padding: 0 0 15px 0;
  }
  #single-blog .content-container  {
    width:100% !important;
  }
  #single-blog .blog-right-sidebar {
    width: 100%;
    float:none;
  }

  .single-banner .mobile-menu-icon-container {
    display: block;
  }

  #single-blog #header {
    display: none;
  }

}
@media screen and (max-width: 880px){

  .single-banner > img {
    height: 550px;
  }

#blog .content-wrapper .posts-container .post-container .author-container {
    width: 200px;
    /* height: 500px; */
  }
  #blog .content-wrapper .posts-container .post-container .author-container .author-image {
    width: 130px;
    height: 130px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container {
    /* min-height: 500px; */
    width: calc(100% - 200px);
  }
  #blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 3.4vw;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 1.9vw;
    line-height: 3.0vw;
  }
}
@media screen and (max-width: 790px){
  .popup-content {
    max-width: 90%;
  }
#blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 3.5vw;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 15px;
    line-height: 22px;
  }
  #single-blog .content-wrapper .content-container {
    padding-bottom:20px;
  }
  #single-blog .blog-right-sidebar {
      
      padding-bottom: 130px;
  }
  #single-blog  .related-posts-container .related-posts .slick-arrow.slick-prev:after {
      content: "\f100";
      left:45%;
  }
  #single-blog  .related-posts-container .related-posts .slick-arrow.slick-next:after {
    content: "\f101";
    left:55%;
  }
  #single-blog .related-posts-container .related-posts .slick-arrow {
      text-indent: -9999px;
      /*position: absolute;
      top: 0px;*/
      border: 0px;
      width: 50px;
     /* height: 100%;*/
      outline: none;
      background-color: transparent;
      z-index: 1;
     
    }
    #single-blog .related-posts-container .related-posts .slick-arrow:after {
        position: absolute;
        font-family: "FontAwesome";
        bottom:0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 0px;
         color: #263238;
        text-indent: 0px;
        font-size: 40px;
    }
    .blog-right-sidebar .related-post {
      
      border-bottom: 0;
      margin:0;
      padding:0;
    }
    .blog-right-sidebar .slick-list{
    /*  border-bottom: 1px solid #ddd;*/
    }
    .blog-right-sidebar .related-posts-container {
      margin-bottom:30px;
    }
    .take-action-sidebar{
          padding-top: 20px;
    }


    
    
}
@media screen and (max-width: 680px){
#blog .content-wrapper .posts-container .post-container .date {
    top: 30px;
    right: auto;
    left: 100px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* #blog .content-wrapper .posts-container .post-container .author-container {
    padding-top: 120px;
  } */
  #blog .content-wrapper .posts-container .post-container .content-container {
    padding: 15px 20px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 23px;
    padding-right: 0px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container p {
    font-size: 14px;
    line-height: 19px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container .more-link {
    bottom: 30px;
    padding: 10px 8px;
  }

  #single-blog .content-wrapper .content-container {
    padding: 30px 20px 130px 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  #single-blog .content-wrapper .content-container p {
    font-size: 16px;
    line-height: 21px;
  }

  #single-blog h1.post-title {
    font-size: 30px;
  }


  .single-banner > img {
    height: 400px;
  }

  #single-blog h2 {
    margin: 30px 0 25px;
    font-size: 28px;
  }

  #single-blog .content-wrapper .content-container h3 {
    margin: 25px 0 15px;
    font-size: 22px;
  }

  #single-blog .content-container .size-large, #single-blog .content-container .size-large-full {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #single-blog .content-container .wp-caption-text {
    margin: -30px auto 25px;
  }

  #single-blog img.aligncenter, #single-blog img.alignnone {
    margin:  30px auto;
  }

  #single-blog .slideshow-window, #single-blog .gallery {
    margin: 30px auto;
  }


  #single-blog .gallery-item {
    float: none;
    width: calc(99.99% / 3);
  }

  #single-blog .content-wrapper .content-container ul {
    margin: 24px 0 14px;
  }

  #single-blog .alignleft,  #single-blog .alignright {
    margin: 15px auto;
    float: none;
  }


}
@media screen and (max-width: 580px){
  .slick-slide {
   display: none;
   float: left;
 }
/* #single-blog .related-blog {
   margin-bottom: 0;

}*/
 #single-blog .content-wrapper .content-container {
   padding-bottom: 0px;
}
	.upfront-fields input, .upfront-fields div {
    min-width: 185px;
    margin: 4px 0 !important;
}
#single-blog .content-wrapper .content-container ol {
    margin-left: 19px;
    line-height: 25px;
}
.single.show-social .heateor_sss_vertical_sharing,
.page-template-template-wallofshame-php .heateor_sss_vertical_sharing {
    position: fixed !important;
}
	.issues-container .issue:nth-child(5) img.logo, .issues-container .issue:nth-child(6) img.logo {
    max-width: 78px !important;
    margin-bottom: 5px !important;
}
#home .issues-container .issue .title-container .title {
    max-width: 89% !important;
    font-size: 12px !important;
    line-height: 17px !important;
}
.issues-container .issue .content .text {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
	display:none !important;
}
.issues-container .issue .content .divider{
display:none !important;	
}
#blog .content-wrapper .posts-container .post-container .date {
    left: 20px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #blog .content-wrapper .posts-container .post-container .author-container {
    width: 100%;
    height: auto;
    padding: 20px 0px 5px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container {
    width: 100%;
    padding: 10px 20px 20px 20px;
    min-height: 0px;
  }
  #blog .content-wrapper .posts-container .post-container .content-container .post-title {
    font-size: 25px;
    padding-left: 0;
  }

  #blog .content-wrapper .posts-container .post-container .author-container .author-image {
    margin: 0 auto;
  }
  /*#blog .content-wrapper .posts-container .post-container .content-container .more-link {
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
}
@media screen and (max-width: 430px){
#blog .content-wrapper .posts-container .post-container .date {
    top: 10px;
    left: 10px;
width:225px;
height: 225px;

  }
#blog .content-wrapper .posts-container .post-container .author-container .author-image {
    margin-left: auto;
    margin-right: auto;
}
  #blog .content-wrapper .posts-container .post-container .date .date-month {
    font-size: 11px;
  }
  #blog .content-wrapper .posts-container .post-container .date .date-day {
    font-size: 22px;
    line-height: 23px;
  }
  #blog .content-wrapper .posts-container .post-container .date .date-year {
    font-size: 10px;
  }

  #default .banner-container .content .title {
      font-size: 32px;
      letter-spacing: 0.05em;
  }
}

/*blog newsletter popup*/

.sign-up-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2926;
    padding: 30px 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(100%);
    transition: .3s opacity, .3s transform;
}

.show-sign-up-bar .sign-up-bar {
  opacity: 1;
  transform: none;
}

.sign-up-bar-container {
    padding: 0 20px;
    max-width: 705px;
    margin: 0 auto;
}

.sign-up-bar .fl-builder-content.fl-builder-content-19488 {
  padding: 0;
}

.sign-up-bar  .fl-module-content {
  margin: 0;
}

.sign-up-bar p{
  margin-bottom: 20px;
  font-size: 18px;
}

.sign-up-bar-close {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -9px;
  display: block;
  background: url('images/sign-up-close-btn.png') center center;
}

 .sign-up-bar .frontfield { 
  width: 33%;
}

@media screen and (max-width: 800px) {
  
  .sign-up-bar h2 {
    font-size: 22px;
  }

  .sign-up-bar p{
    font-size: 16px;
  }

  .sign-up-bar .frontfield {
    margin: 0 0 5px 0;
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .sign-up-bar .upfront-fields input[type="text"] {
    margin-right: 0;
    display: block;
  }

  .sign-up-bar .nextstep {
    display: block;
    max-width: 100%;
    margin: 0;
  }

  .sign-up-bar-close { 
    right: 20px;
    top: -40px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 40px;
    height: 40px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-color: #2b2926;
    margin: 0;
  }
}

#mobile-menu-container .menu-container .search-container {
  padding: 10px 20px;
}

#mobile-menu-container .menu-container .search-container .search-input {
    width: 100%;
    border: 0px;
    outline: none;
    color: #fff;
    background: none;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
}

html:not(.fl-builder-edit) .bottom-slide-in {
  background: #2b2926;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateY(100%);
  transition: .3s opacity, .3s transform;
}

.bottom-slide-in  .fl-row-content-wrap {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}

html:not(.fl-builder-edit) .show-bottom-slide-in .bottom-slide-in {
  opacity: 1;
  transform: none;
}

.bottom-slide-in .fl-row-fixed-width {
  max-width: 800px;
}

.bottom-slide-in h2 {
  font-size: 27px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bottom-slide-in-close {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -9px;
    display: block;
    background: url('images/sign-up-close-btn.png') center center;
}

.bottom-slide-in .fl-button {
  background: #ff0000 !important;
  border: none !important;
  color: white !important;
  transition: .3s background;
}

.bottom-slide-in .fl-button:hover {
  background: #ff3d3d !important;
}

.bottom-slide-in .fl-button * {
  color: white !important;
}

.bottom-slide-in--ffs {
  padding: 20px 0;
}

.bottom-slide-in--ffs .fl-row-fixed-width {
  max-width: 990px;
}

.bottom-slide-in--ffs h3 span span {
  display: block;
  font-size: 45px;
  color: #FDA74E;
  margin-bottom: 15px;
}

.bottom-slide-in--ffs .gform_wrapper {
  margin-bottom: 0;
}

.bottom-slide-in--ffs .gform_wrapper .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bottom-slide-in--ffs .popupForm .gform_wrapper .signup-form .gform_footer .gform_button {
  color: white !important;
  background: #2C86C3 !important;
}

.bottom-slide-in--ffs .popupForm .gform_wrapper .signup-form .gform_footer .gform_button:hover {
  color: white !important;
  background: #58a1d3 !important;
}


html:not(.fl-builder-edit) .ffs-slide-in {
  background: #2b2926;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateY(100%);
  transition: .3s opacity, .3s transform;
}


html:not(.fl-builder-edit) .show-ffs-slide-in .ffs-slide-in {
  opacity: 1;
  transform: none;
}

.ffs-slide-in .fl-row-fixed-width {
  max-width: 990px;
}

.ffs-slide-in .fl-button {
  color: white !important;
  background: #2c86c3 !important;
  display: block;
  width: 100% !important;
  border: 0;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: 'antonioregular' !important;
  font-weight: 400 !important;
  padding: 20px 10px 12px !important;
  font-size: 26px !important;
  border: 0 !important;
  transition: .3s background;
  cursor: pointer;
  line-height: 1.2 !important;
}

.ffs-slide-in .fl-button:hover {
  color: white !important;
  background: #58a1d3 !important;
}

.ffs-slide-in .fl-button .fl-button-text {
  color: white !important;
}

@media screen and (max-width:600px) {

  .bottom-slide-in--ffs h3 span span {
    font-size: 35px;
  }

  .ffs-slide-in .fl-button {
    font-size: 20px !important;
  }

}


@media screen and (max-width: 922px) {
	.citizentoolkit-menucol {
    float: left;
    width: 45% !important;
    margin: 0 2% !important;
    display: block !important;
    flex: none !important;
}
	.citizen-colourbg .tabbed-content .uabb-tab-acc-content h4{
		color:#FFF !important;
	}
	.citizentoolkit-menucol .fl-module-heading {
    min-height: 100px;
    margin-bottom: 15px;
}
.breadcrumb-bar {
    margin-top: -10px;
}
.citizen-colourbg.bgblue strong, .citizen-colourbg.bgblue b{
	color:#1976d2 !important;
}
.citizen-colourbg.bgorange strong, .citizen-colourbg.bgorange b{
	color:#ce5610 !important;
}
.citizen-colourbg.bgyellow strong, .citizen-colourbg.bgyellow b{
	color:#f8a922 !important;
}
.citizen-colourbg.bgpurple strong, .citizen-colourbg.bgpurple b{
	color:#5f409a !important;
}

.single-report .citizen-colourbg.bgyellow strong{
	color: inherit !important;
}

}
@media screen and (max-width: 980px) {

  .bottom-slide-in-close {
    right: 20px;
    top: -40px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 40px;
    height: 40px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-color: #2b2926;
    margin: 0;
  }

}
button#wpforms-submit-20538{
	font: 500 20px Arial !important;
    border-radius: 5px;
}

.citizen-colourbg, .pattern-bg  {
  background-image: url('images/pattern-blue.svg');
  background-size: cover;
  background-position: center bottom;
}

.citizen-colourbg.bgblue {
  background-color: #1976d2;
}
.citizen-colourbg.bggreen {
  background-color: #508b4b;
}

.citizen-colourbg.bgred{
	background-color:#ea1d22 !important;
}
.citizen-colourbg.bgdarkblue{
	background-color:#00a0d2 !important;
}
.citizen-colourbg.bgpurple{
	background-color:#452d9d !important;
}
.citizen-colourbg.bgyellow{
	background-color:#f59d2a !important;
}
.citizen-colourbg.bgorange{
	background-color:#f57f17 !important;
}
.citizen-colourbg.bggrey{
	background-color:#455a64 !important;
}
.citizen-colourbg.bglightgrey{
	background-color:#e7eaea !important;
}
.citizen-colourbg.bgemerald{
	background-color:#05c9a6 !important;
}

.citizen-colourbg .tabbed-content .uabb-content{
background:#FFF !important;
}
.citizen-colourbg .tabbed-content{
	
	    color: #263238 !important;
}
.citizen-colourbg .tabbed-content p, .citizen-colourbg.bgblue .tabbed-content li{
	    color: #263238 !important;
}
.citizen-colourbg.bgblue .tabbed-content .uabb-tab-acc-content ul li:before{
	 background-color: #1976d2;
}
.citizen-colourbg.bgblue strong, .citizen-colourbg.bgblue b{
	color:#1976d2;
}
.citizen-colourbg.bgblue .uabb-tab-link, .citizen-colourbg.bgblue .uabb-tabs-icon i{
	color:#1976d2 !important;
}
.citizen-colourbg .tabbed-content .uabb-tab-acc-content h4{
	font-size: 32px;
    margin-top: 33px;
    display: inline-block;
    color: #FFF;
    padding: 10px 20px;
	margin-bottom:10px;
}
.citizen-colourbg .tabbed-content .uabb-tab-acc-content h4 b, .citizen-colourbg .tabbed-content .uabb-tab-acc-content h4 strong{
	color:#FFF;
}

.citizen-colourbg.bgblue .tabbed-content .uabb-tab-acc-content h4{
  background-color: #1976d2;
}
.citizen-colourbg .uabb-tab-link{
	color: #1976d2;
}
.citizen-colourbg.bgorange .tabbed-content .uabb-content blockquote{
    border-color: #ce5610 !important;
}
.citizen-colourbg.bgorange .tabbed-content .uabb-content blockquote p{
	color: #ce5610 !important
}
.citizen-colourbg.bgorange, .citizen-colourbg.bgorange .tabbed-content .uabb-tab-acc-content h4 {
  background-color: rgba(206,86,16, 1);
}
.citizen-colourbg.bgorange .tabbed-content .uabb-tab-acc-content ul li:before{
	 background-color: #ce5610;
}
.citizen-colourbg.bgorange strong, .citizen-colourbg.bgorange b{
	color:#ce5610;
}
.citizen-colourbg.bgorange .uabb-tab-link, .citizen-colourbg.bgorange .uabb-tabs-icon i{
	color:#ce5610 !important;
}
.citizen-colourbg.bgyellow, .citizen-colourbg.bgyellow .tabbed-content .uabb-tab-acc-content h4{
  background-color: rgba(248,169,34, 1);
}
.citizen-colourbg.bgyellow .tabbed-content .uabb-tab-acc-content ul li:before{
	 background-color: #f8a922;
}
.citizen-colourbg.bgyellow strong, .citizen-colourbg.bgyellow b{
	color:#f8a922;
}
.citizen-colourbg.bgyellow .uabb-tab-link, .citizen-colourbg.bgyellow .uabb-tabs-icon i{
	color:#f8a922 !important;
}
.citizen-colourbg.bgpurple, .citizen-colourbg.bgpurple .tabbed-content .uabb-tab-acc-content h4{
  background-color: #5f409a;
}
.citizen-colourbg.bgpurple .tabbed-content .uabb-tab-acc-content ul li:before{
	 background-color: #5f409a;
}
.citizen-colourbg.bgpurple strong, .citizen-colourbg.bgpurple b{
	color:#5f409a;
}
.citizen-colourbg.bgpurple .uabb-tab-link, .citizen-colourbg.bgpurple .uabb-tabs-icon i{
	color:#5f409a !important;
}

.citizen-colourbg .uabb-tabs-nav h4 {
  padding-bottom: 0;
}

.citizen-colourbg .uabb-tabs-nav li {
  background: transparent !important;
  position: relative;
}

.citizen-colourbg .uabb-tabs-nav li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  opacity: 0;
  background: white;
  transition: .3s opacity, .3s right;
}

.citizen-colourbg li.uabb-tab-current {
    border-bottom: #FFF 1px solid !important;
}
.citizen-colourbg .uabb-tabs-nav li.uabb-tab-current:after {
  right: 0;
  opacity: 1;
}
 
.citizen-colourbg .uabb-tabs .uabb-tabs-nav ul li {
    margin: 0 5px;
    background: #FFF !important;
    border-bottom: #CCC 1px solid;
}
/*.citizen-colourbg .uabb-tab-link{
	border-bottom: #FFF 1px solid;
}*/
.citizen-colourbg .uabb-tab-link {
  background: transparent !important;
  color: white !important;
  opacity: .7;
  transition: .3s opacity;
}

.citizen-colourbg .uabb-tabs-nav li.uabb-tab-current .uabb-tab-link, .citizen-colourbg .uabb-tabs-nav li:hover .uabb-tab-link {
  opacity: 1;
}
/*.citizen-colourbg .uabb-tabs-icon i {
  color: white !important;
}
*/
@media screen and (max-width: 768px) {

  .citizen-colourbg  .uabb-tabs-icon i {
    color: #808285 !important;
  }

}


.citizen-colourbg .uabb-tab-acc-title {
  background: white !important;;
  opacity: .7;
  transition: .3s opacity;
}

.citizen-colourbg .uabb-tab-acc-title:hover, .citizen-colourbg .uabb-content-current .uabb-tab-acc-title {
  opacity: 1;
}


.citizen-colourbg .uabb-tab-acc-title h4 {
  padding-bottom: 0;
}


.citizen-colourbg .uabb-tab-acc-content {
  border: 0 !important;
}

.citizen-colourbg, .tabbed-content .uabb-tab-acc-content p {
  font-size: 20px;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 10px;
}

.citizen-colourbg blockquote p {
  color: #808285 !important;
}

.citizen-colourbg blockquote:before, .citizen-colourbg  blockquote:after {
  display: none;
}

.citizen-colourbg .tabbed-content .uabb-tab-acc-content ul {
  list-style: none;
  font-size: 20px;
  color: #263238;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0px 5px 0px;
}

.citizen-colourbg .tabbed-content .uabb-tab-acc-content ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 40px;
}
.citizen-colourbg .tabbed-content .uabb-tab-acc-content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 100%;
}
.tabbed-content .uabb-tab-acc-content a{
  text-decoration: underline !important;
}


@media screen and (max-width: 768px) {

  .citizen-colourbg .tabbed-content .uabb-tab-acc-content ul { 
    font-size: 14px;
    line-height: 20px;
  }

  .citizen-colourbg .tabbed-content .uabb-tab-acc-content ul li {
    padding-left: 24px
  }

  .citizen-colourbg .tabbed-content .uabb-tab-acc-content ul li:before {
    top: 9px;
    left: 7px;
    width: 7px;
    height: 7px;
  }

}

.toolkit-joinmovement {
  background: rgba(38,199,219, 1) url('images/opposite-triangle-pattern.svg') center bottom / cover;
}
/* .toolkit-joinmovement .signup-form{
  padding: 0 20px;
} */

.citizentoolkit-menu {
  background: black url('images/diagonal-swipe-pattern.svg') center bottom / cover;
}

.breadcrumb-bar {
  background: #ececec;
  color: #a6a3a3;
}


.breadcrumb-bar a {
  color: #a6a3a3 !important;
  font-size: 14px;
}

.breadcrumb-bar p {
  font-size: 14px;
  color: #a6a3a3;
}

.breadcrumb-bar  .fl-icon i {
  font-size: 17px !important;
}


.citizentoolkit-menucol .fl-col-content {
  transition: .3s transform;
  cursor: pointer;
  border: none !important;
}

.citizentoolkit-menucol .fl-col-content:hover {
  transform: translateY(-7px);
}


/* .citizentoolkit-menucol .fl-col-content {
  background: white;
  border-radius: 4px;
} */

.citizentoolkit-menucol .fl-module-photo .fl-module-content {
  margin: 2px;
}

.citizentoolkit-menucol .fl-module-photo  {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: white;
}

.citizentoolkit-menucol .fl-module-photo img {
  margin-bottom: 17px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  width: 100%;
}

.citizentoolkit-menucol .fl-module-heading {
  background: white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.latest-news-row .fl-heading-text{
    letter-spacing: 0.075em;
}
.latest-news-row .fl-separator{
     max-width:550px;
     width:100% !important;
 }
.latest-news-slider .slider-prev,
.latest-news-slider .slider-next,
.bb-slider .slider-prev,
.bb-slider .slider-next{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /*padding:20px;*/
    background: none;
    border: 2px solid white !important;
    cursor: pointer;
    z-index: 2;
    outline: none;
    opacity:1 !important;
    transition: all 0.5s;
        -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.latest-news-slider .fl-post-slider-svg-container,
.bb-slider .fl-post-slider-svg-container{
 display:none;
 
}
.latest-news-slider .slider-prev:after,
.bb-slider .slider-prev:after{
   content: "\f100";
   font-family:"FontAwesome";
    font-size: 40px;
        color: white;
    position: absolute;
    top: 50%;
        -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(48%);
}
.latest-news-slider .slider-next:after,
.bb-slider .slider-next:after{
  content: "\f101";
   font-family:"FontAwesome";
    font-size: 40px;
        color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(52%);
}
.latest-news-slider .slider-prev:hover,
.latest-news-slider .slider-next:hover,
.bb-slider .slider-prev:hover,
.bb-slider .slider-next:hover{
   color: #ea9900;
    background: white;
}
.latest-news-slider .slider-prev:after:hover,
.latest-news-slider .slider-next:after:hover,
.bb-slider .slider-prev:after:hover,
.bb-slider .slider-next:after:hover{
   color: #ea9900;
  
}
.latest-news-slider .bx-pager-link,
.bb-slider .bx-pager-link{
    background:transparent !important;
    border: 2px solid white;
    width: 20px !important;
    height: 20px !important;
    border-radius:50% !important;
}
.latest-news-slider .bx-pager-link.active,
.bb-slider .bx-pager-link.active{
    background: white !important;
}
.latest-news-slider .fl-post-slider-title ,
.bb-slider .fl-post-slider-title{
    text-align: center;
}
.latest-news-slider .fl-post-slider-content,
.bb-slider .fl-post-slider-content{
    max-width:800px;
    margin:auto !important;
}
.latest-news-slider .fl-post-slider-title a{
    transition: all 0.3s !important;
    letter-spacing: normal !important;
    font-family: "Lato" !important;
        font-weight: 300 !important;
    line-height: 47px !important;
    font-size: 45px !important;
}
#community-desktop img {
    border-radius:50%;
}
#community-desktop .uabb-blog-posts-description {
  padding-top:10px;
}
.community-mobile-slider img {
    width: 200px;
    height: 200px;
}
.community-mobile-slider .fl-photo-content {
    text-align: center;
}
.community-mobile-slider p,
.community-mobile-slider h2 a{
    font-size:18px !important;
}
.community-mobile-slider .fl-post-slider-img {
    padding-bottom:0px;
}
.community-mobile-slider h2 {
    padding-bottom: 0px;
    line-height:18px;
}

@media screen and (max-width: 1100px){
  .latest-news-slider .slider-prev,
  .latest-news-slider .slider-next,
  .bb-slider .slider-prev,
  .bb-slider .slider-next {
      width: 55px;
      height: 55px;
  }
}
@media screen and (max-width: 530px) {
   .latest-news-slider .fl-post-slider-navigation,
   .bb-slider .fl-post-slider-navigation{
        display:none !important;
    }
    .latest-news-slider .fl-post-slider-title a,
    .bb-slider .fl-post-slider-title a{
        font-size:25px !important;
    }
    .fl-node-5db215edb645e .fl-heading-text {
      font-size: 55px;
    }
}





.page-template-template-wallofshame .banner-container::after  {
  display: none;
}

.wos-logo {
  margin: 10px 0 0 !important;
}

.wos-form-section {
  background: #333333; 
  padding: 50px 0;
}

.wos-form-section h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0 0 25px;
  font-weight: 400;
}

.wos-socials {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wos-socials a {
  margin-right: 15px;
  transition: .3s opacity;
}

.wos-socials a:hover {
  opacity: .6;
}


.wos-socials a:last-child {
  margin-right: 0;
}


.wos-socials img {
  display: block;
}

.wos-body {
  background: url('images/wos-bg.jpg') repeat center center;
  color: black;
  padding: 50px 0 80px;
  text-align: center;
}

.wos-body p {
  color: #494949;
  margin: 10px 0;
  font-size: 20px;
  /* font-family: Times; */
  line-height: 1.4;
}

.wc {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.wos-body .wc + .wc {
  max-width: 1300px;
}

.wos-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  margin-bottom: -30px;
}

.wos-post-wrapper {
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 30%;
    transform: translateX(-20%);
  background: rgba(255,255,255,.98);
  display: flex;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.wos-header {
  width:100%;
  text-align: center;
}

@media screen and (min-width: 780px) {

  .wos-item {
    margin-bottom: 30px;
    display: block;
    width: calc((99.99% - 60px) / 3);
    margin-right: 30px;
  }
  
  .wos-item:nth-of-type(3n + 2) {
    transform: translateY(50px);
  }
  
  .wos-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .admin-bar .wos-post-wrapper {
    top:62px;
  }
}


@media screen and (max-width: 779px) {

  .wos-item {
    margin-bottom: 30px;
    display: block;
    width: calc((99.99% - 30px) / 2);
    margin-right: 30px;
    transform: none !important;
  }
  
  .wos-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .wos-post-wrapper {
    left: 10%;
    transform: translateX(-5%);
  }
  
}

@media screen and (max-width: 400px) {

  .wos-items { 
    margin-bottom: -15px;
  }

  .wos-item { 
    width: 100%;
    margin: 0 0 5px 0;
    transform: none ! important;
  }



}


.wos-item img {
  display: block;
  margin: 0 auto !important;
}


.admin-bar .wos-post-wrapper {
  top: 32px;
}

.wos-popup-active .wos-post-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.wos-popup-active {
  overflow: hidden;
}

.wos-popup-close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 25px;
  font-size: 0;
  width: 36px;
  height: 36px;
  background: url('images/close.png') no-repeat;
}

.wos-post {
  margin: auto;
  max-width: 860px;
  padding: 40px 0;
}

.wos-post-content * {
  color: #494949;
  margin: 10px 0;
}

.wos-post-content h2 {
  font-size: 28px;
  margin: 25px 0;
      font-style: italic;
    font-weight: bold;
  color: black;
}

.wos-post-content h3 {
  font-size: 24px;
  margin: 25px 0;
  font-weight: 400;
  color: black;
}

.wos-post-content p, .wos-post-content li {
  font-size: 20px;
  /* font-family: Times; */
  line-height: 1.4;
}

.wos-post-content img {
  display: block;
  margin: 45px auto;
}

.wos-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.wos-tweet, .wos-action {
  background: #FF1922;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  transition: .3s background;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .1em;
}

.wos-tweet:hover, .wos-action:hover {
  background: #c2161d;
}

.wos-post-nav .wos-link {
  font-style: italic;
  text-transform: uppercase;
  font-size:  13px;
  color: #6B6B6B;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .1em;
}

.form-iframe {
  width:100%;
  height:422px;
}

.wos-form-section p{
    text-align: center;
}

@media screen and (max-width:410px) {

  .wos-post-nav {
    flex-wrap: wrap;
    text-align: center;
  }

  .wos-post-nav .wos-link {
    order: 2;
    margin: 0;
  }

  .wos-tweet, .wos-action {
    order: 1;
    display: block;
    width: 100%;
  }

}

.fullscreen-loader {
  position: absolute;;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, 0s visibility .3s;
}

.is-loading .fullscreen-loader {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}


.fullscreen-loader span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid black;
  border-right: 1px solid transparent;
  animation: .8s spin infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, .8)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@media screen and (max-width:580px) {

  .wos-logo {
    margin: 30px 0 0 !important;
  }

  .wos-body {
    padding: 30px 0 20px;
  }

  .wc {
    padding: 0 20px;
  }

  .wos-popup-close {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: 15px;
    right: 15px;
  }

  .wos-post {
    padding: 20px 0;
  }

  .wos-post-wrapper {
   padding: 20px;
  }

  .wos-post-content p, .wos-post-content li {
      font-size: 15px !important;
  }

  .wos-post-content img {
    margin: 18px auto !important;
  }

  .wos-post-content h2 {
    font-size: 22px;
    margin: 18px 0;
  }
  
  .wos-post-content h3 {
    font-size: 18px;
    margin: 18px 0;
  }

  .wos-tweet, .wos-action {
    font-size: 12px;
  }

  .wos-link span {
    display: none;
  }

  .wos-post-nav .wos-link {
    font-size: 10px;
    padding: 10px 11px;
  }

  .wos-body p { 
    font-size: 15px;
  }

  .wos-items {
    margin-top: 30px;
  }

}

@font-face {
  font-family: 'antonioregular';
  src: url('fonts/antonio.regular-webfont.woff2') format('woff2'),
       url('fonts/antonio.regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.page-template-template-toxins .banner-container .content .title {
  display:inline-block;
}

.page-template-template-toxins .banner-container .content .title::after{
  width: 100%;
}

.toxicTenTemplate {
  /* background: url('images/toxic-ten/toxic-bg.jpg') repeat center center; */
  line-height: 1.2;
  font-size: 16px;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #ececec;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  overflow: hidden;
}

.toxicTenTemplate * {
  color: #323232;
}

.toxicTenOverviewBlock {
  padding: 80px 0 60px;
}

.toxicTenOverviewBlock .wc {
  max-width: 700px;
  text-align: center;
}

.toxicTenOverviewBlock p {
  background: rgba(255,255,255,.9);
  padding: 0;
  margin: 0 20px;
  line-height: 1.6;
}

.toxicTenOverviewBlock .orangeCircle {
  background: #D74813;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: white;
  display: inline-block;
  margin: 0 5px;
}

.toxicTenOverviewBlock .orangeCircle strong {
  color: white;
  transform: scale(0.67) translateX(-1px);
  display: block;
  transform-origin: center center;
}

.toxicTenOverviewBlock .orangeCircle--larger strong {
  transform: scale(0.8) translateX(-1px);
}

.toxicTenOverviewBlock :last-child {
  margin-bottom: 0;
}

.toxicTenLogo {
  display: block;
  margin: 0 auto 40px;
}

.toxicTenGridBlock {
  padding: 0 0 80px;
}

.toxicTenGridBlock .wc {
  max-width: 1200px;
}

.toxicTenGrid__item {
  background-color: rgba(238, 216, 214, .92);
  background-size: cover;
  background-position: center center;
  padding: 12px 15px;
  display: flex;
  margin-bottom: 7px;
  align-items: flex-end;
  cursor: pointer;
  border: 1px solid rgba(0,31,78, 0);
  text-decoration: none;
  transition: .3s border, .3s opacity;
}

.toxicTenGrid__item:hover {
  border: 1px solid rgba(0,31,78, .8);
  opacity: .8;
  /* background: rgba(238, 216, 214, 1); */
}

.toxicTenGrid__item:nth-of-type(3n) {
  margin-right: 0;
}

.toxicTenGrid {
  position: relative;
  z-index: 11;
}

@media screen and (min-width: 751px) {

  .toxicTenGrid {
    display: flex;
    flex-wrap: wrap;
  }

  .toxicTenGrid__item {
    width: calc((99.99% - 14px) / 3); 
    margin-right: 7px;
  }

}

.toxicTenGrid__item :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.toxicTenGrid__itemNumber {
  font-family: 'antonioregular';
  font-weight: 400;
  font-size: 140px;
  color: inherit;
  flex-shrink: 0;
  margin-right: 10px;
  line-height: .75;

}

.toxicTenGrid__itemTitle {
  font-family: 'antonioregular';
  font-weight: 400;
  color: inherit;
  font-size: 36px;
  text-align: left;
  text-transform: uppercase;
}

.toxicTenGrid__itemTitle span {
  font-size: 0.55em;
  display: block;
  color: inherit;
  padding-bottom: 6px !important;

}

.toxicTenGrid__item--11 {
  background: white;
  align-items: center;
  justify-content: center;
  border: 3px solid #001F4E;
}

.toxicTenGrid__item--11:hover {
  border: 3px solid #001F4E;
}


.toxicTenGrid__item--11 p {
  text-align: center;
  font-size: 45px !important;
  font-family: 'antonioregular';
  font-weight: 400;
  max-width: 234px;
  line-height: 1.2 !important;
  color: #001F4E;
}

.toxicTenGrid__item--11 p strong {
  color: inherit;
}

.toxicTenGrid__item--11 p span {
  font-size: .8em;
  display: block;
  padding-bottom: 17px !important;
  color: #001F4E;
}


@supports (display:grid) {

  @media screen and (min-width: 751px) {

    .toxicTenGrid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: minmax(210px, auto) minmax(130px, auto) 30px minmax(180px, auto) 30px minmax(100px, auto) minmax(120px, auto) 94px minmax(220px, auto) ;
      grid-gap: 7px;
    }

    .toxicTenGrid__item {
      margin: 0;
      width: 100%;
    } 

    .toxicTenGrid__item--1 {
      grid-column: 1;
      grid-row: 1 / 4;
    }

    .toxicTenGrid__item--2 {
      grid-column: 2;
      grid-row: 1;
    }

    .toxicTenGrid__item--3 {
      grid-column: 3;
      grid-row: 1 / 3;
    }

    .toxicTenGrid__item--4 {
      grid-column: 1;
      grid-row: 4 / 6;
    }

    .toxicTenGrid__item--5 {
      grid-column: 3;
      grid-row: 3 / 5;
    }
    .toxicTenGrid__item--6 {
      grid-column: 1;
      grid-row: 6 / 9;
    }

    .toxicTenGrid__item--7 {
      grid-column: 2;
      grid-row: 7 / 9;
    }
    .toxicTenGrid__item--8 {
      grid-column: 3;
      grid-row: 5 / 8;
    }
    .toxicTenGrid__item--9 {
      grid-column: 1 / 3;
      grid-row: 9;
    }
    .toxicTenGrid__item--10 {
      grid-column: 3;
      grid-row: 8 / 10;
    }

    .toxicTenGrid__item--11 {
      grid-column: 2 ;
      grid-row: 2 / 7;
    }

  }

}

.toxin-post-wrapper {
  background: rgba(0,0,0,.7);
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.toxin-post {
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: rgba(255,255,255,.9);
  padding: 40px;
  max-height: 80vh;
  font-family: 'Montserrat', sans-serif;;
  overflow-y: auto;
}

.toxin-post * {
  color: #323232;
}

.toxin-post p {
  margin-bottom: 14px;
}

.toxin-post h2 {
  font-size: 30px;
  padding: 0;
  margin-bottom: 20px;
  color: #E0601F;
}

.toxin-post h2 span {
  color: #E0601F;
}

.toxin-post h3 {
  color: #001F4E;
  font-size: 20px;
  margin: 20px 0 14px;
  padding: 0;
}

.toxin-post-wrapper .fullscreen-loader {
  background: none;
}


.admin-bar .toxin-post-wrapper {
  top: 32px;
}


.toxin-popup-active .toxin-post-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.toxin-popup-active {
  overflow: hidden;
}

.toxin-popup-close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 25px;
  font-size: 0;
  width: 36px;
  height: 36px;
  background: url('images/close-white.png') no-repeat;
}

.toxicTenToxicBlock {
  background: #F4E8E7;
  padding: 80px 0;
}

.toxicTenToxicBlock-2 {
  background: #a43355 !important;
  color: #fff !important;
}

.toxicTenToxicBlock .wc, .toxicTenToxicBlock-2 .wc {
  max-width: 1200px;
  display: flex;
  position: relative;
}

.toxicTenToxicBlock__smoke {
  position: absolute;
  z-index: 10;
  top: -399px;
  right: -147px;
  width: 500px;
  height: 843px;
  background: url('images/smoke.jpg');
  display: block;
  mix-blend-mode: multiply;
}

.toxicTenToxicBlock__left {
  flex-shrink: 0;
  margin-right: 30px;
  max-width: 300px;
  position: relative;
  z-index: 11;
}

.toxicTenToxicBlock__left span {
  background: #D74813;
  font-family: 'antonioregular';
  font-weight: 400;
  display: block;
  color: white;
  padding: 20px 10px 13px;
  font-size: 26px;
  text-align: center;
  position: relative;
  z-index: 11;
}

.toxicTenToxicBlock__right {
  max-width: 550px;
} 

@media screen and (max-width: 1170px) {

  .toxicTenToxicBlock__smoke { 
    opacity: .5;
  }

  .toxicTenToxicBlock__right {
    max-width: 100%
  } 

}
.toxicTenToxicBlock-2 .ext-link{
	color: white !important;
	text-decoration: none !important;
}
.toxicTenToxicBlock-2 h2{
	color: white !important;
	font-size: 90px !important;
}

.toxicTenToxicBlock-2 p, .toxicTenToxicBlock-2 em, .toxicTenToxicBlock-2 li{
	color: white !important;
}

.toxicTenToxicBlock-2 ul{
	padding-bottom: 30px !important;
}

.toxicTenToxicBlock h2 {
  text-transform: uppercase;
  font-family: 'antonioregular';
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
  font-size: 100px;
  color: #00173D;
  line-height: 1;
}

.toxicTenToxicBlock-2 h3, .toxicTenToxicBlock-2 h4 {
  color: white !important;
}

.toxicTenToxicBlock-2 h4 {
  color: #D74813;
  font-family: 'antonioregular';
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
}

.toxicTenToxicBlock h3 {
  color: #D74813;
  font-family: 'antonioregular';
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0;
}

.toxicTenToxicBlock p {
  margin: 0 0 10px 0;
}

.toxicTenSignUpBlock {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #001F4E;
}

.toxicTenSignUpBlock h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'antonioregular';
  font-weight: 400;
  margin-bottom: 60px;
  padding: 0;
  color: white;
}

.toxicTenSignUpBlock form {
  max-width: 500px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

.toxicTenSignUpBlock div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0; 
}

.toxicTenSignUpBlock  div.wpforms-container-full .wpforms-form label.wpforms-error {
  margin-top: 5px;
}

.toxicTenSignUpBlock div.wpforms-container-full .wpforms-form input[type="email"], 
.toxicTenSignUpBlock div.wpforms-container-full .wpforms-form input[type="text"],
.toxic-ten.signup-form input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 9px 15px;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.toxicTenSignUpBlock div.wpforms-container-full .wpforms-form button[type="submit"],
.toxic-ten.signup-form button{
  display: block;
  width: 100%;
  border: 0;
  text-align: center;
  background: #E9CECD !important;
  color: #00173D !important;
  text-transform: uppercase;
  font-family: 'antonioregular' !important;
  font-weight: 400 !important;
  padding: 20px 10px 12px !important;
  font-size: 26px !important;
  border: 0 !important;
  transition: .3s background;
  cursor: pointer;
}

.toxicTenSignUpBlock div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.toxic-ten.signup-form button:hover {
  background: #ececec!important;
}

.bwt-related-posts-block {
  padding: 80px 0;
}

.bwt-related-posts-block .wc {
  max-width: 1200px;
}



.bwt-related-posts-block > .wc > h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'antonioregular';
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0;
}

.bwt-related-posts-block .uabb-blog-posts .uabb-post-wrapper {
  margin-bottom: 0;
}

.bwt-related-posts-block .be-slideup h2 {
  text-transform: uppercase;
  font-family: 'antonioregular';
  font-size: 21px;
  font-weight: 400;
}

.bwt-related-posts {
  display: flex;
}

.bwt-related-post {
  width: calc((99.99% - 20px) / 3);
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.bwt-related-post:nth-of-type(3n) {
  margin-right: 0;
}

.bwt-related-post a {
  display: block;
}

.bwt-related-post .related-title {
  padding: 30px;
  margin: 0;
  background: #8F2144;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: left;
  transition: .3s background;
}

.bwt-related-post:hover .related-title {
  background:#691832;
}

.bwt-related-post .related-post-img {
  margin-bottom: 0 !important;
  display: block;
  height: 350px;
}

.toxic-related-posts p {
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.toxic-related-posts .slick-prev i, .toxic-related-posts .slick-next i  {
  color: black !important;
}

.toxic-related-posts .featured-grid .slick-next {
  right: -75px !important;
}

.toxic-related-posts .featured-grid .slick-prev {
  left: -75px !important
}


@media screen and (max-width: 1300px) {
  .toxic-related-posts .slick-prev i, .toxic-related-posts .slick-next i  {
    color: white !important;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
  }
  
  .toxic-related-posts .featured-grid .slick-next {
    right: 5px !important;
  }
  
  .toxic-related-posts .featured-grid .slick-prev {
    left: 5px !important
  }
}

/* 
.toxicTenBtn {
  display: block;
  max-width: 280px;
  margin: 60px auto;
  background: #001F4E;
  padding: 25px 20px;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: .3s background;
}

.toxicTenBtn:hover {
  background: #E0601F;
} */

@media screen and (max-width: 1100px) {

  .toxicTenGrid__itemNumber {
    font-size: 120px;
  }

  .toxicTenGrid__itemTitle { 
    font-size: 28px;
  }

}

@media screen and (max-width: 768px) {

  /* .bwt-related-posts-block .sticky-post {
    display: none 
  } */

  .bwt-related-posts-block  .featured-grid .fl-module-content {
    margin-left: 0;
  }

}

@media screen and (max-width: 750px) {

  .toxicTenGrid__item {
    /* background-color: rgba(238, 216, 214, .9); */
    padding: 35px 15px 22px;
  }

  .toxicTenGrid__itemNumber {
    font-size: 57px;
    line-height: .8;
  }

  .toxicTenGrid__itemTitle {
    font-size: 24px;
  }

  .toxicTenGrid__item--11 p {
    font-size: 23px !important;
  }

  .toxicTenGrid__itemContainer {
    width: 100%;
  }

  .toxicTenLogo {
    max-width: 150px;
    margin-bottom: 25px !important;
  }

  .toxicTenOverviewBlock {
    padding: 50px 0 30px;
  }

  .toxicTenOverviewBlock .orangeCircle {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .toxicTenGridBlock {
    padding-bottom: 50px;
  }

  .toxicTenTemplate {
    background: url('imgs/toxic-bg.jpg') repeat center center;
    line-height: 1.2;
    font-size: 14px;
  }

  .toxin-post-wrapper {
    padding: 34px;
  }

  .toxin-popup-close {
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    background: url('images/close-white.png') no-repeat center center / 20px 20px;
  }

  .toxin-post {
    padding: 30px;
  }

  .toxin-post h2 {
    font-size: 25px;
  }

  .toxin-post h3 {
    font-size: 18px;
  }

  .toxicTenToxicBlock {
    padding: 60px 0 50px;
  }

  .toxicTenToxicBlock .wc {
    display: block;
  }
  
  .toxicTenToxicBlock__left {
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .toxicTenToxicBlock h2 {
    font-size: 50px;
  }

  .toxicTenToxicBlock__left span {
    padding: 17px 16px 13px;
    font-size: 19px;
    display: inline-block;
  }

  .bwt-related-posts-block {
    padding: 50px 0;
  }

  .bwt-related-posts-block > .wc > h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .bwt-related-posts {
    display: block;
    margin-bottom: -20px;
  }

  .bwt-related-post {
    width: 100%;
    margin-bottom: 20px;
  }

  .bwt-related-post .related-post-img {
    height: 200px;
  }

  .toxicTenSignUpBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .toxicTenSignUpBlock h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }


  .page-template-template-toxins .banner-container {
    background-position: calc(99.99% - -260px) center;
  }


}



/* fossil fuel table */

.page-id-24723 .banner-container .content .title {
  max-width: 700px;
}
  
.page-id-24723 .banner-container .content .title::after {
  width: 80%
}
  
.page-id-24723 .banner-container .content .title span {
  font-size: 18.5px;
  display: block;
  line-height: 1.3;
  margin-top: 20px;
}


.page-id-24723 p:empty {
  display: none;
}

.ff_tableWrap  {
  max-width: 1200px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.3;
  overflow: hidden;
}

.ff_tableWrap + .ff_tableWrap  {
  margin-top: 40px;
}

.ff_tableWrap h3 {
  color: #2C86C3 !important;
  font-size: 18px;
  padding: 0;
  margin: 10px 0;

}

.ff_tableWrap p {
  color: black;
  margin: 0 0 10px;
  line-height: 1.5 !important;
}

.ff_table {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #F7E4DC;
}

.ff_table th {
  font-weight: 700;
  border-bottom: 2px solid #F7E4DC;
  padding: 10px 25px 10px 10px;
  text-align: left;
  background-color: #FACE43;
  /* color: #FDA74E; */
  color: black;
}

.ff_table .tablesorter-headerAsc, .ff_table .tablesorter-headerDesc{
  outline: none !important;
}

.ff_table .tablesorter-header:not([data-sorter="false"]) {
  background: #FACE43 url('images/icon-not-sorted.png') no-repeat 10px center / 10px auto;
  background-position: calc(100% - 10px) center;
}

.ff_table .tablesorter-header.tablesorter-headerDesc {
  background-image: url('images/icon-sorted-desc.png');
  background-color: #f8d35f;
}

.ff_table .tablesorter-header.tablesorter-headerAsc {
  background-image: url('images/icon-sorted-asc.png');
  background-color: #f8d35f;
}


.ff_table td {
  border: 1px solid #F7E4DC;
  padding: 10px;
  vertical-align: top;
  /* color: #FDA74E; */
  color: black;
}

.ff_table tr:last-child td {
  border-bottom: 0;
}

.ff_tableTotal {
  text-align: right;
  font-weight: 700;
  border: 1px solid #F7E4DC;
  padding: 20px;
  background: #FBF4F1;
  margin-top: -16px;
  float: right;
  color: #D86A5E;
}

.ff_tableTotal span {
  font-size: 16px;
}

.ff_tableSorter {
  display: flex;
  justify-content: flex-end;
  color: #656565;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
  align-items: center;
  margin: 10px 0 5px;
  padding-left: 10px;
}

.ff_tableRow--highlight {
  background: #fbf0ce;
}


.ff_tableRow--highlight > :first-child:before {
  content: 'New';
  text-transform: uppercase;
  background: #face43;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 9px;
  letter-spacing: .01em;
  margin-right: 5px;
  color: white;
}

@media screen and (min-width: 601px) {

  .ff_tableSorter {
    display: none;
  }

  .ff_tableRow--highlight > :first-child {
    white-space: nowrap;
  }

}

.ff_tableSorter select {
  border: 0;
  border-bottom: 1px solid #ececec;
  padding: 0 20px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 24px;
  line-height: 24px;
  background: white url('images/filter-icon.svg') no-repeat right center / 10px 10px;
  margin-left: 7px;
  font-size: 13px;
  outline: none;
  font-family: inherit;
}

.ff_tableSorter select:focus {
  outline: none;
}

.ff_tableSorter select::-ms-expand  {
  display: none;
}


@media screen and (max-width: 600px) {

  .ff_table {
    border: none;
  }

  .ff_tableSorter {
    justify-content: flex-start;
  }

  .ff_tableWrap {
    padding: 0 20px;
  }

  .ff_table thead {
    display: none;
  }

  .ff_table td {
    display: block;
  }

  .ff_table td:before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .ff_table tr {
    display: block;
    border-bottom: 5px solid #ececec; 
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.05);
  }

  .ff_tableTotal {
    text-align: left;
    padding-left: 10px;
  }

  .ff_tableWrap h3 {
    font-size: 16px;
  }

}


/* webinar video styles */

.webinar-videos .uabb-modal-action {
  position: relative;
}

.webinar-videos .uabb-modal-action:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0);
  transition: .3s background;
}

.webinar-videos .uabb-modal-action:after {
  content: "\f144";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  color: white;
  transition: .3s opacity;
}

.webinar-videos  .uabb-modal-photo {
  display: block;
  margin: 0;
}

.webinar-videos .uabb-modal-action:hover:after{
  opacity: 1;
}

.webinar-videos .uabb-modal-action:hover:before {
  background: rgba(0,0,0,.3);
}
body:not(.fl-builder-edit) .webinar-description {
  display:none;
}
.webinar-read-more a {
  color:#EA1D22 !important;
}
.webinar-read-more a:hover {
  color:black !important;
}
.webinar-description .fl-module-content,
.webinar-excerpt .fl-module-content,
.webinar-read-more .fl-module-content {
  margin-top:0px ;
  margin-bottom:0px;
}

.toxicAutopopulateForm {
  display: flex;
  margin-top: -20px;
}

.toxicAutopopulateForm input[type="text"], .toxicAutopopulateForm input[type="email"] {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 9px 15px;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-right: 10px;
}

.toxicAutopopulateForm input[type="submit"] {
  display: block;
  width: 100%;
  border: 0;
  text-align: center;
  background: #E9CECD !important;
  color: #00173D !important;
  text-transform: uppercase;
  font-family: 'antonioregular' !important;
  font-weight: 400 !important;
  padding: 3px 10px 0 !important;
  font-size: 26px !important;
  border: 0 !important;
  transition: .3s background;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
}

.toxicAutopopulateForm input[type="submit"]:hover {
  background: #ececec !important;
}

@media screen and (max-width:600px) {
  .toxicAutopopulateForm {
    display: block;
    margin-top: -10px;
  }
  .toxicAutopopulateForm input[type="text"], .toxicAutopopulateForm input[type="email"] {
    margin-right: 0;
    margin-bottom: 5px;
   }
}

.popupForm .signup-form {
  padding: 0;
  margin: -15px 0 0 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
}

.popupForm .gform_wrapper span.gform_description, .popupForm .gform_wrapper .gform_heading {
  margin: 0 !important;

}

@media screen and (max-width:640px) {

  .popupForm .signup-form { 
    display: block;
  }
}




.popupForm label {
  display:none !important;
}

.popupForm .signup-form button {
  margin-top: 0;
}

.popupForm .ginput_container_address,
.popupForm .gf_left_half,
.popupForm .gf_right_half,
.popupForm .gfield {
  margin-top:0px !important;
  margin-bottom: 15px !important;
}

.popupForm .ginput_container {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.popupForm .address_zip input[type="text"]{
  margin-bottom:0px !important;
} 
.popupForm .gf_left_half {
  padding-right:16px !important;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
  padding-right: 16px !important;
}

.popupForm input[type="text"] {
  margin-top: 0 !important;
}


.popupForm .signup-form input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 10px !important;
  height: 56px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.popupForm .gform_wrapper .signup-form .gform_footer input[type="submit"]{
  display: block;
  width: 100% !important;
  border: 0;
  text-align: center !important;
  background: #E9CECD !important;
  color: #00173D !important;
  text-transform: uppercase !important;
  font-family: 'antonioregular' !important;
  font-weight: 400 !important;
  padding: 20px 10px 12px !important;
  font-size: 26px !important;
  border: 0 !important;
  transition: .3s background;
  cursor: pointer;
}

.popupForm .ginput_container_phone,
.popupForm .ginput_container_phone input,
.popupForm .ginput_container_address {
  margin-bottom: 0 !important;
}
.popupForm .address_zip {
  width:100% !important;
}
.popupForm .signup-form .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body .popupForm .gform_wrapper .signup-form .gform_footer button[type="submit"]:hover,
.toxic-ten.signup-form button:hover {
  background: #ececec!important;
}

body .gform_wrapper .toxic-ten.signup-form .gform_footer input[type="submit"]{
  background: #E9CECD !important;
}

body .gform_wrapper .stop-the-413.signup-form .gform_footer input[type="submit"]{
  background: red !important;
}

/* .popupForm div.ginput_container_name .name_last,
.popupForm .gf_right_half {
  padding-right:0px !important;
} */

.popupForm ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.signup-form  div.validation_error {
    color: red !important;
    border-top: 2px solid red !important;
    border-bottom: 2px solid red !important; 
}
.signup-form .gfield_error {
  background: none !important; 
  border:0 !important;
  padding-top: 0 !important;
  margin-right:0 !important;
}
.signup-form .validation_message {
  color: red !important;
    background: none !important;
    margin-top: 0 !important;
    padding-top: 0px !important;
}

@media screen and (max-width:640px) {

  .popupForm .gf_left_half, .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    padding-right: 0!important;
  }

  .popupForm .ginput_container span:not(.ginput_price) {
    margin-bottom: 15px !important;
  }

}

@media screen and (min-width:600px) {

  .popupForm .signup-form .column:nth-of-type(1), .popupForm .signup-form .column:nth-of-type(2), .popupForm .signup-form .column:nth-of-type(4), .popupForm .signup-form .column:nth-of-type(5) {
    width: calc((99.99% - 15px) / 2);
    margin-right: 15px;
  }
  
  .popupForm .signup-form .column:nth-of-type(2), .popupForm .signup-form .column:nth-of-type(5) {
    margin-right: 0;
  }
  
  .popupForm .signup-form .column:nth-of-type(3) {
    width: 100%;
  }
 
}

@media screen and (max-width:600px) {

  .popupForm  .signup-form .column {
    width: 100%;
  }

  .popupForm  .signup-form input {
    height: 42px !important;
    margin-bottom: 5px !important;
    width: 100%;
  }

  .popupForm  .toxic-ten.signup-form button {
    padding: 16px 0px 8px !important;
    font-size: 21px !important;
  }

  .bottom-slide-in h2 {
    font-size: 20px;
  }

  .popupForm .gform_wrapper .signup-form .gform_footer input[type="submit"] {
    padding: 9px 10px 3px !important;
    height: auto !important;
  }

}


@media screen and (max-width:600px) {
  /* Day of action banner fixes */
  .page-id-25984 .banner-container {
            background: #000000 no-repeat 70% center;
            background-size: 300% !important;
  }

  .page-id-25984 .banner-container .logo {
    margin-left:0px !important;
    width:175px;
  }

  .page-id-25984 .banner-container .content {
    top:10% !important;
  }
  .page-id-25984 #section-bar-3 figure {
    width:auto !important;
  }
}

.webinar-thumb {
  display: block;
  position: relative;
  transition: .3s opacity;
  text-decoration: none;
  margin-bottom: 5px;
}

.webinar-thumb:hover {
  opacity: .7;
}
.webinar-thumb:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-top: -15px;
  width: 64px;
  height: 43px;
  flex-shrink: 0;
  background: url('images/play-overlay.svg') center center / 64px 43px;
  transition: .3s opacity, .3s transform;
}


/* issues page updates */


.single-campaign .split-container .colored-container h1.container-title, .single-campaign .colored-container h1.container-title, .single-campaign .colored-container h2.container-title, .community-block h2.container-title {
  font-size: 38px;
  line-height: 1.3;
  padding-bottom: 40px;
  margin-bottom: 0;
  display: inline-block;
}

.single-campaign .split-container .colored-container h1.container-title.campaign-main-title {
  font-size: 42px;
}

.campaign-main-title{
	width: 100%;
}

.single-campaign .container-title::after{
	width: 100% !important;
}

.single-campaign .container-title::after, .split-container .colored-container h1.container-title::after {
  transform: none;
  max-width: 100%;
  bottom: 21px;
}



.single-campaign .container-title::after, .split-container .colored-container h1.container-title::after {
  left: 0;
  right: 0;
}


.wycd-section .content{
	max-width: 75%;
}

.single-campaign, .colored-container .content p.small, .single-campaign .colored-container .content p, .single-campaign .colored-container .content .subtext, .single-campaign  #single-campaign .solutions-container .subtext {
  font-size: 17px;
  line-height: 1.7;
  padding: 0;
  margin-bottom: 15px;
}


.single-campaign .split-container .colored-container {
  padding: 90px 60px;
}

.single-campaign .split-container .wycd-section {
  padding: 40px 20px 60px;
}

.single-campaign .colored-container {
  padding: 90px 0;
}

.single-campaign .split-container .colored-container .content {
  max-width: 400px;
}

.single-campaign .colored-container .content.padding {
  padding: 0;
}

.single-campaign .colored-container .content :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#single-campaign .solutions-container {
  padding: 0;
}

.above-solution-container ~ .solutions-container > .colored-container:after{
	border: none !important;
}

.solutions-container > .colored-container:after, .above-solution-container > .colored-container:last-child:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F4A848;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}

.solutions-container > .colored-container.blue:after, .above-solution-container > .colored-container.blue:last-child:after {
  border-top: 30px solid #00a0d2;
}
.solutions-container > .colored-container.green:after, .above-solution-container > .colored-container.green:last-child:after {
  border-top: 30px solid #469743;
}
.solutions-container > .colored-container.red:after, .above-solution-container > .colored-container.red:last-child:after {
  border-top: 30px solid #ea1d22;
}
.solutions-container > .colored-container.orange:after, .above-solution-container > .colored-container.orange:last-child:after {
  border-top: 30px solid #f57f17;
}
.solutions-container > .colored-container.emerald:after, .above-solution-container > .colored-container.emerald:last-child:after {
  border-top: 30px solid #05c9a6;
}
.solutions-container > .colored-container.grey:after, .above-solution-container > .colored-container.grey:last-child:after {
  border-top: 30px solid #455a64;
}
.above-solution-container > .colored-container.white:last-child:after {
  border-top: 30px solid #ffffff;
}
.above-solution-container > .colored-container.yellow:last-child:after {
  border-top: 30px solid #F4A848;
}
.above-solution-container > .colored-container.dark-blue:last-child:after {
  border-top: 30px solid #1976d2;
}

@media screen and (max-width: 600px) {
  .solutions-container > .colored-container:after {
    border-top: 30px solid #F39E37;
  }
}

#single-campaign .problem-block .colored-container {
  padding: 90px 60px;
}

/* #single-campaign .problem-block .content {
  max-width: 640px;
  text-align: center;
} */

#single-campaign .problem-block .content {
  max-width: 400px;
  text-align: left;
}

#single-campaign .solutions-container.colored-container .content .subtext {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}


.single-campaign .campaign-solutions-container {
  margin-top: 0
}

.solutions-container .content {
  text-align: center;
  width: 650px;
}

.wc {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 60px;
}


.campaign-community-block .wc {
  max-width: 680px;
}

.campaign-community-block p {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 10px;
}

.campaign-community-block form {
  margin-top: 50px;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(1)::after {
  background: #3dd7f9;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(2)::after {
  background: #508b4b;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(3)::after {
  background: #5f409a;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(4)::after {
  background: #ff383f;
}
#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(5)::after {
  background: #f57f17;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(6)::after {
  background: #455a64;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(7)::after {
  background: #05c9a6;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:nth-of-type(8)::after {
  background: #f59d2a;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:after {
  opacity: .8 !important;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 30px;
}

@media screen and (min-width: 1201px) {
  #single-campaign .solutions-container .campaign-solutions-container{
	  flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  #single-campaign .solution-container{
	  flex: 1 0 21%;
  }
  .page-id-32539 #single-campaign .solution-container{
	  flex: 1 0 30%;
  }
}
@media screen and (max-width: 992px) {
  #single-campaign .solution-container{
	  flex: 1 0 50%;
  }
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
  position: static;
  transform: none;
  margin-top: 20px;
  font-size: 15px;
  padding: 8px 29px;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .content {
  max-width: 20vw;
  margin: 0 auto;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .content .text {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
  margin-bottom: 15px;
  letter-spacing: normal;
  text-shadow: 0 2px 5px rgba(0,0,0,.3);
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .content :last-child {
  margin-bottom: 0;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .content .title {
  font-size: 18px !important;
  padding: 0;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgba(0,0,0,.3);
  line-height: 1.3;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .content, #single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
  opacity: 0;
  transform: translateX(-20px);
  transition: .3s opacity .15s, .3s box-shadow, .3s transform .15s;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:hover .content, #single-campaign .solutions-container .campaign-solutions-container .solution-container:hover .button {
  opacity: 1;
  transform: none;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container .button:hover {
  box-shadow: 0 0 2px 4px rgba(0,0,0,.1);
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container  .floating-title {
  font-size: 18px !important;
  padding: 0 40px;
  margin: 0;
  display: block;
  text-shadow: 0 2px 5px rgba(0,0,0,.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  z-index: 5;
  text-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .3s opacity, .3s left;
}

#single-campaign .solutions-container .campaign-solutions-container .solution-container:hover  .floating-title {
  opacity: 0;
  left: 60%;
}

.centered {
  text-align: center;
}

.campaign-community-block form {
  margin-top: 40px !important;
  padding-bottom: 25px !important;
}

.campaign-community-block input[type="text"] {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 15px !important;
  font-size: 16px !important;
  margin-bottom: 15px !important;
  font-family: inherit;
  font-weight: 300;
}

.campaign-community-block  .gform_wrapper .top_label li.gfield.gf_left_third, .campaign-community-block  .gform_wrapper .top_label li.gfield.gf_middle_third, .campaign-community-block  .gform_wrapper .top_label li.gfield.gf_right_third {
  margin: 0 ;
}

.campaign-community-block  .gform_wrapper .ginput_complex .ginput_left, .campaign-community-block  .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
  padding-right: 0;
}

.campaign-community-block .gform_wrapper .top_label li.gfield.gf_left_half, .campaign-community-block .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 100%;
  display: block;
  padding-right: 0;
}

.campaign-community-block .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .campaign-community-block .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
  width: 100%;
}
.campaign-community-block .gfield_visibility_hidden {
  position: absolute !important;
}

.campaign-community-block .gfield_label {
  display: none !important;
}
.campaign-community-block  .gform_wrapper .top_label li.gfield.gf_inline {
  display: block !important;
}

.campaign-community-block .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.campaign-community-block .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
  padding-right: 0 !important;
}

.campaign-community-block div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 100%
}

.campaign-community-block div.ginput_container_name span {
  padding-right: 0;
}

.campaign-community-block .top_label div.ginput_complex.ginput_container.gf_name_has_1, .campaign-community-block .top_label div.ginput_complex.ginput_container.gf_name_has_2, .campaign-community-block .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100%;
}

.campaign-community-block .div.ginput_container_name span {
  padding-right: 0;
}

.campaign-community-block .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}

body .campaign-community-block .gform_wrapper ul li.gfield {
  padding: 0 !important;
  margin: 0 !important;
}

.campaign-community-block .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),  .campaign-community-block .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin-top: 0;
}

body .campaign-community-block .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.campaign-community-block .gform_wrapper .gfield_checkbox li, .campaign-community-block  .gform_wrapper .gfield_radio li {
  display: flex;
  align-items: center;
}

.campaign-community-block .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,.campaign-community-block  .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400;
  font-size: 16px !important;
}


.campaign-community-block .gform_wrapper .gfield_checkbox li input, 
.campaign-community-block .gform_wrapper .gfield_checkbox li input[type="checkbox"], 
.campaign-community-block .gform_wrapper .gfield_radio li input[type="radio"] {
  margin: 0 10px 0 0;
}

body .campaign-community-block  .gform_wrapper .gform_footer input[type="submit"] {
  display: block !important;
  width: 100% !important;
  padding: 15px !important;
  text-transform: uppercase !important;
  color: white !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  background: #f6272c !important;
  border-radius: 5px !important;
  transition: .3s background !important;
  border: none !important;
  font-family: inherit !important;
  width: 100% !important;
  left: auto !important;
}

body .campaign-community-block  .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #d92226 !important;
}

.campaign-community-block .form-checkbox  {
  margin-bottom: 5px;
}

.campaign-community-block .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .campaign-community-block .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  width: 100% !important;
  max-width: 100% !important;
}

.campaign-community-block .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.campaign-community-block .gform_wrapper .gfield_error .ginput_complex .ginput_left, .campaign-community-block .gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 100% !important;
}

body .campaign-community-block .gform_wrapper .gform_body .gform_fields .gfield_error {
  background: transparent !important;
}

.campaign-community-block .form-checkboxs  {
  margin: 15px 0;
}
.campaign-community-block .form-checkbox label {
  color: white;
  font-size: 15px;
  padding-left: 3px;
}

.campaign-community-block .gform_wrapper .validation_message {
  margin: -5px 0 15px 0 !important;
  color: white;
  padding: 0 !important;
}

.campaign-community-block .gform_wrapper li.gfield.gfield_error, .campaign-community-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0 !important;
}

.campaign-community-block .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .campaign-community-block .gform_wrapper li.gfield_error textarea {
  border: 2px solid red !important;
}

.body .campaign-community-block  .gform_wrapper .validation_error {
  background: rgba(255,255,255,.7) !important; 
}

.wycd-block {
  color: black;
}

.wycd-block .pattern {
  opacity: 1 !important;
}

.single-campaign .wycd-block  .colored-container .content p, .single-campaign .wycd-block  .colored-container .container-title {
  color: black;
}

.single-campaign .wycd-block  .colored-container .container-title:after {
  background: black;
}

@media screen and (max-width: 600px) {
  .wc {
    padding: 0 20px;
  }

  .single-campaign .split-container .colored-container {
    padding: 50px 20px;
  }

  #single-campaign .problem-block .colored-container {
    padding: 50px 20px;
  }

  .single-campaign .colored-container {
    padding: 50px 0;
  }

  /* #single-campaign .solutions-container {
    padding: 50px 0 0;
  } */

  .single-campaign .split-container .colored-container h1.container-title, .single-campaign .colored-container h1.container-title, .single-campaign .colored-container h2.container-title {
    font-size: 25px;
  }

  .single-campaign .split-container .colored-container h1.container-title.campaign-main-title {
    font-size: 29px;
  }

  #single-campaign .solutions-container .campaign-solutions-container .solution-container .floating-title {
    display: none;
  }

  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content, #single-campaign .solutions-container .campaign-solutions-container .solution-container .button {
    opacity: 1;
    transform: none;
  }

  /* .campaign-community-block input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .campaign-community-block button {
    font-size: 16px;
  }

  .campaign-community-block form {
    margin-top: 30px;
  } */

  .single-campaign, .colored-container .content p.small, .single-campaign .colored-container .content p, .single-campaign .colored-container .content .subtext, .single-campaign  #single-campaign .solutions-container .subtext {
    font-size: 16px;
  }
  

}

.single-campaign .colored-container.light-grey {
  background: #e7eaea;
}

.single-campaign .colored-container.light-grey .container-title {
  color: black;
}

.single-campaign .colored-container.light-grey .container-title::after {
 background: black;
}

.reports-slider {
  margin-top: 50px;
  position: relative;
}

.reports-slider .owl-prev, .reports-slider .owl-next {
  outline: none !important;
  position: absolute;
  left: -40px;
  top: 36%;
  width: 30px;
  height: 30px;
  background: url('images/slider-arrow-left.svg') center center / 30px 30px !important;
  transition: .3s opacity;
  margin: 0 !important;
}

.reports-slider .owl-next {
  background-image: url('images/slider-arrow-right.svg') !important;
  left: auto;
  right: -40px;
}

.reports-slider:hover .owl-prev, .reports-slider .owl-next:hover {
  opacity: .7;
}

.report-item__thumb {
  display: block;
  margin-bottom: 16px;
  border: 1px dashed #c7c7c7;
}

.report-item__thumb img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.report-item__title {
  color: #0476d9 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.report-item__title:hover {
  color: #0363b8 !important;
}

.report-item__title a {
  text-decoration: none !important;
}

@media screen and (max-width: 600px) {

  .reports-slider {
    margin-top: 20px;
  }
  
  .reports-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .reports-slider .owl-prev, .reports-slider .owl-next {
    position: static;
  }
  .reports-slider .owl-next {
    margin-left: 20px !important;
  }
}

.colored-container .wc {
  position: relative;
  z-index: 3;
}

.take-action-slider {
  margin-top: 50px;
}

.take-action-slider .owl-stage {
  display: flex;
}

.take-action-slider .owl-item {
  display: flex;
}


.take-action-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  background: white;
}

.take-action-item img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  margin: 0;
}

/* .take-action-item .default-img {
  height: 100%;
} */

.take-action-item__title {
  display: flex;
  align-items: center;
  padding: 30px;
  text-align: center;
  background: #253339;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: white;
  flex-grow: 1;
}

.take-action-slider .owl-prev, .take-action-slider .owl-next {
  outline: none !important;
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url('images/slider-arrow-left.svg') center center / 30px 30px !important;
  transition: .3s opacity;
  margin: -15px 0 0 !important;
}

.take-action-slider .owl-next {
  background-image: url('images/slider-arrow-right.svg') !important;
  left: auto;
  right: -40px;
}

.take-action-slider :hover .owl-prev, .take-action-slider .owl-next:hover {
  opacity: .7;
}

@media screen and (max-width: 600px) {

  .take-action-slider {
    margin-top: 20px;
  }

  .take-action-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .take-action-slider .owl-prev, .take-action-slider .owl-next {
    position: static;
    margin: 0 !important;
  }
  .take-action-slider .owl-next {
    margin-left: 20px !important;
  }
}


.single-campaign .wycd-block .split-container .colored-container {
  padding: 20px 10% 0 0;
}

.single-campaign .wycd-block .split-container .colored-container .content {
  max-width: 100%;
} 

.wycd-posts {
  z-index: 2;
  position: relative;
}

.wycd-item {
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 40px 80px 40px 42px;
  text-decoration: none;
}

.wycd-item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.wycd-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
}

.wycd-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37474f !important;
  z-index: 1;
  transition: all .3s;
  opacity: .9;
}

.wycd-item:before {
  content: '';
  display: block;
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width:  90px;
  background: url('images/take-action-arrow.svg') no-repeat center center / 35px 35px;
}

.wycd-item:hover:after {
  opacity: .8;
}

@media screen and (max-width: 980px) {

  .single-campaign .wycd-block .split-container .colored-container {
    padding: 0 0 40px 0;
  }

  .wycd-block .split-container .container {
    width: 100%;
  }

  .solutions-container .content, .above-solution-container .sm-container .content {
    text-align: left;
    width: 100%;
	max-width: 100% !important;
    padding-right: 0;
    padding-left: 0;
	margin-right: 20px !important;
	margin-left: 20px !important;
  }
  
  #single-campaign .solutions-container .subtext {
    text-align: left !important; 
  }

  #single-campaign .problem-block .content {
    max-width: 100% !important;
  }

}

@media screen and (max-width: 600px) {

  .single-campaign .wycd-block .split-container .colored-container {
    padding: 0 0 30px 0;
  }

  .wycd-item {
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 30px 60px 30px 35px;
    text-decoration: none;
  }
  
  
  .wycd-item h4 {
    font-size: 17px;
  }

  .wycd-item:before {
    width: 70px;
    background: url('images/take-action-arrow.svg') no-repeat center center / 25px 25px;
  }

  .solutions-container .content, .above-solution-container .sm-container .content  {
    text-align: left;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px; 
  }
  
  #single-campaign .solutions-container .campaign-solutions-container .solution-container .content{
	  max-width: 100% !important;
  }

}


/* GA Donate Button Split Test */

.gae-donate--gold
.menu-item-1482 {
    background: #FED827;
}

.gae-donate--red
.menu-item-1482 {
    background: #F33236;
}

.gae-donate--red
.menu-item-1482 a, .gae-donate--gold
.menu-item-1482 a {
    color: white !important;
}

.full-width-underline{
	width: 100%;
}

/* Sign Up Bar */
.sign-up-bar{
	display: none;
}

/* issues page title style updates
temp.css updated
single-campaign.php updated
*/

.single-campaign .banner-container .content .title {
  text-align: center;
  padding: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  position: relative;
  z-index: 1;
  top: initial;
  left: initial;
}

.single-campaign .banner-container .content  {
  position: relative;
  z-index: 2;
  transform: none;
  top: initial;
  left: initial;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  max-width: 1200px;
}


.single-campaign .banner-container {
  background-color: #1976d2;
  position: relative;
  padding: 60px 0;
  height: auto;
  min-height: 1px !important
}

.single-campaign .banner-container .content .title::after {
  display: none;
}

.single-campaign .banner-container:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('images/container-pattern-dark-blue.svg') no-repeat center 70% / cover;
  opacity: .1;
}

@media screen and (max-width: 980px) {

  .single-campaign #header {
    height: 0;
  }

}

@media screen and (max-width: 680px) {

  /* .single-campaign .banner-container {
    padding: 60px 0;
  } */

  .single-campaign .banner-container .content .title {
    font-size: 27px;
    line-height: 1.2;
  }

}

@media screen and (max-width: 530px){
	.page-id-32559 .colored-container img{
		display: inline-block !important;
	}
}

.page-id-32559 .banner-container .content h1.title{
	font-weight: bold !important;
}

.takeactiongrid .fl-post-title{
	text-transform: uppercase;
}

.c-reportContentsSidebar ol{
	padding-left: 15px;
}

.c-reportContentsSidebar ol li:not(:last-child){
	margin-bottom: 10px;
}

.single-report.fl-builder .fl-rich-text ul li:not(:last-child), .single-report.fl-builder .fl-rich-text ol li:not(:last-child){
	margin-bottom: 10px;
}

.related-action-item .action-items{
	max-width: 1560px;
}

.action-items{
	margin: auto;
}

.c-related .fl-col-group:nth-child(2){
	max-width: 100% !important;
}


/* reports styling */

.single-report .hustle-float {
  display: none !important;
}

/* banner row */
.c-reportHighlights {
  position: relative;
}

.c-reportContents {
  position: fixed;
  z-index: 99;
  right: 0;
  filter: drop-shadow(0 0 8px rgba(0,0,0,.5));
  /* visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s; */
  position: absolute;
  top: calc(100% - 8px);
}

.c-reportContents--sticky {
  /* opacity: 1;
  visibility: visible;
  transition-delay: 0s; */
  top: 120px;
  position: fixed;
}

.c-reportContents--active {
  width: 375px;
}


.c-reportContents__title {
  background: #F39C1D;
  color: black;
  text-transform: uppercase;
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.c-reportContents__title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0; 
  height: 0; 
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent; 
  border-right: 22.5px solid #F39C1D;
}

.c-reportContents--active .c-reportContents__title:before {
  display: none;
}


.c-reportContents__title:after  {
  content: '^';
  display: none;
  font-size: 18px;
  position: relative;
  top: 4px;
}

.c-reportContents--active .c-reportContents__title:after  {
  display: block;
}

.c-reportContents__content {
  display: none;
}

.c-reportContents--active .c-reportContents__content {
  display: block;
}

.c-reportContents .fl-row-content-wrap {
  padding: 0;
}

.c-reportContents__content .fl-button {
  background: #3C83D3;
  color: white; 
  padding: 10px;
  display: block;
}

.c-reportContents__content li a {
  transition: .3s color;
}

.c-reportContents__content li a:hover {
  color: #888888 !important;
}

.c-reportBottom {
  position: fixed;
  z-index: 9999;
  top: calc(100% - 65px);
  left: 0;
  right: 0;
  transition: .3s top, .3s filter;
}

.c-reportBottom:not(.c-reportBottom--active) {
  top: calc(100% - 75px) !important;
}

.c-reportBottom--hidden:not(.c-reportBottom--static):not(.c-reportBottom--active) {
  top: calc(100% - 15px) !important;
}

.c-reportBottom--active:not(.c-reportBottom--static) {
  top: 200px;
}

.c-reportBottom:not(.c-reportBottom--static) {
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.5));
}

.c-reportBottom--active:not(.c-reportBottom--static) .c-related {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.c-reportBottom--static {
  position: static;
}

.c-stickyBottom {
  cursor: pointer;
  height: 75px;
  position: relative;
  z-index: 1;
}

.c-stickyBottom .fl-rich-text p {
  text-align: left !important;
}

.c-stickyBottom .fl-rich-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-stickyBottom__hidden {
  font-size: 16px !important;
  display: flex;
  align-items: center;
}

.c-reportBottom.c-reportBottom--static .c-stickyBottom__hidden {
  display: none;
}

.c-stickyBottom__hidden:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url('images/report-sticky-hide.svg') center center / 13px 13px;
  margin-right: 8px;
}

.c-stickyBottom .fl-row-content-wrap {
  padding: 20px !important;
}

.c-reportBottom .c-stickyBottom .fl-row-content-wrap:before {
  content: '';
  width: 70px;
  height: 70px;
  background: #F39E37 url('images/report-sticky-arrow.svg') no-repeat center 20px / 24px 14px;
  position: absolute;
  top: -26px;
  left: 75px;
  border-radius: 50%;
  transition: .3s transform, .3s background, .3s top;
  z-index: -1;
}

.c-reportBottom--active .c-stickyBottom:before {
  transform: rotate(180deg);
  background-position: center 33px !important;

}

.c-reportBottom.c-reportBottom--static .c-stickyBottom .fl-row-content-wrap:before {
  top: calc(100% - 29px);
  transform: rotate(180deg);
  background-position: center 20px !important;
  pointer-events: none;
}


@media screen and (max-width: 980px) {
  .c-reportContents--sticky {
    top: 76px;
  }
  .c-reportContents {
    max-width: 320px;
  }
}

@media screen and (max-width: 600px) {
  .c-stickyBottom p {
    font-size: 19px !important;
  }

}

@media screen and (max-width: 992px) {
  .c-reportBottom .c-stickyBottom .fl-row-content-wrap:before {
    left: 35px;
  }

}

@media screen and (max-width: 768px) {
  .c-reportBottom .c-stickyBottom .fl-row-content-wrap:before {
    left: 15px;
  }
  
  .c-reportBottom.c-reportBottom--static .c-stickyBottom .fl-row-content-wrap:before {
	  top: calc(100% - 49px);
  }
  .c-reportBottom{
	  position: relative;
  }
  
  .c-reportBottom .c-stickyBottom .fl-row-content-wrap:before, .c-stickyBottom__hidden{
	  display: none;
  }

}

/* remove gold banner  */
.fl-node-627a803bd8270 > .fl-col-content {
  background-color: white;
}
.report-banner {
  text-align: center;
  padding: 60px 0;
  min-height: auto;
}

.report-banner:after {
  background-color: black;
  opacity: 0.6;
}

.report-banner .brow {
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: block;
}

.report-banner .title {
  font-weight: 700 !important;
  padding-bottom: 20px !important;
}

.report-banner .title:after {
  display: none !important;
}

.report-banner .text {
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.report-banner  .content {
  position: relative;
  transform: none;
  left: initial;
  top: initial;
}

@media screen and (max-width: 680px) {

  .report-banner .brow {
    font-size: 20px;
  }

  .report-banner .text {
    font-size: 16px !important;
  }
}

.single-report.fl-builder .uabb-post-heading{
	font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.single-report.fl-builder .uabb-blog-posts-description {
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    padding-top: 10px;
}

.download-report-btn .uabb-creative-button {
	border-radius: 0 !important;
	-webkit-box-shadow: 0px 0px 10px 0px #000000; 
	box-shadow: 0px 0px 10px 0px #000000;
}

.download-report-btn .uabb-creative-button{
	display: inline-flex;
}

.download-report-btn .uabb-button-text{
	align-self: center;
}

.single-report .fl-callout-title{
	display: none;
}

.single-report .fl-icon{
	padding-right: 20px;
}

.single-report .bar-counter .fl-number-int, .single-report .fl-number-before-text{
	font-weight: 700;
}

.single-report .bar-counter .fl-number-string{
	padding: 5px 10px;
	color: black !important;
	font-size: 26px;
}

.single-report .bar-counter .fl-number-before-text{
	float: left;
	width: 25%;
	color: black !important;
}
.single-report .bar-counter .fl-number-bar{
	background-color: white;
}
.single-report .bar-counter .fl-number-bars-container{
	float: right;
	width: 75%;
	padding-left: 20px;
	background-color: transparent;
}

.report-highlights {
  background-color: #1976d2;
  position: relative;
  background-image: url('images/pattern-diagonal-right.svg');
  background-size: cover;
  background-position: top right;
}

@media screen and (min-width: 769px) {
  .report-highlights:after {
    content: "" !important;
    display: block;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: calc(100% - 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #1976d2;
  }
}

.section-headder{
	word-break: break-all;
}

.ua-icon-arrow-right{
	font-weight: bold;
}


@media only screen and (min-width: 992px) {
    .action-items .uabb-blog-posts-shadow{
        max-width: 375px;
    }
}

.c-content-col .fl-col-content{
	max-width: 800px;
	width: 100%;
}

.u-right-align{
	flex-direction: row-reverse;
}

.u-darkgrey-col{
	background: #36474f;
}


.u-lightgrey-col{
	background: #bebfc0;
}

.single-report .fl-callout-text p{
	font-size: 18px;
	line-height: 25px;
}

.u-action-item .fl-node-content .fl-col-group-nested{
	max-width: 1600px;
	margin: auto;
}

/*
.pattern-1{
	background-image: url('images/container-pattern-1.svg');
  background-size: cover;
  background-position: center bottom;
  
}
.pattern-2:before {
  background-image: url('images/container-pattern-2.svg');
}
.pattern-3:before {
  background-image: url('images/container-pattern-3.svg');
}
.pattern-4:before {
  background-image: url('images/container-pattern-4.svg');
}
.pattern-5:before {
  background-image: url('images/container-pattern-5.svg');
}
.pattern-6:before {
  background-image: url('images/container-pattern-6.svg');
}
.pattern-7:before {
  background-image: url('images/container-pattern-7.svg');
}*/


/* timeline widget styles */

.c-timelineWidget__sets {
  display: flex;
  margin-bottom: 12px;
}

.c-timelineWidget__sets a {
  padding: 10px 20px;
  border: 1px solid #ececec;
  color: #323232;
  font-weight: 400;
  background: white;
  transition: .3s color, .3s background;
}

.c-timelineWidget__sets a:nth-of-type(n+2) {
  border-left: 0;
}

.c-timelineWidget__sets a:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.c-timelineWidget__sets a:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.c-timelineWidget__sets a:hover {
  background: #bcc8ce;
  color: white;
}

@media screen and (max-width: 600px) {

  .c-timelineWidget__sets a {
    padding: 8px 15px;
    font-size: 15px;
  }

}

.c-timelineWidget__sets a.active {
  background: #90a4ae;
  color: white;
  cursor: default;
}

.c-timelineSlider__bullets {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-timelineSlider__items {
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
}

.c-timelineSlider__item {
  position: relative;
}

.c-timelineSlider__item p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0,0,0,.5);
  line-height: 1.2;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
}

.c-timelineSlider__item img {
  margin: 0;
  /* max-height: 600px;
  object-fit: contain; */
}

.c-timelineSlider {
  transition: .3s opacity;
  position: relative;
}

.c-timelineSlider--loading {
  opacity: .5;
}

.c-timelineSlider__bullet {
  width: 30px;
  height: 30px;
  position: relative;
  opacity: 1;
}

.c-timelineSlider__bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #bcc8ce;
  border-radius: 50%;
  transition: .3s background;
}

.c-timelineSlider__bullet--active:after, .c-timelineSlider__bullet:hover:after {
  background: #263238;
}

.c-timelineSlider__bullet p {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: black;
  background: white;
  border: 1px solid #ececec;
  line-height: 1.2;
  padding: 6px 10px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: .3s opacity;
}

.c-timelineSlider__bullet:hover p {
  opacity: 1;
}

/* .c-timelineSlider__bullet--active p {
  background: #90a4ae;
  color: white;
} */

.c-timelineSlider__items {
  position: relative;
}

.c-timelineSlider .c-timelineSlider__items button.owl-prev, .c-timelineSlider .c-timelineSlider__items button.owl-next {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  position: absolute;
  top: 50%;
  background: rgba(0,0,0,.5) !important;
  margin: 0 !important;
  padding: 4px 0 7px !important;
  font-size: 18px !important;
  transition: .3s background;
}

.c-timelineSlider .c-timelineSlider__items button.owl-prev:not(.disabled):hover, .c-timelineSlider .c-timelineSlider__items button.owl-next:not(.disabled):hover {
  background: rgba(0,0,0,.9) !important;
}


.c-timelineSlider__items .owl-prev {
  left: 8px;
}

.c-timelineSlider__items .owl-next {
  right: 8px;
}

.c-timelineWidget__sets a.active, .c-timelineSlider__item p{
	color: white !important;
}


.c-timelineSlider .owl-nav {
  margin-top: 0 !important;
}

.c-timelineSlider__full {
  position: absolute;
  z-index: 20;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,.5) url('images/fullscreen-icon.png') no-repeat center center / 12px 12px;
  transition: .3s background;
}

.c-timelineWidget--fullscreen .c-timelineSlider__full {
  background-image: url('images/fullscreen-minimize-icon.png');
}

/* full screen  */

.c-timelineWidget--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.85);
  overflow-y: auto;
  z-index: 99999;
  display: flex;
  padding: 20px;
  flex-direction: column;
  min-width: 0;
}


.c-timelineWidget--fullscreen .c-timelineSlider {
  max-width: 650px;
  width: 100%;
  margin: 0 auto auto;
}

.c-timelineWidget--fullscreen .c-timelineWidget__sets {
  display: flex;
  margin-bottom: 12px;
  margin: auto auto 12px;
  width: 100%;
  max-width: 650px;
}

.c-timelineWidget--fullscreen  .c-timelineSlider__bullet::after {
  opacity: .6;
  transition: .3s background, .0s opacity;
}

.c-timelineWidget--fullscreen .c-timelineSlider__bullet--active::after, .c-timelineWidget--fullscreen .c-timelineSlider__bullet:hover::after {
  background: white;
  opacity: 1;
}

.single-report.fl-builder img, .download-report-btn img{
	margin-bottom: 0 !important;
}

.single-report .fl-rich-text ul{
	margin-left: 20px;
}

.single-report .fl-rich-text ol, .single-report .fl-rich-text ul{
	margin-bottom: 20px;
}

.single-report .fl-rich-text ol{
	margin-left: 40px;
}

.single-report .report-legend ol{
	margin-left: 0px;
	margin-bottom: 0;
}

.single-report .fl-rich-text p{
	margin-bottom: 20px;
}

/*@media only screen and (max-width: 768px) {
	.single-report .heateor_sss_sharing_container{
		display: none !important;
	}
	
	.c-reportContents, .c-reportBottom:not(.c-reportBottom--static) .c-stickyBottom:before{
		display: none;
	}
	
	.c-reportBottom{
		display: block;
		position: relative;
	}
	
	.c-reportBottom:not(.c-reportBottom--static){
		filter: none;
	}
}*/

.single-report .section-headder{
	word-break: break-word;
}

.c-stickyBottom .fl-row-content-wrap{
	max-width: 1560px;
    margin: auto;
    position: relative;
}

.c-stickyBottom .fl-rich-text p{
	margin-bottom: 0 !important;
}