/*******************************************************************************
* State pages
*******************************************************************************/

.advocacy-page .desktop-hide {
    display: none;
}
@media all and (max-width: 980px) {
    .advocacy-page .tablet-hide {
        display: none;
    }
}
@media all and (max-width: 640px) {
    .advocacy-page .mobile-hide {
        display: none;
    }
    .advocacy-page .desktop-hide {
        display: block;
    }
}

/*******************************************************************************
* Header
*******************************************************************************/
.advocacy-header {
    margin-bottom: 70px;
    position: relative;
}
.advocacy-header #state-header-nav {
    position: absolute;
    top: 20px;
    width: 100%;
}
.advocacy-header #state-header-image {
    height: 420px;
    overflow: hidden;
}
.advocacy-header #state-header-image img {
    display: block;
}

.advocacy-header #featured-issue {
    bottom: -20px;
    position: absolute;
    width: 100%;
}
.advocacy-header #featured-issue > .row {
    background: rgba(0, 0, 0, .6);
    display: flex;
    padding: 25px 25px 30px 25px;
}
.advocacy-header #featured-issue .content {
    flex-grow: 1;
    padding-right: 100px;
    text-align: left;
}
.advocacy-header #featured-issue .cta {
    align-items: flex-end;
    display: flex;
}
.advocacy-header #featured-issue .cta a {
    width: 175px;
}
.advocacy-header #featured-issue h2 {
    border-bottom: 0;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 0;
}
.advocacy-header #featured-issue p {
    color: #fff;
    margin-bottom: 0;
}

@media all and (max-width: 980px) {
    .advocacy-header #state-header-image {
        height: auto;
    }
    .advocacy-header #featured-issue {
        bottom: 0;
    }
    .advocacy-header #featured-issue .row {
        display: block;
    }
    .advocacy-header #featured-issue .content {
        padding-right: 0;
    }
    .advocacy-header #featured-issue h2 {
        font-size: 26px;
    }
    .advocacy-header #featured-issue p {
        display: none;
    }
}

@media all and (max-width: 640px) {
    .advocacy-header #featured-issue {
        position: relative;
    }
}


#advocacy-main-header {
    position: relative;
}
#advocacy-main-header img {
    width: 100%;
}
#advocacy-main-header .content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#advocacy-main-header .content h1,
#advocacy-main-header .content p {
    color: #fff;
}
#advocacy-main-header .content h1 {
    font-size: 105px;
}
#advocacy-main-header .content p {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 80vw;
}
#advocacy-main-header .content p.small-note {
    font-size: 0.8em; 
    margin-top: 3em
}
#advocacy-main-header .content p.small-note a:link {
    text-decoration: underline;
}

@media all and (max-width: 790px) {
    #advocacy-main-header .content h1 {
        font-size: 34px;
    }
    #advocacy-main-header .content p {
        font-size: 22px;
    }
}
@media all and (max-width: 620px) {
    #advocacy-main-header .content p {
        font-size: 16px;
        line-height: 1.2;
    }
}

#advocacy-main-header + .row {
    display: flex;
    justify-content: space-around;
    padding: 30px 0 50px 0;
}
.advocacy-headline {
    background: #ebebeb;
    padding: 30px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}
.advocacy-headline h3 {
    border-bottom: none;
    font-size: 32px;
    margin-bottom: 0;
}

@media all and (max-width: 780px) {
    #advocacy-main-header + .row {
        flex-direction: column;
    }
    #advocacy-main-header + .row a {
        margin: 15px 30px;
        text-align: center;
    }
}

/*******************************************************************************
* Map
*******************************************************************************/

.advocacy-page .map-wrapper {
    display: flex;
}
.advocacy-page .map {
    flex: 7;
}
.advocacy-page .advocacy-sidebar {
    flex: 4;
    padding-left: 30px;
}
.advocacy-page #current-location-subhead {
    color: #ff6d10;
}
.advocacy-page .state-select-wrapper {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}
.advocacy-page .state-select-wrapper::before {
    background: #ccc;
    content: '';
    display: block;
    height: 45px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.advocacy-page .state-select-wrapper::after {
    border: 7px solid transparent;
    border-top: 7px solid #717171;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 21px;
}
.advocacy-page #state-select {
    border: 1px solid #ccc;
    float: right;
    height: 45px;
    margin-bottom: 16px;
    width: 230px;
}
.advocacy-page #state-select:focus {
    outline: none;
}
.advocacy-page #state-name {
    font-size: 36px;
}
.advocacy-page #state-name::after {
    border-top: 3px solid #ff6d10;
    content: '';
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 40px;
}
.advocacy-page .map .content p {
    font-size: 16px;
    margin-right: 75px;
}
.advocacy-page #state-svg {
    display: block;
    margin: 80px auto 0 auto;
    max-height: 50%;
    max-width: 50%;
}

@media all and (max-width: 980px) {
    .advocacy-page .map-wrapper {
        display: block;
    }
    .advocacy-page .advocacy-sidebar {
        padding-left: 0;
    }
}



.stats .stats-value {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 22px;
}
.stat {
    float: left;
    margin: 25px 0;
    width: 50%;
}
.stat .label {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding-top: 6px;
    display: inline-block;
    color: #000;
}
.stat .value {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.stat .value::after {
    border-top: 1px solid #f0f0f0;
    content: '';
    display: block;
    left: 0;
    width: 35px;
}
.stat .value span {
    font-size: 18px;
    font-family: 'Akzidenz Grotesk', sans-serif;
    font-weight: bold;
}
.advocacy-sidebar #current-location-label {
    border-bottom: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 40px 0 35px;
    padding-bottom: 0;
    position: relative;
}
.advocacy-sidebar #current-location-label::after {
    border-top: 5px solid #ff6d10;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 50px;
    width: 65px;
}
.advocacy-sidebar #current-location-subhead {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.advocacy-sidebar .content-wrapper {
    overflow: hidden;
}
.advocacy-sidebar .map-actions {
    background: #ebebeb;
    margin-bottom: 30px;
    padding: 20px;
}



#additional-resource-list {
    margin-bottom: 60px;
}
#additional-resource-list h4 {
    cursor: pointer;
    font-size: 18px;
    position: relative;
}
#additional-resource-list h4::before,
#additional-resource-list h4::after {
    border: 12px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition:         .4s all ease-in;
    -webkit-transition: .4s all ease-in;
    -moz-transition:    .4s all ease-in;
}
#additional-resource-list h4::before {
    border-top: 12px solid #000;
    top: 2px;
}
#additional-resource-list h4::after {
    border-top: 12px solid #fff;
}
#additional-resource-list.expanded h4::after {
    top: -10px;
    transform: rotateX(180deg);
}
#additional-resource-list.expanded h4::before {
    top: -12px;
    transform: rotateX(180deg);
}
#additional-resource-list ul {
    list-style: none;
    margin: 27px 0 0 0;
}
#additional-resource-list ul li {
    margin-bottom: 8px;
}
#additional-resource-list ul li a {
    color: #000;
    text-decoration: underline;
}
.single-state #report-link,
.single-state #legislator-link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.single-state #report-link {
    margin-bottom: 35px;
    width: 50%;
}
.single-state #legislator-link {
    color: #333;
    float: right;
    margin-bottom: 35px;
    width: 45%;
}
.single-state .share-wrapper {
    border-bottom: 1px solid #ebebeb;
    font-style: italic;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 23px 0 18px 0;
    text-align: right;
}
.single-state .share-wrapper a {
    margin-left: 17px;
}



.do-advocacy-landing .section-header {
    background: #ff6d10;
    color: #fff !important;
    font-size: 44px;
    line-height: 100px;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 0 20px #000;

}




.issues-wrapper .row {
    display: flex;
    max-width: 1100px;
}
.issues-wrapper .issue {
    background: #fff;
    padding: 30px 0;
}
.issues-wrapper .issue:nth-child(even) {
    background: #ccc;
}
.issues-wrapper .issue .content {
    flex: 2;
}
.issues-wrapper .issue .image {
    flex: 1;
}
.issues-wrapper .issue h2 {
    font-size: 28px;
}
.issues-wrapper .issue p {
    font-size: 20px;
}
.issues-wrapper .issue .button {
    margin-top: 10px;
}
.issues-wrapper .issue .stat {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 100%;
}
.issues-wrapper .issue .stat.count {
    font-size: 18px;
    font-weight: bold;
}
.issues-wrapper .issue .stat.deadline {
    font-style: italic;
}
.issues-wrapper #national-cta {
    justify-content: center;
    margin: 50px auto;
}

@media all and (max-width: 980px) {
    .issues-wrapper .issue .row {
        flex-direction: column;
    }
    .issue .content {
        margin-top: 30px;
        order: 2;
    }
    .icon-header.row h2 .icon {
        transform: none;
    }
}




#policy-news-slider-wrapper {
    background: #f2f2f2;
    margin-bottom: 60px;
    padding: 55px 0 130px 0;
    position: relative;
}
#policy-news-slider-wrapper::after {
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    content: '';
    display: block;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 0;
}
#policy-news-slider-wrapper h2 {
    border-bottom: 0;
    font-size: 36px;
    margin: 0 0 30px 0;
    text-align: center;
}
#policy-news-slider-wrapper h3 {
    border-bottom: 0;
    font-size: 18px;
    text-align: center;
}
.policy-news-slider {
    padding: 0 45px;
}
.policy-news-slider .slide {
    height: 240px;
    padding: 0 15px;
    text-align: center;
}
.policy-news-slider .slide .wrapper {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.policy-news-slider .slide .term {
    background: #ff6d10;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 7px 15px;
    text-transform: uppercase;
    width: 100%;
}
.policy-news-slider .slide .slide-content {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 15px;
    padding: 18px 20px;
    position: absolute;
    top: 100%;
    transform: translateY(0);
    transition: all .5s ease-in-out;
    width: 100%;
}
.policy-news-slider .slide:hover .slide-content[style] {
    transform: translateY(-100%) !important;
}
.policy-news-slider .slide .slide-content .title {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 9px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.2;
    width: 100%;
}
.policy-news-slider .slide .slide-content p {
    font-size: 15px;
    line-height: 1.2;
}
.policy-news-slider .slide .slide-content a {
    margin-top: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.policy-news-slider .prev-arrow,
.policy-news-slider .next-arrow {
    background: url(../images/policy-news-slider-arrows.png);
    cursor: pointer;
    height: 42px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 21px;
}
.policy-news-slider .prev-arrow {
    left: 0;
}
.policy-news-slider .next-arrow {
    background-position: -21px 0;
    right: 0;
}
.policy-news-slider ul.slick-dots {
    left: 0;
    margin: 0;
    position: absolute;
    top: 300px;
    width: 100%;
}
.policy-news-slider ul.slick-dots li::before {
    background: #ababab;
    display: block;
       -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: '';
    height: 14px;
    width: 14px;
}
.policy-news-slider ul.slick-dots li.slick-active::before {
    background: #535353;
}
.policy-news-slider img {
    min-height: 100%;
    min-width: 100%;
}



#policy-alerts-signup-wrapper {
    padding: 40px 0 50px 0;
}
#policy-alerts-signup-wrapper > .row {
    background: #ebebeb;
    padding: 25px 30px;
}
#policy-alerts-signup-wrapper span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#policy-alerts-signup-wrapper a {
    color: #ff6d10;
    font-size: 16px;
}
#policy-alerts-signup-wrapper form {
    margin-top: 10px;
    overflow: hidden;
}
#policy-alerts-signup-wrapper input[type='text'] {
    border: 0;
    font-size: 16px;
    height: 60px;
    padding-left: 30px;
    text-transform: capitalize;
}
#policy-alerts-signup-wrapper input[type='submit'] {
    float: right;
}
#policy-alerts-signup-wrapper .post-submit-fact {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1010;
}
#policy-alerts-signup-wrapper .post-submit-fact .close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
}
#policy-alerts-signup-wrapper .post-submit-fact .close::before,
#policy-alerts-signup-wrapper .post-submit-fact .close::after {
    border-bottom: 3px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    width: 25px;
}
#policy-alerts-signup-wrapper .post-submit-fact .close::after {
    transform: rotate(-45deg);
}
#policy-alerts-signup-wrapper .post-submit-fact .row {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px #000;
    padding: 66px 0;
    position: relative;
}
#policy-alerts-signup-wrapper .post-submit-fact h2 {
    border-bottom: 0;
    color: #fff !important;
    margin-top: 0;
}
#policy-alerts-signup-wrapper .post-submit-fact p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#policy-alerts-signup-wrapper .post-submit-fact .button {
    margin-bottom: 0;
}


#policy-filters {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
#policy-filters span {
    border-right: 2px solid #000;
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}
#policy-filters span:last-child {
    border-right: none;
}

@media all and (max-width: 780px) {
    #policy-filters span {
        border-right: none;
        font-size: 22px;
    }
    .advocacy-page .slick-dots {
        bottom: 0 !important;
        position: relative;
        margin-top: 15px;
    }
    .advocacy-page .slick-dots li {
        height: 40px;
    }
    .advocacy-page .slick-dots li button:before {
        display: none;
    }
}
@media all and (max-width: 580px) {
    #policy-filters span {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}


#advocacy-partners {
    background: #ebebeb;
    padding: 50px 0 75px 0;
}
#advocacy-partners h2 {
    font-size: 58px;
    margin: 0 auto 110px auto;
    max-width: 700px;
    padding: 0 10px;
    text-align: center;
}
#advocacy-partners #partners-list {
    display: flex;
    justify-content: space-between;
}
#advocacy-partners img {
    max-height: 125px;
}
@media all and (max-width: 890px) {
    #advocacy-partners #partners-list {
        flex-direction: column;
        text-align: center;
    }
    #advocacy-partners #partners-list a {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 640px) {
    #advocacy-partners h2 {
        font-size: 28px;
        margin-bottom: 50px;
    }
}



.advocacy-page .action-links #action-modal {
    background: #333;
    box-shadow: 0 0 20px #999;
    display: none;
    left: 50%;
    max-width: 100%;
    padding: 40px 20px 20px 20px;
    position: absolute;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    width: 550px;
}
.advocacy-page .action-links #action-modal h3 {
    border-bottom: 0;
    color: #fff !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.advocacy-page .action-links #action-modal select {
    float: none;
    width: 100%;
}
.advocacy-page .action-links #action-modal .fa {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
}




/*******************************************************************************
* Helpers
*******************************************************************************/
.accordion .accordion-content {
        -ms-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
            transition: all .5s ease-in-out;
}
.accordion.expanded .accordion-content {
    max-height: 1000px;
}

.button.large {
    font-size: 20px;
}

.input-wrapper {
    float: left;
}
.input-wrapper.half {
    width: 50%;
}
.input-wrapper.three-quarters {
    margin-right: 2%;
    width: 74%;
}
.input-wrapper.quarter {
    width: 24%;
}