/*
Theme Name: Divi Child
Author URI: http://www.freeflowdigital.com
Description: Responsive WordPress Blog Theme
Template: Divi
Version: 4.0
License: GNU/GPL Version 2 or later.
License URI: http://www.gnu.org/licenses/gpl.html
*/
.kapra-e { font-family: 'Kapra Neue Expanded'; }

.kapra { font-family: 'Kapra Neue'; }

.kapra-m { font-family: 'Kapra Neue'; font-weight: 500; }

html { font-family: sans-serif; }

body { font: 1em 'Work Sans',sans-serif; color: #000; line-height: 1.3; }
body * { letter-spacing: .025em; }
body [class*="kapra"] { letter-spacing: .05em; text-transform: uppercase; }
body:not(.home) #hp-movement-wrapper { background: none !important; padding-bottom: 0 !important; }

.orange { color: #ff874c; }

.white { color: #fff; }

a { color: #ff874c; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
a:hover { color: #b0522c; }

.button { background-color: #ff874c; font-family: 'Kapra Neue'; text-transform: uppercase; border-radius: 5px; color: #fff; text-shadow: none; border: none; letter-spacing: .05em; padding: 11px 20px; display: inline-block; font-size: 1.5em; cursor: pointer; }
.button:hover { background-color: #b0522c; color: #fff; }
.button::after { content: '\e808'; font-family: "fontello" !important; font-style: normal; font-weight: 400; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 5px; font-size: 1rem; line-height: 1.5; -webkit-transform: translate(0px, -2px); transform: translate(0px, -2px); display: inline-block; }

.donate-header { display: none; }
@media only screen and (min-width: 983px) { .donate-header { display: flex; align-items: center; } }

.btn { display: inline-block; padding: 10px 20px; border-radius: 5px; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 24px; letter-spacing: 1.5px; margin: 0 5px; text-align: center; }
@media only screen and (min-width: 1280px) { .btn { padding: 10px 35px; } }
.btn.global-donate { background: #0026CC; color: #fff; }
.btn.global-join { background: #C8CFF1; color: #0026CC; }
.btn.global-join:hover { background: #b6c0ed; }

svg { max-width: 100%; }

h1 { color: #000; }
h1:not(.kapra-e) { font-weight: 700; }

h2 { color: #000; font-weight: bold; }
h2:not(.kapra-e):not(.entry-title) { font-weight: 700; }

h3 { color: #000; }
h3:not(.kapra-e) { font-weight: 700; }

h4 { color: #000; }
h4:not(.kapra-e) { font-weight: 700; }

h5 { color: #000; }
h5:not(.kapra-e) { font-weight: 700; }

h6 { color: #0026cc; }
h6:not(.kapra-e) { font-weight: 700; }

.flex { display: flex; }

.items-center { align-items: center; }

.justify-between { justify-content: space-between; }

.pt-20 { padding-top: 10px; }

.pt-40 { padding-top: 20px; }

.pt-70 { padding-top: 35px; }

.pt-80 { padding-top: 40px; }

.pb-40 { padding-bottom: 20px; }

.pb-80 { padding-bottom: 40px !important; }

.ptb-60 { padding-bottom: 30px; padding-top: 30px; }

.mb-70 { margin-bottom: 35px; }

.mb-90 { margin-bottom: 45px; }

.brr { border-radius: 3px; }

.flex-wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex-row-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.flex-space-between { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.flex-align-end { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

input[type=text] { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }
input[type=text]:focus { border: none; }

input[type=password] { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }

input[type=tel] { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }

input[type=email] { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }

input.text { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }
input.text:focus { border: none; }

input.title { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }
input.title:focus { border: none; }

textarea { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }
textarea:focus { border: none; }

select { height: 50px; line-height: 1; border-radius: 3px; background-color: #fff; padding: 10px 13px; font-size: inherit; font-family: inherit; border: none; }
select:focus { border: none; }

#sidebar .widget_recent_entries { margin-top: 75px; }
#sidebar .widget_recent_entries h4 { letter-spacing: .05em; text-transform: uppercase; color: #0026cc; font-size: 16px; }
#sidebar .widget_recent_entries .post-date { text-transform: uppercase; font-size: 12px; display: block; padding-top: 10px; color: #363636; }
#sidebar .widget_recent_entries li { padding: 1em 0 0; margin-bottom: 20px; background: url(../svg/sidebar-triangle-bg.svg) 0 0 no-repeat; -webkit-background-size: auto 100%; background-size: auto 100%; min-height: 100px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #0026cc; }
#sidebar .widget_recent_entries li a { text-transform: none; font-weight: 700; color: #363636; }
#sidebar input::-webkit-input-placeholder { color: #0026cc; font-size: 18px; }
#sidebar input::-moz-placeholder { color: #0026cc; font-size: 18px; }
#sidebar input:-ms-input-placeholder { color: #0026cc; font-size: 18px; }
#sidebar input::-ms-input-placeholder { color: #0026cc; font-size: 18px; }
#sidebar input::placeholder { color: #0026cc; font-size: 18px; }
#sidebar .widget:not(:last-child) { margin-bottom: 40px; }
#sidebar div[id^="nav_menu"] h4 { font-weight: 400; color: #0026cc; font-size: 1.125rem; text-transform: uppercase; font-family: 'Work Sans',sans-serif; }
#sidebar div[id^="nav_menu"] a { display: block; padding: 10px 0; border-bottom: 1px solid #ff874c; position: relative; color: #0026cc; }
#sidebar div[id^="nav_menu"] a:hover { color: #ff874c; }
#sidebar div[id^="nav_menu"] a::after { font-family: "fontello"; content: '\e806'; position: absolute; right: 10px; color: #ff874c; }
#sidebar div[id^="nav_menu"] ul.menu > li:first-child > a { border-top: 5px solid #ff874c; }
#sidebar div[id^="nav_menu"] ul.menu > li > a { font-weight: 500; font-size: 1rem; color: #0026cc; }
#sidebar div[id^="nav_menu"] ul.menu > li > a::after { top: 10px; }
#sidebar div[id^="nav_menu"] ul ul { padding: 5px 0 5px 10px; border-bottom: 1px solid #ff874c; }
#sidebar div[id^="nav_menu"] ul ul li { margin-bottom: 0; }
#sidebar div[id^="nav_menu"] ul ul a { padding: 8px 0; border: none; font-size: .75rem; }
#sidebar div[id^="nav_menu"] ul ul a::after { display: none; }

#top-header { background-color: #F5F5F5; position: relative; z-index: 5000; padding: 6px 10px; }
@media (min-width: 1024px) { #top-header { padding: 4px 0px; } }
#top-header .container { padding-top: 0; display: flex; align-items: center; justify-content: flex-end; width: 100%; padding: 0; }
#top-header .container:has(.fifty-nav) { justify-content: space-between; }
#top-header .et-social-icons { display: inline-block; margin: 0 0 0 35px; }
#top-header .et-social-icons li:first-child { margin-left: 0; }
#top-header .fifty-nav a { color: #0027CB; margin-right: 10px; font-size: 14px; }
#top-header .search-toggle { padding: 0; margin: 0; background-color: transparent; outline: none; border: none; cursor: pointer; color: #4C4F54; font-size: 14px; margin-top: 5px; }
#top-header #searchform { border-bottom: 1px solid #4C4F54; margin: 5px 10px 0 5px; max-width: 0; overflow: hidden; transition: max-width 0.3s ease-in-out; height: 20px; }
#top-header #searchform button { padding: 0; margin: 0; background-color: transparent; outline: none; border: none; cursor: pointer; color: #4C4F54; font-size: 14px; }
#top-header #searchform input[type=text] { height: 16px; background-color: transparent !important; padding: 0; color: #4C4F54 !important; font-size: 14px; }
#top-header #searchform input::placeholder { color: #4C4F54; }
#top-header #searchform.active { max-width: 300px; }
#top-header #et-secondary-menu { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; float: none; }
#top-header #et-secondary-menu > ul > li a { font-size: 14px; font-weight: 500; color: #4C4F54; padding-top: 8px; padding-bottom: 8px; letter-spacing: .05em; }

#top-menu > li > a { font-size: 1rem; font-weight: 600; color: #0026cc; line-height: 1.2; }

.footer-cta-area { background: #0026CC; height: 670px; width: 100%; overflow-y: scroll; display: flex; align-items: stretch; position: relative; }
.footer-cta-area .footer-ctas { width: 100%; height: 1510px; display: block; position: relative; }
@media only screen and (min-width: 983px) { .footer-cta-area .footer-ctas { width: 42%; } }
.footer-cta-area .footer-ctas .cta-arrow-wrap { position: sticky; top: 0; height: 1px; display: none; overflow: visible; justify-content: flex-end; }
@media only screen and (min-width: 570px) { .footer-cta-area .footer-ctas .cta-arrow-wrap { display: flex; } }
.footer-cta-area .footer-ctas .cta-arrow-wrap img { height: 128px; }
.footer-cta-area .footer-ctas .cta { height: 420px; display: flex; align-items: flex-start; }
.footer-cta-area .footer-ctas .cta .item-pad { padding: 120px 10% 20px 10%; width: 100%; margin: 0 auto; }
.footer-cta-area .footer-ctas .cta h4 { font-family: "Martin", sans-serif; font-weight: 400; color: #fff; font-size: 64px; text-transform: uppercase; line-height: 0.8em; margin-bottom: 15px; }
.footer-cta-area .footer-ctas .cta p { color: #fff; margin-bottom: 15px; }
.footer-cta-area .footer-ctas .cta a.btn { margin: 0; }
.footer-cta-area .footer-ctas .cta #signup form { display: block; }
.footer-cta-area .footer-ctas .cta #signup input[type="submit"] { display: inline-block; padding: 10px 20px; border-radius: 5px; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 24px; letter-spacing: 1.5px; margin: 0; text-align: center; background: #C8CFF1; height: auto; color: #0026CC; transition: all 0.2s ease; }
@media only screen and (min-width: 1280px) { .footer-cta-area .footer-ctas .cta #signup input[type="submit"] { padding: 10px 35px !important; } }
.footer-cta-area .footer-ctas .cta #signup input[type="submit"]:hover { background: #b6c0ed; transition: all 0.2s ease; }
.footer-cta-area .footer-ctas .cta #signup input { font-size: 14px; }
.footer-cta-area .footer-ctas .cta #signup .button { width: 164px; margin-left: 5px; font-size: 18px; padding: 12px 20px; }
.footer-cta-area .footer-ctas .cta #signup .zip_code { width: calc(100% - 175px); }
.footer-cta-area .footer-ctas .cta #signup .at-inner { background-color: transparent !important; }
.footer-cta-area .footer-ctas .cta #signup .at-fields { display: flex; flex-direction: column-reverse; }
.footer-cta-area .footer-ctas .cta #signup .at-submit { float: none; }
.footer-cta-area .footer-ctas .cta #signup .at .at-fieldset { padding: 0; }
.footer-cta-area .footer-ctas .cta #signup .at-form-submit { padding: 0; }
.footer-cta-area .footer-ctas .cta #signup .at-row > [class^=at-] { margin: 0; color: #fff; }
.footer-cta-area .footer-ctas .cta #signup .at-markup { display: none !important; }
.footer-cta-area .footer-ctas .cta #signup .ngp-form { margin-left: 0; }
.footer-cta-area .footer-ctas .cta #signup legend.at-legend { display: none !important; }
.footer-cta-area .footer-imgs { display: none; height: 1510px; background-image: url(../images/footer-cta-bg.png); background-size: cover; background-repeat: no-repeat; }
@media only screen and (min-width: 983px) { .footer-cta-area .footer-imgs { width: 58%; display: block; } }
.footer-cta-area .footer-imgs .get-involved { background: #C8CFF1; width: 100%; height: 107px; position: sticky; top: 0; display: flex; align-items: center; padding-left: 20px; }
.footer-cta-area .footer-imgs .get-involved h5 { font-weight: bold; font-size: 30px; color: #000; }
.footer-cta-area #signup form { display: block; }
.footer-cta-area #signup input[type="submit"] { display: inline-block; padding: 10px 20px; border-radius: 5px; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 24px; letter-spacing: 1.5px; margin: 0; text-align: center; background: #C8CFF1; color: #0026CC; }
@media only screen and (min-width: 1280px) { .footer-cta-area #signup input[type="submit"] { padding: 10px 35px; } }
.footer-cta-area #signup input { font-size: 14px; }
.footer-cta-area #signup .button { width: 164px; margin-left: 5px; font-size: 18px; padding: 12px 20px; }
.footer-cta-area #signup .zip_code { width: calc(100% - 175px); }
.footer-cta-area #signup .at-inner { background-color: transparent !important; }
.footer-cta-area #signup .at-fields { display: flex; flex-direction: column-reverse; }
.footer-cta-area #signup .at-submit { float: none; }
.footer-cta-area #signup .at .at-fieldset { padding: 0; }
.footer-cta-area #signup .at-form-submit { padding: 0; }
.footer-cta-area #signup .at-row > [class^=at-] { margin: 0; color: #fff; }
.footer-cta-area #signup .at-markup { display: none !important; }
.footer-cta-area #signup .ngp-form { margin-left: 0; }
.footer-cta-area #signup legend.at-legend { display: none !important; }

#sub-footer-new { padding: 80px 0; }
#sub-footer-new .container { width: 90%; }
@media only screen and (min-width: 983px) { #sub-footer-new .sub-footer-menu-wrapper .sub-footer-nav { display: flex; align-items: center; justify-content: space-between; } }
#sub-footer-new .sub-footer-menu-wrapper .sub-footer-nav li a { font-weight: 600; color: #0026CC; font-size: 20px; }
#sub-footer-new .sub-footer-menu-wrapper .sub-footer-nav li a:hover { color: #ff874c; }
#sub-footer-new .bottom-sub-footer { padding: 20px 0 0 0; }
@media only screen and (min-width: 983px) { #sub-footer-new .bottom-sub-footer { padding: 80px 0 0 0; display: flex; align-items: center; justify-content: space-between; } }
@media only screen and (min-width: 983px) { #sub-footer-new .bottom-sub-footer .content-wrap { display: flex; align-items: center; justify-content: space-between; } }
#sub-footer-new .five-oh-one { padding: 20px 0; font-size: 14px; }
@media only screen and (min-width: 983px) { #sub-footer-new .five-oh-one { padding: 80px; width: 60%; display: flex; align-items: center; justify-content: space-between; } }
#sub-footer-new .offices { font-size: 14px; }
@media only screen and (min-width: 983px) { #sub-footer-new .offices { width: 40%; display: flex; align-items: center; justify-content: space-between; } }
#sub-footer-new .offices .office { padding: 10px 0; }
@media only screen and (min-width: 983px) { #sub-footer-new .offices .office { padding: 5px; } }
#sub-footer-new .design-by { font-size: 14px; }
@media only screen and (max-width: 982px) { #sub-footer-new .design-by { margin-top: 2em; } }
#sub-footer-new .design-by a { color: #000; text-decoration: underline; }
#sub-footer-new .design-by a:hover { text-decoration: none; }

.footer-bottom-new .container { width: 90%; }
@media only screen and (min-width: 983px) { .footer-bottom-new .container.foot-wrap { display: flex; align-items: center; justify-content: space-between; } }
@media only screen and (min-width: 983px) { .footer-bottom-new .footer-menu { display: flex; } }
.footer-bottom-new .footer-menu li { margin-right: 10px; }
.footer-bottom-new .footer-menu li a { color: #fff; font-weight: 600; font-size: 16px; }
.footer-bottom-new .et-social-icons { font-size: 14px; text-align: left; margin-top: 10px; }
.footer-bottom-new .et-social-icons .et-social-icon { margin-left: 0; margin-right: 10px; }
.footer-bottom-new .et-social-icons .et-social-icon a { color: #fff; font-size: 14px; }

.home-hero { height: 650px; width: 100%; background-size: cover; background-position: bottom center; object-fit: cover; padding-top: 20px; padding-left: 10px; padding-right: 10px; }
@media only screen and (min-width: 768px) { .home-hero { padding-top: 40px; height: 890px; } }
@media only screen and (min-width: 983px) { .home-hero { padding-top: 70px; height: 990px; } }
.home-hero h1 { max-width: 1000px; margin: 0 auto; font-family: "Martin", sans-serif; font-weight: 400; color: #000; text-transform: uppercase; font-size: 64px; text-align: center; line-height: 0.8em; }
@media only screen and (min-width: 768px) { .home-hero h1 { font-size: 90px; } }
@media only screen and (min-width: 983px) { .home-hero h1 { font-size: 100px; } }
.home-hero h1 .bg1 { background-repeat: no-repeat; background-position: 0 89%; background-image: url(../svg/text-bg1.svg); }
.home-hero h1 .bg2 { background-repeat: no-repeat; background-position: 0 89%; background-image: url(../svg/text-bg2.svg); }
.home-hero h1 .bg3 { background-repeat: no-repeat; background-position: 0 89%; background-image: url(../svg/text-bg3.svg); }

.home-map { margin-bottom: 40px; }
.home-map .map-content { max-width: 1060px; margin: -70px auto 0 auto; padding: 20px 70px 40px 70px; text-align: center; background-image: url(../svg/map-header-bg.svg); background-size: 100%; background-position: top center; background-repeat: no-repeat; }
@media only screen and (min-width: 768px) { .home-map .map-content { padding: 30px 100px 40px 100px; } }
@media only screen and (min-width: 983px) { .home-map .map-content { margin: -100px auto 0 auto; padding: 30px 170px 40px 170px; } }
@media only screen and (min-width: 1280px) { .home-map .map-content { padding: 30px 170px 40px 170px; } }
.home-map .map-content h2 { color: #000; font-family: "Martin", sans-serif; font-size: 38px; font-weight: 400; text-transform: uppercase; padding-bottom: 10px; line-height: 1em; }
@media only screen and (min-width: 768px) { .home-map .map-content h2 { font-size: 46px; } }
@media only screen and (min-width: 983px) { .home-map .map-content h2 { font-size: 52px; } }
@media only screen and (min-width: 1280px) { .home-map .map-content h2 { font-size: 60px; } }
.home-map .map-content .copy { font-size: 14px; }

.in-the-news { padding: 40px 0; }
.in-the-news h3 { color: #000; font-family: "Martin", sans-serif; font-size: 68px; font-weight: 400; text-transform: uppercase; padding-bottom: 10px; line-height: 1em; text-align: center; margin-bottom: 20px; }
.in-the-news .slider-wrap { position: relative; overflow: hidden; }
.in-the-news .slider-wrap .elipse-top { position: absolute; top: -3%; left: 0; width: 100%; z-index: 9999; }
@media only screen and (min-width: 768px) { .in-the-news .slider-wrap .elipse-top { top: -5%; } }
@media only screen and (min-width: 983px) { .in-the-news .slider-wrap .elipse-top { top: -12%; } }
@media only screen and (min-width: 1280px) { .in-the-news .slider-wrap .elipse-top { top: -10%; } }
.in-the-news .slider-wrap .elipse-bottom { position: absolute; bottom: -3%; left: 0; width: 100%; z-index: 9999; }
@media only screen and (min-width: 768px) { .in-the-news .slider-wrap .elipse-bottom { bottom: -5%; } }
@media only screen and (min-width: 983px) { .in-the-news .slider-wrap .elipse-bottom { bottom: -12%; } }
@media only screen and (min-width: 1280px) { .in-the-news .slider-wrap .elipse-bottom { bottom: -10%; } }
.in-the-news .slider-wrap .slider { overflow: hidden; }
.in-the-news .slider-wrap .item { margin: 0 5px; width: 100%; background-size: cover; position: relative; }
.in-the-news .slider-wrap .item img { width: 100%; }
.in-the-news .slider-wrap .item .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 410px; display: flex; align-items: start; flex-direction: column; justify-content: flex-end; padding: 0px 25px 16% 25px; }
@media only screen and (min-width: 983px) { .in-the-news .slider-wrap .item .overlay { padding: 0px 25px 42% 25px; min-height: 510px; } }
@media only screen and (min-width: 1280px) { .in-the-news .slider-wrap .item .overlay { padding: 0px 25px 16% 25px; min-height: 510px; } }
.in-the-news .slider-wrap .item .overlay:hover { background: black; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0026cc 100%); }
.in-the-news .slider-wrap .item .overlay .heading { color: #fff; font-size: 18px; font-weight: bold; line-height: 1.2em; margin-bottom: 15px; }
@media only screen and (min-width: 983px) { .in-the-news .slider-wrap .item .overlay .heading { font-size: 20px; } }
@media only screen and (min-width: 1280px) { .in-the-news .slider-wrap .item .overlay .heading { font-size: 25px; } }
.in-the-news .slider-wrap .item .overlay .link { color: #fff; border-radius: 5px; background: #FF5F0F; display: inline-block; font-weight: 600; padding: 3px 5px; font-size: 16px; margin: 0 auto; }

@keyframes move-right { 0% { background-position: -75px 0; }
  100% { background-position: 0 0; } }
@keyframes move-back { 0% { background-position: 0 0; }
  100% { background-position: -75px 0; } }
.issue-areas { padding: 40px 0; }
.issue-areas h3 { color: #000; font-family: "Martin", sans-serif; font-size: 68px; font-weight: 400; text-transform: uppercase; line-height: 1em; text-align: center; margin-bottom: 10px; padding: 0 15px; }
.issue-areas .issue-area { height: 400px; width: 100%; margin-bottom: 30px; overflow: hidden; position: relative; }
.issue-areas .issue-area:hover img { filter: grayscale(0%); }
.issue-areas .issue-area:hover .issue-content { animation: move-right 0.8s ease forwards; }
.issue-areas .issue-area:hover .issue-content a { color: #FF5F0F; }
.issue-areas .issue-area:hover .issue-content a svg path { fill: #FF5F0F; }
.issue-areas .issue-area:hover .issue-content h4 { font-size: 56px; transition: font-size 1s; }
.issue-areas .issue-area .issue-content { position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100% - 140px); margin-top: 15px; padding: 50px 25px 25px 25px; background-image: url(../svg/issue-content-bg.svg); animation: move-back 0.1s linear forwards; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: space-between; }
@media only screen and (min-width: 768px) { .issue-areas .issue-area .issue-content { height: calc(100% - 50px); } }
@media only screen and (min-width: 983px) { .issue-areas .issue-area .issue-content { height: calc(100% - 40px); } }
@media only screen and (min-width: 1280px) { .issue-areas .issue-area .issue-content { height: calc(100% - 20px); } }
.issue-areas .issue-area .issue-content h5 { color: #fff; margin-bottom: 15px; }
.issue-areas .issue-area .issue-content h4 { color: #fff; font-family: "Martin", sans-serif; font-size: 50px; font-weight: 400; text-transform: uppercase; line-height: 0.9em; max-width: 220px; transition: font-size 0.3s; letter-spacing: 0.2rem; }
.issue-areas .issue-area .issue-content a { color: #fff; font-weight: 600; text-decoration: underline; }
.issue-areas .issue-area img { width: 100%; height: 100%; object-fit: cover; }
@media only screen and (min-width: 983px) { .issue-areas .issue-area img { filter: grayscale(100%); } }

.our-stories { padding: 40px 0; }
.our-stories h3 { color: #000; font-family: "Martin", sans-serif; font-weight: 400; font-size: 68px; text-transform: uppercase; line-height: 1em; text-align: center; margin-bottom: 10px; }
.our-stories .grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 20px; }
@media only screen and (min-width: 768px) { .our-stories .grid { grid-template-columns: repeat(2, 1fr); } }
.our-stories .grid .news-item { overflow: hidden; border-radius: 20px; background: #F5F5F5; }
@media only screen and (min-width: 1280px) { .our-stories .grid .news-item { display: flex; } }
.our-stories .grid .news-item img { object-fit: cover; width: 100%; }
@media only screen and (min-width: 1280px) { .our-stories .grid .news-item img { width: auto; width: 50%; } }
.our-stories .grid .news-item .content { padding: 30px 20px; display: flex; flex-direction: column; align-items: start; justify-content: space-between; }
@media only screen and (min-width: 983px) { .our-stories .grid .news-item .content { width: 50%; } }
.our-stories .grid .news-item .content p.meta { font-weight: 600; font-size: 14px; margin-bottom: 20px; }
.our-stories .grid .news-item .content h5 { font-family: "Martin", sans-serif; text-transform: uppercase; font-size: 42px; font-weight: 400; line-height: 0.9em; transition: all 0.2s ease-in-out; }
.our-stories .grid .news-item .content .link { color: #fff; border-radius: 5px; background: #FF5F0F; display: inline-block; font-weight: 600; padding: 5px 10px; font-size: 16px; }
.our-stories .grid .news-item .content .link:hover { background: #e04b00; }
.our-stories .grid .news-item:hover .content h5 { color: #000; transition: all 0.2s ease-in-out; }

.instagram-feed { background-color: #ECEDE9; background-image: url(../images/insta-bg.png); background-repeat: repeat-x; width: 100%; margin-top: 100px; padding: 20px 0 80px 0; }
.instagram-feed h4 { color: #000; font-family: "Martin", sans-serif; font-size: 68px; font-weight: 400; text-transform: uppercase; line-height: 1em; margin-bottom: 10px; }

@media only screen and (min-width: 983px) { .issues-wrapper { display: flex; } }
.issues-wrapper .issue { width: 100%; }
@media only screen and (min-width: 983px) { .issues-wrapper .issue { width: 33%; } }
.issues-wrapper .issue h2 { line-height: 1.4; font-size: 2.222em; }
.issues-wrapper .issue a.kapra-m { font-size: 24px; }
.issues-wrapper .issue a.kapra-m i { font-size: 20px; margin-left: 7px; }

.issue { color: #fff; position: relative; background-position: top center; background-size: cover; height: 486px; margin: 10px 1px; border-radius: 3px; overflow: hidden; display: flex; align-items: end; }
.issue .copy-wrap { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 270px; background-position: bottom left; padding: 20px; background-image: url(../svg/issue-area-bg.svg); background-repeat: no-repeat; }
.issue .copy-wrap h5 { color: #fff; font-weight: 500; }
.issue .copy-wrap h2 { color: #fff; font-family: "Martin", sans-serif; font-size: 50px; font-weight: 400; text-transform: uppercase; line-height: 0.9em; max-width: 220px; transition: font-size 0.3s; letter-spacing: 0.2rem; padding-top: 0; }
.issue .copy-wrap h2:hover { color: #fff; }
.issue .copy-wrap a.more { color: #FF5F0F; font-weight: 600; text-decoration: underline; }
.issue .copy-wrap a.more svg path { fill: #FF5F0F; }

.core-container { max-width: 1366px; margin: 0 auto; width: 90%; }
.core-container.mb-30 { margin-bottom: 30px; }

.news-new .heading-wrap { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.news-new .heading-wrap .entry-title { padding-bottom: 0 !important; }
.news-new .heading-wrap a { color: #000; font-weight: bold; text-transform: uppercase; }

.cats a { color: #363636; text-decoration: underline; }

.read-btn { font-size: 16px; text-transform: uppercase; font-family: "Work Sans", sans-serif; letter-spacing: normal; font-weight: bold; color: #fff; background: #FF5F0F; border-radius: 2px; padding: 5px 10px; }
.read-btn:hover { color: #fff; }

.media-wrapper .press { overflow: hidden; background: #363636; color: #fff; margin-bottom: 20px; width: 100%; border-radius: 8px; }
@media only screen and (min-width: 983px) { .media-wrapper .press { display: flex; } }
.media-wrapper .press .img-wrapper { width: 100%; }
@media only screen and (min-width: 983px) { .media-wrapper .press .img-wrapper { width: 40%; } }
.media-wrapper .press .img-wrapper img { width: 100%; display: block; border-radius: 8px; }
.media-wrapper .press .text-wrapper { width: 100%; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: start; }
@media only screen and (min-width: 983px) { .media-wrapper .press .text-wrapper { width: 60%; padding: 20px 40px; } }
.media-wrapper .press .text-wrapper .post-date { font-size: 16px !important; text-transform: uppercase; margin-bottom: 10px; }
.media-wrapper .press .text-wrapper h3 { font-size: 26px !important; margin-top: 0 !important; }
.media-wrapper .press .text-wrapper h3 a { color: #fff; text-transform: none; }

.blog-wrap .blog-card { background: #ECEDE9; margin-bottom: 70px; padding-top: 20px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; overflow: hidden; }
@media only screen and (min-width: 983px) { .blog-wrap .blog-card { display: flex; margin-left: 50px; overflow: inherit; margin-left: 20px; } }
.blog-wrap .blog-card .blog-img { width: 491px; height: 380px; margin-bottom: -30px; margin-left: -50px; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-mask-image: url(../svg/board-mask.svg); mask-image: url(../svg/board-mask.svg); background-color: #0027CB; }
.blog-wrap .blog-card .blog-content { padding: 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: start; }
@media only screen and (min-width: 983px) { .blog-wrap .blog-card .blog-content { flex: 1; padding: 20px 20px 60px 20px; } }
.blog-wrap .blog-card .blog-content .blog-offset { color: #0027CB; margin-top: 20px; }
@media only screen and (min-width: 983px) { .blog-wrap .blog-card .blog-content .blog-offset { margin-left: -100px; margin-top: 0px; } }
.blog-wrap .blog-card .blog-content .blog-offset p { font-weight: 500; }
.blog-wrap .blog-card .blog-content .blog-offset p a { color: #0027CB; font-weight: 400; text-decoration: underline; }
.blog-wrap .blog-card .blog-content h2 { font-size: 40px; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; line-height: 0.8em; margin-top: 8px; margin-bottom: 10px; color: #0027CB; }
@media only screen and (min-width: 983px) { .blog-wrap .blog-card .blog-content h2 { font-size: 50px; margin-top: 15px; } }
.blog-wrap .blog-card .blog-content h2 a:hover { color: #0027CB; }
.blog-wrap .blog-card .blog-content .blog-bio { padding: 10px 0px; display: flex; flex-direction: column; justify-content: space-between; flex: 1; }
@media only screen and (min-width: 983px) { .blog-wrap .blog-card .blog-content .blog-bio { padding: 25px 20px; } }
.blog-wrap .blog-card .blog-content .blog-bio a { text-decoration: underline; color: #000; text-transform: uppercase; font-weight: 500; margin-top: 10px; }

@media only screen and (min-width: 983px) { .tool-wrap { display: flex; flex-wrap: wrap; } }
.tool-wrap .tool-resource { height: 425px; width: 100%; background-size: 100%; background-position: top center; display: flex; align-items: end; margin: 20px 0; }
@media only screen and (min-width: 983px) { .tool-wrap .tool-resource { width: calc(50% - 20px); margin: 10px; } }
.tool-wrap .tool-resource .content { width: 100%; height: 257px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px 125px 25px 25px; background-image: url("../svg/tool-bg.svg"); background-position: bottom right; background-repeat: no-repeat; background-size: cover; color: #fff; }
@media only screen and (min-width: 983px) { .tool-wrap .tool-resource .content { padding: 30px 125px 25px 25px; } }
.tool-wrap .tool-resource .content .cats { font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; }
.tool-wrap .tool-resource .content h2 { color: #fff; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 34px; }
.tool-wrap .tool-resource .content a { color: #FF5F0F; font-weight: 600; text-decoration: underline; }
.tool-wrap .tool-resource .content a svg path { fill: #FF5F0F; }

.campaigns-programs-wrapper .section-title { color: #000000; }

.campaigns-wrapper .campaign { border-radius: 0px; overflow: hidden; margin-bottom: 25px; display: block; }
@media only screen and (min-width: 983px) { .campaigns-wrapper .campaign { display: flex; } }
.campaigns-wrapper .content { width: 100%; padding: 15px 15px; position: relative; color: #000000; display: flex; align-items: center; }
@media only screen and (min-width: 983px) { .campaigns-wrapper .content { width: calc(100% - 380px); padding: 15px 50px; } }
.campaigns-wrapper .content .cats { font-weight: 600; text-transform: uppercase; font-size: 14px; margin-bottom: 10px; }
.campaigns-wrapper .content .cats a { color: #FF5F0F; }
.campaigns-wrapper .content h2 { font-family: "Martin", sans-serif; font-weight: 400; font-size: 48px !important; margin-bottom: 5px; text-transform: uppercase; }
.campaigns-wrapper .content p { margin-bottom: 0; margin-top: 5px; }
.campaigns-wrapper .img-wrapper { width: 380px; position: relative; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; border-radius: 5px; overflow: hidden; }
.campaigns-wrapper .img-wrapper:not(.empty)::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #0026cc; opacity: 0; transition: opacity .3s ease-in-out; }
.campaigns-wrapper .img-wrapper.empty::before { background: url(../images/empty-camp-bg.png) 0 0 no-repeat, linear-gradient(to right, #ff874c 0%, #0026cc 100%); -webkit-background-size: cover; background-size: cover; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.campaigns-wrapper h2 { font-size: 1.5rem !important; color: #0026CC; margin-top: 0 !important; }

@-webkit-keyframes sk-stretchdelay { 0%,40%,100% { -webkit-transform: scaleY(0.5); }
  20% { -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay { 0%,40%,100% { transform: scaleY(0.5); -webkit-transform: scaleY(0.5); }
  20% { transform: scaleY(1); -webkit-transform: scaleY(1); } }
.blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; z-index: 1; padding: 20px; box-sizing: border-box; background-color: black; background-color: rgba(0, 0, 0, 0.75); text-align: center; }
.blocker:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.05em; }

.blocker.behind { background-color: transparent; }

.modal { display: none; vertical-align: middle; position: relative; z-index: 2; box-sizing: border-box; width: 90%; color: #fff; background: #252525; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -o-box-shadow: 0 0 10px #000; -ms-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; text-align: left; }
.modal a.close-modal { position: absolute; top: -12.5px; right: -12.5px; display: block; width: 30px; height: 30px; text-indent: -9999px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }
.modal .modal-inner { overflow: hidden; }
@media only screen and (min-width: 983px) { .modal .modal-inner { display: flex; align-items: flex-start; } }
.modal .modal-inner .modal-copy { width: 100%; padding: 20px; }
@media only screen and (min-width: 983px) { .modal .modal-inner .modal-copy { width: 65%; padding: 40px; } }
.modal .modal-inner .modal-copy h4 { color: #fff; border-bottom: 1px solid #fff; font-size: 36px; margin-bottom: 30px; }
@media only screen and (min-width: 768px) { .modal .modal-inner .modal-copy h4 { font-size: 38px; } }
@media only screen and (min-width: 983px) { .modal .modal-inner .modal-copy h4 { font-size: 48px; } }
.modal .modal-inner .non-board-modal-img { margin: 20px; border-radius: 10px; overflow: hidden; }
.modal .modal-inner .non-board-modal-img img { display: block; width: 100%; }

.modal-spinner { display: none; position: fixed; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); padding: 12px 16px; border-radius: 5px; background-color: #111; height: 20px; }
.modal-spinner > div { border-radius: 100px; background-color: #fff; height: 20px; width: 2px; margin: 0 1px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; }
.modal-spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.modal-spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.modal-spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.map-search-wrap { max-width: 940px; margin: 20px auto 0 auto; padding: 20px; border-bottom: 1px solid #DEDEDE; }
@media only screen and (min-width: 983px) { .map-search-wrap { display: flex; align-items: center; justify-content: space-between; } }
.map-search-wrap.center-box { justify-content: center; }
@media only screen and (min-width: 983px) { .map-search-wrap .federation-cta { display: flex; align-items: center; } }
.map-search-wrap .federation-cta p { font-size: 12px; flex: 1; margin-bottom: 5px; }
@media only screen and (min-width: 983px) { .map-search-wrap .federation-cta p { margin-bottom: 0; } }
.map-search-wrap .join-btn { font-size: 24px; text-transform: uppercase; font-family: "Martin", sans-serif; font-weight: 400; color: #fff; background: #FF5F0F; border-radius: 2px; padding: 5px 20px; text-align: center; display: block; margin-bottom: 10px; margin-right: 10px; }
@media only screen and (min-width: 983px) { .map-search-wrap .join-btn { display: inline-block; margin-bottom: 0; } }
.map-search-wrap .join-btn:hover { background: #e04b00; cursor: pointer; }
.map-search-wrap form { display: flex; align-items: center; justify-content: space-between; }
@media only screen and (min-width: 983px) { .map-search-wrap form { justify-content: start; } }
.map-search-wrap form input { width: calc(100% - 130px); vertical-align: top; color: #000; background-color: #DEDEDE; height: auto; margin-right: 10px; margin-bottom: 0 !important; padding: 10px 10px 9px 10px; }
.map-search-wrap form input:focus { color: #000; }
.map-search-wrap form button { font-size: 24px; text-transform: uppercase; font-family: "Martin", sans-serif; font-weight: 400; color: #fff; background: #FF5F0F; border-radius: 2px; padding: 5px 20px; outline: none; border: none; transition: all ease 0.2s; }
.map-search-wrap form button:hover { background: #e04b00; cursor: pointer; transition: all ease 0.2s; }

.take-action-hero { background: #fff; padding: 30px 20px 30px 20px; }
.take-action-hero h1 { max-width: 1000px; margin: 0 auto; font-family: "Martin", sans-serif; font-weight: 400; color: #000; text-transform: uppercase; font-size: 56px; text-align: center; line-height: 1.1em; }
@media only screen and (min-width: 768px) { .take-action-hero h1 { font-size: 64px; } }

.action-listing-wrap .action-container { max-width: 1024px; margin: 0 auto; }

.action-wrap { margin-bottom: 50px; }
@media only screen and (min-width: 983px) { .action-wrap { display: flex; flex-wrap: wrap; } }
.action-wrap .action-resource { height: 425px; width: 100%; background-size: 100%; background-position: top center; display: flex; align-items: end; margin: 20px 0; }
@media only screen and (min-width: 983px) { .action-wrap .action-resource { width: calc(50% - 20px); margin: 10px; } }
.action-wrap .action-resource .content { width: 100%; height: 257px; display: flex; flex-direction: column; justify-content: space-between; align-items: start; padding: 30px 176px 25px 10px; background-image: url("../svg/take-action-bg.svg"); background-position: bottom right; background-repeat: no-repeat; background-size: cover; color: #fff; }
@media only screen and (min-width: 983px) { .action-wrap .action-resource .content { padding: 25px 178px 25px 25px; } }
.action-wrap .action-resource .content h2 { color: #fff; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; font-size: 40px; }
@media only screen and (min-width: 983px) { .action-wrap .action-resource .content h2 { font-size: 48px; } }
.action-wrap .action-resource .content a { font-size: 16px; text-transform: uppercase; font-family: "Work Sans", sans-serif; letter-spacing: normal; font-weight: bold; color: #fff; background: #FF5F0F; border-radius: 2px; padding: 5px 10px; }
.action-wrap .action-resource .content a:hover { color: #fff; }

.staff-container { max-width: 1366px; margin: 0 auto; width: 90%; }
.staff-container.mb-30 { margin-bottom: 30px; }
.staff-container.mb-70 { margin-bottom: 70px; }

.staff-interior-hero { background: #F5F5F5; padding: 30px 20px 50px 20px; }
.staff-interior-hero h1 { max-width: 1000px; margin: 0 auto; font-family: "Martin", sans-serif; font-weight: 400; color: #000; text-transform: uppercase; font-size: 70px; text-align: center; line-height: 1.1em; margin-bottom: 15px; }
@media only screen and (min-width: 768px) { .staff-interior-hero h1 { font-size: 70px; } }
@media only screen and (min-width: 983px) { .staff-interior-hero h1 { font-size: 90px; } }
.staff-interior-hero h1.bg1 { background-repeat: no-repeat; background-position: center 100%; background-image: url(../svg/bg-text-blue.svg); }
.staff-interior-hero p { text-align: center; max-width: 1000px; margin: 0 auto; font-size: 18px; font-weight: 500; }
@media only screen and (min-width: 768px) { .staff-interior-hero p { font-size: 20px; } }
@media only screen and (min-width: 983px) { .staff-interior-hero p { font-size: 24px; } }

.hero-decoration { width: 100%; }
.hero-decoration .hero-img { margin: 0 auto; display: block; }
.hero-decoration .hero-img.w-full { width: 100%; }

.careers-cta { background: #ECEDE9; }
.careers-cta .wrap { margin: 0 auto; padding: 60px 0; }
.careers-cta .wrap p { font-size: 20px; font-weight: 500; margin-bottom: 40px; }
@media only screen and (min-width: 768px) { .careers-cta .wrap p { font-size: 28px; } }
@media only screen and (min-width: 983px) { .careers-cta .wrap p { font-size: 36px; } }
.careers-cta .wrap a { background: #FF5F0F; color: #fff; border-radius: 5px; text-transform: uppercase; font-family: "Martin", sans-serif; font-weight: 400; padding: 6px 20px 8px 20px; font-size: 18px; }

.board-cta { background: #000; margin-bottom: 70px; }
.board-cta .wrap { margin: 0 auto; padding: 70px 0; }
.board-cta .wrap p { font-size: 20px; font-weight: 500; color: #fff; }
@media only screen and (min-width: 768px) { .board-cta .wrap p { font-size: 28px; } }
@media only screen and (min-width: 983px) { .board-cta .wrap p { font-size: 36px; } }

.board-wrap .board-card { background: #ECEDE9; margin-bottom: 40px; padding-top: 20px; margin-left: 20px; border-radius: 10px; overflow: hidden; }
@media only screen and (min-width: 983px) { .board-wrap .board-card { display: flex; margin-left: 50px; overflow: inherit; margin-bottom: 70px; } }
.board-wrap .board-card .board-content { padding: 20px; }
@media only screen and (min-width: 983px) { .board-wrap .board-card .board-content { display: flex; flex: 1; } }
.board-wrap .board-card .board-content h4 { font-size: 50px; font-family: "Martin", sans-serif; font-weight: 400; text-transform: uppercase; line-height: 0.8em; margin-top: 15px; }
@media only screen and (min-width: 983px) { .board-wrap .board-card .board-content h4 { max-width: 320px; min-width: 300px; } }
.board-wrap .board-card .board-content .board-bio { padding: 10px 0px; display: flex; flex-direction: column; justify-content: space-between; flex: 1; }
@media only screen and (min-width: 983px) { .board-wrap .board-card .board-content .board-bio { padding: 25px 20px; } }
.board-wrap .board-card .board-content .board-bio a { text-decoration: underline; color: #000; text-transform: uppercase; font-weight: 500; margin-top: 10px; }

.staff-board { margin: 50px 20px 50px 0; }
@media only screen and (min-width: 983px) { .staff-board { margin: 50px 50px 50px 0; } }

.board-headshot { height: 380px; margin: 0 20px -30px 20px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 10px; }
@media only screen and (min-width: 983px) { .board-headshot { width: 491px; margin-left: -50px; } }

.staff-search { padding: 30px 0px; }
.staff-search .filters { padding: 6px; background: #ECEDE9; border-radius: 4px; }
.staff-search .filters .search-staff { display: flex; align-items: center; justify-content: end; }
.staff-search .filters .search-staff label { font-size: 14px; font-weight: bold; }
.staff-search .filters .search-staff input[type='text'] { padding: 6px; height: auto; font-size: 14px; }
.staff-search .filters .search-staff button { border: none; background: #ECEDE9; }
.staff-search .filters .search-staff button:hover { background: none; cursor: pointer; }

.title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.title-wrap .staff-heading { color: #000; text-transform: uppercase; font-family: "Martin", sans-serif; font-weight: 400; font-size: 50px; line-height: 0.8em; padding-right: 20px; }
.title-wrap div { height: 1px; width: 100%; background: #000; flex: 1; }

.bio-wrap { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 15px; }
@media only screen and (min-width: 768px) { .bio-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media only screen and (min-width: 983px) { .bio-wrap { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px; } }
.bio-wrap .bio-card { background: #ECEDE9; border-radius: 10px; overflow: hidden; border: 1px solid #f5f5f5; color: #000; }
.bio-wrap .bio-card img { width: 100%; display: block; }
.bio-wrap .bio-card .bio-content { padding: 6px 15px 13px 15px; }
.bio-wrap .bio-card .bio-content h4 { padding-bottom: 0; font-size: 24px; }
.bio-wrap .bio-card .bio-content p { font-size: 14px; }

#signup input[type="submit"] { font-family: 'Kapra Neue Expanded'; font-size: 18px; background-color: #ff874c; margin: 0 0 1rem; }
#signup input { font-size: 14px; }
#signup .button { width: 164px; margin-left: 5px; font-size: 18px; padding: 12px 20px; }
#signup .zip_code { width: calc(100% - 175px); }
#signup .at-inner { background-color: transparent; }
#signup .at .at-fieldset { padding: 0; }
#signup .at-form-submit { padding: 0; }
#signup .at-row > [class^=at-] { margin: 0; color: #fff; }
#signup .at-markup { display: none !important; }
#signup legend.at-legend { display: none !important; }

.et_pb_button { background-color: #ff874c; font-family: 'Kapra Neue'; text-transform: uppercase; border-radius: 5px; color: #fff; text-shadow: none; border: none; letter-spacing: .05em; padding: 11px 20px; display: inline-block; font-size: 1.5em; cursor: pointer; }
.et_pb_button:hover { background-color: #b0522c; color: #fff; border: none; padding: 6px 20px; }
.et_pb_button::after { content: '\e808'; font-family: "fontello" !important; font-style: normal; font-weight: 400; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 5px; font-size: 1rem; line-height: 1.5; -webkit-transform: translate(0px, -2px); transform: translate(0px, -2px); display: inline-block; position: relative; opacity: 1; font-size: 1.125em; margin-left: 7px !important; }

#hp-main-slider .et_pb_button::after { content: '\e808'; font-family: "fontello" !important; font-style: normal; font-weight: 400; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 5px; font-size: 1rem; line-height: 1.5; -webkit-transform: translate(0px, -2px); transform: translate(0px, -2px); display: inline-block; }
#hp-main-slider .et_pb_slide_description a.et_pb_more_button { padding: 0; background-color: transparent; color: #ff874c; margin-top: 0; }
#hp-main-slider .et_pb_slide_description a.et_pb_more_button:hover { color: #fff; }
#hp-main-slider .et_pb_slide_description a.et_pb_more_button::after { position: relative; margin-left: 10px; opacity: 1; font-size: inherit; }
#hp-main-slider .et_pb_button_wrapper { text-align: left; }
#hp-main-slider .et_pb_slide { padding: 0; }
#hp-main-slider .et_pb_container { padding: 0 20px; width: 100%; height: 100vh !important; }
#hp-main-slider .et_pb_container::before { content: ''; position: absolute; width: 100%; height: 44.9%; left: 0; bottom: -1px; background: -moz-linear-gradient(top, rgba(13, 46, 190, 0) 0%, rgba(16, 46, 180, 0) 37%, #142fa3 100%); background: -webkit-linear-gradient(top, rgba(13, 46, 190, 0) 0%, rgba(16, 46, 180, 0) 37%, #142fa3 100%); background: linear-gradient(to bottom, rgba(13, 46, 190, 0) 0%, rgba(16, 46, 180, 0) 37%, #142fa3 100%); }
#hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description { text-shadow: none; padding: 10% 0; }
#hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description h2 { font: normal 30px/1.3 "Kapra Neue Expanded"; text-transform: uppercase; letter-spacing: 3px; }

.et_pb_module .et_pb_button:hover { border: none; padding: 6px 20px; }

.entry-content input::-webkit-input-placeholder { color: #0026cc; font-size: 18px; }
.entry-content input::-moz-placeholder { color: #0026cc; font-size: 18px; }
.entry-content input:-ms-input-placeholder { color: #0026cc; font-size: 18px; }
.entry-content input::-ms-input-placeholder { color: #0026cc; font-size: 18px; }
.entry-content input::placeholder { color: #0026cc; font-size: 18px; }
.entry-content .search-tools-resources input { padding: 0 5px 0 0; border: none; width: calc(100% - 40px); height: 30px; margin-bottom: 3px; }
.entry-content p { -ms-word-break: break-all; word-break: break-all; word-break: break-word; }

#et_mobile_nav_menu .donate-mobile a { background-color: #ff874c; color: #fff; text-transform: uppercase; }
#et_mobile_nav_menu .donate-mobile a:hover { background-color: #b0522c; }

#main-header { background-color: transparent !important; box-shadow: none; z-index: 1; }
#main-header .container { width: 100%; }

.et_header_style_left .logo_container a { border-radius: 0 0 3px 3px; display: block; }

#hp-content-wrapper { padding-top: 15px; padding-bottom: 0; }

#hp-intro { font-weight: 500; line-height: 1.35; font-size: .938em; padding-top: 0; }
#hp-intro strong { font-weight: 800; }

#network-tools-wrapper { padding-bottom: 6px; }

#hp-our-network { padding: 0 25px; color: #fff; text-align: center; margin-bottom: 0; }
#hp-our-network .et_pb_blurb_container { padding: 0; display: block; text-align: center; }
#hp-our-network h2 { font: normal 1.125em 'Kapra Neue'; letter-spacing: .05em; display: inline-block; padding-left: 25px; background: url(../svg/our-nettwork-icon.svg) 0 0 no-repeat; -webkit-background-size: 15px 19px; background-size: 15px 19px; }
#hp-our-network input { vertical-align: top; margin-top: 0; width: 160px; padding-left: 10px; padding-right: 10px; background-color: #f0f0f0; -webkit-box-shadow: inset 0 2px 4px rgba(114, 143, 230, 0.5); box-shadow: inset 0 2px 4px rgba(114, 143, 230, 0.5); }
#hp-our-network button { vertical-align: top; margin-top: 0; }

#hp-tools-resources { padding: 0 25px; color: #fff; text-align: center; margin-bottom: 30px; }
#hp-tools-resources .et_pb_blurb_container { padding: 0; display: block; text-align: center; }
#hp-tools-resources h2 { font: normal 1.125em 'Kapra Neue'; letter-spacing: .05em; display: inline-block; padding-left: 20px; background: url(../svg/tools-resources-icon.svg) 0 0 no-repeat; -webkit-background-size: 10px 19px; background-size: 10px 19px; }
#hp-tools-resources .button { width: 273px; }

#hp-issues { text-align: center; padding: 0 25px; }
#hp-issues h2 { font-size: 1.5em; }
#hp-issues ul { padding: 0; margin-top: 20px; list-style: none; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
#hp-issues p { font-weight: 500; font-size: 15px; }
#hp-issues li { font-weight: 600; padding: 10px 0 25px 12px; position: relative; }
#hp-issues li::before { background: url(../svg/issue-bg.svg) 0 0 no-repeat; position: absolute; left: 0; top: 0; width: 45px; height: 75px; -webkit-background-size: auto 100%; background-size: auto 100%; content: ''; z-index: -1; }
#hp-issues li a { display: block; padding-top: 10px; font-size: 1.125em; line-height: 1.35; position: relative; }
#hp-issues li a::before { content: ''; position: absolute; width: 100%; height: 0; border-top: 1px solid #fff; left: 0; top: 0; }

#hp-movement-title { padding: 17px 20px 0; margin: 0; width: 100% !important; }
#hp-movement-title h2 { color: #fff; font-size: 1.5em; line-height: 1.2; }

#hp-movement-wrapper { padding: 0 20px; margin: 6px 0 40px; width: 100% !important; max-width: none !important; position: relative; }
#hp-movement-wrapper::before { background: url(../svg/white-gradient.svg) 0 0 repeat-x; -webkit-background-size: auto 100%; background-size: auto 100%; width: 100%; height: calc(100% + 130px); content: ''; display: block; position: absolute; top: -70px; left: 0; }
#hp-movement-wrapper > div { margin-bottom: 10px; }
#hp-movement-wrapper .col-3 { position: relative; overflow: hidden; height: 100%; border-radius: 3px; }
#hp-movement-wrapper .col-3::before { position: absolute; width: 100%; height: 100%; display: block; content: ''; }
#hp-movement-wrapper .col-3::after { position: absolute; width: 100%; height: 100%; display: block; content: ''; }
#hp-movement-wrapper .col-3:hover .button { background-color: #fff; color: #ff874c; }
#hp-movement-wrapper .donate::before { background-color: rgba(0, 38, 204, 0.5); }
#hp-movement-wrapper .join::before { background-color: rgba(255, 135, 76, 0.5); }
#hp-movement-wrapper .take-action::before { background-color: rgba(176, 82, 44, 0.5); }
#hp-movement-wrapper .flex > div { border-radius: 4px; overflow: hidden; }

#intp-movement-wrapper .col-3 { padding: 1em; border-radius: 3px; transition: all .3s ease-in-out; }
#intp-movement-wrapper .col-3:hover .button { background-color: #fff; color: #ff874c; }
#intp-movement-wrapper .col-3 .btn { width: 162px; }
#intp-movement-wrapper h2 { color: #0026cc; }
#intp-movement-wrapper .donate { background: linear-gradient(to bottom, #0026cc 0%, rgba(0, 38, 204, 0.2) 100%); }
#intp-movement-wrapper .donate:hover { background: linear-gradient(to bottom, #0026cc 0%, #0026cc 100%); }
#intp-movement-wrapper .donate img { width: 41px; }
#intp-movement-wrapper .join { background: linear-gradient(to bottom, #ff874c 0%, rgba(255, 135, 76, 0.2) 100%); }
#intp-movement-wrapper .join:hover { background: linear-gradient(to bottom, #ff874c 0%, #ff874c 100%); }
#intp-movement-wrapper .join img { width: 58px; }
#intp-movement-wrapper .take-action { background: linear-gradient(to bottom, #b0522c 0%, rgba(176, 82, 44, 0.2) 100%); }
#intp-movement-wrapper .take-action:hover { background: linear-gradient(to bottom, #b0522c 0%, #b0522c 100%); }
#intp-movement-wrapper .take-action img { width: 50px; }

#sub-footer { padding: 60px 0; }
#sub-footer li { text-align: center; }
#sub-footer p { text-align: center; }
#sub-footer .nav a { display: inline-block; padding: 12px 0; font-size: 1.313em; color: #0026cc; }
#sub-footer .nav a:hover { color: #b0522c; }
#sub-footer .nav li + li { margin-top: 4px; }
#sub-footer .nav li.take-action a { padding: 13px 12px 12px; border-radius: 5px; background-color: #ff874c; color: #fff; }
#sub-footer .nav li.take-action a:hover { background-color: #ff874c; color: #fff; }

.footer-offices { padding-top: 20px; color: #0026cc; }
.footer-offices p { padding-bottom: 5px; font-size: 12px; }

.footer-503 { color: #0026cc; }
.footer-503 p { padding-bottom: 5px; font-size: 12px; }
.footer-503 .textwidget:first-child a { text-decoration: underline; }
.footer-503 .textwidget:first-child a:hover { text-decoration: none; }

#main-footer { background-color: #000000; color: #fff; font-size: 15px; transition: padding-bottom .3s ease-in-out; }
#main-footer #footer-widgets .footer-widget:nth-child(n) { margin-bottom: 0 !important; }
#main-footer .footer-widget .fwidget { margin-bottom: 0 !important; }
#main-footer:not(.hide) .fixed-footer-wrapper { padding: 0; border-top: 1px solid #fff; transition: all .3s ease-in-out; min-height: 42px; position: fixed; width: 100%; right: 0; bottom: 0; background-color: #000; z-index: 99; max-height: 500px; }

#main-footer.ffw-hidden { padding-bottom: 0; }

#main-footer.hide { padding-bottom: 0; }
#main-footer.hide .fixed-footer-wrapper { transform: translateY(205px); }

#main-footer.removed { padding-bottom: 0; }

#footer-bottom { padding: 20px 0; background-color: transparent; }

#footer-widgets { padding: 0; }
#footer-widgets .footer-widget li { padding-left: 0; }
#footer-widgets .footer-widget li a { color: #fff !important; }
#footer-widgets .footer-widget li::before { display: none; }
#footer-widgets .footer-widget a { color: #fff !important; font-weight: 600; }
#footer-widgets .footer-widget:last-child { margin-bottom: 0 !important; }
#footer-widgets .connect { display: block; }
#footer-widgets p.kapra * { letter-spacing: .05em; }
#footer-widgets small { font-size: 14px; display: block; margin-bottom: 10px; }

.fixed-footer-wrapper.as-button { transform: translateY(205px); }

.toggle-btn.hidden { position: fixed; right: 15px; bottom: 50px; width: 32px; height: 32px; padding: 6px; border-radius: 3px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7); top: auto; background-color: #0026cc; transition: all 0.3s ease; z-index: -1; opacity: 0; }
.toggle-btn.hidden span { width: 20px; left: 6px; }
.toggle-btn.hidden span:last-child { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.ffw-hidden .toggle-btn.hidden { z-index: 10; opacity: 1; }

.toggle-btn.on-scroll { opacity: 0; }

.hide .fixed-footer-wrapper { padding: 0; max-height: 0; overflow: hidden; min-height: 0; }

.fixed-footer-wrapper .container { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
.fixed-footer-wrapper input::-webkit-input-placeholder { color: #0026cc; }
.fixed-footer-wrapper input::-moz-placeholder { color: #0026cc; }
.fixed-footer-wrapper input:-ms-input-placeholder { color: #0026cc; }
.fixed-footer-wrapper input::-ms-input-placeholder { color: #0026cc; }
.fixed-footer-wrapper input::placeholder { color: #0026cc; }

.toggle-btn { padding: 0; border: none; background-color: transparent; cursor: pointer; border: none; width: 20px; height: 20px; display: inline-block; position: absolute; right: 0; top: 14px; }
.toggle-btn span { display: block; width: 100%; height: 0; border-bottom: 1px solid #fff; position: absolute; top: 50%; left: 0; }

.form-toggle-right { padding: 0; border: none; background-color: transparent; cursor: pointer; border: none; width: 20px; height: 20px; display: inline-block; position: absolute; right: 0; top: 14px; opacity: 0; z-index: -1; }

#signup.active .form-toggle-right { opacity: 1; z-index: 99; background-color: #0026cc; }

#custom_html-4 { text-align: right; }
#custom_html-4 a { margin-right: 10px; }

#donate-button-footer { color: #fff; background-color: #ff874c; display: inline-block; vertical-align: top; font-size: 15px; border-radius: 3px; padding: 7px 8px 5px; text-align: center; margin-right: 30px; }
#donate-button-footer:hover { background-color: #b0522c; }

#form-toggle { font-size: 16px; padding: 15px 0; width: calc(100% - 145px); }

#blog-tw-wrapper { width: 100%; padding: 0 20px; color: #fff; }
#blog-tw-wrapper h2 { color: #fff; font-size: 24px; }
#blog-tw-wrapper h2 + p { font-size: 12px; }
#blog-tw-wrapper h2 + p a { color: #fff; }
#blog-tw-wrapper h3 { color: #fff; }

.regular-posts-wrapper { clear: both; }
.regular-posts-wrapper h2 { color: #0026cc; }
.regular-posts-wrapper h2 + p { font-size: 12px; }
.regular-posts-wrapper .post { position: relative; overflow: hidden; border-radius: 3px; height: 0; padding-top: 100%; margin-bottom: 20px; }
.regular-posts-wrapper h2 + p { padding: 0; margin-bottom: 1em; }

.posts { clear: both; }
.posts .post { position: relative; overflow: hidden; border-radius: 3px; height: 0; padding-top: 100%; margin-bottom: 20px; }
.posts .post::before { width: 100%; height: 100%; content: ''; display: block; position: absolute; top: 0; left: 0; background: #F5F5F5; opacity: .8; transition: all .2s ease-in-out; }
.posts .post .img-wrapper::before { width: 100%; height: 100%; content: ''; display: block; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.75); border-radius: 6px; }
.posts .post .img-wrapper::after { width: 100%; height: 100%; content: ''; display: block; position: absolute; top: 0; left: 0; background: #F5F5F5; transition: all .2s ease-in-out; }
.posts .post:hover::before { background: #eeeeee; opacity: 1; }
.posts .post:hover .img-wrapper::after { background: #eeeeee; }
.posts .post .content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; padding: 30px; color: #000; }
.posts .post .content h3 { font-size: 18px !important; margin: 15px 0 0 -12px !important; padding-left: 12px; line-height: 1.1; color: #0026CC; text-transform: none !important; background: url(../svg/side-arrow.svg) 0 2px no-repeat; overflow: visible; }
.posts .post .post-info { font-size: 15px; }
.posts .post a.kapra { font-size: 16px; font-family: "Work Sans", sans-serif; letter-spacing: normal; font-weight: bold; color: #fff; background: #FF5F0F; border-radius: 2px; padding: 5px 10px; }
.posts .img-wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.posts .img-wrapper img { border-radius: 6px; }
.posts .content p:first-child { font-size: 14px !important; padding-bottom: 0; }
.posts .content p:not(:first-child) { line-height: 1.4; margin-bottom: 15px; font-size: 1em; }

ul.hp-social-sidebar { padding: 0; background-color: transparent; text-align: center; margin-top: -38px !important; }

.hp-social-sidebar li a.icon { background-color: #0026cc; display: inline-block; border-radius: 50%; width: 26px; line-height: 26px; height: 26px; font-size: 12px; }
.hp-social-sidebar li a.icon::before { width: 26px; line-height: 26px; height: 26px; font-size: 12px; }
.hp-social-sidebar li a.icon:hover { background-color: #ff874c; }

.federation-social-urls-wrapper a { margin: 0 10px; color: #0026cc; }
.federation-social-urls-wrapper a:hover { background-color: #ff874c; }
.federation-social-urls-wrapper h5 { margin: 30px 0 20px; color: #0026cc; font-size: 14px; }

.page-template-default #left-area h2:not(.entry-title), .page-template-page-news #left-area h2:not(.entry-title) { font-weight: 700; margin-top: 1.5em; }
.page-template-default #left-area h3, .page-template-page-news #left-area h3 { font-weight: 700; margin-top: 1.5em; text-transform: uppercase; font-size: 1.125rem; }
.page-template-default #left-area h4, .page-template-page-news #left-area h4 { font-weight: 700; margin-top: 1.5em; }
.page-template-default .entry-content ul, .page-template-page-news .entry-content ul { list-style: none !important; margin-top: 1.5em; }
.page-template-default .entry-content ul ul li:not(:last-child), .page-template-page-news .entry-content ul ul li:not(:last-child) { margin-bottom: 1em; }
.page-template-default .entry-content ul:not(.federation-state-list) ul:not(.federation-child-list) li, .page-template-page-news .entry-content ul:not(.federation-state-list) ul:not(.federation-child-list) li { padding-left: 15px; position: relative; }
.page-template-default .entry-content ul:not(.federation-state-list) ul:not(.federation-child-list) li::before, .page-template-page-news .entry-content ul:not(.federation-state-list) ul:not(.federation-child-list) li::before { content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 8px; border-radius: 50%; background-color: #ff874c; }
.page-template-default .entry-content ol, .page-template-page-news .entry-content ol { list-style: none !important; margin-top: 1.5em; counter-reset: num-counter; padding-left: 23px !important; }
.page-template-default .entry-content ol ol, .page-template-page-news .entry-content ol ol { counter-reset: let-counter; }
.page-template-default .entry-content ol ol li, .page-template-page-news .entry-content ol ol li { counter-increment: let-counter; padding-left: 20px; position: relative; }
.page-template-default .entry-content ol ol li:not(:last-child), .page-template-page-news .entry-content ol ol li:not(:last-child) { margin-bottom: 1em; }
.page-template-default .entry-content ol ol li::before, .page-template-page-news .entry-content ol ol li::before { content: counter(let-counter,lower-alpha) ". "; font-weight: 700; color: #ff874c; position: absolute; left: 0; }
.page-template-default .entry-content > ul:not(.federation-state-list) > li, .page-template-page-news .entry-content > ul:not(.federation-state-list) > li { padding-left: 1em; position: relative; }
.page-template-default .entry-content > ul:not(.federation-state-list) > li:not(:last-child), .page-template-page-news .entry-content > ul:not(.federation-state-list) > li:not(:last-child) { margin-bottom: 1em; }
.page-template-default .entry-content > ul > li::before, .page-template-page-news .entry-content > ul > li::before { position: absolute; left: 0; font-family: "fontello"; content: '\e808'; color: #ff874c; }
.page-template-default .entry-content > ol > li, .page-template-page-news .entry-content > ol > li { counter-increment: num-counter; padding-left: 20px; position: relative; }
.page-template-default .entry-content > ol > li:not(:last-child), .page-template-page-news .entry-content > ol > li:not(:last-child) { margin-bottom: 1em; }
.page-template-default .entry-content > ol > li::before, .page-template-page-news .entry-content > ol > li::before { content: counter(num-counter) ". "; font-weight: 700; color: #ff874c; position: absolute; left: 0; }
.page-template-default blockquote, .page-template-page-news blockquote { padding: 1em 1em 1em 40px; border: none; position: relative; }
.page-template-default blockquote::after, .page-template-page-news blockquote::after { content: ''; position: absolute; top: 1em; left: 8px; width: 24px; height: 24px; background: url(../svg/quote.svg) 0 0 no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }
.page-template-default blockquote h2, .page-template-page-news blockquote h2 { color: #0026cc; padding-bottom: .5em; }
.page-template-default blockquote:last-child, .page-template-page-news blockquote:last-child { padding-bottom: 0 !important; margin-bottom: 0; }

.single #left-area h2 { font-weight: 700; margin-top: 1.5em; }
.single #left-area h3 { font-weight: 700; margin-top: 1.5em; }
.single #left-area h4 { font-weight: 700; margin-top: 1.5em; }
.single .entry-content ul { list-style: none !important; margin-top: 1.5em; }
.single .entry-content ul ul li { padding-left: 15px; position: relative; }
.single .entry-content ul ul li:not(:last-child) { margin-bottom: 1em; }
.single .entry-content ul ul li::before { content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 8px; border-radius: 50%; background-color: #ff874c; }
.single .entry-content ol { list-style: none !important; margin-top: 1.5em; counter-reset: num-counter; padding-left: 23px !important; }
.single .entry-content ol ol { counter-reset: let-counter; }
.single .entry-content ol ol li { counter-increment: let-counter; padding-left: 20px; position: relative; }
.single .entry-content ol ol li:not(:last-child) { margin-bottom: 1em; }
.single .entry-content ol ol li::before { content: counter(let-counter,lower-alpha) ". "; font-weight: 700; color: #ff874c; position: absolute; left: 0; }
.single .entry-content > ul > li { padding-left: 1em; position: relative; }
.single .entry-content > ul > li:not(:last-child) { margin-bottom: 1em; }
.single .entry-content > ul > li::before { position: absolute; left: 0; font-family: "fontello"; content: '\e808'; color: #ff874c; }
.single .entry-content > ol > li { counter-increment: num-counter; padding-left: 20px; position: relative; }
.single .entry-content > ol > li:not(:last-child) { margin-bottom: 1em; }
.single .entry-content > ol > li::before { content: counter(num-counter) ". "; font-weight: 700; color: #ff874c; position: absolute; left: 0; }
.single blockquote { padding: 1em 1em 1em 40px; border: none; position: relative; }
.single blockquote::after { content: ''; position: absolute; top: 1em; left: 8px; width: 24px; height: 24px; background: url(../svg/quote.svg) 0 0 no-repeat; -webkit-background-size: 100% auto; background-size: 100% auto; }
.single blockquote h2 { color: #0026cc; padding-bottom: .5em; }
.single blockquote h2:last-child { padding-bottom: 0 !important; margin-bottom: 0; }

.et_full_width_page .container { width: 90%; }

.media-post.featured { margin-bottom: 40px; }
.media-post.featured .content { padding: 1em; color: #fff; background: linear-gradient(45deg, rgba(0, 38, 204, 0.8) 20%, rgba(255, 135, 76, 0.8) 100%); }
.media-post.featured .img-wrapper { position: relative; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }
.media-post.featured .img-wrapper.empty::before { background: url(../images/empty-camp-bg.png) 0 0 no-repeat, linear-gradient(to right, #ff874c 0%, #0026cc 100%); -webkit-background-size: cover; background-size: cover; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.media-post.featured h2 { font-size: 1.5rem !important; color: #fff; margin-top: 0 !important; }
.media-post.featured img { border-radius: 10px; display: block; margin-bottom: 1em; }

.news-media-wrapper > div { width: 100%; }
.news-media-wrapper h2.kapra { font-weight: 400; }

.issue.mass-incarceration h2 span { max-width: 200px; }

.issue.voting-rights-democracy h2 span { max-width: 250px; }

.main-feature { background-position: 50% 50%; -webkit-background-size: cover; background-size: cover; position: relative; background-repeat: no-repeat; height: 140px; }
.main-feature::after { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(45deg, #ff874c 0%, #0026cc 100%); opacity: .7; }

#main-content .container { padding-top: 0px; }

.main_title { margin: 0; font-size: 64px; font-family: "Martin", sans-serif; text-transform: uppercase; color: #000; }
.main_title + article { margin-top: 10px; }

.federation .main_title { padding-bottom: 0; }

.page-template-page-campaigns-landing .entry-content p:first-child { font-size: 1.125em; font-weight: 700; line-height: 1.5; text-align: justify; }

.search-tools-resources .icon-search { font-size: 24px; margin-right: 10px; }
.search-tools-resources span { display: inline-block; border-bottom: 3px solid #4c4f54; margin-bottom: 40px; width: calc(100% - 40px); text-align: left; max-width: 480px; }
.search-tools-resources button { text-indent: -999em; outline: none; border: none; background-color: #fff; position: relative; width: 32px; height: 32px; font-size: 1em; margin: 0 -15px 0 15px; }
.search-tools-resources button::after { display: block; text-indent: 0; text-align: center; content: '\f105'; font-family: "fontello"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.page-template-page-tools-and-resources-landing .entry-content form[data-orderby=""] .sorting-search-results { display: none; }
.page-template-page-tools-and-resources-landing .entry-content form[data-orderby=""] .search-result-for { display: none; }
.page-template-page-tools-and-resources-landing .entry-content form[data-orderby="post_date"] + .js-wpv-view-layout #tr-search-title { display: none; }
.page-template-page-tools-and-resources-landing .entry-content form[data-orderby="post_date"] + .js-wpv-view-layout .tools-resources-wrapper { padding-top: 30px; }
.page-template-page-tools-and-resources-landing .entry-content form[data-orderby="post_title"] + .js-wpv-view-layout #tr-search-title { display: none; }
.page-template-page-tools-and-resources-landing .entry-content form[data-orderby="post_title"] + .js-wpv-view-layout .tools-resources-wrapper { padding-top: 30px; }

.search-result-for { font-size: 18px; color: #0026cc; margin-bottom: 1em; }

.sorting-search-results { position: relative; z-index: 9; }
.sorting-search-results .labels-wrapper { width: 185px; height: 0; overflow: hidden; position: absolute; left: 0; top: 100%; }
.sorting-search-results label { padding: 10px; background-color: #eef1fb; border: 1px solid #0026cc; position: relative; display: block; margin: 0 !important; cursor: pointer; text-transform: none; }
.sorting-search-results label input { position: absolute; opacity: 0; z-index: -1; }
.sorting-search-results label:last-child { border-top: none; }
.sorting-search-results label.selected::after { content: ''; width: 10px; height: 5px; border-bottom: 2px solid #0026cc; border-left: 2px solid #0026cc; position: absolute; right: 15px; top: 14px; transform: rotate(-45deg); }
.sorting-search-results button { display: none; }
.sorting-search-results .sort-by-label { display: inline-block; padding-bottom: 5px; cursor: pointer; text-transform: uppercase; font-size: 16px; color: #0026cc; }
.sorting-search-results .sort-by-label:hover .icon-angle-down::before { transform: rotate(180deg); }
.sorting-search-results .sort-by-label:hover .labels-wrapper { height: auto; }

.tools-resources-sidebar h4 { color: #0026cc; font-weight: 400; text-transform: uppercase; padding-left: 1em; font-size: 1.125rem; }
.tools-resources-sidebar li a { display: block; margin-bottom: 1px; border-radius: 5px; padding: 10px; font-weight: 500; }
.tools-resources-sidebar li a::after { font-family: "fontello"; content: '\f105'; float: right; }
.tools-resources-sidebar .categories { margin-bottom: 20px; }
.tools-resources-sidebar .categories a { background-color: #c7d0f1; color: #0026cc; }
.tools-resources-sidebar .categories a:hover { background-color: #0026cc; color: #fff; }
.tools-resources-sidebar .categories a::after { color: #fff; }
.tools-resources-sidebar .tags { margin-bottom: 20px; }
.tools-resources-sidebar .tags a { background-color: #0026cc; color: #fff; }
.tools-resources-sidebar .tags a:hover { background-color: #c7d0f1; color: #0026cc; }
.tools-resources-sidebar .tags a:hover::after { color: #0026cc; }
.tools-resources-sidebar .tags a::after { color: #c7d0f1; }

.tools-resources-wrapper > h3 { font-weight: 700; padding-bottom: 20px; }

.media-post { margin-bottom: 20px; }
.media-post h3 { font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.media-post h3 a { color: #fff; }
.media-post .content p:first-child { font-size: 14px !important; padding-bottom: 10px; }
.media-post p:last-of-type { margin-bottom: 10px; }
.media-post .issues + .states::before { margin: 0 5px 0 3px; content: '\007C'; }

.news-media-sidebar .widget { margin-bottom: 20px; }
.news-media-sidebar .widget h4 { font-weight: 400; color: #0026cc; font-size: 1.125rem; text-transform: uppercase; }

.in-this-section-sidebar a:not(.button) { display: block; padding: 10px 0; border-bottom: 1px solid #ff874c; position: relative; color: #0026cc; font-weight: 500; font-size: 1rem; color: #0026cc; }
.in-this-section-sidebar a:not(.button):hover { color: #ff874c; }
.in-this-section-sidebar a:not(.button)::after { font-family: "fontello"; content: '\e806'; position: absolute; right: 10px; color: #ff874c; top: 10px; }
.in-this-section-sidebar ul ul { padding: 5px 0 5px 10px; border-bottom: 1px solid #ff874c; }
.in-this-section-sidebar ul ul li { margin-bottom: 0; }
.in-this-section-sidebar ul ul li:last-child a { border-bottom: none; }
.in-this-section-sidebar ul ul a { padding: 8px 0; border: none; font-size: .75rem; }
.in-this-section-sidebar ul ul a::after { display: none; }
.in-this-section-sidebar ul#side-links > li:first-child > a { border-top: 5px solid #ff874c; }
.in-this-section-sidebar .title { text-transform: uppercase; color: #0026cc; font-weight: 400; font-size: 1.125rem; letter-spacing: 0; }

#text-5 a { color: #0026cc; }

#text-11 .kapra-m { font-size: 1.125em; }

.media-updates-news-media { max-width: 225px; margin-left: auto; margin-right: auto; color: #fff; padding: 40px 20px 20px; background: url(../images/get-updates-bg.jpg) 0 0 no-repeat; }
.media-updates-news-media h3 { color: #fff; font-size: 24px; }
.media-updates-news-media p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; }
.media-updates-news-media input:not([type=submit]):not([type=hidden]) { padding: 12px; border: none; margin-bottom: 10px; font-size: 1em; font-family: inherit; vertical-align: top; background-color: #fff; width: 185px; height: 60px; }
.media-updates-news-media .button { width: 185px; margin-top: 10px; text-align: center; }
.media-updates-news-media br { display: none; }

.side-cta { max-width: 225px; margin-left: auto; margin-right: auto; color: #fff; padding: 40px 20px 20px; margin-top: 20px; margin-bottom: 20px; position: relative; overflow: hidden; border-radius: 4px; }
.side-cta h3 { color: #fff; font-size: 24px; }
.side-cta p { font-size: 18px; line-height: 1.5; margin-bottom: 20px; }
.side-cta .button { width: 185px; margin-top: 10px; text-align: center; }
.side-cta::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.7; background: linear-gradient(45deg, #0026cc 0%, #ff874c 100%); }
.side-cta .content { z-index: 3; position: relative; }

.campaigns-programs-wrapper .section-title { font-size: 1.5em; color: #000; padding: 10px 0 25px; }

.wp-caption { max-width: 100%; margin-bottom: 1em; padding: 0; border: none; background-color: transparent; text-align: left; }
.wp-caption p.wp-caption-text { padding: 10px 0 0; color: #0026cc; font-size: 14px; }
.wp-caption > div { position: relative; margin-top: 20px; }
.wp-caption:not(.alignnone) > div::after { position: absolute; width: 100%; height: 100%; content: ''; top: -10px; left: -10px; border-radius: 3px; background: linear-gradient(45deg, #0026cc 0%, #ff874c 100%); }

div.alignleft:not(.wp-caption) { position: relative; margin-top: 20px; }
div.alignleft:not(.wp-caption)::after { position: absolute; width: 100%; height: 100%; content: ''; top: -10px; left: -10px; border-radius: 3px; background: linear-gradient(45deg, #0026cc 0%, #ff874c 100%); }
div.alignleft img { float: none; margin: 0; display: block; border-radius: 3px; position: relative; z-index: 10; }

div.alignright:not(.wp-caption) { position: relative; margin-top: 20px; }
div.alignright:not(.wp-caption)::after { position: absolute; width: 100%; height: 100%; content: ''; top: -10px; left: -10px; border-radius: 3px; background: linear-gradient(45deg, #0026cc 0%, #ff874c 100%); }
div.alignright img { float: none; margin: 0; display: block; border-radius: 3px; position: relative; z-index: 10; }

div.alignnone img { float: none; margin: 0; display: block; border-radius: 3px; position: relative; z-index: 10; }

.single-federation.et_right_sidebar #main-content .container:before { left: 20.875% !important; }

.single-federation img.et_featured_image_federation { float: left; margin: 0 40px 40px 0; }
.single-federation #left-area .press h3 { margin-top: 0; }

.federation-logo { margin-bottom: 40px; }

.federation-contact-wrapper { margin-bottom: 25px; font-size: 14px; }
.federation-contact-wrapper h4 { color: #0026cc; font-size: 24px; }
.federation-contact-wrapper a { font-weight: 600; overflow-wrap: break-word; word-wrap: break-word; }
.federation-contact-wrapper p:not(:last-of-type) { padding-bottom: 10px; }
.federation-contact-wrapper p:last-of-type { padding-top: 10px; }
.federation-contact-wrapper p.federation-contact-address { padding: 10px 0 15px; }

.federation-facebook-embed { border: 1px solid #eaeaea; box-shadow: -5px 5px 0 #ccc; border-radius: 3px; }
.federation-facebook-embed > div { border-radius: 3px; }

.federation-social-wrapper h2 { color: #0026cc; font-size: 24px; }

p.federation-facebook-embed-header { color: #0026cc; font-size: 14px; margin: 20px 0; font-weight: 700; }

.select-media-coverage h2 { color: #0026cc; margin: 0 !important; font-size: 1.5em; }
.select-media-coverage ul { margin-top: 0 !important; }
.select-media-coverage li { font-weight: 600; position: relative; }
.select-media-coverage li::before { color: #ff874c !important; content: '\e808'; font-family: "fontello"; speak: none; position: absolute; left: 0; }
.select-media-coverage li + li { margin-top: 1em; }

.wpv-pagination-nav-links-container { padding: 0; text-align: center; }
.wpv-pagination-nav-links-container li { padding: 10px 1em !important; display: inline-block; }
.wpv-pagination-nav-links-container li::before { display: none; }
.wpv-pagination-nav-links-container li + li { border-left: 1px solid #ccc; }

.et_pb_contact p input { background-color: #fff; color: #0026cc; border: 1px solid #0026cc; font-family: inherit; border-radius: 5px; font-size: 1em; }
.et_pb_contact p input:hover { background-color: #c7d0f1; }
.et_pb_contact p input::-webkit-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p input::-moz-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p input:-ms-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p input::-ms-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p input::placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p textarea { background-color: #fff; color: #0026cc; border: 1px solid #0026cc; font-family: inherit; border-radius: 5px; font-size: 1em; }
.et_pb_contact p textarea:hover { background-color: #c7d0f1; }
.et_pb_contact p textarea::-webkit-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p textarea::-moz-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p textarea:-ms-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p textarea::-ms-input-placeholder { color: #4c4f54; font-size: 1em; }
.et_pb_contact p textarea::placeholder { color: #4c4f54; font-size: 1em; }

#hp-twitter-timeline { margin-bottom: 0; background-color: #fff; border-radius: 3px; border-bottom: 1px solid #f7f7f7; }

#map-wrapper { height: calc(100vh - 65px); min-height: 480px; max-height: 700px; position: relative; }
#map-wrapper .js-wpv-view-layout, #map-wrapper .et_pb_code_inner { height: 100%; }

.current-ta { color: #fff; position: relative; min-height: calc(100vh - 65px); min-height: 480px; padding: 80px 20px 60px; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background-position: 50% 0; -webkit-background-size: auto 100%; background-size: auto 100%; background-repeat: no-repeat; }
.current-ta .f-arrow { position: absolute; left: 0; bottom: 0; width: 100%; height: 15px; overflow: hidden; }
.current-ta .f-arrow::before { content: ''; position: absolute; width: 55%; height: 15px; bottom: 0; background-color: #fff; z-index: 5; left: calc(-5% - 5px); transform: skew(45deg, 0deg); }
.current-ta .f-arrow::after { content: ''; position: absolute; width: 55%; height: 15px; bottom: 0; background-color: #fff; z-index: 5; left: calc(50% + 5px); transform: skew(-45deg, 0deg); }
.current-ta h2 { color: #fff; font-weight: 400 !important; font-size: 36px; }
.current-ta::before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; background-color: rgba(0, 38, 204, 0.3); }
.current-ta::after { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; background: linear-gradient(to bottom, rgba(255, 135, 76, 0) 0%, #ff874c 100%); opacity: .3; }
.current-ta .bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; }
.current-ta .bg::after { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; background: linear-gradient(to right, rgba(0, 38, 204, 0) 0%, rgba(0, 38, 204, 0) 17%, #0026cc 100%); }
.current-ta .bg::before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; background: linear-gradient(to bottom, #0026cc 0%, #ff874c 100%); opacity: .7; }
.current-ta .content { position: relative; z-index: 9; }
.current-ta p { line-height: 1.5; }
.current-ta form br { display: none; }
.current-ta label { font-size: 16px; display: block; margin: 20px 0 10px; }
.current-ta input { width: 100%; max-width: 370px; margin-bottom: 10px; }
.current-ta .et_pb_code_inner { position: absolute; width: 100%; height: 100%; }

.network-overlay-wrapper { padding: 20px; z-index: 15; }
.network-overlay-wrapper h3 { color: #fff; font-weight: 400; letter-spacing: 3px; padding-left: 40px; padding-bottom: 15px; background-position: 0 0; background-repeat: no-repeat; -webkit-background-size: auto 30px; background-size: auto 30px; font-size: 24px; display: inline-block; }

.find-wrapper { max-width: 320px; display: inline-block; width: 100%; min-height: 130px; }
.find-wrapper h3 { background-image: url(../svg/our-nettwork-icon.svg); }
.find-wrapper input { width: calc(100% - 130px); vertical-align: top; color: #000; background-color: #DEDEDE; }
.find-wrapper input:focus { color: #000; }
.find-wrapper button { width: 120px; margin: 0 -3px 0 6px; }
.find-wrapper + p { margin: 20px 0; font-weight: 500; }

.explore-wrapper { max-width: 320px; display: inline-block; width: 100%; min-height: 130px; }
.explore-wrapper h3 { background-image: url(../svg/find-icon.svg); }
.explore-wrapper button { width: 100%; margin-top: 0; }

.network-overlay-header { font-size: 30px; margin: 0 0 5px; font-weight: 700; }

.network-overlay-text { margin: 20px 0 40px; font-weight: 500; }

.the-network-map-loading { padding: 15% 30%; text-align: center; background-color: #ECEDE9; }

form label#map_postal_code-error { display: block; float: left; text-align: center; margin-left: 50px; font-weight: bold; color: red; }

.the-network-taxonomy-section h3 { background: url(..//wp-content/themes/divi-child/images/map-subheader-bg.png) 0 0/100% no-repeat; padding: 5px 20px 10px 5px; font-size: 22pt; background-size: 444px; }
.the-network-taxonomy-section ul { padding: 0; margin-top: 15px !important; }
.the-network-taxonomy-section ul li ul li.federation-child-item { list-style: none; padding-left: 15px; position: relative; text-transform: uppercase; font-size: 14px; margin-left: 1em; }
.the-network-taxonomy-section ul li ul li.federation-child-item:before { content: '\f105'; font-family: "fontello"; speak: none; float: left; color: #ff874c; position: absolute; left: 0; }
.the-network-taxonomy-section ul li ul li.federation-child-item:last-of-type { margin-bottom: 0; }
.the-network-taxonomy-section ul li ul li.federation-child-item .federation-name { font-size: 16px; color: #0026cc; font-weight: 500; cursor: pointer; }
.the-network-taxonomy-section ul li ul li.federation-child-item .federation-location.country { font-size: 16px; color: #0026cc; font-weight: 500; cursor: pointer; }
.the-network-taxonomy-section ul li ul li.federation-child-item .federation-location.state { font-size: 16px; color: #0026cc; font-weight: 500; cursor: pointer; }
.the-network-taxonomy-section ul li.federation-state-item { list-style: none; padding: 5px 0; }
.the-network-taxonomy-section ul li.federation-state-item:before { content: '\e804'; font-family: "fontello"; speak: none; float: left; color: #ff874c; }
.the-network-taxonomy-section ul li.federation-country-item { list-style: none; padding: 5px 0; }
.the-network-taxonomy-section ul li.federation-country-item:before { content: '\e804'; font-family: "fontello"; speak: none; float: left; color: #ff874c; }
.the-network-taxonomy-section .federation-state-item .federation-state { color: #0026cc; font-weight: 500; font-size: 20px; padding-left: 5px; cursor: pointer; white-space: nowrap; overflow: hidden; }
.the-network-taxonomy-section .federation-country-item .federation-state { color: #0026cc; font-weight: 500; font-size: 20px; padding-left: 5px; cursor: pointer; white-space: nowrap; overflow: hidden; }
.the-network-taxonomy-section ul.federation-child-list { padding-bottom: 0; }
.the-network-taxonomy-section a.pico-international { font-weight: 700; margin: 20px 0 0 14px; display: inline-block; text-transform: uppercase; }
.the-network-taxonomy-section a.pico-international:after { content: '\e808'; font-family: "fontello"; speak: none; color: #ff874c; padding-left: 5px; }

.victories-wrapper .post { overflow: hidden; padding-left: 10px; margin-left: -10px; }
.victories-wrapper .post + .post { margin-top: 40px; }
.victories-wrapper .post h2 { margin-bottom: 10px; }

#twitter-widget-0 { width: 1px !important; min-width: 100% !important; }

.pagination .alignleft::after { display: none; }
.pagination .alignright::after { display: none; }

.recent-ta { padding-top: 40px; }
.recent-ta a { background-position: 50% 50%; position: relative; padding-top: 75.05%; display: block; margin-bottom: 20px; overflow: hidden; -webkit-background-size: cover; background-size: cover; }
.recent-ta a::before { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; transition: opacity .3s ease-in-out; }
.recent-ta a::after { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; transition: opacity .3s ease-in-out; background-color: rgba(176, 82, 44, 0.6); }
.recent-ta .content { position: absolute; width: 100%; top: 0; left: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; padding: 20px; height: 100%; z-index: 10; }
.recent-ta .content::after { position: absolute; width: 100%; height: 100%; left: 0; top: 0; content: ''; transition: opacity .3s ease-in-out; opacity: .4; background: linear-gradient(to bottom, rgba(0, 38, 204, 0) 0%, #0026cc 100%); }
.recent-ta .content::before { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #fff; position: absolute; left: 0; top: 50%; margin-top: -10px; z-index: 10; }
.recent-ta h3 { transition: opacity .3s ease-in-out; position: relative; z-index: 5; color: #fff; margin-top: 0 !important; }
.recent-ta p { transition: opacity .3s ease-in-out; }
.recent-ta .button { transition: opacity .3s ease-in-out; width: 100%; max-width: 385px; text-align: center; margin-bottom: 10px; }
.recent-ta .excerpt-wrapper { position: relative; z-index: 5; color: #fff; padding-top: 10px; }

ul.secure-parent-list li.secure-parent-item { list-style: none; padding: 0 0 20px 30px !important; }
ul.secure-parent-list li.secure-parent-item:before { content: '\e804'; font-family: fontello; font-size: 1.25em !important; speak: none; float: left; color: #ff874c; padding-right: 7px; }
ul.secure-parent-list li.secure-parent-item .secure-parent { color: #0026cc; font-weight: 500; font-size: 20px; padding-left: 5px; cursor: pointer; white-space: nowrap; }
ul.secure-parent-list li.secure-parent-item .secure-child-view { display: none; }
ul.secure-parent-list ul.secure-child-list { margin-top: 10px; padding-left: 25px !important; }
ul.secure-parent-list li ul.secure-child-list li.secure-child-item { font-size: 16px; color: #0026cc; font-weight: 400; padding: 0 0 10px 15px !important; list-style: none; position: relative; margin-left: 1em; }
ul.secure-parent-list li ul.secure-child-list li.secure-child-item a.secure-link { color: #0026cc; text-transform: uppercase; font-weight: 500; cursor: pointer; }
ul.secure-parent-list li ul.secure-child-list li.secure-child-item:before { content: '\f105' !important; font-family: fontello !important; font-size: 1em !important; speak: none !important; float: left !important; color: #ff874c !important; position: absolute !important; left: 0 !important; top: 0 !important; width: 0 !important; height: 0 !important; background-color: unset; }

.single-secure-file div#left-area { padding-left: 0; margin-left: 0; width: 100%; }
.single-secure-file .fluid-width-video-wrapper { padding-top: 1% !important; }
.single-secure-file iframe.tableauViz { min-height: 550px; }

.secure-login { margin: 25px; }
.secure-login label { display: block; font-weight: 700; margin-bottom: 5px; }
.secure-login input[type=text] { border: 1px solid #0026cc; padding: 10px; margin-bottom: 10px; width: 240px; font-family: inherit; border-radius: 5px; font-size: 1em; color: #0026cc; }
.secure-login input[type=password] { border: 1px solid #0026cc; padding: 10px; margin-bottom: 10px; width: 240px; font-family: inherit; border-radius: 5px; font-size: 1em; color: #0026cc; }

.hp-popup-bg-overlay::after { content: ''; background: linear-gradient(45deg, rgba(0, 38, 204, 0.6) 0%, rgba(128, 87, 140, 0.6) 67%, rgba(132, 88, 138, 0.6) 68%, #ff874c 100%); width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

#left-area .tr-mob-sidebar ul { list-style: none; padding: 0; margin: 0 0 2em; }
#left-area ul.scroll-to-section-list { margin-top: 20px; list-style: none; padding-left: 0; }
#left-area ul.podcast-social-list { padding: 0; list-style: none; margin: 1em 0; display: flex; justify-content: center; }

.tr-mob-sidebar h4 { text-align: center; padding-left: 0; }

.gm-style-iw-d { color: #0026cc; font-size: 12px; font-family: 'Work Sans',sans-serif; }

.map-bubble-address { font-weight: 700; padding: 3px 0; }

.map-bubble-title { font-family: 'Kapra Neue'; font-size: 16px; text-transform: uppercase; }

.gm-style .gm-style-iw-c { box-shadow: none; border-radius: 4px; padding: 20px; }
.gm-style .gm-style-iw-d > div { margin-bottom: 7px; }

.members-block { margin-top: 2em; }
.members-block .member { margin-bottom: 40px; }
.members-block .img-wrapper { display: block; }
.members-block img { display: block; }
.members-block h2 { margin-top: 0 !important; padding: 0 !important; }
.members-block h3 { margin-top: 0 !important; padding: 0 !important; }

.scroll-to-section > div { margin-bottom: 30px; }
.scroll-to-section h4 { margin: 0; padding: 0; }
.scroll-to-section h4 + p { margin-top: 0; }

#searchform-r { position: relative; margin-bottom: 30px; border-bottom: 1px solid #4c4f54; }
#searchform-r input { padding: 0; width: calc(100% - 34px); height: 30px; }
#searchform-r input::-webkit-input-placeholder { color: #0026cc; font-weight: 500; }
#searchform-r input::-moz-placeholder { color: #0026cc; font-weight: 500; }
#searchform-r input:-ms-input-placeholder { color: #0026cc; font-weight: 500; }
#searchform-r input::-ms-input-placeholder { color: #0026cc; font-weight: 500; }
#searchform-r input::placeholder { color: #0026cc; font-weight: 500; }
#searchform-r button { padding: 0; margin: 0; background-color: transparent; border: none; outline: none; width: 20px; height: 20px; text-align: center; }
#searchform-r .icon-search { position: absolute; left: -20px; top: 5px; }

.search-term { margin-bottom: 40px; font-weight: 500; }

.search-results h3 { font-family: 'Work Sans'; text-transform: none; font-weight: 500; }
.search-results article { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #cccccc; }

.podcast-social-list li { padding: 0 10px; }
.podcast-social-list img { width: 40px; }

.post-type-archive-podcast .main-feature { background-position: 50% 0; }

.single-podcast .main-feature { background-position: 50% 0; }

.podcast-description { margin-bottom: 1.5em; font-size: 1.125em; }

#ulp-1WT3XAnbSE7M92qQ .ulp-content { overflow-y: auto; background-color: #1f1f1f !important; }

#ulp-OX7hN9YlNSdnqHiX .ulp-content { overflow-y: auto; background-color: #1f1f1f !important; }

.podcast-wrapper { margin-top: 2em; }
.podcast-wrapper .content { margin-bottom: 2em; }
.podcast-wrapper .audio-wrap { margin-bottom: 2em; }

.page-template-page-events-calendar .entry-content { padding: 0 20px; }
.page-template-page-events-calendar .entry-content .et_pb_column_4_4 { max-width: 580px; margin: 4em auto; float: none; }
.page-template-page-events-calendar .entry-content .et_submit_button { color: #fff; font-size: 20px; letter-spacing: normal; }
.page-template-page-events-calendar .entry-content .et_submit_button:hover { background-color: #ff874c; }
.page-template-page-events-calendar .entry-content .et_submit_button::after { display: none; }
.page-template-page-events-calendar .events-wrapper iframe { width: 100%; min-height: 500px; }

@media only screen and (max-width: 374px) { .network-overlay-wrapper h3 { font-size: 21px; }
  .find-wrapper { min-height: 50px; }
  .explore-wrapper { min-height: 50px; } }
@media only screen and (min-width: 375px) { #form-toggle { font-size: 18px; width: calc(100% - 185px); }
  #donate-button-footer { font-size: 18px; padding: 5px 14px 3px; margin-right: 35px; } }
@media only screen and (max-width: 480px) { #donate-button-wrapper { left: 45%; }
  .regular-posts-wrapper .post { min-height: 380px; } }
@media only screen and (min-width: 481px) { #hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description h2 { font-size: 2.462em; }
  #footer-widgets small { display: inline-block; margin: 5px 10px 0 0; text-align: right; line-height: 1.1; width: 105px; }
  #footer-widgets .connect { display: inline-block; } }
@media only screen and (min-width: 481px) and (max-width: 980px) { #donate-button-wrapper { right: 105px; left: auto; }
  #blog-tw-wrapper { -webkit-background-size: 100% auto !important; background-size: 100% auto !important; } }
@media only screen and (max-width: 599px) { img.alignright { float: none; margin: 0 0 1em; display: block; }
  img.alignleft { float: none; margin: 0 0 1em; display: block; }
  .alignright { float: none; margin: 0 0 1em; display: block; }
  .alignleft { float: none; margin: 0 0 1em; display: block; } }
@media only screen and (min-width: 600px) { div.alignleft { margin: 1em 1em 1em 0; }
  div.alignright { margin: 1em 0 1em 1em; } }
@media only screen and (max-width: 767px) { #hp-issues ul { max-width: 320px; margin-left: auto; margin-right: auto; }
  #hp-issues li { width: 49%; }
  .fixed-footer-wrapper small { display: none; }
  #signup { transition: all .3s ease-in-out; }
  #signup > span { display: none; }
  #signup .email { width: 100%; margin-bottom: 10px; }
  .recent-ta { max-width: 505px; margin-left: auto; margin-right: auto; }
  .recent-ta .button { display: none; }
  #signup-wrapper { width: 100%; overflow: hidden; }
  #signup.active { padding: 0 0 10px; margin-bottom: 0; }
  #form-toggle { color: #fff; }
  #hp-main-slider .et_parallax_bg { -webkit-background-size: auto 100%; background-size: auto 100%; }
  .et_pb_slides .et_pb_slider_container_inner { vertical-align: bottom; padding-bottom: 20%; }
  #footer-widgets .footer-widget { display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .et_pb_scroll_top.et-pb-icon { bottom: 175px; }
  .members-block .img-wrapper { margin-bottom: 10px; } }
@media only screen and (min-height: 736px) and (orientation: portrait) { .et_pb_slides .et_pb_slider_container_inner { padding-bottom: 30%; } }
@media only screen and (max-width: 767px) and (orientation: landscape) { .et_pb_slides .et_pb_slider_container_inner { padding-bottom: 0; } }
@media only screen and (min-width: 768px) { .flex-768 { display: -ms-flexbox; display: -webkit-flex; display: flex; }
  #hp-main-slider .et_pb_slider_container_inner { padding: 0 0 20% 40%; vertical-align: bottom; }
  #hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description h2 { font-size: 2.769em; }
  #hp-main-slider .et_pb_button_wrapper { text-align: left; }
  #hp-issues li { width: 33%; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner { padding-bottom: 140px; }
  #custom_html-4 { text-align: right; float: none; display: inline-block; margin-bottom: 0; float: right; }
  #custom_html-4 .connect a { margin: 0 0 0 10px; }
  #custom_html-4 .connect p { display: inline-block; margin-bottom: 0; }
  #custom_html-4 ul { display: inline-block; margin-bottom: 0; }
  .fixed-footer-wrapper .container { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .fixed-footer-wrapper span.kapra { display: none; }
  .fixed-footer-wrapper button.toggle-btn { right: -30px; top: 10px; }
  .fixed-footer-wrapper small { display: inline-block; width: 110px; font-size: 12px; }
  #form-toggle { display: none; }
  #footer-widgets .footer-widget { width: 100% !important; float: none; }
  #footer-widgets .footer-widget li { display: inline-block; margin-bottom: 0; }
  .footer-503 { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .footer-503 .textwidget:first-child { white-space: nowrap; padding-left: 20px; }
  #main-footer:not(.hide) .fixed-footer-wrapper:not(.as-button) { min-height: 58px; padding-top: 10px; }
  #donate-button-footer { margin-right: 0; }
  #footer-bottom { padding: 8px 0; }
  #sub-footer .nav a { line-height: 1.3; }
  #signup-wrapper { width: calc(100% - 264px); }
  #signup input { padding: 0 10px !important; background-color: #fff; -webkit-box-shadow: none; box-shadow: none; height: 38px; vertical-align: top; }
  #signup input.email { width: 35%; }
  #signup input.zip_code { width: calc(60% - 129px); }
  #signup .button { padding: 7px 10px 6px; font-size: 20px; width: 129px; margin-left: 0; font-size: 21px; }
  #signup .at-fields { display: flex; flex-direction: row-reverse; }
  #signup .at-row > [class^=at-] { min-width: 100px; }
  #signup .EmailAddress { width: 100%; }
  #signup .UpdateMyProfile { display: none; }
  .page-template-default blockquote, .page-template-page-news blockquote { padding-left: 70px; }
  .page-template-default blockquote::after, .page-template-page-news blockquote::after { left: 12px; width: 45px; height: 45px; }
  .single blockquote { padding-left: 70px; }
  .single blockquote::after { left: 12px; width: 45px; height: 45px; }
  .search-tools-resources label { display: inline-block; margin-right: 1em; }
  .regular-posts-wrapper h2 { margin-top: 2em; }
  .regular-posts-wrapper h2 + a { margin-bottom: 1em; display: inline-block; }
  .posts .post { width: calc(50% - 10px); padding-top: calc(50% - 10px); }
  .the-network-taxonomy-section ul.federation-state-sub-list { float: left; width: 33%; padding-right: 1em; }
  .network-overlay-wrapper { max-width: 820px; margin-left: auto; margin-right: auto; }
  .find-wrapper + p { white-space: nowrap; padding: 0 30px; margin: 15px 0; }
  .current-ta { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .current-ta .content { width: 370px; margin: 0; }
  .recent-ta a { width: calc(50% - 10px); padding-top: 45.9%; }
  .form-toggle-right { display: none; }
  .members-block .img-wrapper { -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .members-block .content { padding-left: 20px; }
  .members-block .content h2 { margin-top: -5px !important; }
  .podcast-wrapper .content { overflow: hidden; }
  .podcast-wrapper img { width: 30%; max-width: 220px; float: left; margin-right: 20px; }
  .single-podcast .entry-content p:first-of-type { padding-bottom: 0; }
  .page-template-page-podcast .container { max-width: 1170px; } }
@media only screen and (min-width: 768px) and (max-width: 980px) { .footer-offices { overflow: hidden; }
  .footer-offices .office { float: left; width: 25%; padding-right: 1em; }
  .media-post.press .img-wrapper { float: left; width: 45%; margin-right: 1em; }
  #signup > span { display: none; }
  #sub-footer .main-nav { float: none; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }
@media only screen and (max-width: 980px) { .et_pb_row { width: 90%; }
  #main-header { background-color: transparent !important; -webkit-box-shadow: none; box-shadow: none; }
  .et_header_style_left .logo_container { width: 106px; z-index: 99999; }
  .et_header_style_left .logo_container a { padding: 18px 7px; }
  .et_header_style_left .mobile_menu_bar { z-index: 99999; }
  .et_header_style_left #et-top-navigation { padding-left: 0 !important; }
  .et_header_style_left #logo { max-width: none; height: auto; width: 92px; }
  #donate-button-wrapper { z-index: 99999; position: absolute; width: 88px; padding-left: 2px; top: 16px; }
  #donate-button-wrapper small { display: none; }
  #donate-button-wrapper span { display: inline-block; white-space: nowrap; padding-right: 35px; position: relative; line-height: 31px; color: #fff; -webkit-transition: color .3s ease-in-out; -moz-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; }
  #donate-button-wrapper span i { position: absolute; right: 0; top: 0; width: 31px; height: 31px; color: #fff; background-color: #ff874c; text-align: center; border-radius: 50%; }
  #donate-button-wrapper span i::before { line-height: 33px; }
  #donate-button-wrapper span b { display: none; }
  #hp-main-slider .et_pb_slide_description a.et_pb_more_button::after { font-size: 12px !important; top: -3px; }
  .nav-opened #donate-button-wrapper span { color: #0026cc; }
  span.logo_helper { display: none; }
  .et_menu_container { position: static; }
  .mobile_menu_bar:before { font-size: 40px; color: #0026cc !important; font-weight: 600; font-size: 40px; color: #0026cc !important; font-weight: 600; }
  .mobile_nav.opened .mobile_menu_bar:before { color: #0026cc !important; content: '\4d'; }
  #mobile_menu { padding: 0; top: 77px; }
  #mobile_menu a { font: normal 21px 'Kapra Neue'; text-transform: uppercase; }
  #mobile_menu a br { display: none; }
  #mobile_menu .menu-item-has-children { padding-right: 50px; position: relative; }
  #mobile_menu .menu-item-has-children button { padding: 0; margin: 0; position: absolute; right: 0; width: 30px; height: 30px; top: 8px; background: transparent url(../svg/bottom-arrow-blue.svg) 50% 50% no-repeat; border: none; }
  #mobile_menu .menu-item-has-children button::after { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff url(../svg/top-arrow-blue.svg) 50% 50% no-repeat; opacity: 0; -webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
  #mobile_menu .menu-item-has-children ul { max-height: 0; overflow: hidden; -webkit-transition: max-height .3s ease-in-out; -moz-transition: max-height .3s ease-in-out; -o-transition: max-height .3s ease-in-out; transition: max-height .3s ease-in-out; }
  #mobile_menu .menu-item-has-children a:hover { color: #ff874c; }
  #mobile_menu .active button::after { opacity: 1; }
  #mobile_menu .active ul { max-height: 600px; }
  #mobile_menu li:not(.secondary-nav) a { color: #0026cc; border-bottom: none; }
  #mobile_menu li:not(.secondary-nav):not(:first-child) { border-top: 1px solid #c7d0f1; }
  #mobile_menu > li:not(.secondary-nav) { padding-left: 0; margin: 0 20px; }
  #menu-item-116121 a:hover { color: #ff874c; }
  .et_mobile_menu { border-top: none; box-shadow: none; -webkit-box-shadow: none; }
  .et_mobile_menu li { padding: 0 20px; }
  .et_mobile_menu li a { padding: 10px 0; }
  .et_mobile_menu li:not(.mega-menu) a { border-bottom: none; color: #ff874c; }
  .et_mobile_menu li.secondary-nav { background-color: #0026cc; }
  .et_mobile_menu li.secondary-nav:last-of-type { padding-bottom: 10px; }
  .et_mobile_menu li.menu-item-has-children + li.secondary-nav { padding-top: 10px; }
  .et_mobile_menu .menu-item-has-children > a { background-color: transparent; }
  #top-menu > li > a br { display: none; }
  #menu-item-116170 .toggle { display: none; }
  #hp-our-network button { margin-top: -1px; }
  #hp-issues { background: url(../images/dots-sm.png) 0 100% repeat-x; }
  #hp-movement-title h2 { text-align: left; max-width: 442px; margin-left: auto; margin-right: auto; }
  #hp-movement-title h2 span { display: block; }
  #hp-movement-wrapper .col-3 { max-width: 442px; margin-left: auto; margin-right: auto; }
  #hp-movement-wrapper .col-3::after { content: ''; position: absolute; right: 105px; bottom: 0; width: 100%; height: 100%; background-position: 100% 50%; background-repeat: no-repeat; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -webkit-background-size: 100% auto; background-size: 100% auto; }
  #hp-movement-wrapper .col-3 h3 { text-transform: uppercase; font-size: 12px; width: 46%; line-height: 1.2; padding-bottom: 6px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner { padding: 15px 10px 10px; position: relative; z-index: 3; min-height: 125px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p { margin: 0; padding: 0; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:first-of-type { width: 46%; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:last-child { position: absolute; right: 10px; top: 50%; margin-top: -15px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:not(:last-child) { font-size: 9px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner img { max-width: 31px; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: 3px; }
  #hp-movement-wrapper .donate { background-position: 100% 60%; -webkit-background-size: 70% auto; background-size: 70% auto; }
  #hp-movement-wrapper .donate::after { background-image: url(../svg/hp-donate-overlay-sm.svg); }
  #hp-movement-wrapper .join { background-position: 100% 95%; -webkit-background-size: 60% auto; background-size: 60% auto; }
  #hp-movement-wrapper .join::after { background-image: url(../svg/hp-join-overlay-sm.svg); }
  #hp-movement-wrapper .take-action { background-position: 100% 80%; -webkit-background-size: 50% auto; background-size: 50% auto; }
  #hp-movement-wrapper .take-action::after { background-image: url(../svg/hp-action-overlay-sm.svg); }
  #hp-movement-wrapper .button { width: 81px; text-align: center; font-size: 12px; padding: 9px 0 7px; }
  #hp-movement-wrapper .button::after { font-size: 10px; vertical-align: middle; }
  #blog-tw-wrapper { background: url(../images/blog-tw-wrapper-bg-sm.jpg) 0 100% no-repeat; position: relative; }
  .footer-offices .office { margin-top: 22px; }
  .footer-503 .textwidget { margin-top: 22px; }
  .footer-503 .textwidget:last-child { margin-top: 50px; }
  .campaigns-programs-wrapper .section-title { text-align: center; }
  .campaigns-wrapper { max-width: 560px; margin-left: auto; margin-right: auto; }
  .campaigns-wrapper .img-wrapper { height: 45vw; max-height: 220px; }
  .media-post.featured .img-wrapper { height: 45vw; max-height: 220px; }
  .page-template-default blockquote, .page-template-page-news blockquote { border-radius: 3px; background: linear-gradient(45deg, rgba(0, 38, 204, 0.2) 0%, rgba(255, 135, 76, 0.2) 100%); }
  .single blockquote { border-radius: 3px; background: linear-gradient(45deg, rgba(0, 38, 204, 0.2) 0%, rgba(255, 135, 76, 0.2) 100%); }
  #intp-movement-wrapper { max-width: 560px; margin-left: auto; margin-right: auto; }
  .media-wrapper.featured { max-width: 560px; margin-left: auto; margin-right: auto; }
  #sidebar svg.bg { display: none; }
  .in-this-section-sidebar { margin-top: 40px; }
  .single-federation.et_left_sidebar #left-area { float: none; width: auto; padding-right: 0; padding-left: 0; }
  .federation-contact-wrapper { max-width: 340px; }
  .federation-facebook-embed { max-width: 340px; }
  #donate-button-footer { border-radius: 3px; }
  .page-template-page-tools-and-resources-landing .tools-resources-sidebar { display: none; }
  .page-template-page-tools-and-resources-landing .tr-mob-sidebar .tools-resources-sidebar { display: block; }
  .search-toggle { display: none; }
  .hp-campaigns-slider .view-all { display: none; }
  .hp-victory-spotlight-wrapper .view-all { display: none; } }
@media only screen and (min-width: 981px) { body { font-size: 1.125em; }
  body:not(.home) #hp-movement-wrapper { margin-top: 80px; }
  body:not(.page-template-page-issues-landing):not(.page-template-page-campaigns-landing) .main_title + article { margin-top: 30px; }
  .button { font-size: 1.333em; padding: 15px 20px; letter-spacing: .05em; }
  .button::after { font-size: 18px; }
  #hp-main-slider .et_pb_slide_description a.et_pb_more_button { font-size: 1.333em; padding: 15px 20px; letter-spacing: .05em; }
  #hp-main-slider .et_pb_slide_description a.et_pb_more_button::after { font-size: 18px; }
  #hp-main-slider .et_pb_container { padding-left: 59.3%; max-width: none; }
  #hp-main-slider .et_pb_slider_container_inner { padding: 0; vertical-align: middle; }
  #hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description h2 { font-size: 2.333em; letter-spacing: .05em; }
  .et_pb_button { font-size: 1.667em; min-width: 215px; }
  .pt-20 { padding-top: 20px; }
  .pt-40 { padding-top: 40px; }
  .pt-70 { padding-top: 70px; }
  .pb-80 { padding-bottom: 80px !important; }
  .pt-80 { padding-top: 80px; }
  .pb-40 { padding-bottom: 40px; }
  .ptb-60 { padding-bottom: 60px; padding-top: 60px; }
  .mb-70 { margin-bottom: 70px; }
  .mb-90 { margin-bottom: 90px; }
  .max-920 { max-width: 920px; margin-left: auto; margin-right: auto; }
  .container.max-920 { max-width: 920px; margin-left: auto; margin-right: auto; }
  .max-880 { max-width: 880px; margin-left: auto; margin-right: auto; }
  .flex { display: -ms-flexbox; display: -webkit-flex; display: flex; }
  .flex.wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex.space-between { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .gap-20 { padding-left: 20px !important; padding-right: 20px !important; }
  .gap-20 .col-2 { width: calc(50% - 10px); }
  .gap-20 .col-2:first-child { margin-right: 20px; }
  .brr { border-radius: 5px; }
  .et_header_style_left .logo_container a { padding: 23px 0; width: 181px; border-radius: 0 0 6px 6px; }
  .et_header_style_left #et-top-navigation { display: flex; width: auto; padding-left: 30px !important; }
  .et_header_style_left #et-top-navigation nav > ul > li > a { padding-bottom: 0; }
  #top-menu > li > a { color: #0026CC; }
  #top-menu li.current-menu-item > a { color: #0026cc; }
  #top-menu .menu-item-has-children > a:first-child { padding-right: 15px; }
  #top-menu .menu-item-has-children > a:first-child::after { background: transparent url(../svg/bottom-arrow-plain.svg) 50% 50% no-repeat; font-weight: 400; top: 30px; width: 18px; -webkit-transition: color .4s ease-in-out; -moz-transition: color .4s ease-in-out; transition: color .4s ease-in-out; }
  #top-menu .menu-item-has-children > a:first-child:hover::after { color: #0026cc; }
  #top-menu .donate-mobile { display: none; }
  #top-menu li.mega-menu > ul { padding-left: 200px; }
  #top-menu li.mega-menu > ul > li { width: 50%; }
  #top-menu li.mega-menu > ul > li > a { padding-left: 10px; }
  #top-menu li.mega-menu > ul > li > a:first-child { border: none; font-weight: 400; font-weight: 500; text-transform: uppercase; }
  #top-menu li.mega-menu > ul > li:nth-of-type(4n+1) { clear: none; }
  #top-menu li.mega-menu li::before { content: '\f105'; font-family: "fontello"; speak: none; float: left; color: #ff874c; }
  #top-menu li.mega-menu li a { color: #fff; }
  #top-menu .sub-menu .sub-menu li a { padding: 3px 0 3px 20px; font-weight: 500; }
  #top-menu li.our-work > ul { background-color: #142fa3; }
  #top-menu li.tools-resources > ul { background-color: #c8ceee; }
  #top-menu li.tools-resources > ul a { color: #0026cc; }
  #top-menu li.take-action > ul { background-color: #ff874c; }
  #top-menu li.take-action li::before { color: #0026cc; }
  #top-menu li.news-media > ul { background-color: #b0532d; }
  #top-menu li.news-media > a::after { right: 15px; }
  #top-menu li.current-menu-ancestor > a { color: #0026cc; }
  #top-menu-nav > ul > li > a:hover { color: #0026cc; opacity: 1; }
  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container { position: relative; width: auto; }
  #logo { width: 146px; height: auto !important; }
  span.logo_helper { display: none; }
  .page-template-page-tools-and-resources-landing .tr-mob-sidebar { display: none; }
  .page-template-page-tools-and-resources-landing #main-content > .container { width: 100%; }
  .page-template-page-tools-and-resources-landing #left-area { padding-right: 0; width: 70%; }
  .nav-flex { display: flex; align-items: stretch; border-bottom: 1px solid #C8CFF1; }
  .flex-nav-donate-wrapper { display: flex; align-items: stretch; width: 100%; justify-content: space-between; }
  #donate-button-wrapper { display: flex; align-items: center; }
  #donate-button-wrapper small { max-width: 100px; font-size: 14px; display: inline-block; text-align: right; margin-top: 20px; color: #fff; line-height: normal; vertical-align: middle; }
  #donate-button { float: right; position: relative; display: block; padding: 15px 23px; margin: 18px 0 10px 15px; color: #fff; text-transform: uppercase; background-color: #ff874c; border-radius: 5px; position: relative; overflow: hidden; font-size: 20px; }
  #donate-button:hover { background-color: #b0522c; }
  #donate-button span { position: relative; z-index: 3; }
  #donate-button i { font-size: 14px; vertical-align: middle; margin-right: 2px; }
  #donate-button b { font-weight: 400; }
  .et_fullwidth_nav #top-menu li.mega-menu > ul { right: 0 !important; left: 0 !important; width: 100%; }
  .nav li ul { border-top: none; box-shadow: none; }
  .sub-menu .sub-menu li:before { display: none; }
  #menu-item-116170 a { padding-bottom: 0 !important; }
  .wpml-ls-sub-menu li { padding: 5px 0; }
  .et_pb_section_parallax .et_pb_parallax_css { background-attachment: scroll; }
  .et_pb_slides .et_parallax_bg.et_pb_parallax_css { background-attachment: scroll; }
  #hp-intro { font-size: 1.5rem; padding: 40px 0; max-width: 920px !important; }
  #network-tools-wrapper { padding-top: 0; max-width: 815px !important; margin-left: auto; margin-right: auto; z-index: 10; padding-left: 40px; padding-right: 40px; }
  #hp-our-network { padding: 0; }
  #hp-our-network h2 { font-size: 1.5em; padding-left: 37px; -webkit-background-size: 25px 30px; background-size: 25px 30px; }
  #hp-our-network input { width: 190px; margin-right: 5px; }
  #hp-tools-resources { padding: 0; }
  #hp-tools-resources h2 { font-size: 1.5em; padding-left: 55px; -webkit-background-size: 17px 30px; background-size: 17px 30px; }
  #hp-tools-resources .button { width: 320px; }
  #hp-issues { z-index: 10; padding-left: 40px; padding-right: 40px; }
  #hp-issues h2 { font-size: 2em; }
  #hp-issues p { font-size: 1em; max-width: 610px; margin-left: auto; margin-right: auto; }
  #hp-issues ul { margin-top: 32px; margin-bottom: 0; }
  #hp-issues li { width: 30%; text-align: left; padding-left: 28px; min-height: 184px; transition: all .2s ease-in-out; }
  #hp-issues li::before { width: 90px; height: 149px; transition: all .2s ease-in-out; }
  #hp-issues li:hover { z-index: 10; }
  #hp-issues li:hover::before { width: 110px; height: 182px; left: -9px; top: -16px; }
  #hp-issues li:hover a { padding: 13px 0 0 18px; }
  #hp-issues li:hover a::before { top: -20px; }
  #hp-issues li a { font-size: 1.8em; padding: 13px 0; transition: all .2s ease-in-out; line-height: 1.3; }
  #hp-issues li a::before { border-top-width: 2px; transition: top .2s ease-in-out; }
  .hp-campaigns-slider-wrapper { position: relative; }
  .hp-campaigns-slider-wrapper::after { content: ''; position: absolute; left: 0; width: 100%; height: 902px; display: block; visibility: visible; }
  .hp-campaigns-slider-wrapper > div { float: none; }
  #hp-movement-title { margin: 30px auto 0; }
  #hp-movement-title h2 { font-size: 2em; }
  #hp-movement-wrapper { position: relative; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 0 40px; }
  #hp-movement-wrapper::before { height: calc(100% + 300px); top: -150px; background-image: url(../svg/white-gradient-l.svg); }
  #hp-movement-wrapper .col-3 { border-radius: 5px; }
  #hp-movement-wrapper .col-3::after { content: ''; position: absolute; left: 0; bottom: 75px; width: 100%; height: 200%; background-position: 50% 100%; background-repeat: no-repeat; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; bottom: 95px; }
  #hp-movement-wrapper .col-3:hover::after { bottom: -275px; opacity: .8; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner { padding: 20px 20px 240px; position: relative; z-index: 5; height: 100%; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:nth-of-type(2) { position: absolute; left: 0; width: 100%; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:last-child { position: absolute; left: 0; bottom: 20px; width: 100%; }
  #hp-movement-wrapper .col-3 h3 { min-height: 50px; }
  #hp-movement-wrapper .col-3 p { font-size: 16px; }
  #hp-movement-wrapper .donate::after { background-image: url(../svg/hp-donate-overlay.svg); }
  #hp-movement-wrapper .donate p:nth-of-type(2) { bottom: 150px; }
  #hp-movement-wrapper .donate img { width: 58px; }
  #hp-movement-wrapper .join::after { background-image: url(../svg/hp-join-overlay.svg); }
  #hp-movement-wrapper .join p:nth-of-type(2) { bottom: 130px; }
  #hp-movement-wrapper .join img { width: 82px; }
  #hp-movement-wrapper .take-action::after { background-image: url(../svg/hp-action-overlay.svg); }
  #hp-movement-wrapper .take-action p:nth-of-type(2) { bottom: 135px; }
  #hp-movement-wrapper .take-action img { width: 70px; }
  #hp-movement-wrapper .button { font-size: 24px; }
  #hp-movement-wrapper.flex > div { width: calc((100% - 40px) / 3); margin-right: 20px; max-width: 442px; }
  #blog-tw-wrapper { margin-top: 80px; padding: 0 40px; }
  #blog-tw-wrapper h2 { font-size: 2em; padding-bottom: 20px; }
  #blog-tw-wrapper h2 + p { font-size: 14px; }
  .regular-posts-wrapper { position: relative; }
  .regular-posts-wrapper h2 { font-size: 2em; margin-top: 0; }
  .regular-posts-wrapper h2 + p { font-size: 14px; }
  .regular-posts-wrapper h2 + p { position: absolute; right: 0; top: 10px; margin: 0; }
  .posts .post { width: 49%; padding-top: 49%; border-radius: 5px; }
  #hp-twitter-timeline { box-shadow: -4px 4px 30px rgba(0, 0, 0, 0.2); height: calc(100% - 119px); }
  #hp-twitter-timeline > div { height: 100%; }
  #hp-twitter-timeline > div p { height: 100%; }
  #sub-footer .container { padding-left: 40px; padding-right: 40px; width: 100%; max-width: 1446px; }
  #sub-footer li { text-align: left; text-align: left; }
  #sub-footer p { text-align: left; }
  #sub-footer .footer-offices { margin-bottom: 40px; padding-top: 10px; }
  #sub-footer .footer-offices .office { width: 25%; }
  #sub-footer .offices-503-wrapper { width: 75%; }
  #sub-footer .nav { padding-right: .8em; }
  #sub-footer .nav a { font-size: 20px; font-size: 1em; padding: 10px 0; }
  #sub-footer .nav li.take-action { margin-left: -12px; }
  #sub-footer .office:not(:last-child) { padding-right: .8em; }
  #sub-footer .office:last-child { flex: 1; min-width: 200px; }
  .footer-503 .textwidget:last-child { max-width: 570px; }
  .footer-503 p { font-size: 14px; }
  .footer-offices p { font-size: 14px; }
  #main-footer .container { width: 100%; padding-left: 40px; padding-right: 40px; max-width: 1446px; }
  #main-footer:not(.hide) .fixed-footer-wrapper:not(.as-button) { min-height: 80px; }
  #signup .button { padding-bottom: 4px; }
  #signup input.email { width: 232px; }
  #signup input.zip_code { width: 126px; margin: 0 10px; }
  #signup form { display: flex; align-items: flex-end; }
  #signup fieldset { min-width: 430px; margin-right: 15px; }
  #custom_html-4 { font-size: 1rem; }
  #footer-widgets .connect a:first-child { margin-left: 10px; }
  #footer-widgets .footer-widget { margin-bottom: 0; }
  .fixed-footer-wrapper .textwidget { margin-top: 15px; }
  .fixed-footer-wrapper small { width: 130px; font-size: 14px; }
  .fixed-footer-wrapper button.toggle-btn { right: 10px; }
  .fixed-footer-wrapper form { max-width: none; }
  .fixed-footer-wrapper input { font-size: 1em; padding: 12px; }
  .fixed-footer-wrapper input.email { width: 40%; }
  .fixed-footer-wrapper input.zip_code { width: 30%; }
  #donate-button-footer { font-size: 20px; width: 158px; }
  #signup-wrapper { width: 67%; }
  #twitter-widget-0 { height: 100% !important; }
  .hp-social-sidebar li a.icon::before { font-size: 1.056em; }
  .et_right_sidebar #left-area { float: right; padding-left: 20px; margin-left: 5%; }
  .et_right_sidebar #sidebar { padding-right: 30px; padding-left: 0; }
  .et_left_sidebar #left-area { float: right; padding-left: 20px; margin-left: 5%; }
  .et_left_sidebar #sidebar { padding-right: 30px; padding-left: 0; }
  .page-template-default blockquote, .page-template-page-news blockquote { padding: 2em 50px 2em 80px; background: url(../svg/quote-bg.svg) 0 0 no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; max-width: 768px; }
  .page-template-default blockquote h2, .page-template-page-news blockquote h2 { padding-bottom: 1em; margin-top: 0 !important; }
  .page-template-default blockquote h3, .page-template-page-news blockquote h3 { margin-top: 0 !important; }
  .page-template-default blockquote::after, .page-template-page-news blockquote::after { top: 30px; }
  .page-template-default:not(.et_full_width_page) #main-content > .container, .page-template-page-news:not(.et_full_width_page) #main-content > .container { width: 100%; }
  .page-template-default:not(.et_full_width_page) #left-area, .page-template-page-news:not(.et_full_width_page) #left-area { padding-right: 0; width: 70%; }
  .page-template-default:not(.et_full_width_page) #left-area h2, .page-template-page-news:not(.et_full_width_page) #left-area h2 { clear: both; }
  .page-template-default #sidebar, .page-template-page-news #sidebar { padding-right: 0; width: 25%; }
  .page-template-default .entry-content:last-child, .page-template-page-news .entry-content:last-child { margin-bottom: 0; }
  .page-template-default:not(.home) .entry-content, .page-template-page-news:not(.home) .entry-content { margin-bottom: 2em; }
  .page-template-default:not(.home) .entry-content p:first-child, .page-template-page-news:not(.home) .entry-content p:first-child { font-size: 24px; }
  .single blockquote { padding: 2em 50px 2em 80px; background: url(../svg/quote-bg.svg) 0 0 no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; max-width: 768px; }
  .single blockquote h2 { padding-bottom: 1em; margin-top: 0 !important; }
  .single blockquote h3 { margin-top: 0 !important; }
  .single blockquote::after { top: 30px; }
  .single #main-content > .container { width: 100%; }
  .single #main-content .container { padding-top: 0px; }
  .single #left-area { padding-right: 0; width: 70%; }
  .single #left-area h2 { clear: both; }
  .single #sidebar { padding-right: 0; width: 25%; }
  .single .entry-content { margin-bottom: 2em; }
  .single .entry-content:last-child { margin-bottom: 0; }
  .single:not(.single-federation) .entry-content p:first-child { font-size: 24px; }
  .archive #main-content > .container { width: 100%; }
  .archive #left-area { padding-right: 0; width: 70%; }
  .archive #sidebar { padding-right: 0; width: 25%; }
  .archive .media-wrapper .media-post { background: #fff; margin-bottom: 20px; }
  .archive .media-wrapper .media-post:nth-child(3n+1) { margin-left: 0; }
  .archive .media-post.featured { margin-bottom: 40px; }
  .blog #main-content > .container { width: 100%; }
  .blog #left-area { padding-right: 0; width: 70%; }
  .blog #sidebar { padding-right: 0; width: 25%; }
  .blog .media-wrapper .media-post { background: #fff; margin-bottom: 20px; }
  .blog .media-wrapper .media-post:nth-child(3n+1) { margin-left: 0; }
  .blog .media-post.featured { margin-bottom: 40px; }
  .container.left-sidebar { width: 100%; }
  .container.left-sidebar #left-area { padding-right: 0; width: 70%; }
  .container.left-sidebar #sidebar { padding-right: 0; width: 25%; }
  #main-content .container:before { display: none; }
  .entry-title { font-size: 2em; }
  #left-area { line-height: 1.5; }
  .page-template-page-media-landing #left-area { padding-right: 0; width: 70%; margin-left: 0; padding-right: 25px; }
  .page-template-page-media-landing .main_title { line-height: 1; }
  .page-template-page-media-landing .main-feature + .container { width: 100%; max-width: none; }
  #sidebar.tools-resources-sidebar { padding-right: 0; width: 25%; padding-left: 1em; text-align: right; position: relative; }
  #post-116124 .entry-content { padding-left: 0; background: #fff; }
  #post-116124 .media-post { margin-bottom: 20px; }
  #post-116124 .media-wrapper .media-post:nth-child(3n+1) { margin-left: 0; }
  #post-116123 .entry-content { padding-left: 0; background: #fff; }
  #post-116123 .media-post { margin-bottom: 20px; }
  #post-116123 .media-wrapper .media-post:nth-child(3n+1) { margin-left: 0; }
  #post-116125 .entry-content { padding-left: 0; background: #fff; }
  #post-116125 .media-post { margin-bottom: 20px; }
  #post-116125 .media-wrapper .media-post:nth-child(3n+1) { margin-left: 0; }
  #sidebar { width: 25%; padding: 20px 0 0 20px !important; position: relative; margin-bottom: 2em; }
  #sidebar .widget_recent_entries { margin-left: -20px; }
  #sidebar .widget_recent_entries li { min-height: 148px; padding-left: 20px; }
  #sidebar .widget_recent_entries h4 { padding-left: 20px; }
  #sidebar .widget_recent_entries .post-date { font-size: 14px; }
  #sidebar svg.bg { position: absolute; top: -163px; left: 0; z-index: 3; height: auto; }
  #sidebar:not(.bg) { position: relative; }
  #sidebar div[id^="nav_menu"] { text-align: right; }
  #sidebar div[id^="nav_menu"] h4 { padding-right: 40px; }
  #sidebar div[id^="nav_menu"] ul.menu > li > a { padding: 15px 40px 15px 0; }
  #sidebar div[id^="nav_menu"] ul.menu > li > a::after { top: 15px; }
  #sidebar div[id^="nav_menu"] ul ul a { padding-right: 40px; }
  .page-template-page-campaigns-landing #main-content .container { max-width: 1100px; }
  .page-template-page-campaigns-landing .entry-content p:first-child { font-size: 1.33em; }
  .main_title { font-size: 64px; }
  .media-post.featured .content { position: relative; }
  .media-post.featured .content::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 14px 14px 14px 0; border-color: transparent #3351d6 transparent transparent; position: absolute; left: -14px; top: 50%; margin-top: -14px; }
  .media-post.featured .content h2 + p { margin-left: 20px; }
  .media-post.featured .content a.kapra-m { margin-left: 20px; }
  #intp-movement-wrapper { width: 100%; padding-left: 40px; padding-right: 40px; max-width: 1446px; margin-left: auto; margin-right: auto; }
  #intp-movement-wrapper > div { width: 100%; }
  #intp-movement-wrapper .flex > div { width: calc((100% - 100px) / 3); }
  #intp-movement-wrapper .flex > div:not(:last-child) { margin-right: 50px; }
  #intp-movement-wrapper .col-3 { border-radius: 5px; }
  #intp-movement-wrapper h2 { font-size: 2em; }
  #intp-movement-wrapper h3 { font-size: 19px; }
  #intp-movement-wrapper h3 + p { margin-top: 10px; min-height: 80px; }
  #intp-movement-wrapper .donate img { margin-top: 10px; }
  #intp-movement-wrapper .button { width: 162px; }
  .page-template-page-issues-landing .entry-content p:first-child { line-height: 1.5; margin-top: 10px; }
  .tools-resources-wrapper .flex { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .tools-resources-wrapper p { font-size: 1rem; }
  .search-result-for { font-size: 24px; margin-bottom: 0; }
  .search-tools-resources button { font-size: 24px; }
  .sorting-search-results label.selected::after { top: 17px; }
  .sorting-search-results .labels-wrapper { left: auto; right: 0; top: 30px; }
  .main-feature .container { width: 90%; margin-left: 0; }
  .tools-resources-sidebar h4 { padding: 0 40px 20px 0; position: relative; z-index: 9; }
  .tools-resources-sidebar div { position: relative; z-index: 9; }
  .tools-resources-sidebar li a { padding: 18px 40px 18px 10px; position: relative; }
  .tools-resources-sidebar li a::after { float: none; font-size: 20px; position: absolute; right: 10px; top: 18px; }
  .news-media-sidebar .widget { position: relative; z-index: 9; }
  .news-media-title h2 { font-size: 2em; }
  .news-media-wrapper h2.kapra { font-size: 2em; }
  .news-media-wrapper > div { padding-top: 0; }
  .campaigns-programs-wrapper .section-title { font-size: 2em; }
  .in-this-section-sidebar { text-align: right; }
  .in-this-section-sidebar .title { padding-right: 40px; }
  .in-this-section-sidebar a:not(.button) { padding: 15px 40px 15px 0; }
  .in-this-section-sidebar a:not(.button)::after { top: 15px; }
  .in-this-section-sidebar ul ul a { padding-right: 40px; }
  .single-federation.et_left_sidebar #left-area { float: left; padding-right: 5.5%; }
  .single-federation .et_pb_post { margin-bottom: 40px; }
  .single-federation .regular-posts-wrapper { max-width: 1366px; }
  .victories-wrapper .post + .post { margin-top: 60px; }
  .network-overlay-header { font-size: 40px; }
  .the-network-taxonomy-section .federation-state-item .federation-state { white-space: normal; }
  .the-network-taxonomy-section .federation-country-item .federation-state { white-space: normal; }
  #et-top-navigation .wpml-ls-item { display: none; }
  .flex-981 { display: -ms-flexbox; display: -webkit-flex; display: flex; }
  .wpml-ls-statics-shortcode_actions { font-family: 'Kapra Neue Expanded'; text-transform: uppercase; color: #0026cc; }
  .wpml-ls-statics-shortcode_actions span { color: #fff; font-size: 14px; font-weight: 400; letter-spacing: normal; }
  .wpml-ls-statics-shortcode_actions li ul { max-height: 0; overflow: hidden; }
  .wpml-ls-statics-shortcode_actions li:hover ul { max-height: 500px; }
  .entry-content input { height: 60px; padding: 0 15px; margin-bottom: 20px; }
  div.alignleft { margin-top: 25px; }
  div.alignleft:not(.wp-caption)::after { border-radius: 5px; }
  div.alignleft img { border-radius: 5px; }
  div.alignright { margin-top: 25px; }
  div.alignright:not(.wp-caption)::after { border-radius: 5px; }
  div.alignright img { border-radius: 5px; }
  div.wp-caption:not(.alignnone) > div::after { border-radius: 5px; }
  div.alignnone img { border-radius: 5px; }
  .federation-template-default .entry-content img.alignleft { margin-top: 0; }
  .federation-template-default .entry-content img.alignright { margin-top: 0; }
  .select-media-coverage li { margin-left: 20px; padding: 10px 0 0 20px; }
  .select-media-coverage li::before { font-size: 1.5em; }
  .network-overlay-text { font-size: 24px; }
  .find-wrapper + p { font-size: 24px; }
  .find-wrapper input { margin-bottom: 0; }
  .media-updates-news-media { margin-left: -20px; }
  .current-ta { padding-left: 40px; padding-right: 40px; min-height: 700px; max-height: none; -webkit-background-size: cover; background-size: cover; padding-top: 130px; }
  .current-ta h2 { font-size: 48px; margin-bottom: 10px; }
  .current-ta label { margin-top: 50px; }
  .recent-ta h3 { font-size: 40px; }
  .recent-ta p { opacity: 0; padding-right: 45px; background: url(../svg/right-arrow.svg) 100% 8px no-repeat; position: absolute; bottom: 0; min-height: 50px; }
  .recent-ta a:hover p { opacity: 1; }
  .recent-ta a:hover h3 { opacity: 0; }
  .recent-ta a:hover .button { opacity: 0; }
  .recent-ta a:hover::before { opacity: 0; }
  .recent-ta a:hover::after { opacity: 0; }
  .recent-ta a:hover .content::after { opacity: .7; }
  .side-cta { border-radius: 0 4px 4px 0; text-align: left; margin: 40px 0 40px -20px; }
  .staff-wrapper h2.kapra-e { font-size: 36px; font-weight: normal !important; padding: 0; margin-top: 30px !important; }
  .members-block { margin-bottom: 70px; }
  .single-members #content-area { padding-left: 40px; padding-right: 40px; max-width: 1366px; margin: 0 auto; }
  .search-title { font-size: 40px; line-height: 1; padding-bottom: 50px; }
  #searchform-r { border-bottom-width: 5px; }
  #searchform-r .icon-search { left: -45px; font-size: 24px; }
  #searchform-r button { width: 24px; height: 24px; font-size: 24px; }
  #searchform-r input::-webkit-input-placeholder { font-size: 24px; }
  #searchform-r input::-moz-placeholder { font-size: 24px; }
  #searchform-r input:-ms-input-placeholder { font-size: 24px; }
  #searchform-r input::-ms-input-placeholder { font-size: 24px; }
  #searchform-r input::placeholder { font-size: 24px; }
  .search-term { font-size: 24px; margin-bottom: 60px; }
  .search-results h3 { font-size: 24px; padding-bottom: 1em; }
  .search-results article { padding-bottom: 50px; margin-bottom: 50px; }
  .post-type-archive-podcast #left-area { float: none; width: 90%; margin-left: auto; margin-right: auto; max-width: 1100px; padding: 0; }
  .single-podcast #left-area { float: none; width: 90%; margin-left: auto; margin-right: auto; max-width: 1100px; padding: 0; }
  .podcast-description { margin-bottom: 3em; }
  .podcast-wrapper h3 { font-size: 32px; } }
@media only screen and (min-width: 981px) and (max-width: 1199px) { #blog-tw-wrapper .et_pb_column_2_3 { width: 67.833%; margin-right: 2.5%; }
  ul.hp-social-sidebar li:first-child { margin-left: -10%; }
  .fixed-footer-wrapper button.toggle-btn { top: 40px; }
  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container { padding: 0 20px; }
  .et_header_style_left #et-top-navigation { display: flex; }
  #top-menu-nav { display: flex; }
  #top-menu { display: flex; }
  #top-menu > li > a { font-size: 18px; height: 100%; } }
@media only screen and (min-width: 981px) and (max-width: 1349px) { .media-post.featured .img-wrapper { width: 320px; }
  .media-post.featured .content { width: calc(100% - 320px); padding-left: 20px; }
  .the-network-taxonomy-section .et_pb_row { width: 94%; }
  .the-network-taxonomy-section .et_pb_column:last-child { width: 32%; }
  .the-network-taxonomy-section .et_pb_column:not(:last-child) { width: 60.5%; }
  #sub-footer .menu-wrapper { width: 25%; max-width: 340px; }
  #sub-footer .footer-offices { webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }
@media only screen and (min-width: 1200px) { .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container { padding: 0 20px; }
  .et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container { padding-left: 10px; }
  #top-menu { display: flex; }
  #top-menu > li { padding-right: 26px; padding-top: 25px; }
  #top-menu > li > a { font-size: 18px; height: 100%; }
  #top-menu .menu-item-has-children > a:first-child { padding-right: 20px; }
  .et_header_style_left #et-top-navigation { display: flex; padding-top: 10px; }
  #top-menu-nav { display: flex; }
  #searchform { margin-right: 40px; }
  #searchform input { width: 230px; }
  #donate-button-wrapper small { max-width: 130px; margin-top: 22px; }
  #donate-button { margin-top: 13px; width: 204px; text-align: center; letter-spacing: 1px; }
  #sub-footer { padding: 40px 0; }
  #sub-footer .office:last-child { flex: 0; min-width: 280px; }
  #footer-widgets { font-size: 16px; }
  #custom_html-4 a { margin-right: 30px; }
  #custom_html-4 .connect p { margin-right: 10px; }
  #stay-informed-form { display: inline-block; min-width: 580px; }
  #signup { display: flex; }
  #signup #wpcf7-f120394-o1 { display: inline-block; min-width: 580px; }
  #signup input.zip_code { width: 135px; font-size: 15px; margin: 0 0 0 15px; }
  #signup .button { margin-left: 15px; }
  #signup .ngp-form { margin-left: 1rem; }
  #signup > span.kapra-e { padding-top: 25px; }
  #main-footer:not(.hide) .fixed-footer-wrapper:not(.as-button) { min-height: 60px; }
  .fixed-footer-wrapper .textwidget { margin-top: 0; }
  .fixed-footer-wrapper input.email { width: 180px; font-size: 15px; }
  .fixed-footer-wrapper input { margin: 0 0 0 15px; vertical-align: middle; }
  .fixed-footer-wrapper small { width: 130px; vertical-align: middle; }
  .fixed-footer-wrapper .button { font-size: 1.333em; width: 185px; }
  .fixed-footer-wrapper .kapra-e { font-size: 20px; vertical-align: middle; }
  .fixed-footer-wrapper button.toggle-btn { top: 25px; }
  .main-feature { height: 180px; }
  .post-type-archive-podcast .main-feature { height: 17vw; }
  .single-podcast .main-feature { height: 17vw; }
  .campaigns-programs-wrapper { padding-bottom: 30px; }
  .campaigns-wrapper .img-wrapper { width: 446px; }
  .campaigns-wrapper .content { width: calc(100% - 446px); min-height: 250px; }
  .media-post.featured .img-wrapper { width: 446px; width: calc(100% - 446px); min-height: 250px; }
  #intp-movement-wrapper .col-3 { padding: 30px; }
  #intp-movement-wrapper .col-3 h3 { font-size: 1.5em; }
  .network-overlay-wrapper { text-align: center; }
  .the-network-taxonomy-section ul.federation-state-sub-list { padding-right: 2em; }
  .latest-ta-wrapper { width: 1100px; }
  .recent-ta a { width: 505px; height: 379px; margin-bottom: 0; padding: 0; }
  .recent-ta a:not(:nth-child(-n+1)) + a { margin-top: 90px; }
  .recent-ta .content { padding: 50px; }
  .recent-ta .content::before { border-width: 20px 0 20px 20px; margin-top: -20px; }
  body.post-type-archive-podcast #left-area { width: 100%; margin-left: auto; margin-right: auto; }
  body.single-podcast #left-area { width: 100%; margin-left: auto; margin-right: auto; }
  .page-template-page-events-calendar .events-wrapper iframe { min-height: 700px; } }
@media only screen and (min-width: 1350px) { #top-menu > li { padding-right: 46px; }
  #top-menu .menu-item-has-children > a:first-child { padding-right: 22px; }
  #top-menu li.mega-menu > ul > li { width: 33.33%; }
  #hp-main-slider .et_pb_slide_description a.et_pb_more_button { margin-top: 20px; padding: 0; font-size: 1.667em; }
  #hp-main-slider .et_pb_slide_description a.et_pb_more_button::after { -webkit-transition: none .2s; -moz-transition: none .2s; transition: none .2s; }
  #hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description { padding: 100px 0 0; }
  #hp-main-slider .et_pb_bg_layout_dark .et_pb_slide_description h2 { font-size: 2.667em; line-height: 1.23; }
  #hp-issues ul { margin-top: 60px; }
  #hp-issues li { min-height: 188px; padding-bottom: 0; padding-top: 23px; }
  #hp-issues li:nth-last-child(-n+3) { margin-top: 40px; }
  #hp-issues li:hover { margin-bottom: 0; }
  #hp-issues li:hover::before { width: 130px; height: 215px; left: -18px; top: -18px; }
  #hp-issues li a { font-size: 2em; padding-bottom: 0; }
  #hp-issues > div { max-width: 1366px; margin-left: auto; margin-right: auto; }
  #hp-movement-wrapper .section-title h2 { font-size: 2.667em; margin-top: -3px; padding-bottom: 3px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner { padding: 44px 55px 344px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:last-child { bottom: 66px; }
  #hp-movement-wrapper .col-3 .et_pb_text_inner p:nth-last-of-type(-2n+2) { bottom: 219px; }
  #hp-movement-wrapper .col-3 h3 { font-size: 1.667em; min-height: 102px; line-height: 1.35; }
  #hp-movement-wrapper .col-3::after { bottom: 170px; }
  #hp-movement-wrapper .col-3 p { line-height: 1.5; }
  #hp-movement-wrapper .button { min-width: 220px; }
  #blog-tw-wrapper .posts .post { width: 47%; padding-top: 47%; }
  #blog-tw-wrapper .posts .post:nth-child(1) { margin-bottom: 55px; }
  #blog-tw-wrapper .posts .post:nth-child(2) { margin-bottom: 55px; }
  #blog-tw-wrapper .posts .post:nth-child(3) { margin-bottom: 0; }
  #blog-tw-wrapper .posts .post:nth-child(4) { margin-bottom: 0; }
  .regular-posts-wrapper .post { width: calc((100% - 40px) / 3); margin-bottom: 20px; padding-top: calc((100% - 40px) / 3); }
  .regular-posts-wrapper h2 { float: left; }
  #hp-twitter-timeline { height: calc(100% - 99px); }
  #sub-footer .main-nav { padding-right: 65px; }
  #sub-footer .main-nav a { padding: 10px 0; font-size: 20px; }
  #sub-footer .main-nav li + li { margin-top: 4px; }
  #sub-footer .nav li.take-action a { padding: 13px; }
  #sub-footer .sub-nav a { padding: 10px 0; }
  #sub-footer .menu-wrapper { width: 20%; }
  #sub-footer .footer-offices { margin-bottom: 60px; }
  #footer-widgets .footer-widget:last-child { padding: 0 5%; }
  .fixed-footer-wrapper input.email { width: 230px; font-size: 1em; }
  .fixed-footer-wrapper input.zip_code { font-size: 1em; }
  .fixed-footer-wrapper small { width: auto; margin: 7px 10px 0 0; }
  .entry-title { font-size: 2.667em; }
  .page-template-default:not(.et_full_width_page) #left-area, .page-template-page-news:not(.et_full_width_page) #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .page-template-default #sidebar, .page-template-page-news #sidebar { width: 22.7%; }
  .page-template-default #left-area h2, .page-template-page-news #left-area h2 { padding-bottom: 25px; font-size: 1.667em; }
  .page-template-default #left-area ul, .page-template-page-news #left-area ul { padding-left: 7.5%; }
  .page-template-default #left-area ul li, .page-template-page-news #left-area ul li { padding: 10px 0 10px 30px; }
  .page-template-default #left-area ul li::before, .page-template-page-news #left-area ul li::before { font-size: 1.778em; }
  .page-template-default blockquote, .page-template-page-news blockquote { padding: 30px 0 30px 110px; -webkit-background-size: contain; background-size: contain; }
  .page-template-default blockquote h2, .page-template-page-news blockquote h2 { line-height: 1.35; }
  .page-template-default blockquote::after, .page-template-page-news blockquote::after { width: 92px; height: 92px; -webkit-background-size: auto; background-size: auto; left: 0; top: -10px; }
  .single #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .single #left-area h2 { padding-bottom: 25px; font-size: 1.667em; }
  .single #left-area h3 { padding-bottom: 30px; }
  .single #left-area ul { padding-left: 7.5%; }
  .single #left-area ul li { padding: 10px 0 10px 30px; }
  .single #left-area ul li::before { font-size: 1.778em; }
  .single #left-area .select-media-coverage ul { padding: 0; }
  .single #sidebar { width: 22.7%; }
  .single blockquote { padding: 30px 0 30px 110px; -webkit-background-size: contain; background-size: contain; }
  .single blockquote h2 { line-height: 1.35; }
  .single blockquote::after { width: 92px; height: 92px; -webkit-background-size: auto; background-size: auto; left: 0; top: -10px; }
  .page-template-page-tools-and-resources-landing #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .page-template-page-media-landing #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .page-template-page-media-landing #sidebar { width: 22.7%; }
  .archive #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .archive #sidebar { width: 22.7%; }
  .archive .media-wrapper .media-post { margin-bottom: 40px; }
  .blog #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .blog #sidebar { width: 22.7%; }
  .blog .media-wrapper .media-post { margin-bottom: 40px; }
  .container.left-sidebar #left-area { width: 70.4%; padding-left: 0; margin-left: 0; }
  .container.left-sidebar #sidebar { width: 22.7%; }
  .single.single-federation #left-area { padding-left: 5%; padding-right: 60px; }
  #sidebar.tools-resources-sidebar { width: 22.7%; }
  .single-federation #sidebar { max-width: 340px; }
  .tools-resources-wrapper > h3 { font-size: 1.667em; padding-bottom: 40px; }
  #sidebar svg.bg { top: -200px; }
  #sidebar div[id^="nav_menu"]:not(#nav_menu-5) h4 { padding-right: 40px; }
  #sidebar div[id^="nav_menu"] ul.menu > li:first-child > a { padding: 17px 40px 17px 11px; }
  #sidebar div[id^="nav_menu"] ul.menu > li:first-child > a::after { top: 17px; }
  .main-feature .container { max-width: 1645px; }
  .main-feature .main_title { margin-left: 29.6%; padding-left: 0; }
  .news-media-title h2 { font-size: 2.667em; }
  .media-post.press .img-wrapper { margin: -50px -20px 0 -30px; }
  .media-wrapper { clear: both; }
  .media-post.featured .img-wrapper { width: 490px; }
  .media-post.featured .content { width: calc(100% - 490px); min-height: 320px; }
  .news-media-sidebar .widget { margin-bottom: 40px; }
  #nav_menu-5 a { padding: 17px 11px; font-size: 1rem; }
  #text-5 h4 { padding-bottom: 0; font-size: 1.667em; }
  #text-11 h4 { padding-bottom: 0; font-size: 1.667em; }
  #text-11 .kapra-m { font-size: 1.333em; }
  a.kapra-m { font-size: 1.333em; }
  a.kapra-m i { font-size: 1.125em; margin-left: 7px; }
  .in-this-section-sidebar .title { padding-right: 40px; }
  .in-this-section-sidebar a { padding: 17px 40px 17px 11px; }
  .in-this-section-sidebar a::after { top: 17px; }
  .federation-logo { width: 295px; float: left; }
  .federation-content-with-logo { float: right; width: calc(100% - 295px); }
  .federation-contact-wrapper h4 { font-size: 1.333em; }
  .media-wrapper.featured { margin-bottom: 30px; }
  #post-116124 .media-post { margin-bottom: 40px; }
  #post-116123 .media-post { margin-bottom: 40px; }
  #post-116125 .media-post { margin-bottom: 40px; }
  .the-network-taxonomy-section .et_pb_row { width: 90%; }
  .the-network-taxonomy-section .et_pb_row > div:last-child { width: 38%; }
  .the-network-taxonomy-section .et_pb_row > div:first-child { width: 54.5%; }
  .members-block { margin-top: 0; } }
@media only screen and (min-width: 1400px) { .page-template-page-media-landing #content-area { width: 1366px; margin-left: auto; margin-right: auto; }
  .page-template-page-media-landing #sidebar { padding-left: 0 !important; }
  .page-template-page-media-landing #left-area { padding-right: 0; }
  .media-updates-news-media input.email { width: 45%; max-width: 200px; }
  .media-updates-news-media input.zip_code { width: 25%; }
  #hp-main-slider .et_pb_slider_container_inner { width: 560px; } }
