/* Page Wide Settings */
body {
    background: #581f87;
    overflow-x: hidden;
}

p > a,
p > strong > a,
p > em > a,
.btn-feminist,
.sub_spotlight_box a,
ul.section-links li a,
#latest-news a,
blockquote a,
#breadcrumb-bar a,
.quote-attr a {
    color: #903 !important;
}

/* Header Styles */
header {
    background: #581f87; 
    padding: 1em 0;
}

#site_logo {
    max-width: 360px;
}

#advertising-banner {
    text-align: right;
}
#advertising-banner a {
    display: block;
    position: relative;
    top: -14px;
}

header #feminist-logo {
    position: relative;
    min-height: 90px;
}
header #advertising-banner {
    position: relative;
}
header #feminist-logo a,
header #advertising-banner a {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header #advertising-banner a {
    right: 10px;
}
@media screen and (min-width: 1400px) {
    header #advertising-banner a {
      right: 30px;
    }
}
header #feminist-logo img,
header #advertising-banner a > img {
    max-width: 100%;
}

/* Navigation Bar */

nav {
    background: #fff;
}

.feminist-topnav .navbar-nav {
    flex-wrap: nowrap;
}

@media screen and (min-width: 992px) {
    .feminist-topnav .navbar-nav {
        justify-content: space-between;
        width: 100%;
    }
    .feminist-topnav .navbar-nav li {
        align-items: center;
    }
    .feminist-topnav ul li a {
        padding: 5px 18px !important;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1vw;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .feminist-topnav .navbar-nav {
        flex-wrap: wrap;
    }
    .feminist-topnav ul li a {
        padding: 5px 10px !important;
        text-align: center;
    }
}

@media screen and (min-width: 1400px) {
    .feminist-topnav ul li a {
        font-size: 16px;
    }
}

a#whatsnew {
    background: #86beff;
    color: #000;
}

a#resources {
    background: #ff7828;
    color: #fff;
}

a#askamy {
    background: #ff7aff;
    color: #000;
}

a#news {
    background: #007dfd;
    color: #fff;
}

a#activism {
    background: #31c429;
    color: #000;
}

a#antiviolence {
    background: #bc0000;
    color: #fff;
}

a#events {
    background: #fa3fbf;
    color: #000;
}

a#marketplace {
    background: #1a45cd;
    color: #fff;
}

a#aboutus {
    background: #d4a410;
    color: #000;
}

a#columns {
    background: #068920;
    color: #fff;
}

span.navbar-toggler-icon {
    background: #E2E2E2;
}

span.navbar-toggler-icon i {
    position: relative;
    top: 5px;
}

@media screen and (max-width: 991px) {
    .nav-link {
        padding: 6px 10px !important;
    }
    .hide-desktop .nav-link {
        background: #581f87;
        color: #fff !important;
    }
}

/* Navigation Sub-Nav Call to Action Bar */

.stay-connected-bar {
    background: #fff;
    width: 100%;
}
.connectbar {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.socialmedia {
    text-align: center;
    padding: 6px 16px;
    background: #e7e7e7;
}
.socialmedia i {
    font-size:  24px;
    position: relative;
    top: 2px;
    margin: 0 4px;
}
.socialmedia i.fa-twitter-square,
.socialmedia i.fa-square-x-twitter {
    color: #1DA1F2;
}
.socialmedia i.fa-facebook-square,
.socialmedia i.fa-square-facebook {
    color: #4267B2;
}
.socialmedia i.fa-instagram-square,
.socialmedia i.fa-square-instagram {
    color: #E1306C;
}
.socialmedia i.fa-square-bluesky {
    color: #0085FF;
}

.socialmedia i.fa-youtube-square {
    color: #FF0000;
}

.socialmedia:hover {
    background: #D9D9D9;
}
span.stay-connected {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 0 !important;
}

a.join_mailing {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #dd3db8;
    text-align: center;
    color: #fff!important;
    width: 100%;
    padding: 8px 0;
    border: solid 1px #dd3bd8;
}

a.join_mailing:hover {
    background: #fff;
    color: #dd3db8!important;
    border: solid 1px #dd3bd8;
}

a.donate {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: orange;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    border: solid 1px orange;
}

a.donate:hover {
    background: #fff;
    color: orange;
    border: solid 1px orange;
}

/* Breadcrumb Bar - Internal Pages */

#breadcrumb-bar {
    width: 100%;
    background: #fff;
    padding: 20px 0 0;
}

/* Share This Bar */

.sharethis {
    width: 100%;
    background: #fff;
    padding: 0 0 10px;
}

.a2a_dd font {
    font-size: 16px !important;
}

.a2a_button_facebook .a2a_svg,
.a2a_button_twitter .a2a_svg,
.a2a_button_email .a2a_svg {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
} 


/* Site Content and Buttons */

.site-content {
    background: #fff;
    padding-bottom: 50px;
    width: 100%;
}

#featured-initiative-events .spotlight_hdr,
#site-highlights .sub_spotlight_hdr,
#latest-news .explore_hdr {
    width: 100% !important;
    margin-top: 60px;
    margin-bottom: 15px;
}

.explore_header,
.spotlight_header,
.sub_spotlight_header {
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    font-size: 24px;
    font-weight: 700;
}

.btn-feminist {
    background-color: #ebd7be !important;
    padding-right: 30px;
    padding-left: 30px;
    text-transform: capitalize;
}

.btn-feminist:hover {
    background: #ebc595 !important;
}

.btn-feminist-white {
    background-color: #fff !important;
    padding-right: 30px;
    padding-left: 30px;
    text-transform: capitalize;
}

.btn-feminist-white:hover {
    background-color: #581f87 !important;
    color: #fff !important;
}

/* Responsive Video Support */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; overflow: 
    hidden; max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/* Home Page Hero/Slider */

.feminist-slider-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.feminist-slider-hero .carousel-item img {
    max-width: 100%;
    width: 100%;
}

.slider-button-wrapper {
    position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.btn-slider a {
    display: inline-block;
    padding: 15px;
    width: 270px;
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
    letter-spacing: 1px;
    border: solid 1px #fff;
    transition: ease all 0.25s;
}

.btn-slider a:hover {
    background: #af0079 !important;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .slider-button-wrapper {
        position: relative;
        top: initial;
        margin: 20px auto;
        text-align: center;
    }
    .btn-slider a {
        display: inline-block;
        padding: 15px;
        width: 270px;
        background: rgba(0,0,0,0.6) !important;
        color: #fff !important;
        border-radius: 0 !important;
        text-transform: uppercase;
        font-weight: 400;
        text-decoration: none !important;
        letter-spacing: 1px;
        border: solid 1px #fff;
        transition: ease all 0.25s;
    }
    
    .btn-slider a:hover {
        background: #af0079 !important;
        color: #fff !important;
    }
}

/* About Section */

#about-section {
    padding: 30px 0 40px;
    background: #d3b9e9;
    width: 100%;
}

@media screen and (max-width: 991px) {
    #about-section .about-video {
        margin-bottom: 30px;
    }
}

.about-video h2,
.bracelets h2 {
    color: #af0079;
    margin: 15px 0 10px;
    font-size: 38px;
}

.about-intro {
    font-size: 18px;
    list-style: 1.35em;
}

/* Featured Spotlights - a 2 Column Section */

@media screen and (max-width: 991px) {
    .featured-spotlights .col-md-6 {
        margin-bottom: 40px;
    }
}

.featured-spotlights {
    padding: 40px 0;
}

.featured-spotlights h2 {
    color: #af0079;
}
.featured-spotlights img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 8px 8px 0px #af0079;
}

/* The Latest News formerly the Explore Section - 8 Column Left and 4 Column Right */

.explore_header {
    background: #cb018d;
}

ul.section-links {
    padding-left: 0;
    margin-bottom: 30px;
}

ul.section-links li {
    list-style-type: none;
    display: block;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
}

ul.section-links li:before {
    content: '\f111';
    color: #903;
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 7px;
}

/* #news-listing p {
    margin-left: 20px;
    position: relative;
}
#news-listing p:before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #77032a;
    position: absolute;
    left: -20px;
    top: 2px;
} */

#program-spotlight-row .col-md-6 {
    display: table;
}

#program-spotlight-row .col-md-6 .spotlight-content-wrapper {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    #program-spotlight-row .mobile-bottom-spacer {
        margin-bottom: 24px;
    }
}

.row.legislative-explainer-series {
    background: rgb(255 192 203 / 37%);
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.row.feminist-anniversaries {
    background: rgb(146 112 188 / 25%);
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.spotlight-content-wrapper {
    padding: 20px;
}

.spotlight-content-wrapper.envision-equality {
    background: #fcf8d1;
}

.spotlight-content-wrapper.election-series {
    background: #D1DCE5;
}

.spotlight-content-wrapper.legislative-explainer-series {
    background: rgb(255 192 203 / 37%);
}

.spotlight-content-wrapper.feminist-anniversaries {
    background: rgb(146 112 188 / 25%);
}

.spotlight-content-wrapper.covid-gendered-series {
    background: rgb(200 200 200 / 25%);
}


/* Featured Initiatives and Events - 2 Column Section with 4 Sub Sections */

.spotlight_box {
    margin-bottom: 30px;
}

.spotlight_box a img {
    margin-bottom: 10px;
}
.spotlight_header {
    background: #7c0156;
}

.spotlight_box h2 {
    margin-bottom: 0;
    color: #0098ae;
}

.spotlight_box h4 {
    color: #666;
    margin: 0 0 10px;
}

/* Site Highlights */

.sub_spotlight_header {
    background: #5b003c;
}

.sub_spotlight_box h4 {
    color: #555;
}

.sub_spotlight_box {
    margin-bottom: 20px;
    min-height: 190px;
}

.sub_spotlight_box a img {
    margin-bottom: 10px;
}

/* Envision Equality Page */

.topper-image {
    max-width: 100%;
    margin: 10px 0 20px 0;
    border-top: solid 1px #555;
    padding: 20px 0 0 0;
}

.meta-date {
    font-size: .875em;
    border-bottom: solid 1px #555;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

blockquote {
    border-left: solid 4px #581f87;
    margin: 20px 30px;
    padding: 20px;
    background: #f3f2f2;
}

.btn-large-cta {
    padding: 20px 50px;
    border-radius: 0 0 0 0;
    background: #ebd7be !important;
    color: #903 !important;
}

.btn-large-cta:hover {
    background: #ebc595 !important;
}

#ee-featured-articles {
    padding: 20px;
    background: #bee0e7;
    margin: 30px 0 40px;
    border-top: solid 6px #6CB1C0;
}

/* Article */

h2.subhead {
    color: #5a1596;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin: 50px 0 25px 0;
}
p.article-intro {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
p.quote {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
p.quote-attr {
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
}
p.quote-attr > strong {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
p.quote-attr:before {
    content: '';
    height: 2px;
    width: 70px;
    background: purple;
    display: block;
    margin: 0px auto 10px;
}

.foot-note {
    font-size: 14px;
}

.centered-content {
    margin: 0 auto;
    text-align: center;
}

/* Footer Styles */

footer {
    background: #581f87;
    color: #fff;
    border-top: none;
    text-align: center;
    padding: 30px 0;
}

footer a {
    color: #fff !important;  
}

/* Media Queries and Special Classes */

@media screen and (min-width: 992px) {
    .hide-desktop {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
    #advertising-banner {
        display: none;
    }
}