﻿.news_ticketRow, .news_ticketRow_series {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    gap: 1.25em 2%;
}

.news_bigTicketRow {
    display: grid;
    width: 100%;
    justify-content: center;
    justify-items: center;
    margin: 0 0 1.5em 0;
    border-radius: 10px;
}

.news_grid3 {
    display: grid;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}

.news_grid4, .news_grid5 {
    display: grid;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
}


.astro_linkTicket, .news_storyTicket_4 {
    display: block;
    font-size: 1em;
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    border-radius: 10px;
    transition: box-shadow 0.15s;
    transition-timing-function: ease-in-out;
    color: #333333 !important;
    overflow: hidden;
    cursor: pointer;
}

.news_storyTicket_4 {
    width:23.5%
}

.astro_linkTicket:hover, .news_storyTicket_4:hover, .news_byLineCallout:hover {
    -webkit-box-shadow: 5px 5px 10px 0 #C9C9C9;
    box-shadow: 5px 5px 10px 0 #C9C9C9;
    text-decoration: none !important;
}

.astro_linkTicket a, .news_storyTicket_4 a {
    display: block;
    color: #333;
    text-decoration: none;
    width: 100%
}

.news_byLineCallout a {
    display: flex;
    flex-wrap:wrap;
    color: #333;
    text-decoration: none;
    width: 100%
}

.astro_linkTicket a:hover, .astro_linkTicket a:visited, .news_storyTicket_4 a:hover, .news_storyTicket_4 a:visited, .news_byLineCallout a:hover, .news_byLineCallout a:visited {
    text-decoration:none;
    color:#333;
}

.astro_linkTicket img, .news_storyTicket_4 img {
    display: inline-block;
    max-width: 100%;
    margin: 0;
}

.linkTicket_verbage {
    padding: 0 1.5em 1.5em 1.5em;
    line-height: 1.5em;
    width: 100%;
    color:#333;
}

.linkTicket_verbage h2 {
    font-size: 1.25em;
    line-height: 1.25em;
    color: #003764;
    margin: 0.25em 0 0.25em 0;
}

.linkTicket_verbage h3 {
    color: #333;
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0 0 0 0;
}

.linkTicket_verbage h4 {
    color: #333;
    font-size: 1em;
    line-height: 1.15em;
    margin: 0 0 0.5em 0;
}

.linkTicket_verbage h5 {
    color: #555555;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

.news_ticketRow_series .linkTicket_verbage h3 {
    font-size: 1.25em;
    line-height: 1.25em;
    color: #003764;
    margin: 0.5em 0 0.5em 0;
}

.news_ticketRow_series .linkTicket_verbage h2 {
    color: #333;
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0 0 0.25em 0;
}

.news_ticketRow_series .linkTicket_verbage h4 {
    color: #333;
    font-size: 1em;
    line-height: 1.15em;
    margin: 0 0 0.5em 0;
}

.news_ticketRow_series .linkTicket_verbage h5 {
    color: #555555;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}

.news_ticketRow_series {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    gap: 1.25em 2%;
}

.linkTicket_verbage_verbs {
    font-size: 0.85em;
}

.singleNews_img img {
    max-width: 100%;
    border-radius: 2%;
    display: block;
    object-fit: cover;
}

.singleNews_text_section {
    text-transform: uppercase;
}

.singleNews_text_container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.singleNews_text {
    position: relative;
    float: left;
    width: 100%;
    padding:1.5em;
    text-align: center;
}

.singleNews_text h2 {
    font-family: "Rosarivo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
}

.linkTicket_sectionTitle {
    display: block;
    font-size: 1em;
    color: #5D9732;
    text-transform: uppercase;
    margin: 1.5em 0 0 0;
}

.catLinks {
    display:block;
    width: 100%;
    font-size: 0.85em;
    font-weight: bold;
    color: #5d9732;
    padding: 0 1.5em 1.5em 1.5em;
}

.catLinks a {
    display:inline;
    color: #5d9732;
}

.catLinks a:hover {
    text-decoration:underline;
}

.astro_topicList ul {
    width:100%;
    list-style-type:none;
    margin:20px 0 20px 0;
    padding:0 0 0 0;
}

.astro_topicList li {
    width:100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.astro_topicList li a {
    display:block;
    width:100%;
    padding:0.25em 1em 0.25em 1em;
    border-style:solid;
    border-width:thin;
    border-color:#dedede;
    color:#333;
    text-decoration:none;
}

.astro_topicList li a:first-child {
    border-bottom-style:none;
}

.astro_topicList li:last-child {
    border-bottom: solid thin #dedede;
}

.astro_topicList li a:hover, .astro_topicList li a:visited {
     color:#333;
    text-decoration:none;
}

.astro_topicList li a:hover {
    background-color:#f2f2f2;
}

.news_byLineCallout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f2f2f2;
    margin: 0 0 1.5em 0;
    transition: box-shadow 0.15s;
    transition-timing-function: ease-in-out;
    cursor:pointer;
}

.news_byLinePicture {
    position: relative;
    float: left;
    width: 100%;
}

.news_byLineTextHolder, .news_simpleCalloutHolder, .news_byLinePictureHolder {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news_simpleCalloutHolder {
    align-items: flex-start;
}


.news_simpleCalloutHolder {
    width: 100%;
}

.news_byLineText, .news_simpleCalloutText {
    position: relative;
    float: left;
    text-align: left;
    padding: 1.5em;
}

.news_byLineText p, .news_simpleCalloutText p {
    margin-bottom: 0;
}

.news_byLineText {
    width: 95%;
}

.news_simpleCalloutText {
    width: 100%;
}

.news_byLineText h2 {
    font-size: 1.5em;
    margin: 0.5em 0 0em 0;
}

.news_byLineText h3 {
    font-size: 0.85em;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
}

.news_byLineText h4 {
    font-size: 1.25em;
    font-weight: normal;
    color: #333333;
    margin: 0.25em 0 0 0;
}

.news_longCallout_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.news_longCallout_image img {
    max-width: 100%;
    object-fit: cover;
}

.news_longCallout_image {
    width: 33%;
}

.news_longCallout_text {
    width: 65%
}   


/*===Phone================================================================================================*/
@media screen and (max-width: 38.4375em) {

    .news_storyTicket_4, .news_storyTicket_3, .news_storyTicket_2, .news_storyTicket_5 {
        width: 100%
    }

    .news_bigTicketRow {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25em 0;
    }

    .news_byLinePictureHolder {
        width: 100%;
    }

    .news_byLineTextHolder {
        width: 100%;
    }

    .news_byLinePictureHolder {
        margin: 1em 0 0 0;
        width: 100%;
    }

    .news_byLinePicture {
        width: 60%;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 50%;
        transition: border-radius 0.15s;
        transition-timing-function: ease-in-out;
    }

    .news_byLinePicture img {
        max-width: 100%;
    }

    .news_byLineText, .news_simpleCalloutText {
        text-align: center;
    }

    .news_longCallout_image {
        width: 100%;
        aspect-ratio: unset;
        padding: 0;
        border-radius: unset;
        margin: unset;
    }

    .news_longCallout_text {
        width: 100%
    }

    .noMobile {
        display: none;
    }

    .news_grid4, .news_grid5 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0 0;
    }

}



/*===tablet================================================================================================*/
@media screen and (min-width: 38.4375em) {

    .news_storyTicket_4, .news_storyTicket_3, .news_storyTicket_2, .news_storyTicket_5 {
        width: 47.5%
    }

    .news_bigTicketRow {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25em 0;
    }

    .news_byLineTextHolder {
        width: 70%;
    }

    .news_byLinePictureHolder {
        margin: 0 0 0 2%;
        width: 28%;
    }

    .news_byLinePicture {
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 50%;
        transition: border-radius 0.15s;
        transition-timing-function: ease-in-out;
    }

    .news_byLinePicture img {
        display:block;
        max-width: 100%;
    }

    .news_grid3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0 0;
    }

    .news_grid4, .news_grid5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_byLineText, .news_simpleCalloutText {
        text-align: left;
    }

    .news_longCallout_image {
        width: 70%;
        aspect-ratio: 1/1;
        padding: 0;
        border-radius: 50%;
        overflow: hidden;
        margin: 1em 0 1em 1em;
    }

    .news_longCallout_text {
        width: 96%
    }

    .news_longCallout_container {
        justify-content: center;
    }

    .noMobile {
        display: none;
    }

}

/*===Smaller Screen================================================================================================*/
@media screen and (min-width: 54.938em) {

    .news_byLineTextHolder {
        width: 80%;
    }

    .news_byLinePictureHolder {
        margin: 0 0 0 2%;
        width: 18%;
    }

    .news_grid3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_grid4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_grid5 {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.25em 1.25em;
    }

    .news_storyTicket_5 {
        width: 32%;
    }

    .news_longCallout_image {
        width: 38%;
        aspect-ratio: 1/1;
        padding: 0;
        border-radius: 50%;
        overflow: hidden;
        margin: 1em 0 1em 1em;
    }

    .news_longCallout_text {
        width: 60%
    }

    .news_longCallout_container {
        justify-content: space-between;
    }

}

/*===Small Screen================================================================================================*/
@media screen and (min-width: 72em) {

    .news_storyTicket_4 {
        width: 23.5%
    }

    .news_bigTicketRow {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25em 1.25em;
    }

    .singleNews_text {
        font-size: 0.9em;
    }

    .news_byLinePictureHolder {
        margin: 0 0 0 0;
        width: 20%;
    }

    .news_byLinePicture {
        aspect-ratio: unset;
        border-radius: unset;
        transition: border-radius 0.15s;
        transition-timing-function: ease-in-out;
    }

    .news_storyTicket_5 {
        width: 18%
    }

    .news_storyTicket_3 {
        width: 32%;
    }

    .news_storyTicket_2 {
        width: 49%
    }

    .singleNews_text {
        font-size: 1em;
    }

    .news_longCallout_image {
        width: 33%;
        aspect-ratio: 1/1;
        padding: 0;
        border-radius: 50%;
        overflow: hidden;
        margin: 1em 0 1em 1em;
    }

    .news_longCallout_text {
        width: 65%
    }

    .news_longCallout_container {
        justify-content: space-between;
    }


    .noMobile {
        display: block;
    }

}

/*===Large Screen================================================================================================*/
@media screen and (min-width: 89.063em) {

    .singleNews_text {
        font-size: 1.15em;
    }

    .news_longCallout_image {
        width: 33%;
        padding: unset;
        border-radius: unset;
        aspect-ratio: unset;
        margin: unset;
    }

    .news_longCallout_text {
        width: 65%
    }

}