﻿
.intBanner {
    width: 100%;
}

    .intBanner img {
        display: block;
    }

.innter-title {
    width: 100%;
    background-color: #003764;
    color: #ffffff;
}

    .innter-title h2 {
        display: inline-block;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

.innter_title_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em 1.25em;
}

.innter-title a {
    text-decoration:none;
    color:#ffffff;
}

.innter-title a:hover, .innter-title a:visited {
    text-decoration: none;
    color: #ffffff;
}

.astroCart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.astroCart .fa-stack {
    height:unset;
    line-height:unset;
}

.astroCart .fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -2.5em;
    content: attr(data-count);
    font-size: 40%;
    padding: 0.6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    color: #003764;
    text-align: center;
    min-width: 1em;
    font-weight: bold;
    background: white;
    border-style: solid;
}

.astroCart.astroCart .fa-cart-shopping:before, .astroCart .fa-shopping-cart:before {
    position: absolute;
    top: -0.5em;
    right: 0.5em;
    content: "\f07a";
}

.inner_subNavtrigger {
    font-size: 0.75em;
    cursor: pointer;
}

.astroCrumbs {
    font-size: 0.85em;
    color:#454545;
}

.astroCrumbs a, .astroCrumbs a:visited {
    text-decoration: none;
    color: #454545;
}

    .astroCrumbs a:hover {
        color: #003764;
    }

.astroSidenav {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 2em 0;
}

    .astroSidenav a:hover {
        text-decoration: none;
        border-left-style: solid;
        border-left-color: #003764;
        border-left-width: 2px;
    }

    .astroSidenav ul {
        font-size: 1.15em;
        line-height: 1.5em;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: none;
    }

        .astroSidenav ul ul {
            font-size: 0.9em;
        }

        .astroSidenav ul li a {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #edf5fb;
        }

            .astroSidenav ul li a:hover {
                padding-left: 8px;
            }

        .astroSidenav ul li ul li a {
            display: block;
            width: 100%;
            padding: 5px 10px 5px 20px;
            background-color: #f4f9fd;
            color: #454545;
            transition: color 0.45s;
        }

            .astroSidenav ul li ul li a:hover {
                padding: 5px 10px 5px 18px;
                color: #5d9732;
            }

        .astroSidenav ul li ul li ul li a {
            display: block;
            width: 100%;
            padding: 5px 10px 5px 30px;
            background-color: #f4f9fd;
            color: #454545;
        }

            .astroSidenav ul li ul li ul li a:hover {
                padding: 5px 10px 5px 28px;
            }

.current:before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    content: "\f0da";
    font-size: 15px;
    line-height: 20px;
    color: #003764;
    margin-left: -0.75em;
}

.astro_mainColumn, .astro_sideColumn, .astro_wideColumn, .astro_wideColum, .astro_sideColumn_blog, .astro_mainColumn_blog {
    transition: width 0.5s;
    transition-timing-function: ease-in-out;
}

.astro_sideColumn_blog img {
    max-width: 100%
}

.astro_intFlexRow, .astro_intFlexRow_blog {
    display: flex;
    justify-content: flex-start;
    margin: 1.5em 0 1.5em 0;
    transition: width 0.5s, gap 0.5s;
    transition-timing-function: ease-in-out;
}

.astro_intFlexRow_blog .astro_wideColum {
    margin: 0 0 1.5em 0;
}

.astro_blogHeadshot {
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    margin: 0 0 1.5em 0;
}

.astro_blogHeadshot img {
    min-width: 100%;
}

.astro_mainColumn_blog .float_Row p:first-of-type {
    margin-top: 0;
}

.astro_sideColumn_blog .float_Row h3:first-of-type {
    margin: 0 0 0.5em 0;
    margin-block-start: 0em;
}

.astro_blogTopics {
    width: 100%;
    padding: 1em 1em 1em 1em;
    background-color: #f2f2f2;
}

.hideBoxTrigger {
    width: 100%;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    border: solid thin #dedede;
    border-radius: 0.25em;
    padding: 1em;
    margin: 1.5em 0 1.5em 0;
    cursor: pointer;
    transition: background-color 0.35s;
    transition-timing-function: ease-in-out;
}

.hideBoxTrigger:hover {
    background-color: #f2f2f2;
}

.astro_hideBox {
    display: none;
    width: 100%;
    margin: 1.5em 0 1.5em 0;
}

.astro_commentBox {
    width: 100%;
    padding: 1em;
    border: solid thin #dedede;
    border-radius: 0.25em;
    margin: 1.5em 0 1.5em 0;
}

/*  styles for Thermo  */

.ben_thermoWrapper {
    position: relative;
    float: left;
    width: 630px;
}

.ben_thermoBottom {
    position: relative;
    float: left;
    width: 605px;
    height: 60px;
    margin: 0 0 0 5px;
    background-color: #e01c18;
}

.ben_thermoGraph {
    position: relative;
    float: left;
    width: 605px;
    height: 20px;
    margin: 0 0 0 5px;
    border-style: none;
    border-left-style: solid;
    border-left-color: #dedede;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #dedede;
    border-right-width: thin;
}

.ben_thermoNumHolder {
    position: relative;
    float: left;
    width: 100%;
}

#ben_thermoFirstNum {
    position: relative;
    float: left;
    color: #000000;
    font-weight: bold;
}

#ben_thermoLastNum {
    position: relative;
    float: right;
    color: #000000;
    font-weight: bold;
}

.ben_thermoTopWrapper {
    position: absolute;
    top: 0;
    right: 20px;
    width: 96%;
}

.ben_thermoMask {
    position: relative;
    float: right;
    width: 100%;
    height: 60px;
    background-color: #003764;
}

.ben_thermoTopGraph {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    margin: 0 0 0 0;
    border-style: none;
    border-left-style: solid;
    border-left-color: #dedede;
    border-left-width: thin;
}

#ben_thermoTopNum {
    position: relative;
    float: left;
    color: #000000;
    font-weight: bold;
}

.astro_blogIntPic {
    position:relative;
    float:left;
    width:30%;
    margin:0 4% 20px 0;
}

.astro_blogIntPic img {
    min-width:100%;
}

/*=====ASTROnews Pages================*/

.newsTagline {
    position: relative;
    float: left;
    width: 100%;
    font-size: 1.25em;
    margin: -1em 0 1.5em 0;
}

.frameLook {
    border-style: none;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    margin-top: 1.75em;
}

.newsBox1 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 1.25em;
    background-color: #efeff0;
}

.newsBox1 img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.newsBox1 h3 {
    font-size: 1.25em;
}

.newsBox1 h3 a {
    text-decoration: none;
}

.newsBox2 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 1.25em;
    background-color: #f7f7f7;
}

.newsBox2 h3 {
    font-size: 1.25em;
}

.newsBox2 h3 a {
    text-decoration: none;
}

.newsBox2 img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.newspictureBox {
    display: block;
    position: relative;
    float: left;
    width: 15%;
    margin-right: 1.5em;
}

.newsinfoBox {
    position: relative;
    float: left;
    width: 80%;
}

.newsinfoBox h3 {
    margin-top: 0.5em;
}

.currentIssue {
    position: relative;
    float: left;
    width: 100%;
}

.currentIssue img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.currentIssueImge {
    position: relative;
    float: left;
    width: 100%;
}

.currentIssueInfo {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 2em;
}

.currentIssueInfo h2 {
    font-size: 2.5em !important;
    margin-top: 0em;
    margin-bottom: 0em;
}

.secTitles {
    position: relative;
    float: left;
    font-size: 1.75em;
    width: 100%;
    margin-bottom: 1em;
}

.buttonHolder {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1em;
}

.showMoreIssues {
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 1.25em;
    padding: 1em;
    text-align: center;
    background-color: #ffffff;
    color: #393a39;
    border-style: solid;
    border-color: #dedede;
    border-width: thin;
    cursor: pointer;
}

.showMoreIssues a {
    text-decoration: none;
    color: #393a39;
}

.astroNews_hideBox {
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

/*=======APEx Styles=======*/

.astro_sideBox_grey {
    position: relative;
    float: right;
    width: 40%;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    padding: 1.65em;
    border-style: solid;
    border-color: #dedede;
    background-color: #f2f2f2;
}

.astro_pullQuote {
    font-size: 1.15em;
    color: #003764;
    padding: 0px;
    margin: 0 2% 20px 2%;
    vertical-align: baseline;
}

.astro_pullQuote_textHeavy {
    font-size: 1.15em;
    color: #003764;
    font-weight: bold;
    padding: 0px;
    margin: 0 2% 0 2%;
}

.quote_leftPic {
    position: relative;
    float: left;
    width: 100%;
}

.apexTable {
    padding: 20px;
    border-bottom: 2px solid #5f9733;
    border-top: 2px solid #5f9733;
}

.astro_FlexWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 20px;
    margin: 20px 0 0 0;
}

.astro_FlexItem_4 {
    box-sizing: border-box;
    flex-basis: 23.5%;
    padding: 2%;
    text-align: center;
    background-color: #f2f2f2;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: thin;
}

.astro_FlexItem_1 {
    box-sizing: border-box;
    flex-basis: 100%;
    padding: 4%;
    text-align: center;
    background-color: #f2f2f2;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: thin;
}

.statNum {
    font-size: 4em;
    color: #679627;
    font-weight: bold;
}

.astro_quote_grey, .astro_quote_white {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 2%;
    margin: 20px 0 0 0;
    border-style: solid;
    border-color: #dedede;
    border-width: thin;
}

.astro_quote_grey {
    background-color: #f2f2f2;
}

astro_quote_white {
    background-color: #ffffff;
}

.astro_bigQuote_open {
    position: absolute;
    top: 30px;
    left: -8%;
    width: 5%;
    box-sizing: border-box;
    font-size: 8em;
    color: #0d3966;
}

.astro_bigQuote_close {
    position: absolute;
    bottom: -30px;
    right: -5%;
    width: 5%;
    box-sizing: border-box;
    font-size: 8em;
    color: #0d3966;
}

.astro_quote_text {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 90%;
    margin: 0 5% 0 6%;
}

.astro_quote_text p {
    margin: 0 0 0 0;
}

.astro_quote_source {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    font-size: 1.25em;
    text-align: right;
    width: 100%;
    font-weight: bold;
    margin: 1em 0 1em 0;
    padding: 0 1em 0 0;
    color: #0d3966;
}

.disclaimer_box {
    float: right;
    width: 100%;
    padding: 2%;
    background-color: #dedede;
    margin: 10px 0 20px 0;
}

.disclaimer_box h3 {
    font-size: 1em;
    margin-top: 0px;
    font-weight: bold;
}

.spacing {
    padding: .35em;
}

.disclaimer_text {
    margin-right: 5%;
    width: 100%;
}

/*===============Patient Care and Research========*/

.infographic_box {
    float: right;
    width: 100%;
    padding: 2%;
    background-color: #dedede;
    margin: 10px 0 20px 0;
}

.infographic_box h3 {
    margin-top: 0px;
}

.infographic_pic {
    float: right;
    width: 40%;
}

.infographic_pic img {
    max-width: 100%;
}

.infographic_text {
    float: left;
    margin-right: 2%;
    width: 54%;
}

/*===============Event Top Filter =====================================*/

.astro_flexContainer_middlegap_blueNav div {
    padding: 0 1.5em 0 1.5em;
    border-right-style:solid;
    border-right-width:thin;
    border-right-color:#ffffff;
    text-transform:uppercase;
    
}

.astro_flexContainer_middlegap_blueNav div:last-child {
    border-right-style: none;
}

/*===============Sponsor Lists =====================================*/

.astro_sponsorList h3 {
    display: inline-block;
    font-size: 1.5em;
    margin: 0.75em 1.5%;
}

.astro_sponsorList h3 a {
    color: #337ab7;
    text-decoration: none;
}

/*===============Paste fro Word Fix=====================================*/

.fr-word-paste-modal button {
    color: #333333 !important;
}


/*===Phone================================================================================================*/
@media screen and (max-width: 38.4375em) {
    .intBanner img {
        max-width: 100%;
    }

    .innter-title h2 {
        font-size: 1.25em;
    }

    .inner_subNavtrigger {
        display: inline-block;
        margin: 0 0 0 0;
    }

    #interiorSide {
        display: none;
    }

    .innter-title, .astroCrumbs {
        padding: 0 1em 0 1em;
    }

    .astro_mainColumn, .astro_sideColumn, .astro_wideColumn, .astro_wideColum, .astro_sideColumn_blog, .astro_mainColumn_blog {
        width: 100%;
        margin: 0 0 1.5em 0;
    }
}

/*===tablet================================================================================================*/
@media screen and (min-width: 38.4375em) {

    .intBanner img {
        max-width: 100%;
    }

    .innter-title {
        padding: 0 1em 0 1em;
    }

    .innter-title, .astroCrumbs {
        padding: 0 1em 0 1em;
    }

    .innter-title h2 {
        font-size: 1.25em;
    }

    .inner_subNavtrigger {
        display: inline-block;
        margin: 0 0 0 1.5em;
    }

    #interiorSide {
        display: none;
    }

    .astro_mainColumn, .astro_wideColum, .astro_wideColumn, .astro_sideColumn, .astro_sideColumn_blog, .astro_mainColumn_blog {
        width: 100%;
        margin: 0 0 2em 0;
    }
}

/*===Small Screen================================================================================================*/
@media screen and (min-width: 53.875em) {

    .innter-title h2 {
        font-size: 1.25em;
    }

    .inner_subNavtrigger {
        display: none;
    }



    #interiorSide {
        display: block;
    }

    .astro_sideColumn {
        width: 23.5%;
        margin: 0 0 0 0;
    }

    .astro_sideColumn_blog {
        width: 23.5%;
        margin: 0 0 0 0;
    }

    .astro_mainColumn {
        width: 70%;
        margin: 0 0 0 0;
    }

    .astro_mainColumn_blog {
        width: 70%;
        margin: 0 0 0 0;
    }

    .astro_intFlexRow {
        gap: 0em 2%;
    }

    .astro_intFlexRow_blog {
        gap: 0em 5%;
    }
}

/*===Large Screen================================================================================================*/
@media screen and (min-width: 70.8125em) {
    .intBanner img {
        min-width: 100%;
    }

    .innter-title, .astroCrumbs {
        padding: 0 0 0 0;
    }


    .astro_intFlexRow {
        gap: 0em 6.5%;
    }
}
