﻿body {
}

/***************************************
 * Basic styles used throughout Episerver / triwest.com
 ***************************************/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: arial;
}

p, li {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-top: auto;
}

h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 28px;
}

h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 22px;
}

h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

a, a:visited {
    color: #00205C;
    text-decoration: none;
    font-weight: bold;
}

    a:active, a:hover {
        text-decoration: underline;
        color: #00205C;
    }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

    .sr-only:focus {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: unset !important;
    }


/***************************************
 * MAIN CONTENT-RELATED STYLES -- #MainContent is the div containing the editable content for the majority of page types on Triwest.com & other Episerver pages
 ***************************************/

.main-content-wrapper {
    outline: none;
}

#MainContentDiv {
    width: auto;
    margin: 16px auto;
}

    #MainContentDiv:focus {
        outline: none;
    }

#container-all-content {
    max-width: 1280px;
    margin: auto;
}

@media screen and (max-width: 980px) {
    #MainContentDiv {
        width: 100vw;
        margin: 16px auto;
    }
}




/***************************************
 * BOTTOM NAVIGATION -- BLUE BAND AT BOTTOM OF FOOTER/BOTTOM OF Triwest.com & other Episerver pages
 ***************************************/
#SiteBottomNavigation {
    background-color: #00205C;
    color: #fff;
    text-align: center;
    clear: both;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

    #SiteBottomNavigation a {
        color: #fff;
        text-decoration: none;
        margin: 0;
	font-size: 11px;
        padding: 10px 10px 10px 0;
    }

    #SiteBottomNavigation ul li {
        border-right: 1px solid #ffffff;
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 10px;
        text-align: center;
	font-size: 11px;
    }

        #SiteBottomNavigation ul li:last-child {
            border-right: none
        }

#bottonNavLinks ul {
    padding-left: 0;
    margin-left: 0;
}


/***************************************************
 * Responsive Styles
 ***************************************************/
@media screen and (max-width: 981px) {
    nav {
        height: auto;
    }

        nav ul {
            width: 100%;
            display: block;
            height: auto;
        }

        nav li {
            width: 50%;
            float: left;
            position: relative;
        }

            nav li a {
                border-bottom: 1px solid #00205C;
                border-right: 1px solid #00205C;
            }

        nav .train2serve a {
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

        nav li a .train2serve {
            border-bottom: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

        nav a {
            text-align: left;
            width: 100%;
            text-indent: 10px;
        }
}

@media only screen and (max-width : 600px) {
    nav {
        border-bottom: 0;
    }

        nav ul {
            display: none;
            height: auto;
        }

        nav a#pull {
            display: block;
            background-color: #404040;
            width: 100%;
            position: relative;
        }

            nav a#pull:after {
                content: "";
                background: url('../images/icons/nav-icon.png') no-repeat;
                width: 30px;
                height: 30px;
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 5px;
            }
}

@media only screen and (max-width : 320px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }

        nav li a {
            border-bottom: 1px solid #00205C;
        }
}

nav li a .train2serve {
    border-bottom: 1px solid #ffffff;
}





/***************************************************
 * Iframe Styles
 ***************************************************/
.view1024 {
    padding: 0 10px;
    max-width: 1024px;
}

.view1280 {
    padding: 0 10px;
    max-width: 1280px;
}

.viewauto {
    padding: 0 10px;
    width: auto;
}




/***************************************************
 * FAQ Accordion Styles
 ***************************************************/
.accordion > ul {
    padding-left: 0;
    list-style-type: none;
}

    .accordion > ul > li {
        list-style-type: none;
    }

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-header:before {
        content: "\2795"; /* Unicode character for "plus" sign (+) */
        color: #4aa564;
        padding-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left;
    }

    .collapsible-header.active:before {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
        color: #00205C;
        padding-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        float: left;
    }

    .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        margin-right: 1rem;
    }

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
}

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .collapsible.popout > li {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .collapsible.popout > li.active {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 0;
        }
/****************************************************
 * Bread-crumb control
 ***************************************************/
#breadcrumbs {
    max-width: 1280px !important;
    margin: 0 auto;
    position: relative;
    line-height: 1.5em !important;
    padding-left: 1em !important;
}

    #breadcrumbs .active {
        color: #00205C;
        font-weight: bold;
    }
        /*Tim form Pete request 6-10-22*/
        #breadcrumbs .active .hover {
            text-decoration: underline;
            color: #00205C;
        }
    /*End*/
    #breadcrumbs ol {
        list-style-type: none;
        padding-left: 6px;
    }
        /* Tim coded out this original for above change
    #breadcrumbs a {
    text-decoration: none;
}*/
        #breadcrumbs ol li {
            list-style-type: none;
            display: inline;
        }

            #breadcrumbs ol li:last-child {
                font-weight: bolder;
            }

@media screen and (max-width: 970px) {
    #breadcrumbs {
        max-width: 100vw;
        margin: 0 auto;
        position: relative;
    }
}
/*******************************
 * Sub-page styles
 *******************************/
.landingPageFeaturedChildren ul {
    list-style: none;
    padding: 0 0;
}

#LandingPageFeaturedChildren > ul > li {
    display: inline-block;
    /*float: left;*/
    margin-right: 10px;
    margin-top: 12px;
    text-align: center;
    width: 230px;
    vertical-align: top;
}

    #LandingPageFeaturedChildren > ul > li span {
        text-align: left;
    }

div.article-main-content {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#LandingPageFeaturedChildren {
    margin: 0 auto;
    position: relative;
    /*    width: 960px;*/
}

#LandingPageMainContentSection,
#LandingPageIntroSection,
#LandingPageOptionalSection,
#ContentPageMainContentSection,
#ContentPageSecondaryContentSection {
    max-width: 960px;
    margin: 12px auto;
    clear: both;
}

.resource-material {
    padding: 25px 15px 10px 0;
    margin: 0 0 30px 0;
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    text-align: center;
}

.resource-material-last {
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    text-align: center;
}

.resource-material > a, .resource-material > a:visited {
    color: #00205c;
}

    .resource-material > a:focus {
        text-decoration: underline;
    }

.resource-material img {
    display: block;
    margin: auto;
}

.resource-material-name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    height: auto !important;
    text-align: center;
}

.embed_code {
    overflow: auto;
    vertical-align: top;
    color: #525252;
    font-family: "myriad-pro", helvetica, arial, san-serif;
    font-size: 14px;
    line-height: 1.625;
    margin: 0;
    padding: 4px 10px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    word-break: break-all;
    word-wrap: break-word;
}

    .embed_code.sm {
        max-width: 225px;
    }

    .embed_code.md {
        max-width: 300px;
    }

    .embed_code.lg {
        max-width: 600px;
    }
/*******************************************
 * Sub-Page Responsive
 *******************************************/
@media screen and (max-width: 960px) {
    #LandingPageFeaturedChildren {
        margin: 0 auto;
        position: relative;
        width: 100vw;
    }

    #LandingPageIntroSection, #LandingPageOptionalSection, #ContentPageMainContentSection, #ContentPageSecondaryContentSection {
        width: 95vw;
        margin: 12px 8px;
    }

    .landingPageFeaturedChildren ul {
        list-style: none;
    }

    #LandingPageFeaturedChildren > ul > li {
        display: inline;
        float: left;
        width: 300px;
        text-align: center;
        height: 300px;
    }

        #LandingPageFeaturedChildren > ul > li > span {
            text-align: left;
        }
}
/*******************************************
 * Sub-Page Featured Children
 *******************************************/
#LandingPageFeaturedChildren {
    margin-top: 20px;
    margin-bottom: 20px;
}
    /******************************************
 *   Hide Children that shouldn't appear, but must remain in the CMS
 ******************************************/
    #LandingPageFeaturedChildren ul.About_TriWest li:nth-child(n+4):nth-child(-n+12) {
        display: none !important;
    }

    #LandingPageFeaturedChildren ul.Careers li:nth-child(n+4):nth-child(-n+12) {
        display: none !important;
    }
/******************************************
 *   Alignment for Three (3) Child Pages
 ******************************************/
/*#LandingPageFeaturedChildren ul.Veteran_Services,
#LandingPageFeaturedChildren ul.About,
#LandingPageFeaturedChildren ul.Careers,
#LandingPageFeaturedChildren ul.Privacy_Practices_and_Legal_Notices,
#LandingPageFeaturedChildren ul.Substance_Use_Disorders {
    padding-left: 6.5vw;
}*/
/******************************************
 *   Alignment for Two (2) Child Pages
 ******************************************/
/*#LandingPageFeaturedChildren ul.Veteran_Services {
    padding-left: 12.5vw;
}*/





/******************************************
 *   ALERTS
 ******************************************/
#Alert ul {
    list-style-type: none;
    padding: 1.25rem 1.25rem 1rem 2.75rem;
    margin: 0;
}

    #Alert ul li {
        margin: 0;
        padding-right: 8px;
        padding-left: 3.25rem;
    }

#Alert {
    /*background: #ffeded url("../Images/alerts/error.svg") no-repeat scroll 10px 7px;
    border: 2px solid #e51837;
    color: #e51837;
    font-size: 14px;
    font-weight: bold;
    width: 1276px;*/
    margin: 0 0 0 0px;
    padding: 0;
    line-height: 1.5;
    background-position: 1.75rem 1.15rem;
    background-repeat: no-repeat;
    background-size: 3rem;
    position: relative;
    background-image: url(../Images/alerts/error.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(../Images/alerts/error.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db;
}

    #Alert h1 {
        font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
        font-size: 2em;
        color: #000000;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    #Alert p {
        margin-bottom: 0;
        margin-top: 0;
    }

    #Alert::before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: .5rem;
        background-color: #d63e04;
    }

#AlertOuter {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 1280px;
}

@media screen and (max-width: 1279px) {
    #Alert {
        width: 100vw;
    }

    AlertOuter {
        width: 100vw;
    }

    div.footer-logo {
        width: 100vw;
        margin: 0 auto;
        padding: 24px 0 0 0;
    }
}

@media screen and (max-width: 640px) {
    #Alert {
        width: 636px;
    }
}

@media screen and (max-width: 480px) {
    #Alert {
        width: 476px;
    }
}

@media screen and (max-width: 360px) {
    #Alert {
        width: 356px;
    }
}

@media screen and (max-width: 320px) {
    #Alert {
        width: 316px;
    }
}


/* Global Site Alert */
.global-alert--success {
    background-image: url(../Images/alerts/success.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(../Images/alerts/success.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec;
}

.global-alert--warning {
    background-image: url(../Images/alerts/warning.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(../Images/alerts/warning.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-color: #faf3d1;
}

.global-alert--error {
    background-image: url(../Images/alerts/error.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(../Images/alerts/error.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db;
}

.global-alert--info {
    background-image: url(../Images/alerts/info.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(../Images/alerts/info.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-color: #e7f6f8;
}

.global-alert {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    background-position: 1.75rem 1.15rem;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    padding: 1.25rem 1.25rem 1rem 2.75rem;
    position: relative;
}

.global-alert--error .global-alert__body, .global-alert--info .global-alert__body, .global-alert--success .global-alert__body, .global-alert--warning .global-alert__body {
    padding-left: 3.25rem;
}

.global-alert__body {
    display: table-cell;
    vertical-align: top;
}

.global-alert__heading {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.75rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: .5rem;
}

.global-alert__text {
    margin-bottom: 0;
    margin-top: 0;
}

.global-alert--error::before {
    background-color: #d63e04;
}

.global-alert--success::before {
    background-color: #00a91c;
}

.global-alert--warning::before {
    background-color: #ffbe2e;
}

.global-alert--info::before {
    background-color: #00bde3;
}

.global-alert::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}







/******************************************
 *   New Employee Orientation (NEO) Login styles
 ******************************************/
.neo-form-callout-box {
    margin: auto;
    max-width: 310px;
    border: 0;
    padding: 2em;
    text-align: center;
}

input.neo-form {
    min-height: 38px;
    min-width: 300px;
    border-radius: 7px;
    border-style: solid;
    border-color: #495057;
    border-width: 1px;
}

.neo-form-headline {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
/******************************************
 *   Special News-Year/Month Hiding Style
 ******************************************/
div.siteMap li.HasChildren a[href^="/en/news/news-archive/"] + ul {
    display: none;
}

.Veterans_Choice_Program_\(VCP\) li.featuredChildItem, .Behavioral_Health li.featuredChildItem {
    height: 220px;
}

#article-section-archive-list {
    margin: auto auto;
    max-width: 920px;
}

#article-section-mainbody {
    max-width: 960px;
    margin: auto auto;
}


/******************************************
 *   Updated date time
 ******************************************/
.updated {
    font-size: 14px;
    max-width: 1280px;
    text-align: left;
    margin: 3em auto 0 auto;
}


/******************************************
 *   VA PORTAL CONTENT FROM EPISERVER
 ******************************************/
.usa-button:hover, .usa-button:focus {
    color: #fff !important;
}
/******************************************
 *   Tabs and Tab Panels
 ******************************************/
#updates-tablist [role="tab"] {
    position: relative;
    margin: 0;
    padding: .75em;
    border: 2px solid #005ea2;
    border-bottom: 0;
    border-radius: 0.2em 0.2em 0 0;
    overflow: visible;
    font-family: inherit;
    font-size: inherit;
    background: #ddd;
    color: black
}

    #updates-tablist [role="tab"]:hover::before,
    #updates-tablist [role="tab"]:focus::before,
    #updates-tablist [role="tab"][aria-selected="true"]::before {
        position: absolute;
        bottom: 100%;
        right: -2px;
        left: -2px;
        border-radius: 0.2em 0.2em 0 0;
        border-top: 3px solid #005ea2;
        content: '';
    }

    #updates-tablist [role="tab"][aria-selected="true"] {
        border-radius: 0;
        background: #fff;
        outline: 0;
    }

        #updates-tablist [role="tab"][aria-selected="true"]:not(:focus):not(:hover)::before {
            border-top: 5px solid #005ea2;
        }

        #updates-tablist [role="tab"][aria-selected="true"]::after {
            position: absolute;
            z-index: 3;
            bottom: -5px;
            right: 0;
            left: 0;
            height: 0.3em;
            background: #fff;
            box-shadow: none;
            content: '';
        }

    #updates-tablist [role="tab"]:hover,
    #updates-tablist [role="tab"]:focus,
    #updates-tablist [role="tab"]:active {
        outline: 0;
        border-radius: 0;
        color: inherit;
    }

        #updates-tablist [role="tab"]:hover::before,
        #updates-tablist [role="tab"]:focus::before {
            border-color: #00205c;
        }

.vaportal-tabpanel {
    position: relative;
    z-index: 2;
    padding: 0.5em 0.5em 0.7em;
    border: 2px solid #005ea2;
    border-radius: 0 0.2em 0.2em 0.2em;
    background: #fff;
}

    .vaportal-tabpanel:focus, .vaportal-tabpanel:active {
        border-color: #005ea2;
        outline: 0;
        background: #fff;
    }

        .vaportal-tabpanel:focus::after {
            position: absolute;
            bottom: 0;
            right: -1px;
            left: -1px;
            border-bottom: 3px solid #005ea2;
            border-radius: 0 0 0.2em 0.2em;
            content: '';
        }

    .vaportal-tabpanel p {
        margin: 0;
    }

    .vaportal-tabpanel * + p {
        margin-top: 1em;
    }
/******************************************
 *   Accordions for VA Portal Content
 ******************************************/
.vap-Accordion {
    margin: 0;
    padding: 0;
    border: 2px solid hsl(0, 0%, 82%);
    border-radius: 7px;
}

    .vap-Accordion h3 {
        margin: 0;
        padding: 0;
    }

    .vap-Accordion.focus {
        border-color: hsl(216, 94%, 73%);
    }

        .vap-Accordion.focus h3 {
            background-color: hsl(0, 0%, 97%);
        }

    .vap-Accordion > * + * {
        border-top: 1px solid hsl(0, 0%, 82%);
    }

.vap-Accordion-trigger {
    background: none;
    color: hsl(0, 0%, 13%);
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
    font-weight: bold;
}

    .vap-Accordion-trigger:focus,
    .vap-Accordion-trigger:hover {
        background: hsl(216, 94%, 94%);
        color: #000;
    }

.vap-Accordion *:first-child .Accordion-trigger {
    border-radius: 5px 5px 0 0;
}

.usa-button {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    color: #fff;
    background-color: #005ea2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 0.5rem;
    padding: 0.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

button {
    border-style: none;
}

.vap-Accordion button::-moz-focus-inner {
    border: 0;
}

.vap-Accordion-title {
    display: block;
    pointer-events: none;
    border: transparent 2px solid;
    border-radius: 5px;
    padding: 0.25em;
    outline: none;
}

.vap-Accordion-trigger:focus .vap-Accordion-title {
    border-color: hsl(216, 94%, 73%);
}

.vap-Accordion-icon {
    border: solid hsl(0, 0%, 62%);
    border-width: 0 2px 2px 0;
    height: 0.5rem;
    pointer-events: none;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 0.5rem;
}

.vap-Accordion-trigger:focus .vap-Accordion-icon,
.vap-Accordion-trigger:hover .vap-Accordion-icon {
    border-color: hsl(216, 94%, 73%);
}

.vap-Accordion-trigger[aria-expanded="true"] {
    background: #e6f0fe;
    text-decoration: underline;
}

    .vap-Accordion-trigger[aria-expanded="true"] .vap-Accordion-icon {
        transform: translateY(-50%) rotate(-135deg);
    }

.vap-Accordion-panel {
    margin: 0;
    padding: 1em 1.5em 1em 2.5em;
}
    /******************************************
 *   For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ 
******************************************/
    .vap-Accordion-panel[hidden] {
        display: none;
    }

/******************************************
 *   WHITE GRAY BUTTON DISPLAY
 ******************************************/
.wg-section-text-button, .wg-exitbutton {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    padding: 1em;
    margin: 1em;
    font-size: 18px;
    width: fit-content;
    text-align: center;
}

/******************************************
 *   List Group Styles
 ******************************************/
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 1em;
    width: max-content;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item a:active, .list-group-item a:visited {
    color: #0071bc;
}

.list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom: 1px solid #495057;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: underline;
    background-color: #f8f9fa;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid #495057;
    border-left: 1px solid #495057;
    border-right: 1px solid #495057;
}

.list-group-item-action {
    color: #00205C;
    text-align: inherit;
}

.list-group-title {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background-color: #495057;
    padding: .75rem 1.25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.highlight div {
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

    .highlight div:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05);
    }



/******************************************
 *   INFOGRAPHIC 
 ******************************************/
.info-lrg-2col-column-1, .info-lrg-2col-column-2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: .2em !important;
    padding-left: 2em;
    width: 45%;
    height: auto;
    display: inline-block;
}

.info-med-2col-column-1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: .2em !important;
    padding-left: 2em;
    width: 45%;
    height: auto;
    display: inline-block;
}

, .info-med-2col-column-2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: .2em !important;
    padding-left: 2em;
    width: 45%;
    height: auto;
    display: inline-block;
    border-left: solid 1px #ccc;
}

.blue-header {
    background-color: #00205c;
    color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
}

.red-header {
    background-color: #c40d3c;
    color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .info-lrg-2col-column-1, .info-lrg-2col-column-2 {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: block;
    }

    .info-lrg-2col-column-1 {
        display: inline-block;
        width: 39%;
        padding-right: 1.5em;
        vertical-align: top;
        padding-bottom: 2em;
    }

    .info-lrg-column-2 {
        display: inline-block;
        width: 39%;
        padding-left: 2.5%;
        vertical-align: top;
        padding-bottom: 2em;
    }
}

/******************************************
 *   PROVIDER HANDBOOK
 ******************************************/
    #printpage {
        float: right;
    }

    .PH-printicon {
        background: none;
        font-weight: bold;
        color: #00205c;
        cursor: pointer;
        margin-top: 1.65em;
    }

        .PH-printicon:hover {
            text-decoration: underline;
        }

    @media screen and (max-width: 600px) {
        #printpage {
            visibility: hidden;
            clear: both;
            display: none;
        }
    }

    /******************************************
 *   CHAT BOT
 ******************************************/
    .chatbotButton {
        display: block;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
        border: solid 0.5px #b2b2b2;
        border-radius: 7px;
        padding: 1em;
        margin: 1em auto;
        font-size: 18px;
        font-weight: bold;
        width: 75%;
        color: #00205C;
    }

        .chatbotButton:hover {
            text-decoration: underline;
        }


    /*Tim's test code*/

    .circle {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        background-color: aquamarine;
        float: left;
        position: absolute;
    }

    .oval-gray {
        width: 850px;
        height: 150px;
        border-radius: 75px;
        background-color: #fbfbfb;
        position: relative;
    }

    #text-center {
        font-size: 18px;
        font-weight: 700;
        align-items: center;
        padding: 40px 0;
    }
