/*
Theme Name: Emgage
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

::selection {
    color: #FFFFFF;
    background-color: #233F8A;
}

::-moz-selection {
    color: #FFFFFF;
    background-color: #233F8A;
}

@font-face {
    font-family: 'Futura';
    src: url(./css/fonts/FuturaPTMedium.otf);
}

@font-face {
    font-family: 'FuturaBold';
    src: url(./css/fonts/FuturaPTBold.otf);
}

@font-face {
    font-family: 'FuturaBoldExtra';
    src: url(./css/fonts/FuturaPTExtraBold.otf);
}

@font-face {
    font-family: 'Futura Book';
    src: url(./css/fonts/FuturaPTBook.otf);
}

@font-face {
    font-family: 'Futura Demi';
    src: url(./css/fonts/FuturaPTDemi.otf);
}

@font-face {
    font-family: 'Futura Medium';
    src: url(./css/fonts/FuturaPTMedium.otf);
}

@font-face {
    font-family: 'FuturaBold Ob';
    src: url(./css/fonts/FuturaPTExtraBoldOblique.otf);
}

@font-face {
    font-family: 'GothamMedium';
    src: url(./css/fonts/GothamMedium.otf);
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

/* WAYPOINTS */
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/* HEADER --------------------------------------------------------------------*/
.main-header {
    background-color: #FFFFFF;
    font-size: 0;
    padding: 20px 5%;
    position: relative;
    z-index: 100;
}
.main-logo-a {
    display: inline-block;
    min-width: 200px;
    vertical-align: middle;
    width: 20%;
}
.main-logo-img {
    height: auto;
    transition: all ease-in-out 0.4s;
    width: 100%;
}
.main-logo-a:hover img {
    transform: scale(0.95);
}
.menu-wrapper {
    display: inline-block;
    padding-left: 20px;
    text-align: right;
    width: 80%;
    vertical-align: top;
}   
.menu-wrapper ul li {
    display: inline-block;
    margin-right: 19px;
}
.menu-wrapper ul li:last-of-type {
    margin-right: 0;
}
.menu-wrapper ul li a {
    border-bottom: 4px solid transparent;
    color: #4A4A4A;
    display: inline-block;
    font-family: 'FuturaBold', sans-serif;
    font-size: 15px;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}
.menu-wrapper ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 4px #EB1F49;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .5s ease-in-out;
}
.menu-wrapper ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.menu-wrapper ul li:last-of-type a {
    background-color: #EB1F49;
    border-bottom: 0;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
}
.menu-wrapper ul li:last-of-type a:hover {
    background-color: #233F8A;
    color: #FFFFFF;
}
.menu-wrapper ul li:last-of-type a:after {
    border-bottom: solid 0px transparent;
}
.menu-wrapper .menu-item-has-children {
    position: relative;
}
.menu-wrapper .menu-item-has-children:hover .sub-menu {
    display: block;
}
.menu-wrapper .sub-menu {
    background-color: #5479DD;
    padding: 30px;
    position: absolute;
    left: -70px;
    width: 200px;
    display: none;
}
.menu-wrapper ul.sub-menu li:last-of-type a,
.menu-wrapper.mobile ul.sub-menu li:last-of-type a {
    border-bottom: 4px solid transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'FuturaBold', sans-serif;
    font-size: 20px;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
    background: none;
    padding: 0;
}
.menu-wrapper ul.sub-menu li:last-of-type a:hover:after,
.menu-wrapper.mobile ul.sub-menu li:last-of-type a:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
    border-bottom: solid 4px #EB1F49;
}
.menu-wrapper ul.sub-menu li {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.menu-wrapper ul.sub-menu li a {
    color: #FFFFFF;
}
/* MOBILE NAV */
.container {
    cursor: pointer;
    float: right;
    right: 5%;
    position: absolute;
    top: 20px;
    z-index: 200;
    display: block;
    display: none;
}
.bar1, .bar2, .bar3 {
    background-color: #EB1F49;
    height: 5px;
    margin: 6px 0;
    transition: all 0.4s;
    width: 35px;
    transform: skew(-24deg);
}
.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background-color: #FFFFFF;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #FFFFFF;
}
.menu-wrapper.mobile {
    background-color: #233F8A;
    display: none;
    padding: 75px 5% 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50%;
    z-index: 20;
}
.menu-wrapper.mobile .social-div {
    text-align: center;
    margin-top: 20px;
}
.menu-wrapper.mobile .social-div a:hover .red {
    fill: #00B7FF;
}
/* FOOTER --------------------------------------------------------------------*/
.main-footer {
    background-color: #FFFFFF;
    padding: 50px 5%;
    width: 100%;
}
.main-footer-a {
    display: block;
    max-width: 300px;
    margin: 0 auto 40px;
    text-decoration: none;
    width: 65%;
}
.main-footer-a-img {
    height: auto;
    transition: all ease-in-out 0.4s;
    width: 100%;
    overflow: visible;
}
.main-footer-a:hover img {
    transform: scale(0.95);
}
.social-div {
    text-align: center;
}
.social-div a {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
}
.social-div a:last-of-type {
    margin-right: 0;
}
.social-div a .red {
    transition: all ease-in-out 0.4s;
}
.social-div a:hover .red {
    fill: #EB1F49;
}
.menu-wrapper.footer {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.menu-wrapper .social-div {
    text-align: right;
    margin-bottom: 10px;
}
.footer-bottom-wrap {
    font-size: 0;
    margin-top: 20px;
}
.footer-bottom-left {
    display: inline-block;
    vertical-align: bottom;
    width: 200px;
}
.footer-bottom-left p,
.footer-bottom-right p,
.footer-bottom-right a {
    color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}
.footer-bottom-right {
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    width: calc(100% - 210px);
}
.footer-bottom-right span {
    display: inline-block;
    margin-right: 30px;
}
.footer-bottom-right p:last-of-type {
    margin-top: 20px;
}
.footer-bottom-right p a {
    display: inline-block;
    transition: all ease-in-out 0.4s;
}
.footer-bottom-right p a:hover {
    color: #EB1F49;
}
.footer.menu-wrapper ul li {
    /* vertical-align: top; */
}
.footer.menu-wrapper .sub-menu {
    display: block;
    background-color: transparent;
    padding: 0;
    position: static;
    width: auto;
}
.menu-wrapper.footer ul.sub-menu li a {
    color: #4A4A4A;
}
/* HOMEPAGE ----------------------------------------------------------------------*/
.main-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.homepage-main {
    max-width: 100%;
    overflow: hidden;
    background-image: url('./images/background.svg');
    background-size: contain;
    background-repeat: repeat;
}
.hero-video-block-wrapper {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
    width: 65%;
    margin-left: auto;
}
.hero-video-block-iframe {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    display: block;
}
.hero-homepage {
    /* background-position: right;
    background-repeat: no-repeat; */
    font-size: 0;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.hero-homepage-inner-left {
    background-color: #FFFFFF;
    background-image: url('./images/background.svg');
    border-right: 20px solid #EB1F49;
    display: inline-block;
    /* min-height: 500px;
    width: 58%;
    vertical-align: top;
    position: absolute;
    transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    z-index: 2;
    margin-left: -5%; */
}
.left-wrapper {
    min-height: 500px;
    width: 55%;
    vertical-align: top;
    position: absolute;
    transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    z-index: 2;
    margin-left: -5%;
    top: 0;
}
.hero-homepage-inner-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* display: inline-block; */
    margin-left: auto;
    min-height: 500px;
    width: 60%;
    min-height: 600px;
}
.hero-homepage-inner-left .hero-h1 {
    color: #EB1F49;
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 48px;
}
h1.fourfour {
    color: #233F8A;
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 48px;
}
.inner-left-content {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: skew(-12deg) translateY(-50%);
    -moz-transform: skew(-12deg) translateY(-50%);
    -o-transform: skew(-12deg) translateY(-50%);
    -ms-transform: skew(-12deg) translateY(-50%);
    transform: skew(-12deg) translateY(-50%);
    width: 70%;
    max-width: 540px;
}
.hero-homepage-inner-left.left-wrapper.youtube {
    width: 35%;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    margin-left: 0;
    border-right: none;
}
.inner-left-content.youtube {
    -webkit-transform: skew(0deg) translateY(-50%);
    -moz-transform: skew(0deg) translateY(-50%);
    -o-transform: skew(0deg) translateY(-50%);
    -ms-transform: skew(0deg) translateY(-50%);
    transform: skew(0deg) translateY(-50%);
}
.hero-homepage-inner-right.no-left {
    width: 100%;
}
.hero-h2 {
    font-family: 'Futura','Roboto';
    font-size: 32px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2;
    margin: 10px auto;
}
.red-btn {
    background: #EB1F49;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'FuturaBold', sans-serif;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}
.red-btn:hover {
    background-color: #233F8A;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li button:before {
    /* font-size: 20px; */
    font-size: 60px;
    color: #233F8A;
    opacity: .7;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    border: #233F8A;
    color: #233F8A;
}
.slick-dots {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.hero-homepage-inner-left.left-wrapper.no-inside {
    background-color: transparent;
}
.what-we-do-wrapper {
    font-size: 0;
    /* min-height: 500px; */
    position: relative;
    width: 100%;
}
.inner-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    width: 100%;
}
.right-wrapper {
    /* min-height: 500px; */
    height: 100%;
    width: 55%;
    vertical-align: top;
    position: absolute;
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    z-index: 2;
    right: 0;
    margin-right: -5%;
    background-image: url('./images/blue-background-n.svg');
    background-size: cover;
    top: 0;
}
.inner-right-content {
    transform: skew(12deg);
    -webkit-transform: skew(12deg) translateY(-50%);
    -moz-transform: skew(12deg) translateY(-50%);
    -o-transform: skew(12deg) translateY(-50%);
    -ms-transform: skew(12deg) translateY(-50%);
    width: 70%;
    max-width: 540px;
    position: absolute;
    top: 50%;
    left: 18%;
}
.right-h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 85px;
    color: #FFFFFF;
    line-height: .8;
    text-transform: uppercase;
}
.right-h3 {
    font-family: 'Futura', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
    margin: 15px 0;
}
.mobilize,
.empower {
    font-size: 0;
    position: relative;
}
.left-wrapper.mobilize {
    background-image: url('./images/background.png');
    position: absolute;
    top: 0;
    height: 100%;
    min-height: auto;
    background-color: #FFFFFF;
}
.left-wrapper.mobilize .right-h2 {
    color: #EB1F49;
}
.left-wrapper.mobilize .right-h3 {
    color: #4A4A4A;
}
.donate-h2 {
    color: #233F8A;
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    letter-spacing: 0;
    line-height: 48px;
}
.donate-p {
    color: #4A4A4A;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}
.inner-left-content.signup {
    max-width: 400px;
}
.signup-form-wrapper form {
    margin-top: 30px;
    width: 100%;
}   
.signup-form-wrapper form input[type=email],
.signup-form-wrapper form input[type=tel] {
    color: #4A4A4A;
    background: #FFFFFF;
    border: 2px solid #233F8A;
    font-family: 'Futura', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
}
.signup-form-wrapper form input[type=email]::placeholder, 
.signup-form-wrapper form input[type=tel]::placeholder {
    color: #4A4A4A;
}
.signup-form-wrapper form input[type=submit] {
    border: transparent;
    min-width: 200px;
    width: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.hero-homepage-inner-right.donate {
    position: relative;
    background-color: #FFFFFF;
}
.donate-wrapper {
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    position: absolute;
    width: 70%;
}
.donate-a-wrapper {
    font-size: 0;
    margin-top: 20px;
}
.donate-a-wrapper a {
    color: #233F8A;
    display: inline-block;
    font-family: 'FuturaBold', sans-serif;
    font-size: 50px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    vertical-align: top;
    width: 33.3%;
}
.donate-a-wrapper a:last-of-type {
    font-size: 20px;
    line-height: 25px;
    padding: 8px 0;
}
.donate-a-wrapper a:hover {
    background-color: #EB1F49;
    color: #FFFFFF;
}
.promo-wrapper {
    font-size: 0;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: table;
    margin-bottom: 35px;
}
.promo-card {
    background-color: #233F8A;
    display: inline-block;
    padding: 80px 40px;
    width: 33.33%;
    transform: skew(0, -6deg);
    transition: all ease-in-out 0.2s;
    vertical-align: top;
    display: table-cell;
}
.promo-card-inner {
    transform: skew(0, 6deg);
    max-width: 400px;
    margin: 0 auto;
}
.promo-h3 {
    color: #FFFFFF;
    font-family: 'FuturaBold', sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 35px;
    text-align: left;
    margin-bottom: 20px;
    /* transition: all ease-in-out 0.12s; */
}
.promo-p {
    color: #FFFFFF;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
    line-height: 24px;
    /* transition: all ease-in-out 0.4s; */
}
.promo-img {
    height: auto;
    margin: 20px auto;
    width: 100%;
}
.promo-card:nth-of-type(2) {
    transform: skew(0, 6deg);
    background-color: #FFFFFF;
}
.promo-card:nth-of-type(2) .promo-card-inner {
    transform: skew(0, -6deg);
}
.promo-card:nth-of-type(2) .promo-h3,
.promo-card:nth-of-type(2) .promo-p {
    color: #233F8A;
}
.promo-card:hover {
    /* background-color: #FFFFFF; */
    /* background-image: url('./images/background.svg'); */
    background-image: url('./images/blue-background.png');
    background-size: cover;
}
.promo-card:nth-of-type(2):hover .promo-p,
.promo-card:nth-of-type(2):hover .promo-h3 {
    color: #FFFFFF;
}
/* .promo-card:hover .promo-h3 {
    color: #EB1F49;
} */
/* .promo-card:hover .promo-p {
    color: #4A4A4A
} */
.upcoming-events {
    background-image: url('./images/background.svg');
    background-size: cover;
    /* margin-top: -30px;
    padding: 80px 10%; */
    margin-top: -66px;
    padding: 105px 10% 80px;
}
.card-wrappers {
    width: 100%;
    margin: 40px auto;
}
.upcoming-events h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #000000;
    line-height: 39px;
}
.upcoming-card {
    font-size: 0;
    margin-bottom: 70px;
    width: 100%;
}
.upcoming-card-left {
    display: inline-block;
    vertical-align: top;
    /* border-right: 10px solid #00B7FF; */
    width: 160px;
}
.upcoming-date {
    font-family: 'FuturaBold', sans-serif;
    font-size: 88px;
    color: #5479DD;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
}
.upcoming-date span {
    display: block;
    font-size: 40px;
}
.upcoming-card-right {
    width: calc(100% - 160px);
    vertical-align: top;
    display: inline-block;
    padding: 0 0 0 30px;
    border-left: 10px solid #00B7FF;
}
.upcoming-card-right h4 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #4A4A4A;
    line-height: 39px;
}
.upcoming-card-right h4 a {
    text-decoration: none;
    color: #4A4A4A;
    transition: all ease-in-out 0.4s;
}
.upcoming-card-right h4 a:hover {
    color: #233F8A;
}
.upcoming-card-right p{
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 12px 0;
}
.upcoming-card-right p.where-p {
    font-family: 'Futura Book', sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 20px;
    margin: 5px 0;
}
.load-more-btn {
    color: #4A4A4A;
    font-family: 'FuturaBold', sans-serif;
    transition: all ease-in-out 0.4s;
    display: block;
    margin: 20px auto;
    width: 152px;
}
.load-more-btn:hover {
    color: #EB1F49;
}
.partners-wrap {
    background-image: none;
    background-color: #FFFFFF;
    width: 100%;
}
.partners-wrapper {
    font-size: 0;
    text-align: center;
    margin-top: 50px;
}
.partner-single {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin: 30px auto;
}
.partner-single img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
}
/* INTERIOR PAGE ----------------------------------------------------------------*/
.interior-h1 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    color: #233F8A;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 30px;
}
.interior-page p,
.voter-checklist-wrapper p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 20px 0;
}
.interior-page p a {
    color: #233F8A;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
    font-family: 'Futura Demi', sans-serif;
}
.interior-page p a:hover {
    color: #EB1F49;
}
.interior-page h2,
.interior-page h3,
.interior-page h4, 
.interior-page h5,
.interior-page h6 {
    color: #233F8A;
    font-family: 'FuturaBold', sans-serif;
    margin: 20px 0;
}
.interior-page h2 {
    font-size: 40px;
}
.interior-page h3 {
    font-size: 35px;
}
.interior-page h4 {
    font-size: 30px;
}
.interior-page h5 {
    font-size: 25px;
}
.interior-page h6 {
    font-size: 22px;
}
.leftfloated {
    float: left;
    margin: 20px 20px 20px 0;
}
.rightfloated {
    float: right;
    margin: 20px 0 20px 20px;
}
.leftfloated img {
    height: auto;
    width: 100%;
}
.rightfloated img {
    height: auto;
    width: 100%;
}
.interior-page.standard-page a {
    color: #233F8A;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
    font-family: 'Futura Demi', sans-serif;
}
.interior-page.standard-page a:hover {
    color: #EB1F49;
}
.interior-page.standard-page ul,
.interior-page.standard-page ol,
.interior-page.single-report-inside ul,
.interior-page.single-report-inside ol {
    margin-left: 40px;
}
.interior-page.standard-page ul li,
.interior-page.standard-page ol li,
.interior-page.single-report-inside ul li,
.interior-page.single-report-inside ol li {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 20px 0;
}
.interior-page iframe {
    max-width: 100%;
    height: auto;
}
.interior-page.standard-page a.red-btn {
    color: #FFFFFF;
}
/* STAFF PAGE ----------------------------------------------------------------*/
.staff-page-wrapper {
    padding: 30px 15%;
}
.staff-content-wrapper {
    width: 100%;
    font-size: 0;
    margin-top: 50px;
}
.single-staff-card {
    width: 22%;
    vertical-align: top;
    display: inline-block;
    margin: 25px 4% 25px 0;
    text-decoration: none;
}
.single-staff-card:hover .staff-card-h3 {
    color: #EB1F49;
}
.single-staff-card:hover img {
    opacity: .8;
}
.single-staff-card.no-hover:hover .staff-card-h3 {
    color: #233F8A;
}
.single-staff-card.no-hover:hover img {
    opacity: 1;
}
.single-staff-card:nth-child(4n) {
    margin-right: 0;
}
.single-staff-card img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
    height: 200px;
    object-fit: cover;
}
.interior-page h3.staff-card-h3 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 30px;
    color: #233F8A;
    letter-spacing: 0;
    line-height: 34px;
    transition: all ease-in-out 0.4s;
    margin: 0 ;
}
.interior-page p.staff-card-p {
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 0;
}
.interior-page p.position-p {
    font-family: 'Futura Demi', sans-serif;
    font-size: 32px;
    line-height: 35px;
}
.headshot {
    float: left;
    margin: 0 50px 40px 0;
    max-width: 100%;
    height: auto;
    width: 300px;
}
.single-staff-inner {
    margin-top: 40px;
}
.single-staff-inner ul,
.single-staff-inner ol {
    margin: 20px 0 20px 40px;
}
.single-staff-inner ul li,
.single-staff-inner ol li {
    font-size: 20px;
    font-family: 'Futura Book', sans-serif;
    color: #4A4A4A;
    line-height: 24px;
    margin: 0;
}
.single-staff-inner a {
    transition: all ease-in-out 0.4s;
    color: #233F8A;
}
.single-staff-inner a:hover {
    color: #EB1F49;
}
.banner-wrapper {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.about-page-wrapper .banner-inner,
.page-id-126 .banner-inner,
.page-id-745 .banner-inner,
.page-id-727 .banner-inner,
.page-id-776 .banner-inner,
.page-id-779 .banner-inner  {
    height: 500px;
}
.page-id-776 .banner-wrapper,
.page-id-779 .banner-wrapper  {
    background-position: center top;
}
.banner-inner {
    background-image: url('./images/blue-background-n.svg');
    background-size: cover;
    min-height: 350px;
    position: relative;
    width: 40%;
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    z-index: 2;
    margin-left: -5%;
}
.banner-h1 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
    text-shadow: 0 0 10px rgba(108,108,108,0.50);
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: skew(12deg) translateY(-50%);
    -moz-transform: skew(12deg) translateY(-50%);
    -o-transform: skew(12deg) translateY(-50%);
    -ms-transform: skew(12deg) translateY(-50%);
    transform: skew(12deg) translateY(-50%);
    width: 80%;
}
.banner-h1.image {
    left: 25%;
    width: 60%;
}
.banner-wrapper.no-image .banner-inner {
    width: 100%;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    margin-left: 0;
}
.banner-wrapper.no-image .banner-inner .banner-h1 {
    -webkit-transform: skew(0deg) translateY(-50%);
    -moz-transform: skew(0deg) translateY(-50%);
    -o-transform: skew(0deg) translateY(-50%);
    -ms-transform: skew(0deg) translateY(-50%);
    transform: skew(0deg) translateY(-50%);
}
.about-page {
    margin: 50px auto;
    max-width: 1000px;
    width: 80%;
}
.meet-wrapper {
    font-size: 0;
    width: 100%;
    position: relative;
}
.meet-wrapper-left {
    min-height: 450px;
    width: 55%;
    vertical-align: top;
    position: absolute;
    transform: skew(12deg);
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    z-index: 2;
    margin-left: -5%;
    border-right: 20px solid #EB1F49;
    display: inline-block;
    background-color: #5479DD;
}
.meet-wrapper-right {
    display: block;
    margin-left: auto;
    min-height: 450px;
    width: 50%;
    position: relative;
}
.meet-wrapper h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
    line-height: 35px;
}
.meet-wrapper p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 15px 0;
}
.meet-wrapper .meet-left-inner h2,
.meet-wrapper .meet-left-inner p {
    color: #FFFFFF;
}
.meet-left-inner {
    transform: skew(-12deg) translateY(-50%) translateX(-50%);
    -webkit-transform: skew(-12deg) translateY(-50%) translateX(-50%);
    -moz-transform: skew(-12deg) translateY(-50%) translateX(-50%);
    -o-transform: skew(-12deg) translateY(-50%) translateX(-50%);
    -ms-transform: skew(-12deg) translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
}
.meet-right-inner {
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
}
.interior-h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    color: #233F8A;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 30px;
    /* border-bottom: 20px solid #EB1F49; */
}
.red-hr {
    border-bottom: 20px solid #EB1F49;
    width: 80%
}
.fieldset-wrapper {
    font-size: 0;
    margin: 40px 0;
}
.fieldset-wrapper img {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
.fieldset-wrapper-inner {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.fieldset-wrapper.right .fieldset-wrapper-inner {
    padding: 0 20px 0 0;
}
.fieldset-wrapper.left .fieldset-wrapper-inner {
    padding: 0 0 0 20px;
}
.interior-page h4 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
    line-height: 39px;
}
.standard-page {
    margin: 50px auto;
    max-width: 1200px;
    width: 80%;
}
.resources-wrapper {
    font-size: 0;
}
.resources-wrapper-inner {
    display: table;
    width: 100%;
}
.single-resource-wrapper {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 30px 0;
    margin-right: 4%;
    display: table-cell;
}
.interior-page .single-resource-wrapper h4 {
    margin: 0 0 20px;
    font-size: 30px;
}
.single-resource-wrapper:nth-of-type(3n) {
    margin-right: 0;
}
.interior-page h4.resources-h4 {
    margin: 60px 0 30px;
}
.fieldset-wrapper.right img {
    float: right;
}
.single-resource-wrapper p {
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
}
.interior-page.standard-page h3 {
    font-family: 'Futura Demi', sans-serif;
    font-size: 34px;
    color: #4A4A4A;
    line-height: 39px;
    margin: 20px 0;
}
.interior-page h3.bold {
    font-family: 'FuturaBold', sans-serif;
}
.interior-page h5 {
    font-family: 'Futura Demi', sans-serif;
    font-size: 30px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: left;
    line-height: 35px;
}
.directory-page-wrapper {
    margin: 50px auto;
    width: 80%;
}
.directory-content-wrapper {
    font-size: 0;
    margin-top: 30px;
}
.single-directory-card {
    display: inline-block;
    width: 29%;
    margin: 30px 6% 30px 0;
    vertical-align: top;
}
.single-directory-card:nth-of-type(3n) {
    margin-right: 0;
}
.single-directory-card h4 {
    transition: all ease-in-out 0.4s;
    margin: 0;
}
.single-directory-card:hover h4 {
    color: #EB1F49;
}
.single-directory-a {
    display: inline-block;
    width: 100%;
}
.single-directory-card-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single-directory-card a {
    text-decoration: none;
}
.map-wrapper {
    font-size: 0;
    width: 100%;
}
#map  {
    display: inline-block;
    width: 65%;
    margin: 20px auto 20px 5%;
    height: auto;
    min-height: 534px;
    max-width: 750px;
}
.active {
    fill: #5479DD;
    opacity: .5;
}
.active:hover,
.active.current {
    fill: #5479DD;
    opacity: 1;
    cursor: pointer;
}
.state-popup {
    width: 25%;
    margin-left: 3%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    background-color: #5479DD;
    padding: 20px;
}
.state-popup h2 {
    font-family: 'Futura Demi', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    line-height: 30px;
}
.state-popup h3 {
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 10px 0;
}
.state-popup h3 a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    transition: all ease-in-out 0.4s;
}
.state-popup h3 a:hover {
    transform: scale(1.1);
}
.state-popup p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 15px;
}
.state-popup p a {
    color: #FFFFFF;
    transition: all ease-in-out 0.4s;
}
.state-popup p a:hover {
    color: #000000;
}
.more-events-a {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Futura Demi', sans-serif;
    transition: all ease-in-out 0.4s;
}
.more-events-a:hover {
    color: #000000;
}
.state-page-wrapper {
    width: 70%;
    margin: 50px auto;
}
.state-chapter-wrapper {
    width: 100%;
}
.single-state-chapter-card {
    margin: 40px auto;
}
.single-state-chapter-card h4 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
    line-height: 39px;
    margin: 0;
}
.single-state-chapter-card h4 a {
    color: #233F8A;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}
.single-state-chapter-card h4 a:hover {
    color: #EB1F49;
}
.single-state-chapter-card h5 {
    font-family: 'Futura Demi', sans-serif;
    font-size: 28px;
    color: #4A4A4A;
    line-height: 32px;
    margin: 10px 0;
}
.single-state-chapter-card h5 span {
    display: inline-block;
    margin: 0 15px;
    color: #EB1F49;
}
.single-state-chapter-card h5 a,
.single-state-chapter-card p a {
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    color: #4A4A4A;
}
.single-state-chapter-card h5 a:hover,
.single-state-chapter-card p a:hover {
    color: #EB1F49;
}
.single-state-chapter-card p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 10px 0;
}
.reports-page-wrapper {
    margin: 40px auto;
    max-width: 1200px;
    width: 80%;
}
.reports-page-wrapper h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    color: #000000;
    line-height: 48px;
}
.reports-search-wrapper {
    width: 90%;
    margin: 55px auto;
}
.reports-search-wrapper form {
    font-size: 0;
}
.reports-search-wrapper input {
    background: #EDEDED;
    border: 1px solid #979797;
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    line-height: 24px;
    width: 30%;
    padding: 10px 15px;
}
.reports-search-wrapper input[type=submit] {
    background: #EB1F49;
    font-family: 'FuturaBold', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    border-color: transparent;
    padding: 13px;
    transition: all ease-in-out 0.4s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.reports-search-wrapper input[type=submit]:hover {
    background-color: #233F8A;
}
.tags-div {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0 4.5%;
}
.tags-div.first {
    margin: 0;
}
.tags-div select {
    width: 100%;
    background-color: #EDEDED;
    border: 1px solid #979797;
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    padding: 9px 15px;
}
.reports-search-results {
    width: 80%;
    margin: 30px auto;
}
.single-report-card {
    margin-bottom: 50px;
}
.single-report-card h3 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
    line-height: 39px;
}
.single-report-card h3 a {
    transition: all ease-in-out 0.4s;
    color: #233F8A;
    text-decoration: none;
}
.single-report-card h3 a:hover {
    color: #EB1F49;
}
.single-report-card p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
}
.single-report-card .tags-wrapper {
    font-family: 'Futura Medium', sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    margin-right: 20px;
    /* color: #233F8A; */
}
.tags-wrapper a {
    font-family: 'Futura Medium', sans-serif;
    font-size: 18px;
    color: #EB1F49;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    margin-right: 20px;
}
.tags-wrapper a:last-of-type {
    margin-right: 0;
}
.tags-wrapper a:hover {
    color: #233F8A;
}
.pagination-wrapper {
    text-align: center;
    width: 100%;
}
.pagination-wrapper span,
.pagination-wrapper a {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    color: #233F8A;
    transition: all ease-in-out 0.4s;
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #233F8A;
}
.pagination-wrapper .current {
    font-family: 'FuturaBold', sans-serif;
}
.pagination-wrapper a:hover {
    color: #EB1F49;
}
.single-report-page-wrapper {
    width: 100%;
    margin: 30px auto;
}
.single-report-intro-wrapper {
    width: 80%;
    margin: 20px auto;
}
.single-report-inside .tags-wrapper {
    margin: 0 auto 15px;
    font-family: 'Futura Medium', sans-serif;
    font-size: 18px;
    /* color: #EB1F49; */
    line-height: 18px;
    /* display: inline-block; */
}
.single-report-inside {
    width: 75%;
    margin: 10px auto 0;
}
.interior-page.single-report-inside p a {
    font-family: 'Futura Medium', sans-serif;
    font-size: 25px;
    color: #4A4A4A;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}
.interior-page.single-report-inside p a:hover {
    color: #233F8A;
}
.float.left {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
.float.right {
    float: left;
    margin: 20px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.width-full-img {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    border-bottom: 30px solid #EB1F49;
}
.report-quote-wrap {
    background-image: url('./images/blue-background-n.svg');
    background-size: cover;
    padding: 55px 7%;
    margin-top: -5px;
    text-align: center;
}
.report-quote-wrap h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 70px;
    color: #FFFFFF;
    text-align: center;
}
.voter-page-wrapper {
    width: 80%;
    margin: 30px auto;
}
.inner-voter {
    text-align: center;
}
.voter-btn-wrapper {
    font-size: 0;
    margin: 40px 0;
}
.voter-btn-wrapper .red-btn {
    /* width: 31%; */
    margin-bottom: 20px !important;
    vertical-align: top;
}
.voter-btn-wrapper .red-btn:nth-of-type(2) {
    margin: 0 3.3%;
}
.race-section {
    text-align: left;
}
.interior-page p.blue-btn {
    background: #5479DD;
    font-family: 'FuturaBold', sans-serif;
    font-size: 24px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    margin: 20px 0;
    max-width: 100%;
    transition: all ease-in-out 0.4s;
}
.candidate-card-wrapper {
    font-size: 0;
    margin: 20px 0;
}
.single-candidate-card {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.single-candidate-card img {
    float: left;
    margin: 0 20px 0 0;
    height: 180px;
    width: 180px;
    object-fit: cover;
}
.interior-page .single-candidate-card h5 {
    color: #233F8A;
}
.interior-page .single-candidate-card p {
    font-family: 'Futura Demi', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 30px;
}
.voter-issues-wrapper {
    width: 100%;
    background-image: url('./images/blue-background-n.svg');
    background-size: cover;
    position: relative;
    padding: 50px 8% 75px;
}
.issue-h2 {
    /* position: absolute; */
    color: #FFFFFF;
    /* transform: rotate(-90deg); */
    font-family: 'FuturaBold', sans-serif;
    font-size: 70px;
    line-height: .8;
    /* left: -120px;
    top: 80px; */
    /* text-align: center; */
}
.voter-issue-content {
    font-size: 0;
    position: relative;
    width: 100%;
    /* padding: 75px 8%; */
}
.single-issue-card {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}
.single-issue-card h3 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 39px;
}
.single-issue-card p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 15px 0;
}
.single-issue-card h4 {
    font-family: 'Futura Book', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-issue-card h4 span {
    font-family: 'FuturaBold', sans-serif;
}
.voter-con-amend {
    position: relative;
    padding: 50px 8%;
}
.voter-con-card {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 50%;
}
.voter-con-card h3 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
}
.voter-con-card h4 {
    font-family: 'Futura Demi', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 20px 0;
}
.voter-con-card h4 span {
    color: #2ECE00;
    font-family: 'FuturaBold', sans-serif;
}
.voter-con-card h4 span.oppose {
    color: #EB1F49;
}
.voter-con-card p {
    font-family: 'Futura Demi', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 20px 0;
}
.voter-h2-con {
    color: #5479DD;
    font-family: 'FuturaBold', sans-serif;
    font-size: 70px;
    line-height: .8;
}
.voter-checklist-wrapper {
    width: 100%;
    background-image: url('./images/background.svg');
    background-size: cover;
    padding: 50px 8%;
}
.voter-checklist-wrapper h2 {
    color: #233F8A;
    font-family: 'FuturaBold', sans-serif;
    font-size: 40px;
}
.voter-checklist-inner {
    margin: 30px 0 50px;
}
.voter-checklist-wrapper ul {
    margin-left: 40px;
}
.voter-checklist-wrapper ul li {
    font-family: 'Futura Demi', sans-serif;
    font-size: 32px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 20px 0;
}
.events-page-wrapper {
    width: 80%;
    margin: 80px auto;
}
.events-content-wrapper {
    margin: 60px auto 30px;
    width: 90%;
}
.event-card {
    margin: 70px auto;
}
.top-event-card {
    margin-bottom: 20px;
}
.right-top-event {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.right-top-event h2 {
    color: #5479DD;
    font-family: 'FuturaBold', sans-serif;
    letter-spacing: 0;
}
.interior-page h2.month {
    font-size: 52px;
    line-height: 55px;
    margin: 0;
}
.interior-page h2.day {
    font-size: 105px;
    line-height: 74px;
    margin: 0;
}
.left-top-event {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 171px);
}
.left-top-event h3 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #233F8A;
    line-height: 39px;
    margin: 0;
}
.left-top-event h3 a {
    text-decoration: none;
    color: #233F8A;
    transition: all ease-in-out 0.4s;
}
.left-top-event h3 a:hover {
    color: #EB1F49;
}
.left-top-event p {
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    margin: 7px 0 0;
}
.bottom-event-card {
    border-top: #EB1F49 15px solid;
}
.single-event-wrapper {
    margin: 50px auto;
    width: 80%;
}
.single-event-wrapper .top-event-card {
    border-bottom: 15px solid #EB1F49;
    padding-bottom: 20px;
}
.single-event-content p.rsvp-p {
    font-family: 'FuturaBold', sans-serif;
    font-size: 24px;
    color: #EB1F49;
}
.single-event-content p.rsvp-p span {
    font-family: 'Futura Medium', sans-serif;
    color: #4A4A4A;
}
.red-btn.rsvp {
    min-width: 175px;
    max-width: 100%;
}
.press-release-wrapper {
    margin: 50px auto;
    max-width: 1200px;
    width: 80%;
}
.press-release-top {
    border-bottom: 20px solid #EB1F49;
}
h2.press-release-date {
    font-family: 'Futura', sans-serif;
    font-size: 23px;
    color: #5479DD;
    line-height: 28px;
    margin-bottom: 15px;
}
.single-job-inner {
    width: 90%;
    margin: 0 auto;
}
.interior-page p.job-p {
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    border-bottom: 10px solid #EB1F49;
    padding-bottom: 20px;
}
.interior-page p.job-p span {
    color: #EB1F49;
}
.job-listing-card h4 a {
    color: #233F8A;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}
.job-listing-card h4 a:hover {
    color: #EB1F49;
}
.job-listing-card .job-p {
    border-color: #EDEDED !important;
    transition: all ease-in-out 0.4s;
}
.job-listing-card:hover .job-p {
    border-color: #EB1F49 !important;
}
.newsroom-page-wrapper {
    padding: 0 0 30px;
}
.quote-wrapper {
    padding: 60px 7%;
    background-image: url('./images/blue-background-n.svg');
    background-size: cover;
    text-align: center;
}
.quote-wrapper h2 {
    font-family: 'FuturaBold', serif;
    font-size: 35px;
    color: #FFFFFF;
    line-height: 1.2;
}
.quote-by-p {
    color: #FFFFFF;
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    margin-top: 20px;
}
.media-contact-wrapper {
    box-shadow: 0 0 10px 0 #5479DD;
    background-color: #FFFFFF;
    float: right;
    margin-top: -55px;
    max-width: 100%;
    padding: 30px;
    width: 350px;
}
.media-resources h2,
.media-content-inner h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 34px;
    color: #000000;
    line-height: 39px;
}
.media-resources a {
    color: #233F8A;
    display: inline-block;
    font-family: 'Futura Demi', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}
.media-resources a:hover {
    color: #EB1F49;
}
.media-content-inner p {
    color: #4A4A4A;
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
}
.media-content-inner p a {
    color: #4A4A4A;
    text-decoration: none;
}
.media-content-inner p a:hover {
    color: #EB1F49;
}
.release-wrapper {
    font-size: 0;
    padding: 70px 5% 45px;
    width: calc(100% - 350px);
}
.release-left {
    display: inline-block;
    width: 50%;
}
.release-right {
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    width: 50%;
}
.release-wrapper h2 {
    font-family: 'FuturaBold', sans-serif;
    font-size: 46px;
    color: #233F8A;
    letter-spacing: 0;
    line-height: 48px;
}
.press-release-card {
    border-bottom: 7px solid #EDEDED;
    margin: 20px 0;
    padding: 20px 0;
    transition: all ease-in-out 0.4s;
    width: 90%;
}
.press-release-card:hover {
    border-color: #EB1F49;
}
.press-release-date {
    color: #5479DD;
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.press-release-date span {
    color: #EB1F49;
    font-size: 30px;
}
.press-release-title {
    font-family: 'FuturaBold', sans-serif;
    font-size: 23px;
    color: #233F8A;
    line-height: 28px;
}
.press-release-title a {
    color: #233F8A;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}
.press-release-title a:hover {
    color: #EB1F49;
}
.press-release-card p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin: 15px 0;
}
.pub-name {
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
    color: #4A4A4A;
    line-height: 24px;
    margin-top: 15px;
}
.red-btn.release {
    margin-top: 40px;
}
.tags-wrapper.press {
    margin-bottom: 20px;
}
.reports-search-results .press-release-card {
    width: 100%;
}
.search-page-wrapper {
    margin: 50px auto;
    max-width: 1200px;
    width: 80%;
}
.search-results-wrapper {
    width: 90%;
    margin: 50px auto;
}
.single-report-card p.press-clip {
    font-family: 'Futura Medium', sans-serif;
}
.single-report-card span {
    color: #EB1F49;
    transition: all ease-in-out 0.4s;
}
.single-report-card h3 a:hover span {
    color: #233F8A;
}
.search-results-wrapper .single-report-card {
    border-bottom: 10px solid #EDEDED;
    padding-bottom: 30px;
}
.search-results-wrapper .single-report-card:hover {
    border-color: #EB1F49;
}
.hero-homepage-inner-left.left-wrapper {
    min-height: 600px;
}
/* .hero-homepage-inner-right {
    min-height: 600px;
} */
.search-form .tags-div {
    width: 21%;
    margin: 0 0 0 2%;
}
.reports-search-wrapper .search-form input[type=submit] {
    width: 22%;
    margin-left: 2%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.events-form .tags-div:first-of-type {
    margin: 0;
}
header.at-title {
    display: none !important;
}
.at fieldset legend.at-legend {
    display: none;
}
.at-inner {
    background: none !important;
}
.at-row.at-row-solo.YesSignMeUpForUpdatesForBinder {
    display: none !important;
}
.at-form-submit.clearfix {
    width: 100% !important;
    padding: 0 !important;
}
.signup-form-wrapper form input[type=submit] {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: transparent;
    min-width: 200px;
    width: 50%;
    background-color: #EB1F49;
    font-family: 'FuturaBold', sans-serif;
    transition: all ease-in-out 0.4s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    float: left;
}
.signup-form-wrapper form input[type=submit]:hover {
    background-color: #233F8A;
}
.at-row>[class^="at-"] {
    margin: 0 !important;
    flex: none !important;
    width: 100%;
}
.at .at-fieldset {
    padding: 0 !important;
}
.at-row.at-row-solo.at-row-full.UpdateMyProfile {
    display: none !important;
}
.signup-form-wrapper {
    margin-top: 20px;
}
.events-content-wrapper .four-o-four {
    font-family: 'FuturaBold', sans-serif;
    font-size: 36px;
    color: #233F8A;
    letter-spacing: 0;
    line-height: 38px;
    margin: 70px 0;
}
.interior-page ul.blocks-gallery-grid, 
.interior-page ol.blocks-gallery-grid {
    margin-left: 0;
}
.interior-page .wp-block-quote p {
    margin-bottom: 10px;
    font-family: 'Futura Medium', sans-serif;
    font-size: 24px;
}
.wp-block-quote {
    font-style: italic;
}
.wp-block-quote cite {
    font-family: 'Futura Book', sans-serif;
    color: #4A4A4A;
    margin-left: 20px;
}
figcaption {
    font-family: 'Futura Book', sans-serif;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.print-icon {
    width: 33px;
    height: auto;
    vertical-align: middle;
}
.fourofour {
    min-height: 300px;
    width: 90%;
    margin: 100px auto 150px;
}
.interior-h1 a {
    color: #EB1F49;
    transition: all ease-in-out 0.4s;
}
.interior-h1 a:hover {
    color: #5479DD;
}
.wp-block-button__link {
    border-radius: 0;
    font-family: 'FuturaBold', sans-serif;
    transition: all ease-in-out 0.4s;
}
.wp-block-button__link:hover {
    opacity: .8;
}
.iframe-container {
    margin-top: 100px;
}
.interior-page.standard-page ul.at-steps, 
.interior-page.standard-page ol.at-steps {
    margin-left: 0;
}
.iframe-container .at form .label-amount {
    font-family: 'FuturaBold', sans-serif;
}
.iframe-container .at form .label-amount>a {
    background-color: #233F8A !important;
    border-radius: 0 !important;
}
.iframe-container .at form .label-amount>a:hover {
    opacity: 0.8;
}
.at form .label-amount input[type="radio"]:checked+a {
    background-color: #EB1F49 !important;
}
.at .at-step.active {
    border-bottom-color: #5479DD !important;
}
.at .at-step>*:before {
    line-height: 1.2rem !important;
}
.at .at-step.valid>*:before {
    background-color: #5479DD !important;
}
.at form .label-amount input:required {
    background-color: #5479DD !important;
    border-color: #5479DD !important;
    font-family: 'FuturaBold', sans-serif;
    color: #FFFFFF !important;
}
.at form .label-amount input::placeholder,
.at form .label-amount input:required::selection {
    color: #FFFFFF !important;
}
.multistep-layout .HeaderHtml h1 {
    font-family: 'FuturaBold', sans-serif;
}
.iframe-container .at-text {
    font-family: 'Futura Book', sans-serif !important;
}
.nextStep.btn-at.btn-at-primary,
button.btn-at-primary {
    background-color: #233F8A !important;
    color: #FFFFFF !important;
    font-family: 'FuturaBold', sans-serif !important;
    border-radius: 0 !important;
}
.nextStep.btn-at.btn-at-primary:hover,
button.btn-at-primary:hover {
    background-color: #EB1F49;
    color: #FFFFFF;
}
.slick-slider { 
    width: 1px; 
    min-width: 100%; 
    width: 100%; 
    /* color: #5479DD; */
} 
.what-we-do-image {
    width: 100%;
    height: auto;
}
.mobilize-image {
    width: 100%;
    height: auto;
}
.empower-image {
    width: 100%;
    height: auto;
}
.donate-h2.thank-you {
    font-size: 30px;
    line-height: 30px;
    font-family: 'FuturaBold Ob', sans-serif;
}
.donate-h2.thank-you:nth-of-type(n+2) {
    display: none;
}
.desktop-hide {
    display: none;
}
.single-directory-card.issues {
    width: 46%;
    margin: 30px 4% 30px 0;
}
.single-directory-card.issues:nth-of-type(2n) { }
.single-directory-card.issues:nth-of-type(odd) {
    margin-right: 4%;
}
.empower-image,
.mobilize-image,
.what-we-do-image {
    display: none;
}
.empower .right-wrapper,
.what-we-do-wrapper .right-wrapper {
    background-image: url('./images/blue-background.png');
}
/* .right-wrapper.empower {
    background-image: url('./images/blue-background.png');
} */
.what-we-do-wrapper .inner-right {
    width: 56%;
}
.mobilize .inner-right {
    width: 56%;
    margin-left: auto;
}
.inner-right.empower {
    width: 56%;
}
.our-issues-page {
    position: relative;
}
.popup-box {
    z-index: 100;
    position: absolute;
    background-color: #FFFFFF;
    border: 10px solid #233F8A;
    /* width: 500px;
    width: 454px; */
    width: 500px !important;
    max-width: 80% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-height: 220px !important;
}
.popup-box p {
    font-family: 'Futura Book', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
    margin: 20px 0;
}
.popup-box a {
    color: #233F8A;
    display: inline-block;
    font-family: 'Futura Demi', sans-serif;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}
.popup-box a:hover,
.popup-box a:nth-of-type(2):hover {
    color: #5479DD;
}
.popup-box a:nth-of-type(2) {
    float: right;
    color: #EB1F49;
}
.pledge-wrapper {
    font-size: 0;
    margin-top: 80px;
}
.pledge-left {
    width: 47%;
    /* color: white; */
    margin-right: 6%;
    display: inline-block;
}
.pledge-right {
    width: 47%;
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
}
p.help-text {
    font-size: 12px;
    line-height: 1.1;
    margin: 0 0 20px;
}
.pledge-wrapper .HeaderHtml, 
.pledge-wrapper .FooterHtml, 
.pledge-wrapper .MeterHtml {
    display: none;
}
.pledge-right input {
    width: 100%;
    padding: 8px 0;
    text-indent: 10px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    border: 0;
}
.pledge-right .at-text.FirstName, 
.pledge-right .at-text.EmailAddress {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    min-width: auto !important;
}
.pledge-right .at-text.FirstName, 
.pledge-right .at-text.EmailAddress {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    min-width: auto !important;
}
.pledge-right .at-text.LastName, 
.pledge-right .at-text.PostalCode {
    width: 49%;
    display: inline-block;
    margin-left: 2% !important;
    box-sizing: border-box;
    min-width: auto !important;
}
.pledge-right input[type="submit"] {
    background: #FF0043;
    padding: 8px 0;
    border: 0;
    color: #fff;
    transition: all ease-in-out 0.4s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 20px 0;
}
.pledge-right #NVSignupForm542969 input::placeholder {
    color: #4A4A4A
}
.signup-left {
    transform: skew(8deg);
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -o-transform: skew(8deg);
    -ms-transform: skew(8deg);
    width: 54%;
}
.signup-left .inner-left-content {
    -webkit-transform: skew(-8deg) translateY(-50%);
    -moz-transform: skew(-8deg) translateY(-50%);
    -o-transform: skew(-8deg) translateY(-50%);
    -ms-transform: skew(-8deg) translateY(-50%);
    transform: skew(-8deg) translateY(-50%);
}
.hero-homepage-inner-left.left-wrapper .red-btn {
    margin-top: 25px;
}
/* .banner-inner {
    min-height: 99.5%;
}
.new-hero-banner {
    width: 100%;
    top: 0;
    height: auto;
} */
.page-id-786 p:nth-of-type(4),
.page-id-786 p:nth-of-type(5),
.page-id-786 p:nth-of-type(6) {
    font-family: 'Roboto', sans-serif;
}
.page-id-786 p:nth-of-type(7),
.page-id-786 p:nth-of-type(8),
.page-id-786 p:nth-of-type(9) {
    font-family: 'Open Sans', sans-serif;
}
.page-id-786 p:nth-of-type(10),
.page-id-786 p:nth-of-type(11),
.page-id-786 p:nth-of-type(12) {
    font-family: 'Lato', sans-serif;
}
/* .page-id-786 p:nth-of-type(13),
.page-id-786 p:nth-of-type(14),
.page-id-786 p:nth-of-type(15) {
    font-family: 'Roboto', sans-serif;
} */