/*Card*/
.str-embed-container {
    background: white !important;
}

.str-card-wrapper * {
    font-family: 'Open Sans', sans-serif !important;
}

.str-card-wrapper .header-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.str-card-wrapper .str-card-logo {
    width: 130px;
    height: 32px;
    background-size: contain;
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-top: 0 !important;
}

.str-card-wrapper .str-advertiser {
    display: block !important;
    color: #2673b5 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 12px !important;
    margin: 0 !important;
    margin-right: 25px !important;
    text-align: right !important;
    float: none !important;
    max-width: 320px !important;
}


/*close button*/

.str-card-wrapper .str-ico-close {
    float: none !important;
    position: absolute !important;
    right: 10px !important;
    display: block !important;
}

.str-card-wrapper .str-ico-info {
    display: none !important;
}

.str-card-wrapper .ad-sub {
    display: inline-block !important;
    color: inherit !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}


/*Call to Action Button*/

.str-card-wrapper a.str-custom-share {
    background-color: #7CC576 !important;
    text-decoration: none;
    font-weight: bold;
}


/*Card Banner*/

.str-card-banner.banner-top-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 33px;
    z-index: 5000;
}

.str-card-wrapper .banner-top-content {
    display: table;
    color: white;
    background: #7CC576;
    border-bottom-left-radius: 4em;
    border-bottom-right-radius: 4em;
    padding: 7px 50px 10px 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}


/*card types*/

.str-card-wrapper.str-cr-article iframe {
    padding-top: 35px !important;
}


/*mobile*/

@media (max-width:500px) {
    .str-card-wrapper .str-advertiser {
        max-width: 120px !important;
    }
    .str-cr-hosted-video .str-embed-container {
        overflow: visible !important;
        /* Ensures banner can sit/display outside it's parent element */
    }
    .str-cr-hosted-video .str-card-banner {
        top: -75% !important;
        /* Relocates top banner to top of viewport */
    }
}