/* Minification failed. Returning unminified contents.
(75,41): run-time error CSS1030: Expected identifier, found ','
(75,66): run-time error CSS1031: Expected selector, found ')'
(75,66): run-time error CSS1025: Expected comma or open brace, found ')'
(457,29): run-time error CSS1030: Expected identifier, found '>'
(457,71): run-time error CSS1031: Expected selector, found ')'
(457,71): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #222;
    font-size: 14px;
    font-family: Arial, Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
    body, html {
        font-size: 18px;
    }
}

section {
    margin-bottom: 30px;
}

#wrapper {
    max-width: 1060px;
    min-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 2em 0;
    flex-grow: 1;
}
#skipnav {
    left: 0;
    top: -50px;
    z-index: 1;
}

#skipnav:focus {
    left: 0;
    width: auto;
    overflow: auto;
    height: auto;
    top: 0;
    transition: top .1s ease-in;
}

@media (max-width: 1060px) {
    #wrapper {
        max-width: 75%;
        min-width: 50%;
    }
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    color: #093547;
    font-size: 2em;
}

h2 {
    color: #093547;
    font-size: 1.5em;
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 1.25em;
    color: #093547;
    margin-bottom: .8em;
    margin-top: .8em;
}

a, a.pdf-link {
    color: #375C2D;
}

    a.pdf-link span:not(.healthPlanTitle, .healthPlanTitle > span) {
        text-decoration: none;
        color: #4e4e4e;
        font-weight: normal;
        font-style: italic;
        font-size: .8em;
        display: inline-block;
        margin-left: .25em;
    }

a:hover {
    text-decoration: none;
}

address {
    font-style: normal;
}

p {
    margin-top: 0;
    line-height: 1.5;
}

.PaddingTop10 {
    margin-top: 10px !important;
}

.PaddingTop20 {
    margin-top: 20px !important;
}

.PaddingBottom15 {
    margin-bottom: 15px !important;
}

.PaddingBottom20 {
    margin-bottom: 20px !important;
}

/*************************** Begin Header CSS ********************************/

#header {
    height: 150px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px;
    margin-bottom: 2em;
    position: relative;
}

    #header .searchBar {
        position: absolute;
        width: auto;
        bottom: 10px;
        left: 50%;
        transform: translateX(125px);
    }

    #header.planLevel .searchBar {
        transform: translateX(335px);
    }

    #header .searchBar input {
        width: 125px;
        font-size: inherit;
        border-style: solid;
    }

    #header .searchBar button#search_button {
        background-color: #093547;
        border-color: #093547;
        color: #fff;
        border-style: solid;
        font-size: inherit;
    }

    #header .searchBar button#search_button:hover, #header .searchBar button#search_button:focus {
        background-color: #ACC657;
        border-color: #ACC657;
        color: #222;
    }

@media only screen and (max-width: 1200px) {
    #header.highLevel .searchBar, #header.planLevel .searchBar {
        position: static;
        margin: 1em auto 0;
        transform: initial;
    }

    #header.planLevel .searchBar {
        margin-top: 0;
        text-align: right;
    }

    #header {
        height: auto;
    }
}
/***************************  End Header CSS *********************************/

/**************************** Begin Footer CSS *******************************/

#footer {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
}

#footer.highLevel {
    background-color: #093547;
}

#footer.planLevel {
    background-color: #f5f5f5;
}

#footer > #footerLinksContainer {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
}

#footer > #footerLinksContainer > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    width: calc(50% - 25px);
    margin: 10px;
}


    #footer > #footerLinksContainer > a:hover {
        text-decoration: underline;
    }

#footer.highLevel > #footerLinksContainer > a {
    color: #fff;
}

#footer.planLevel > #footerLinksContainer > a {
    color: #093547;
}

@media only screen and (min-width: 1024px) {
    #footer {
        height: 100px;
    }
    #footer > #footerLinksContainer {
        flex-wrap: nowrap;
        justify-content: space-around;
        padding: 0 10px;
    }
    #footer > #footerLinksContainer > a {
        width: calc(25% - 10px);
        margin: initial;
    }
}



/***************************** End Footer CSS ********************************/

/**************************** Begin Misc CSS *********************************/

#form1 {
    position: relative;
}

.leftColumnHighLevel2 {
    font-family: Arial, Helvetica, sans-serif;
}

span.highlighted {
    font-size: 1.4em;
    color: #375C2D;
}

#high-level-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    #high-level-page-container {
        width: auto;
        margin: auto;
        display: grid;
        justify-content: center;
        column-gap: 30px;
        grid-template: 's n' 'm c';
    }
}

.reader-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.select-provider {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}


.li_spaced {
    margin-bottom: 1em;
}

.li_minispaced {
    margin-bottom: .25em;
}

.healthPlanTitle {
    font-family: 'Calisto MT','Times New Roman',Times,serif;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
    color: #093547;
}

    .healthPlanTitle > span {
        font-variant: normal;
    }

#form1.selectForm, #form1.highLevelForm {
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
}

/**************************** Begin Landing Page Tiles CSS ********************/
.planBlock {
    width: 280px;
    height: 280px;
    background-color: #093547;
    padding: 15px 10px 20px 10px;
    text-align: center;
    color: #fff;
    border: solid;
    border-width: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    border-radius: 10px;
}

.planBlock .planImage {
    height: 150px;
    margin-bottom: 1em;
}

.planBlock .planImage > img {
    height: 100%;
}

.planBlock .planText > p:last-child {
    margin-bottom: 0;
}

.planBlock .planDescription {
    font-size: .85em;
}

.planBlock .planLink {
    font-family: 'Calisto MT', 'Times New Roman', serif;
    font-size: 1.125em;
    color: #fff;
}

/** Sections on Landing Page Styling*/
#NoticesSection > p {
    font-size: 1.25em;
}

/**Accordion Sections Styling*/
button.headerButton {
    display: block;
    width: 100%;
    padding: .5em .5em .5em 9px;
    text-align: left;
    font-weight: bold;
    font-size: inherit;
    position: relative;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-radius: 0px;
    background-color: #dce0e3;
    color: #093547;
}

    button.headerButton.hiding {
        background-color: #fff;
    }

    button.headerButton:hover {
        background-color: #dce0e3;
        cursor: pointer;
    }

    button.headerButton:after, button.headerButton:before {
        content: "";
        top: 0;
        left: auto;
        position: absolute;
        right: 20px;
        bottom: 0;
        z-index: -1;
        width: 10px;
        height: 0;
        border-bottom: 2px solid #222222;
        margin: auto 0;
        z-index: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    button.headerButton:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    button.headerButton.hiding:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.accordion-section > section.hidden {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
}

.accordion-section > h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.accordion-section > section {
    margin: 0px;
    padding: 10px 40px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: none;
    border-width: 1px;
    border-color: #dce0e3;
}

    .accordion-section > section > ul:only-child {
        margin-top: 0px;
    }

.accordion-section > h2:has(> button.headerButton[aria-expanded=false]) + section a {
    display: none;
}

