﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adspace {
    position: relative;
    float: left;
    width: 100%;
    background-color:#f2f2f2;
}

.newsPage {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 2em 0;
}

.news_topHolder {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.newsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.newsTopSection {
    background-color:#ffffff;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #dedede;
}

.newsFloater {
    display:flex;
    justify-content: flex-start;
    align-items:stretch;
    flex-wrap: wrap;
}

.news_leftRow, .news_rightRow {
    position: relative;
    float: left;
}


.topItem_center, .topItem_left, .topItem_right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.topItem_center {
    justify-content: center;
    text-align: center;
}

.topItem_center img {
    max-width:100%;
}

.topItem_right a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    text-align: center;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #dedede;
}

.topItem_right a:last-child {
    border-right-style:none;
    padding:0 0em 0 1.5em;
}

.topItem_right a:first-child {
    padding:0 0 0 0;
}

.newsDrop_holder {
    position:relative;
    margin:0 auto;
}

.newsDrop {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    border-top-style: none;
}

.newsDrop ul {
    display:flex;
    width:100%;
    align-content:stretch;
    flex-wrap:wrap;
    align-items:center;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.newsDrop ul li {
    display:flex;
    flex-wrap:wrap;
    flex-grow: 1;
    align-content:center;
    align-items:center;
    justify-content:center;
}

.newsDrop ul li a {
    display:flex;
    width:100%;
    padding:1em 1em 1em 1em;
    text-align:center;
    justify-content:center;
    text-decoration:none;
    color:#333333;
}

.newsDrop ul li a:hover {
    opacity:0.75;
    text-decoration:none;
}

.newsDrop ul li a:hover, .newsDrop ul li a:visited {
    color:#333333;
}

.searchHolder {
    position: relative;
    float: left;
    width: 100%;
}

.newsTopSearch {
    position: absolute;
    right: 0;
    z-index: 101;
    width: 0;
 /*   overflow: hidden;*/
    transition: width 0.75s;
    transition-timing-function: ease-in-out;
}

#newsSearch {
    cursor: pointer;
}

.active {
    width: 100%;
    transition: width 0.75s;
    transition-timing-function: ease-in-out;
}

.newsTopSearch input[type="text"] {
    position: relative;
    float: right;
    padding: 1em;
    margin: 0.5em 0 0.5em 0;
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    opacity: 0;
}

.news_search_triggers {
    position: relative;
    float: right;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 0.5em;
    margin: 0.5em 0 0.5em 2%;
    cursor: pointer;
    opacity: 0;
}

.news_body {
    position: relative;
    float: left;
    width: 100%;
}

.news_interiorBody {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    width:100%;
}

.news_article {
    border-right-style: none;
    border-right-color: #dedede;
    border-right-width: thin;
}

.newsSection_header h2 {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Rosarivo", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 1.15em 0 1em 0;
    padding: 1em 0 1em 0;
    font-size: 3.15em;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: thin;
}

.news_sideIcons {
    border-style:solid;
    border-color:#dedede;
    border-width:thin;
}

.news_sideIcons ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

.news_sideIcons ul li a, .news_sideIcons ul li a:visited {
    color:#333333;
    text-decoration:none;
}

.news_sideIcons ul li a:hover {
    opacity:0.8;
}

.news_sideNav {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
    padding: 20px;
   
}

.news_sideNavInnerHolder {
    
    width:100%;
    flex:1;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:space-around;
}

.news_sideNavInnerHolder_share {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-around;
}

.news_sideNavItem {
    flex: 1;
    margin: 0 0 0 2%;
}

.news_sideNavItem h4, .news_shareItem h4 {
    color: #333;
    font-family: "Rosarivo", serif;
    font-size: 1.25em;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #dedede;
}

.news_shareItem h4 {
    font-size:0.75em;
    text-align: center;
}

.news_sideNavItem ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.news_sideNavItem ul li {
    display:block;
    width:100%;
    font-size:1em;
    padding:0 0 0.5em 0;
    font-weight:bold;
    line-height:1.5em;
}

.news_sideNavItem ul li i {
    font-weight:normal;
}

.news_sideNavItem ul li a {
    display:block;
    width:100%;
    padding:10px;
    text-decoration:none;
    color:#333;
}

.news_sideNavItem ul li a:hover{
    text-decoration:none;
    color:#333;
    background-color:#f2f2f2;
}

.news_sideShare {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #ffffff;
    width: 400px;
    padding: 3em 1.5em 3em 1.5em;
    border-style: solid;
    border-color: #dedede;
    border-width: thin;
    border-left-style: none;
}

.news_shareItem {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size:2em;
    text-align: center;
}

.news_shareItem a {
    color:#444444;
    text-decoration:none;
}

.news_shareItem a:hover {
    color:#444444;
    text-decoration:none;
    opacity:0.85;
}

.news_byLine {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.news_byLine_info h1 {
    font-size:2em;
    margin:0 0 0 0;
    font-family: "Rosarivo", cursive;
    line-height:1.25em;
}

.news_byLine_info h2 {
    margin: 0.25em 0 0 0;
    line-height: 1.25em;
}

.news_section {
    width:100%;
    font-size:0.85em;
    text-transform:uppercase;
    margin:0 0 1em 0;
}


.interior_adZone {
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-content: flex-start;
    align-self: flex-start;
    width: 20%;
}

.interior_adZone img {
    max-width:100%;
}

.wide_adZone {
    /*display: flex;*/
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding: 1.5em 2% 1.5em 2%;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
}

.rowAd {
    margin:2.5em 0 0 0;
    border-style:solid;
    border-width:thin;
    border-color:#dedede;
    border-left-style:none;
    border-right-style:none;
}

.groupByline {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 2em 0 0 0;
}

.groupBylineHolder_1 {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25em 1.25em;
}

.groupBylinePic {
    position: relative;
    float: left;
    width: 20%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
}

.groupBylinePic img {
    max-width:100%;
}

.groupBylineText {
    position:relative;
    float:left;
    width:80%;
    padding-left:2%;
    font-size:0.85em;
    line-height:1.5em;
}

.groupBylinePic_dis {
    position: relative;
    float: left;
    width: 15%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}

.news_pullQuote_left, .news_pullQuote_right {
    position: relative;
    padding: 1.5em;
    font-size: 1.25em;
    color: #444444;
}

.news_pullQuote_center {
    width: 80%;
    padding: 1.5em;
    font-size: 1.25em;
    border-top: 0.25em solid #dedede;
    border-bottom: 0.25em solid #dedede;
    margin: 1.5em 0 1.5em 0;
    color: #444444;
}

.news_pullQuote_centerContainer {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    align-content:center;
    align-items:center;
    justify-content:center;
}

.news_quoteAuthor {
    text-align: right;
    font-style:italic;
    font-size:0.85em;
    margin-bottom:0 ;
}
.news_quoteAuthor:before {
    content: "\2014\0020";
}

/*====Article Styles*/

.news_article .float_Row h4 {
    color: #082746;
    margin: 1.5em 0 0.5em 0;
}

.newsRef {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 2em 0 0 0;
    border-top-style: solid;
    border-top-color: #333;
    border-top-width: thin;
}

    .newsRef h4 {
        text-transform: uppercase;
        color: #082746;
    }

.newsPicRight_30, .newsPicRight_50 {
    float: right;
    margin: 1em 0 1em 1.5em;
}

.newsPicLeft_30, .newsPicLeft_50 {
    float: left;
    margin: 1em 1.5em 1em 0;
}

.newsPicRight_30 img, .newsPicRight_50 img, .newsPicLeft_30 img, .newsPicLeft_50 img {
    min-width: 100%;
 }

.newsPicCaption {
    float: left;
    width: 100%;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.5em;
    padding:5px;
}

.newsLastP::after {
    content: url("https://www.astro.org/ASTRO/media/ASTRO/News%20and%20Publications/ASTROnews/ASTRO_A_20.png");
}

.newsCallout_blueleft_30, .newsCallout_blueleft_50, .newsCallout_blueright_30, .newsCallout_blueright_50, .newsCallout_blue_100 {
    padding: 1.5em;
    background-color: #e3e6f1;
    color: #082746;
    border-style: solid;
    border-width: thin;
    border-color: #082746;
    border-radius: 5px;
}

.newsCallout_blueleft_30 h4, .newsCallout_blueleft_50 h4, .newsCallout_blueright_30 h4, .newsCallout_blueright_50 h4, .newsCallout_blue_100 h4 {
    margin-top: 0 !important;
}

.newsCallout_blueleft_30, .newsCallout_blueleft_50 {
    float: left;
    margin: 0 1em 1.5em 0;
}

.newsCallout_blueright_30, .newsCallout_blueright_50 {
    float: right;
    margin: 0 0 1.5em 1em;
}

.news_alignTop {
    align-items: flex-start;
}

.newsNavHelpers {
    position: absolute;
    display: none;
    padding: 0.25em 0.75em 0.25em 0.75em;
    text-align: center;
    font-size: 0.75em;
    color: #333;
    left: 4.5em;
    top: -0.45em;
    background-color: rgba(40, 40, 40, 0.85);
    color:#ffffff;
    z-index: 100;
    border-radius: 3px;
    white-space: nowrap;
}





/*===Phone================================================================================================*/
@media screen and (max-width: 38.4375em) {
    .topItem_left {
        justify-content: center;
        text-align: center;
        font-size: 0.75em;
        color: #333333;
        padding: 0 0 0 0;
        transition: font-size 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_right {
        justify-content: center;
        text-align: center;
        font-size: 0.75em;
        color: #333333;
        padding: 0 0 0.25em 0;
        transition: font-size 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_right a {
        padding: 0 0.5em 0 0.5em;
    }

    .topItem_center {
        padding: 1em 0 0.5em 0;
    }

    .newsFloater {
        width: 100%;
        padding: 0 2% 0 2%;
    }

    .topItem_1 {
        order: 2;
        width: 100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;
    }

    .topItem_2 {
        order: 1;
        width: 100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;
    }

    .topItem_3 {
        order: 3;
        width: 100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;
    }

    .newsLogo_size {
        width: 40%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .newsDrop_holder {
        width: 100%;
    }

    .newsDrop ul {
        font-size: 0.85em;
    }

    .newsDrop ul li {
        width:100%;
        border-bottom-width:thin;
        border-bottom-color:#dedede;
        border-bottom-style:solid;
    }

    .newsDrop ul li:last-child {
        border-bottom-style:none;
    }

    .newsDrop {
        display:none;
        border-radius:0 0 0 0;
    }

    .newsTopSearch {
        top: -2.5em;
    }

    #mobileMenu, #mobileMenuInt {
        display: block;
    }

    .newsTopSearch input[type="text"] {
        width: 74%;
    }

    .news_search_triggers {
        width: 8%;
    }

    .news_body {
        margin: 1.5em 0 0 0;
    }

    .news_interiorBody {
        margin: 0 0 0 0;
    }

    .news_leftRow {
        width: 100%;
        margin: 0 0 0 0;
    }

    .news_rightRow {
        width: 100%;
    }

    .news_article {
        width: 100%;
        padding: 1.5em 2% 0 2%;
    }

    .news_sideNav {
        border-style: none;
    }

    .news_sideNavHolder {
        width: 100%;
    }

    .news_sideIcons {
        display:none;
        width: 100%;
        margin:0 0 0 0;
    }

    .news_sideIcons ul {
        display:flex;
        flex-wrap:wrap;
        padding:1em 0 1em 0;
        align-content:center;
        justify-content:center;
        align-items:center;
    }

    .news_sideIcons ul li {
        display: inline-block;
        position:relative;
        float:left;
        width: 10%;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 0 0 0;
        cursor: pointer;
    }

    .news_sideNav {
        width: 100%;
        min-height: 500px;
    }

    .news_byLine {
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .news_byLine_headshot {
        flex-wrap: wrap;
        width: 40%;
        margin: 0 0 20px 0;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 50%;
    }

    .news_byLine_headshot img {
        max-width: 100%;
    }

    .news_byLine_info {
        width: 100%;
        text-align: center;
    }

    .groupBylineHolder {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25em 1.25em;
    }

    .groupBylineHolder_2 {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_pullQuote_left, .news_pullQuote_right {
        float: left;
        width: 100%;
        margin: 1.5em 0em 1.5em 0em;
        border-top: 0.25em solid #dedede;
        border-bottom: 0.25em solid #dedede;
    }

    .news_sideNavInnerHolder {
        display: block;
    }

    .news_sideNavInnerHolder {
        display: block;
    }

    .newsCallout_blueleft_30, .newsCallout_blueright_30 {
        width: 100%;
    }

    .newsCallout_blueleft_50, .newsCallout_blueright_50 {
        width: 100%;
    }

    .newsCallout_blue_100 {
        width: 100%;
    }

    .newsPicRight_30, .newsPicLeft_30 {
        width: 100%;
    }

    .newsPicRight_50, .newsPicLeft_50 {
        width: 100%;
    }

}

/*===tablet================================================================================================*/
@media screen and (min-width: 38.4375em) {

    .topItem_left {
        justify-content: center;
        text-align: center;
        font-size: 0.85em;
        color: #333333;
        padding: 0 0 0.5em 0;
    }

    .topItem_right {
        justify-content: center;
        text-align: center;
        font-size: 0.85em;
        color: #333333;
        padding: 0 0 0.5em 0;
    }

    .topItem_right a {
        padding: 0 1.5em 0 1.5em;
    }


    .topItem_center {
        padding: 1em 0 0.5em 0 ;
    }

    .newsFloater {
        width: 100%;
        padding:0 2% 0 2%;
    }

    .topItem_1 {
        order: 2;
        width: 100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;
    }

    .topItem_2 {
        order: 1;
        width:100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;

    }

    .topItem_3 {
        order: 3;
        width: 100%;
        transition: width 0.15s;
        transition-timing-function: ease-in-out;
    }

    .newsTopSearch {
        top: -2em;
    }

    .newsLogo_size {
        width: 30%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .newsDrop_holder {
        width: 70%;
    }

    .newsDrop ul {
        font-size: 0.85em;
    }

    .newsDrop ul li {
        width:unset;
        border-bottom-style:none;
    }

    .newsDrop {
        border-radius: 0 0 10px 10px;
    }

    #mobileMenu, #mobileMenuInt {
        display: none;
    }

    .newsTopSearch input[type="text"] {
        width: 90%;
    }

    .news_search_triggers {
        width: 3%;
    }

    .news_body {
        margin: 5em 0 0 0;
    }

    .news_interiorBody {
        margin: 4em 0 0 0;
    }

    .news_leftRow {
        width: 100%;
        margin: 0 0 0 0;
    }

    .news_rightRow {
        width: 100%;
    }

    .news_article {
        width: 90%;
        padding: 0 2% 0 2%;
    }

    .news_sideNav {
        border-style: solid;
        border-color: #dedede;
        border-width: thin;
        border-left-style: none;
    }

    .news_sideNavHolder {
        width: 0%
    }

    .news_sideIcons {
        display:block;
        width: 10%;
        margin:unset;
    }

    .news_sideIcons ul {
        display:unset;
        flex-wrap:wrap;
        padding:unset;
        align-content:center;
        justify-content:center;
        align-items:center;
    }

    .news_sideIcons ul li {
        display: flex;
        position:unset;
        float:unset;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 1.5em 0 0 0;
        cursor: pointer;
    }

    .news_sideNav {
        width: 900px;
        min-height: 500px;
    }

    .news_byLine {
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .news_byLine_headshot {
        flex-wrap: wrap;
        width: 40%;
        margin: 0 0 20px 0;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 50%;
    }

    .news_byLine_headshot img {
        max-width: 100%;
    }

    .news_byLine_info {
        width: 100%;
        text-align:center;
    }

    .groupBylineHolder {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25em 1.25em;
    }

    .groupBylineHolder_2 {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_pullQuote_left, .news_pullQuote_right {
        width: 40%;
    }

    .news_pullQuote_left {
        float: left;
        margin: 1em 1.5em 1em 0;
        border-right: 0.25em solid #dedede;
    }

    .news_pullQuote_right {
        float: right;
        border-left: 0.25em solid #dedede;
        margin: 1em 0 1em 1.5em;
    }

    .news_sideNavInnerHolder {
        display: flex;
    }

    .newsCallout_blueleft_30, .newsCallout_blueright_30 {
        width: 50%;
    }

    .newsCallout_blueleft_50, .newsCallout_blueright_50 {
        width: 100%;
    }

    .newsCallout_blue_100 {
        width: 100%;
    }

    .newsPicRight_30, .newsPicLeft_30 {
        width: 50%;
    }

    .newsPicRight_50, .newsPicLeft_50 {
        width: 100%;
    }

}

/*===Small Screen================================================================================================*/
@media screen and (min-width: 72em) {

    .topItem_left {
        justify-content: flex-start;
        text-align: left;
        font-size: 0.85em;
        color: #333333;
        padding: 0;
    }

    .topItem_right {
        justify-content: flex-end;
        text-align: right;
        font-size: 0.85em;
        color: #333333;
        padding: 0;
    }

    .topItem_center {
        padding: 1.5em 1em 1.5em 1em;
    }

    .topItem_1 {
        order: 1;
        width: 33%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_2 {
        order: 2;
        width: 33%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_3 {
        order: 3;
        width: 33%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .newsLogo_size {
        width: unset;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .newsTopSearch {
        top: -1em;
    }

    .newsDrop_holder {
        width: 50%;
    }

    .newsDrop ul {
        font-size: 1em;
    }

    .newsTopSearch input[type="text"] {
        width: 80%;
    }

    .news_search_triggers {
        width: 8%;
    }

    .news_body {
        margin: 7em 0 0 0;
    }

    .news_leftRow {
        width: 73%;
        margin: 0 4% 0 0;
    }

    .news_rightRow {
        width: 23%;
    }

    .news_article {
        width: 75%;
        padding: 0 2% 0 2%;
    }

    .news_byLine {
        align-content: flex-end;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .news_byLine_headshot {
        width: 20%;
        margin: 0 2% 0 0;
        aspect-ratio: unset;
        overflow: unset;
        border-radius: unset;
    }

    .news_byLine_headshot img {
        max-width: 100%;
    }

    .news_byLine_info {
        width: 75%;
        text-align:left;
    }

    .news_sideIcons {
        width: 5%;
    }

    .groupBylineHolder {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25em 1.25em;
    }

    .groupBylineHolder_2 {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25em 1.25em;
    }

    .newsCallout_blueleft_30, .newsCallout_blueright_30 {
        width: 30%;
    }

    .newsCallout_blueleft_50, .newsCallout_blueright_50 {
        width: 50%;
    }

    .newsCallout_blue_100 {
        width: 100%;
    }

    .newsPicRight_30, .newsPicLeft_30 {
        width: 30%;
    }

    .newsPicRight_50, .newsPicLeft_50 {
        width: 50%;
    }
}

/*===Large Screen================================================================================================*/
@media screen and (min-width: 89.063em) {

    .newsFloater {
        width: 1400px;
        padding: 0 0 0 0;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_1 {
        order: 1;
        width: 40%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_2 {
        order: 2;
        width: 20%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }

    .topItem_3 {
        order: 3;
        width: 40%;
        transition: width 0.5s;
        transition-timing-function: ease-in-out;
    }
}