﻿
/*===Basic Styles================================================================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Model Pop Up*/

.astro_modelWindow {
    display: none;
    position: fixed;
    top:0;
    left:0;
    z-index: 300;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.5);
}

.astro_loadSpinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.25);
}


.astro_loadSpinnerHolder {
    display:flex;
    align-items:center;
    justify-content:center;
    align-content:stretch;
    flex-wrap:wrap;
}

.spinItem {
    justify-self:stretch;
    font-size:5em;
    color:#023461;
}

.astro_modelMessageBox {
    position: relative;
    background-color: #ffffff;
    padding: 1.5em;
    border-radius: 0.25em;
    transition: width 0.5s;
    transition-timing-function: ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modelHeader {
    position: sticky;
    position: -webkit-sticky;
    top: -1.5em;
    z-index: 100;
    padding: 0.75em 0 0 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #023461;
}

.modelFooter {
    position: sticky;
    position: -webkit-sticky;
    bottom: -1.5em;
    z-index: 100;
    padding: 0 0 1em 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.modelHeader h3 {
    display: inline-block;
    width: 90%;
    border-bottom-style: none !important;
}

.modelHeader .astro_modelClose {
    top: 0;
    right: 0;
}

.modelMessageBumpers {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.astro_modelClose {
    color:#333;
    cursor:pointer;
}

[abspos] {
    position: absolute;
    top: 2em;
    right: 2em;
}

/*Header Styles*/


.astro_mainContainer_top {
    display: flex;
    width: 100%;
    justify-content: center;
}

.astro_logoNavbox {
   /* padding: 0 0 0 0 !important;*/
}

.greenDivider {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #5d9732;
}

.astro_flexItem_grey {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
    gap: 2%;
    width: 100%;
    background-color: #f2f2f2;
}

#topSearch {
    display:none;
}

#searchToggle {
    cursor:pointer;
}

#toplogin {
    display:none;
}

#mobileLog {
    display:none;
}

.astro_flexItem_topNav {
    display: flex;
}

.astro_flexItemGrow_topNav {
    flex-grow: 1;
    flex-wrap: wrap;
    align-content: center;
    align-items: baseline;
}


.astro_topNav, .astro_secondaryTopNav {
    display: flex;
    width: 100%;
}

.astro_topNav {
    font-size: 0.85em;
    color: #023461;
}

.astro_secondaryTopNav {
    font-size: 0.95em;
    text-transform: uppercase;
    margin: 1em 0;
}

.astro_topNav ul, .astro_secondaryTopNav ul, .astro_mainNavBucket ul  {
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}



.astro_topNav li, .astro_secondaryTopNav li, .astro_mainNavBucket li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 0em 1em;
}


.astro_topNav li a, .astro_secondaryTopNav li a, .astro_mainNavBucket li a {
    width:100%;
    text-decoration:none;
    color: #023461;
}

.astro_topNav li a, .astro_secondaryTopNav li a {
    padding: 0em 0em;
}

.astro_topNav li {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dedede;
}

.astro_topNav li:last-child {
    border-right-style: none;
}

.astro_mainNavBucketfloater {
    transition:width 0.5s;
}

.astro_mainNavBucket {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    padding: 0 0 0 0;
    background-color: rgba(255, 255, 255, 0.9);
}


.astro_mainNavDrop {
    position: relative;
    width:100%;
}

.astro_mainNavDrop ul {
    display:block;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.astro_mainNavDrop li {
    display:block;
    line-height:1.5em;
    width:100%;
    margin:0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.astro_mainNavDrop li a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding: 0.75em 1.25em 0.75em 1.25em !important;
}

.astro_mainNavDrop li a:hover {
    background-color:#f2f2f2;
}

#mainNavItem1 .astro_mainNavDrop ul,
#mainNavItem2 .astro_mainNavDrop ul,
#mainNavItem3 .astro_mainNavDrop ul,
#mainNavItem4 .astro_mainNavDrop ul,
#mainNavItem5 .astro_mainNavDrop ul {
    display: none;
}

#mainNavItem1 a, #mainNavItem2 a, #mainNavItem3 a, #mainNavItem4 a, #mainNavItem5 a {
    transition: color 0.5s;
    transition-timing-function: ease-in-out;
}

#mainNavItem1, #mainNavItem2, #mainNavItem3, #mainNavItem4, #mainNavItem5 {
    transition: box-shadow 0.5s;
    transition-timing-function: ease-in-out;
}

#megaDrop1, #megaDrop2, #megaDrop3, #megaDrop4, #megaDrop5 {
    display: none;
}

/*======================Flex Navigation ===========================*/

.astro_flexDrop {
    position: absolute;
    width: 100%;
    font-size: 0.85em;
    top: 5em;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dedede;
}

.astro_mainNavBucket .astro_flexDrop ul {
    align-items:flex-start;
    column-gap:0.5em;
}

.astro_mainNavBucket .astro_flexDrop li {
    flex: 1 1 0;
    padding:0 0 0 0;
}

.astro_mainNavBucket .astro_flexDrop li a {
    text-align:left;
    padding: 1em 1em 1em 1em;
    color:#5d9732;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:#dedede;
}

.astro_flexDrop li a {
    font-weight:bold;
}

.astro_mainNavBucket .astro_flexDrop li a:hover {
   background-color:#f2f2f2;
}

.astro_mainNavBucket .astro_flexDrop ul ul {
    flex-direction:column;
    font-size:0.85em;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

.astro_mainNavBucket .astro_flexDrop ul ul li  {
    width:100%;
    line-height:1.25em;
}

.astro_mainNavBucket .astro_flexDrop ul ul li a {
    color:#333;
    font-weight:normal;
}

.navDropPop {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.astro_greyWraper, .astro_footerWraper {
    background-color: #f2f2f2;
}

/*Footer Styles*/

.astro_footerWraper {
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #023461;
}

.astro_footerBottom {
    background-color: #003764;
    padding: 10px 0;
}

.astro_footerBottom_text {
    position:relative;
    float:left;
    width:100%;
    color:#ffffff;
    text-align:right;
}

.astro_footerWraper ul {
    display: block;
    width:100%;
    margin:0;
    padding:0;
    list-style-type:none;
    
}

.astro_footerWraper ul li a {
    display:block;
    color: #888c8d;
    text-decoration:none;
    width:100%;
    padding:0.25em 0 0.25em 0;
}

.astro_footerWraper  ul li a h3 {
    text-transform:uppercase;
    color:#023461;
    font-size:0.85em;
    padding:0;
    margin:0.5em 0 0.5em 0;
}

.astro_footerWraper ul li a:visited {
    color:#888c8d;
}

.astro_footerWraper ul li a:hover {
    color: #023461;
}

.astro_footerInfo {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #888c8d;
    margin: 0 0 2em 0;
}


.leftFooterLinks h3 {
    margin: 0 0 0 0 !important;
    line-height: 1em;
}

.socMedioIcons_footer {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1.25em 0 1.25em 0;
    gap: 0 2%;
}

.socMedioIcons_footer a {
    display: block;
    width: 100%;
    color: #023461;
    text-decoration: none;
}

.socMedioIcons_footer a:hover, .socMedioIcons_footer a:hover {
    color:#023461;
    text-decoration:none;
}

.socMedioIcons_footer a:hover {
    opacity:0.7;
}

/*===Ad Butler=====*/
.astro_adFloater {
    position: relative;
    float: none;
    margin: 0 auto;
}

.astro_adFloater img {
    max-width: 100%;
}

.adColapseWraper {
    position: relative;
    float: left;
    width: 100%;
}

.adColapse {
    position: relative;
    width: 30px;
    height: 20px;
    margin: -1px auto 0 auto;
    background-color: #f3f3f4;
    cursor: pointer;
    text-align: center;
    border-style: solid;
    border-width: thin;
    border-color: #dedede;
    border-radius: 0 0 2px 2px;
    border-top-style: none;
}

.innerColapseText {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.innerColapseText.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



/*===Phone================================================================================================*/
@media screen and (max-width: 39.4375em) {

    .astro_modelMessageBox {
        float: left;
        width: 100%;
        margin: 0;
    }

    .astro_adFloater {
        width: 100%;
        height: auto;
        padding: 0 2% 0 2%;
    }

    .astro_flexItem_grey {
        padding: 0 2% 0 2%;
    }

    .astro_flexItem_topNav {
        justify-content: center;
    }

    .astro_flexItemGrow_topNav {
        display: none;
    }

    .astro_flexItem_mobileMenu {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        font-size: 1.25em;
        color: #5d9732;
        cursor:pointer;
    }

    .astro_topNav ul, .astro_secondaryTopNav ul, .astro_mainNavBucket ul {
        justify-content: center;
    }

   
    .astro_mainNavBucketfloater {
        display: block;
        position: relative;
        font-size:1em;
        width: 100%;
        margin: 0;
        padding: 0 2% 0 2%;
    }

    .astro_mainNavBucket li {
        width:100%;
    }

    .astro_mainNavBucket li a {
        width:100%;
        padding:0.75em 2% 0.75em 2%;
        border-bottom: 1px solid #dedede;
    }

    #astro_mobileHide_1, #astro_mobileHide_2, #astro_mobileHide_3, #astro_mobileHide_4 {
        display: flex;
    }

    .astro_mainNavBucket {
        display:none;
    }

    .astro_mainNavDrop ul {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .astro_footerWraper ul li {
        padding: 0 1em 0 1em;
        text-align: center;
    }

    .socMedioIcons_footer {
        padding: 0 1em 0 1em;
        justify-content: center;
    }

    .astro_footerBottom_text {
        text-align: center;
    }

    .astro_footerInfo {
        text-align: center;
    }

}


/*===tablet================================================================================================*/
@media screen and (min-width: 39.4375em) {

    .astro_modelMessageBox {
        float: left;
        width: 100%;
        margin: 0;
    }

    .astro_adFloater {
        width: 100%;
        height: auto;
        padding: 0 2% 0 2%;
    }

    .astro_flexItem_grey {
        padding: 0 2% 0 2%;
    }

    .astro_flexItem_topNav {
        width: 100%;
        justify-content: center;
    }

    .astro_flexItemGrow_topNav {
        display: flex;
        width: 100%;
    }

    .astro_topNav ul, .astro_secondaryTopNav ul, .astro_mainNavBucket ul {
        justify-content: center;
    }

    .astro_flexItem_mobileMenu {
        display: none;
    }

    .astro_mainNavBucketfloater {
        display:block;
        position: relative;
        font-size: 0.9em;
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }

    .astro_mainNavBucket li {
        flex-grow:unset;
        padding: 0 0.5em;
    }

    .astro_mainNavBucket li a {
        padding: 0.75em 0;
        border-bottom-style:none;
        text-align:center;
    }

    .astro_megaDrop ul {
        grid-template-columns: repeat(5, 1fr);
    }

    .astro_megaDrop li a {
        text-align:left;
    }

    #astro_mobileHide_1, #astro_mobileHide_2, #astro_mobileHide_3, #astro_mobileHide_4 {
        display: none;
    }

    .astro_mainNavBucket {
        display: block
    }

    .astro_mainNavBucket ul {
        font-size:0.95em;
        gap:0;
    }

    .astro_mainNavDrop ul {
        position: absolute;
        width: 174px;
        z-index: 15;
        top:0em;
        left: -0.75em;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
    }

    .astro_mainNavDrop li {
        font-size: 1em;
    }
   
    .astro_footerWraper ul li {
        padding: 0 1em 0 1em;
        text-align:center;
    }

    .socMedioIcons_footer {
        padding: 0 1em 0 1em;
        justify-content: center;
    }

    .astro_footerInfo {
        text-align: center;
    }

    .astro_footerBottom_text {
        text-align: center;
    }

}


/*===Small Screen================================================================================================*/
@media screen and (min-width: 53.875em) {

    .astro_adFloater {
        width: 728px;
        height: 90px;
        padding: 0 0 0 0;
    }

    .astro_flexItem_topNav {
        width: unset;
        justify-content: normal;
        padding:0 1em 0 1em;
    }

    .astro_flexItemGrow_topNav {
        width: unset;
    }

    .astro_topNav ul, .astro_secondaryTopNav ul {
        justify-content: right;
    }

    .astro_mainNavBucketfloater {
        font-size: 1em;
    }

    .astro_mainNavBucket ul {
        font-size:1em;
        gap: 2.5%
    }

    .astro_mainNavBucket li {
        padding: 0 0.5em;
    }

    .astro_mainNavBucket li a {
        padding: 0.75em 0;
        border-bottom-style: none;
    }

    .astro_mainNavDrop li {
        font-size: 0.75em;
    }

    .astro_footerWraper ul li {
        text-align: left;
    }

    .socMedioIcons_footer {
        justify-content: flex-start;
    }

    .astro_footerInfo {
        text-align: left;
        padding:0 1em 0 1em;
    }

    .astro_footerBottom_text {
        text-align: right;
        padding:0 1em 0 1em;
    }

}


/*===Large Screen================================================================================================*/
@media screen and (min-width: 70.8125em) {

    .astro_modelMessageBox {
        float: unset;
        width: 1000px;
        margin: 0 auto;
    }

    .astro_mainNavBucketfloater {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    .astro_flexItem_topNav {
        padding: 0 0 0 0;
    }

    .astro_mainNavDrop ul {
        top: 1em;
    }

    .astro_mainNavBucket li {
        flex-grow: 1;
        padding: 0.75em 0.75em 0.75em 0.75em;
    }

    .astro_flexItem_grey {
        padding: 0 0 0 0;
    }

    .astro_footerWraper ul li {
        padding: 0 0 0 0;
    }

    .astro_footerBottom_text {
        padding: 0 0 0 0;
    }

    .astro_footerInfo {
        padding: 0 0 0 0;
    }

    .socMedioIcons_footer {
        padding: 0 0 0 0;
    }
}