/*
Theme Name:   PROMO Meet Gavern Child
Description:  Meet Gavern Child Theme
Author:       Buzzbold
Author URI:   http://buzzbold.com
Template:     MeetGavernWP
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  meet-gavern-child
*/

* {
    box-sizing: border-box;
}


body {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
    background: #232063;
}

h1,
h2,
h3,
h4,
h5,
h6 {line-height: 1.1em;}


a {
    color: #000;/*color: #058690;*/
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}


a:hover, a:active {
    color: #242067;
}

#gk-mainbody article p a,
#gk-mainbody article p a:link,
#gk-mainbody article p a:visited,
#gk-mainbody article p li,
#gk-mainbody article p li:link,
#gk-mainbody article p li:visited  {
    color: #00868f;
    transition:background .5s, color 2s;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 81%,rgba(0, 134, 143, .90) 88%,rgba(0, 134, 143, .0) 85%,rgba(0, 134, 152, 0) 100%)
}

#gk-mainbody article p a:hover,
#gk-mainbody article p a:active,

#gk-mainbody article p li:hover,
#gk-mainbody article p li:active   {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 51%,rgba(0, 134, 143, .30) 88%,rgba(0, 134, 143, .0) 85%,rgba(0, 134, 152, 0) 100%)

}

.gk-page-wrap {
    z-index: 0;
    padding: 0 15px 20px 15px;
    position: relative;
    margin-top: 65px;
    margin-left:auto;
    margin-right:auto;
    background: white;
}

.gk-page-wrap.has-featured-image {
    margin-top: calc( 35% + 65px);
}

body.taxonomy-archive .gk-page-wrap {
 margin-top: 65px!important
}

#gk-mainbody-columns {
    box-sizing: border-box;
    z-index: 12;

}

#gk-mainbody-columns figure.featured-image img {

    margin:1em;
    border: 3px solid rgba(30, 27, 95, 0.1);
    border-radius: 2px;

}

.header-wrapper {
    position: fixed;
    width: 100%;
    height: 69px;
    top: 0;
    z-index:17;
    background-color: white;
    box-shadow: 0 0.5em .5em rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(35,32,102, 0.95);;
    transition: background-color .2s ease-in-out;
}


body.scroll-flip .promo-featured-image-wrapper {
    display: none;
}

body.scroll-flip .header-wrapper {
    background-color: #232066;
}

body.scroll-flip #main-menu > li > a {
    color: #eee;
}




body.scroll-flip .imageLogo img {
    filter: contrast(50%) brightness(200%);
}



.header-wrapper.offset {
    padding-top: 36px;
    height:110px;
}


.promo-featured-image-wrapper {
    top: 65px;
    left: 0;
    min-height: 1em;
    width: 100%;
    position: fixed;
    display: block;
    overflow: hidden;
    transition: height .1s;
}

body.admin-bar  .promo-featured-image-wrapper {
    top: 110px;
}

.promo-featured-image-container {
	position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: block;
    z-index: 4;
}

.promo-featured-image-overlay {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2)
}


.promo-featured-image-overlay h2 {
    font-size:350%;
    line-height: 1em;
    color:rgba(255,255, 255, 0.9);
    position: absolute;
    text-align: center;
    left:25%;
    bottom:0;
    padding:.15em .25em;
    transform: translate(-25%, -50%);
}


div.single-title {
 position:fixed;
 display:block;
 max-width:58.3%;
 padding: 0.15em 2em 0.15em 3em;
 z-index:13;
}

div.single-title {position:abolute;}
body.scroll-flip div.single-title {position: fixed;}


@media (max-width: 800px) {
    #main-menu {
      background-color: #e27222;
  }

  #main-menu > li > a {
   color:white;
}
}


#gk-mainmenu-toggle {
    background: white;
    font-family: font-awesome;
    content:"\f0c9";
    border-radius: 2px;
    border: 4px solid #088692;
    color: #088692;
    background:white;
    float: right;
    height: 50px;
    margin-top: 10px;
    width: 50px;
    padding-top:8px;
    text-indent: 0!important;
    text-align: center;
}


div.single-title div.bg {
    opacity: .01;
    background-color: rgba(130, 48, 117, 0.95);
    display:block;
    width:200%;
    height: 100%;
    position:absolute;
    top:0;
    right: 300px;
    -ms-transform: skew(-20deg,0deg); /* IE 9 */
    -webkit-transform: skew(-20deg,0deg); /* Safari */
    transform: skew(-20deg,0deg); /* Standard syntax */
    z-index: 14;
    box-shadow: 0 0.15em 0.15em rgba(0, 0, 0, 0.2);
    transition: right .6s ease-in-out, opacity .6s linear;
}


div.single-title.services div.bg{
    background-color:  rgba(225, 114, 37, 0.95);
}


div.single-title.issues div.bg{
    background-color: rgba(138, 190, 46, 0.95);
}

div.single-title.campaign_post div.bg {
    background-color: rgba(130, 48, 117, 0.95);
}

div.single-title.event_post div.bg{
    background-color: rgba(209, 53, 62, 0.95);
}

div.single-title.resource_post div.bg{
    background-color: rgba(138, 190, 46, 0.95);
}

div.single-title.news_post div.bg{
    background-color: rgba(35,32,102, 0.95);
}

div.single-title.organization_post div.bg{
    background-color:  rgba(225, 114, 37, 0.95);
}



body.loaded div.single-title div.bg {
   right :-100px;
   opacity: 1;

}

div.single-title h2 {
    color:white;
    position:relative;
    z-index:15;
}


div.promo-featured-image {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 3;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    -webkit-box-shadow: inset 0 -1em 0 -.75em rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1em 0 -.75em rgba(255, 255, 255, 0.4);
}

img.promo-featured-image {
    width: 100%;
    height: auto;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

body.loaded img.promo-featured-image {
    opacity: 1;
}


figure.featured-image {
    max-width: 100%;

}

.promo-featured-image-container,
figure.featured-image img {

    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

body.loaded .promo-featured-image-container,
body.loaded figure.featured-image img{
   opacity: 1;
}

.header-wrapper .imageLogo {
  width:60px;
}

.header-wrapper .imageLogo img {
    transition: filter .2s ease-in-out;
    animation: spin 1s infinite linear;
}

.btn.btn-donate {
  background: #cd2f35;
  color: white;
  text-shadow: none;
  font-size: 1.25em;
  padding: .45em .75em;
  position: absolute;
  top: 12.5%;
  margin-left: 1em;
  border: 2px solid white;
  border-radius: 0;
  font-weight: 800;
  transition: .2s background-color;
}
.btn.btn-donate:hover,
.btn.btn-donate:active {
    background: #8abd32;
}


body.loaded .header-wrapper .imageLogo {
    height:60px;
    width:60px;
    animation: none

}
body.loaded .header-wrapper .imageLogo img {
    animation: none;
}

header {
    /* Gives space on pages that use flag */
    height: 100px;
}

@media ( max-width: 767px) {

    header {
        /* Gives space on pages that use flag */
        height: 60px;
 }



    h1.page-title {
        font-size:1.7em!important;
    }

    h1.page-title i,
    div.single-title i {
        font-size:30%!important;

    }

    div.single-title {
     padding: 0 0 0 0!important;
 }
 div.single-title h1, h2, h3 {
   margin:.15em ;
}

div.single-title h2 {
    font-size: 20px;
   margin-left: .25em;
}


body.loaded div.single-title div.bg {
    right: -80px;
}



}

/* homepage template styles */

  .the-content {
    margin-top: 3.5em;
  }

  .homepage-header > h2 {
    font-weight: 900;
    color: #000 !important;
  }

  #homepage-news>a>div>i {
    color:white;
  }
  #homepage-news>a>div>h2 {
    color:white;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-size: 120%;

  }

  #homepage-blog>div>h2 {
    color:rgba(0,160,175,1);
  }

  #homepage-blog p:hover a {
    color: #000;
    text-decoration: none;
  }

  #homepage-blog p:hover> a > strong {
    text-decoration: underline;
  }

  #homepage-events .event-info {
    min-height: 240px;
  }

  #homepage-events .event-info h3 {
    font-weight: 700;
    font-size: 125%;
    color: #555;
  }


  #homepage-issues {
    background:rgba(51,48,146, 1);
    color:white;
  }


  #homepage-issues>a>div>h2,
  #homepage-issues>a>div,
  #homepage-issues>a>div>i {

    color:white!important;
  }

  #homepage-events>div>h2 {
    color:rgba(166,206,167, 1);
  }

  #homepage-campaigns>div>h2 {
    color:rgba(165,67,153, 1);
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);

  }

  @media screen and (min-width: 767px) {
    .promotional-sidebar {
      margin-top: 105px;
    }
  }

  /* Migrated from PROMO plugin v1 */

body {
  font-size: 16px;
}

#gk-mainbody-columns {
  overflow: visible!important
}

article div.row div[class^="col-"]{

  padding: 0;
}

article .row figure.archive-thumbnail {
  width: 100%!important;
  padding: 0 1em 0 0 ;

}

article figure.featured-image img {
  width: 100%!important;

}

i.engage.fa {
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  font-size: .6em;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  vertical-align: middle;
  position: absolute;
  z-index: 15;
  color: rgba(255,255,255,1);
  border: 2px solid white;
  padding: 0.35em;
  box-sizing: content-box;
  top: 50%;
  transform: translate3d(-3em,-75%,0) translateY(.6em);
}


.row>.col-xs-12 {
  margin: .8em auto;
}

.share > ul > li {
  float: left;
  padding: 5px;
}

.share > ul > li > i,
.share > ul > li > a {
  display: block;
  color: #fff;
  background-color: #999;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.share > ul > li > a {
  line-height: 60px;
  text-decoration: none;
}

.share > ul > li > a.facebook {
  background-color: #3B5998 !important;
}

.share > ul > li > a.twitter {
  background-color: #4099FF !important;
}

section #comments {
  margin-left: 0 !important;
}

#geo_status {
  color: red;
  font-weight: bold;
}

.map {
  height: 300px;
  width: 100%;
  border: 1px outset rgba(255,255,255,0.15);
  border-radius: 3px;
}

#error{
  color:red;
  font-style:italic;
}

section.term header.term-header {
  min-height: 150px;
  vertical-align: bottom;
  position: relative;
}

section.term header.term-header .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*filter: invert(20%);*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #eee;
}

section.term header.term-header .bg {
  background-color: rgba(35,32,102, 0.95); /* default */
}

section.term.services header.term-header .bg {
  background-color: #df7422 !important;
}

section.term.issues header.term-header .bg {
  background-color: #8cbe2c !important;
}

section.term.campaigns header.term-header .bg {
  background-color: rgba(130, 48, 117, 0.95) !important;
}

section.term header.term-header h2 {
  color: white;
  padding: .25em 1em;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
section.term header.term-header h2 {
  font-size:1.5em!important;
}
}

section.term.services h2 {
  background-color: rgba(223, 116, 34, 0.7);
}


body.single-campaign_post .promo-featured-image-overlay h2 {
  background-color: rgba(130, 49, 115, 0.7);
}

body.single-campaign_post .promo-featured-image-overlay  {
  background-color: rgba(130, 49, 115, 0.7);
}

body.tax-services .promo-featured-image-overlay h2 {
  background-color: rgba(223, 116, 34, 0.7);
}

section.term.issues h2 {
  background-color: rgba(140, 190, 44, 0.7);
}

.taxonomy-list {
  margin: 1em;
}

section.taxonomy-list h4 {
  letter-spacing: -.15em;
  font-style: italic;
  font-size: 300%;
  font-weight: 100;
  line-height: 1em;
}

section.taxonomy-list.issues h4, section.taxonomy-list.services h4 {
  color: rgba(122, 39, 110, 0.7);
}

section.taxonomy-list ul li {
  display: list-item;
  font-size: 1.3em;
  line-height: 1em;
  padding: .15em .45em;
  margin-bottom: .15em;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: rgba(122, 39, 110, 1);
  transition: background-color .4s;
}

section.taxonomy-list.issues ul li:hover,
section.taxonomy-list.issues ul li:active {
  background: rgba(30, 27, 95, 1);
}

section.taxonomy-list ul li a {
  display: block;
  color: white;
}

header.post-title >div.row>div {
 margin:0;
 padding:0;
}




/* action plan admin */

.engage-btn-index {
  width: 30px;
  text-align: center;
}



.engage-organization-logo {
  max-height: 5em;
}

.engage-email-body{
  width: 100%;
  height: 150px;
}

.no-padding {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

div.engage-info-box {
  position:relative;
  display:table;
  width:100%;
  margin-bottom: 10px;
  border: 1px outset rgba(255,255,255,0.15);
  border-radius: 3px;
}
div.engage-info-box>div {
  position:relative;
  display:table-row;
  width:100%;

}

div.engage-info-box>div>div {
  font-size:80%;
  padding: 1em;
  margin-top:3px;
  line-height:1.35em;
  display:table-cell;
  background:white;
  text-transform:uppercase;
  color:#000000;
  font-weight: 500;
  width:80%;
  vertical-align:top;

}

div.engage-info-box>div::before {
  font-family: FontAwesome;
  display:table-cell;
  font-size:3em;
  text-align: center;
  text-decoration: inherit;
  speak: none;
  color:white;
  width: 20%;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.engage-info-box header {
  display:inline-block;
  font-weight: 700;
  font-size: 125%;
  color: #555;
}

.engage-info-box header>small {
  text-transform: none;
  font-weight: 600;
  margin-left: -1.25em;
}
div.engage-info-box.engage-date-box>div {
  background: rgb(0, 160, 175);
}

div.engage-info-box.engage-address-box>div{
  background: rgb(239, 62, 66);
}

div.engage-info-box.engage-contact-box>div{
  background: rgb(166, 206, 57);
}

div.engage-info-box.engage-date-box>div::before {
  content: "\f073"; /* calendar */
}

div.engage-info-box.engage-address-box>div::before {
  content: "\f041"; /* marker */
}

div.engage-info-box.engage-contact-box>div::before {
  content: "\f1ad"; /* building */
}

/* the contact box */
.engage-info-box.engage-contact-box > div > div, .engage-info-box.engage-date-box > div > div, .engage-info-box.engage-address-box > div > div   {
  font-weight: 600;
}

.engage-related-content-img {
  width:auto;
  max-height: 150px;
  padding: .25em;
}

.engage-related-content-content {
  padding: 1em;
  margin-top:3px;
}

.engage-related-content-link:hover > div > div, .engage-related-content-link:active > div > div, .engage-related-content-link {
  color: #000;
}

.engage-related-content-link:hover > div {
  background-color: rgb(0, 160, 175);
}





div.engage-shortcode-contact-box {
  border-left: solid 4px red;
  margin-bottom: 10px;
}


div.engage-shortcode-box {
  position:relative;
  display:table;
  width:100%;
  margin-bottom: 10px;
  background-color: #eee;
  border: solid 1px #000;
  border-radius: 5px;
}

div.engage-shortcode-info {
  font-size:80%;
  padding: 1em;
  margin-top:3px;
  line-height:1.35em;
  display:table-cell;
  text-transform:uppercase;
  color:#000000;
  font-weight: 500;
  width:80%;
  vertical-align:top;
}

div.engage-shortcode-img {
  font-family: FontAwesome;
  display:table-cell;
  font-size:3em;
  text-align: center;
  text-decoration: inherit;
  speak: none;
  color:white;
  width: 20%;
  vertical-align: middle;
  margin-top: 0;
}

.engage-shortcode-info header {
  display:inline-block;
  font-weight: 700;
  font-size: 125%;
  color: #555;
}

.engage-shortcode-info header>small {
  text-transform: none;
  font-weight: 400;
  margin-left: -1.25em;
}

.ng-cloak { display:none; }





/* Content Preview Box Colors*/


/* News */
#homepage-news .cpb-overlay, #homepage-news .cpb-img, #homepage-news p, body.post-type-archive-news_post .cpb-overlay, body.post-type-archive-news_post .cpb-overlay p,body.post-type-archive-news_post .archive-date-box {
  background-color: rgba(35,32,102, 0.7);
}
#homepage-news .content-preview-box, body.post-type-archive-news_post .content-preview-box {
  border: solid 2px rgba(35,32,102, 0.7);
}
body.post-type-archive .cpb-date-overlay{
  background-color: rgba(35,32,102, 0.95);
}

/*Author*/
body.author .cpb-overlay, body.author .cpb-overlay p,body.author .archive-date-box {
  background-color: rgba(35,32,102, 0.7);
}
body.author .content-preview-box {
  border: solid 2px rgba(35,32,102, 0.7);
}
body.author .cpb-date-overlay{
  background-color: rgba(35,32,102, 0.95);
}

/*Search*/
body.search .archive-date-box, body.search .cpb-date-overlay {
  background-color: rgba(130, 48, 117, 0.95);
}

body.search .results-box {
 border-bottom: 3px solid rgba(0,0,0,0.04);
    padding: 1em;
    border-radius: 0px;
    transition: .1s border;
}
body.search .results-box:hover,
body.search .results-box:active {border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom: 10px solid rgba(35,32,102, 0.2);
  background-color: rgba(35,32,102, 0.04)
}

body.search .results-box:hover a,
body.search .results-box:active a {
  text-decoration: none;
}

#searchform label {display: none}

#searchform input#s {    padding: .9em;
    margin-top: 3px!important;
    font-size: 1.25em;
    margin-right: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 4px;
    display: inline;}

#searchform input#s:focus {border-color: rgba(35,32,102, 1);}

#searchsubmit{
background: rgba(35,32,102, 0.8);
    color: white;
    text-shadow: none;
    font-size: 1.25em;
    padding: .55em .75em;
    border: 2px solid white;
    margin-top: -6px;
    border-radius: 0;
    font-weight: 800;
    transition: .2s background;
}
#searchsubmit:hover,
#searchsubmit:active {
    background: rgba(35,32,102, 1);
}

/* Blog */
.event_post .cpb-overlay, #homepage-blog .cpb-overlay, #homepage-blog .cpb-img, #homepage-blog .cpb-overlay p, body.blog .cpb-overlay, body.blog .cpb-overlay p,body.blog .archive-date-box  {
  background-color: rgba(130, 48, 117, 0.7);
}
.event_post .content-preview-box, #homepage-blog .content-preview-box, body.post-type-archive-blog_post .content-preview-box {
  border: solid 2px rgba(130, 48, 117, 0.7);
}
body.blog .cpb-date-overlay {
  background-color: rgba(130, 48, 117, 0.95);
}

/* Events */
.event_post .cpb-overlay, #homepage-events .cpb-overlay, #homepage-events .cpb-img, #homepage-events p, body.post-type-archive-event_post .cpb-overlay, body.post-type-archive-event_post .cpb-overlay p {
  background-color: rgba(209, 53, 62, 0.7);
}
.event_post .content-preview-box, #homepage-events .content-preview-box, body.post-type-archive-event_post .content-preview-box {
  border: solid 2px rgba(209, 53, 62, 0.7);
}

.event-more-info-box {
  background:#f6f4ff;
  border-radius: 3px;
  padding: 15px;
}


/* Campaign */
.campaign_post .cpb-overlay, #homepage-campaigns .cpb-overlay, #homepage-campaigns .cpb-img, #homepage-campaigns p,  body.post-type-archive-campaign_post .cpb-overlay, body.post-type-archive-campaign_post .cpb-overlay p  {
  background-color: rgba(130, 48, 117, 0.7);
}
.campaign_post .content-preview-box, #homepage-campaigns .content-preview-box, body.post-type-archive-campaign_post .content-preview-box {
  border: solid 2px rgba(130, 48, 117, 0.7);
}

/* Resources */
body.post-type-archive-resource_post .cpb-overlay, body.post-type-archive-resource_post .cpb-overlay p  {
  background-color: rgba(130, 48, 117, 0.7);
}
body.post-type-archive-resource_post .content-preview-box {
  border: solid 2px rgba(130, 48, 117, 0.7);
}


/* Services */
section.term.services .cpb-overlay, body.tax-services .cpb-overlay {
  background-color: rgba(223, 116, 34, 0.7);
}
section.term.services .content-preview-box, body.tax-services .content-preview-box {
  border: solid 2px rgba(223, 116, 34, 0.7);
}

/* Issues */
#homepage-issue-spotlight .cpb-overlay, #homepage-issue-spotlight .cpb-img, #homepage-issue-spotlight p, section.term.issues .cpb-overlay, body.tax-issues .cpb-overlay {
  background-color: rgba(140, 190, 44, 0.7);
}
#homepage-issue-spotlight .content-preview-box, section.term.issues .content-preview-box, body.tax-issues .content-preview-box {
  border: solid 2px rgba(140, 190, 44, 0.7);
}




/* Content Preview Box */

.content-preview-box {
  /* width: auto; */
  /*  height: auto; */
  /*  min-width: 240px; */
  /*  max-width: 320px; */
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  border-radius: 3px;
}

.taxonomy-archive .content-preview-box {
  margin-bottom: 1em;
}

.content-preview-box a {
  color: #000;
}

.cpb-background{

  height: auto;
  position: relative;
  top: 0px;
  margin: 0px;
  width: 100%;
  /* height: 240px; */
  min-height: 240px;
  overflow-y: hidden;
}
.cpb-img {
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 240px;
  height: auto;
}
.cpb-date-img {
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 100px;
  background-size: cover;
  background-position:center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cpb-date-img {
    min-height: 240px;
  }
}
.cpb-overlay {
  color: #fff !important;
  position: absolute;
  top: 165px;
  width: 100%;
  min-height: 240px;
  transition: top:
  -webkit-transition: top; /* Safari 3.1 to 6.0 */
  -webkit-transition-duration: .5s; /* Safari */
  transition-duration: .5s;
}

.cpb-date-overlay {
  position: absolute;
  z-index:2;
  top:0;
  right:0;
}


@media (max-width: 767px) {
  .cpb-date-overlay   {
    right:1em;
  }
  }

.cpb-background:hover .cpb-overlay {
  top: 0px;
}

.cpb-overlay > h2 >i.engage.fa {
  top:50%;
  left:5px;
  position: absolute;
}

.cpb-overlay > h2 {
  height:3em;
  margin-left: 2em;
  z-index: 1;
  font-weight: 900;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  color: #fff;
  overflow-y: none;
  position: relative;
  background-color: transparent !important;
}

.cpb-overlay > p {
  width: 100%;
  z-index: 0;
  font-weight: 700;
  margin: 0px;
  color: #fff;
  padding: 10px;
position: relative;
}

.cpb-overlay > .row {
  position: absolute;
  bottom: 0;
}

h1.page-title {
  z-index: 2;
  color: #fff;
}
.bg{
  z-index: -1 !important;

}

.engage-info-box .title {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 125%;
  color: #555;
}

.itemFullText {
  padding: 10px;
}

img.cpb-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* EveryAction */

.at-form button.submitStep.btn-at.btn-at-primary {
    background-image: none;
}

figure.at-banner, .at-title, .at-markup.HeaderHtml, footer.multistep-footer.clearfix {
  display:none;
}

.at-inner {
  border: none !important;
}

.at input[type="submit"] {
  background-image: none !important;
}



/* Action Plan */

#ap {
  border: solid 7px rgba(136, 58, 124, 0.12);

  border-radius: 3px;
}

#ap, .action-plan > .nav {
  /*    background-color: #eee; */
  /*    border-radius: 5px; */
}

.col-xs-12.col-sm-4.col-md-4.col-lg-4.nav {
  /* put navigation on right, but on top on small screen*/
  float: right;
}


.col-xs-12.col-sm-8.col-md-8.col-lg-8.content.ng-scope {
  border-radius: 3px;
}

.row.action-plan {
  margin: -15px;
}
.action-plan > .content {
  background-color: #fefefe;
  padding: 10px;
  /*  border-radius: 5px; */
  height: auto;
  overflow: hidden;
}
.action-plan > .nav {
  background-color: #eee;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.nav-tab.active {
  display: table;
  width: 100%;
}

.action-plan > .nav > .nav-tab > a {
  z-index: 2;
  height: 75px;
  padding: 2px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;

  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}

.action-plan > .nav > .nav-tab > a:hover {
  text-decoration: none;
  position: relative;
}

.action-plan > .nav > .nav-tab.active > a {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
}

.nav-tab.ng-scope.completed i.fa.fa-circle.fa-stack-2x {
  color: green !important;
}

.btn > input {
  display: none;
}

.btn.active, .btn:active, button:active, a.gk-button:active, input[type="button"]:active, input[type="submit"]:active {
  background-color: #365899;
}


/* action plan progress */

.action-progress > h2, .action-progress > h3 {
  margin: 0;
  padding: 2px;
  font-size: 120%;
  font-weight: 600;
}

.action-progress > h3 {
  font-weight: 400;
}

/*
.campaign-progress {
  border: solid 1px #eee;
  padding: 2em;
  border-radius: 3px;
}
*/

#campaign-call-to-action {
  margin-top: 1em;
}
.news-post-content-box:hover a {
  text-decoration: none;
  color: #000;
}
.news-post-content-box:hover a > div > h3 {
  text-decoration: underline;
}
.news-post-content-box > a > div {
  display: block;
}
.news-post-content-box h3 {
  padding-top: 0;margin-top: 0;
}

.archive-date-box {
  font-family: 'Open Sans',Arial,sans-serif;
  color: #fff;
  display: block;
  border: solid 2px transparent;
  position: relative;
}

@media (max-width: 767px) {
  .archive-date-box  {
    margin-right:1em;
  }
  .cpb-date-img {
    min-height: 2;
  }
  }

.archive-date-box h4 {
  color: #fff;
  padding: .5em;
  /*padding-right: 10px;padding-top:10px;padding-bottom:10px;*/
  margin: 0;font-weight: 800;
}
.archive-date-box h4 > span {
  font-size: 30px;
}

.progress-bar{
  background-color: #ce2c33 !important;
  color: #fff !important;

}

.page-content-description {
  padding: 1em !important;
}

.action-plan-list th {
  text-align: left;
}

.action-plan-list .action-title {
  padding: 0px 8px;
}

.action-plan-list {
  padding-top: 10px;
}


.event-register-btn, .legislator-contact-btn, .call-to-action-btn {
  color: #fff;
  background-color: rgb(239, 62, 66);
  background-image: none;
  font-weight: 800;
  text-shadow: none;
  font-size: 1.25em;
  padding: .45em .75em;
  border-radius: 0;
  font-weight: 800;
  transition: .2s background-color;
  text-decoration: none;
}
.event-register-btn:hover, .event-register-btn:active, .legislator-contact-btn:hover, .legislator-contact-btn:active, .call-to-action-btn:hover, .call-to-action-btn:active {
  color: #fff;
  background-color: #8abd32;
  transition: .2s background-color;
  text-decoration: none;
}

a.gk-button.view-all {
    color: #fff;
    background-color: rgb(239, 62, 66);
    background-image: none;
    font-weight: 800;
    text-shadow: none;
    padding: .45em .75em;
    border-radius: 0;
    font-weight: 800;
    transition: .2s background-color;
    text-decoration: none;
}
a.gk-button.view-all:hover, a.gk-button.view-all:active {
  color: #fff;
  background-color: #8abd32;
  transition: .2s background-color;
  text-decoration: none;
}

img.legislator-img {
    width: 100px;
    height: auto;
}

/* taxonomy icons */
.taxonomy-icons-list {
  width: 100%;
  height: 1.55em;
  vertical-align: middle;
}
.taxonomy-icons-list ul {
  float: right;
  margin: 0;
  line-height: .75em;
  vertical-align: middle;
}
.taxonomy-icons-list li.icon {
  float: left;
  display: block;
}
.taxonomy-icons-list li.icon > span {
  padding: .5em;
  margin: 1px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: block;
  background-color: #cd2f35;
  transition: .2s background-color;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.taxonomy-icons-list li.icon > span:hover {
  text-decoration: none;
  background-color: #8abd32;
  transition: .2s background-color;
}

/* event register btn for mobile */
.register-mobile {
    display: none;
    text-align: center;
    background-color: #f6f4ff;
    padding: .5em;
}

@media only screen and (max-width: 768px) {
  .register-mobile {
    display: block !important;
  }
  .event-register-btn {
      width: 100% !important;
  }
}
