﻿/******************************************************************
*******************************************************************
*   WHITE GRAY PAGE TEMPLATE STYLES & DERIVED PAGE TYPE STYLES    *
*******************************************************************
******************************************************************/

/******************************************
 *   GENERAL
 ******************************************/
#wg-container-all-content {
    max-width: 1280px;
    margin: auto;
}

.wg-contentsection {
    padding: 1em 1em;
}

.white-section {
    background-color: #fff;
}

.gray-section {
    background-color: #ececec;
}

.wg-topmargin-zero {
    margin-top: 0 !important;
}

.wg-contentsection img {
    border-radius: 7px;
    max-width: 100%;
    height: auto;
}

.wg-superscript {
    font-size: 16px;
}

/******************************************
 *   COLORS
 ******************************************/
.wg-blue {
    color: #0071BB;
}

.wg-red {
    color: #c40d3c;
}

.wg-dark-blue {
    color: #00205C;
}

.wg-orange {
    color: #FF4E00;
}

.wg-purple {
    color: #6A1B97;
}

.wg-brown {
    color: #633808;
}

.wg-yellow {
    color: #FCA91A;
}

.wg-green {
    color: #12871D;
}

/******************************************
 *   ICON PADDING
 ******************************************/
.wg-icon-padding {
    margin: 0 1em;
}

/******************************************
 *   PROVIDER PULSE ARCHIVES
 ******************************************/
.sml-card-green {
    text-align: center;
    display: inline-flex;
}
.sml-card-green a, .sml-card-green a:visited {
    width: 65px;
    height: 65px;
    color: #12871D;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #12871D;
    border-radius: 12px;
}
.sml-card-green a:hover {
    width: 65px;
    height: 65px;
    color: #ffffff;
    background-color: #12871D;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 7px solid #12871D;
    border-radius: 12px;
}
.sml-card-dark-green {
    text-align: center;
    display: inline-flex;
}
.sml-card-dark-green a, .sml-card-dark-green a:visited {
    width: 65px;
    height: 65px;
    color: #3a5511;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #3a5511;
    border-radius: 12px;
}
.sml-card-dark-green a:hover {
    width: 65px;
    height: 65px;
    color: #ffffff;
    background-color: #3a5511;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 7px solid #3a5511;
    border-radius: 12px;
}
.sml-card-purple {
    text-align: center;
    display: inline-flex;
}

    .sml-card-purple a, .sml-card-purple a:visited {
        width: 65px;
        height: 65px;
        color: #56447e;
        font-size: 1.8em;
        font-weight: 700;
        padding: 10px;
        margin: 10px;
        border: 7px solid #56447e;
        border-radius: 12px;
    }

        .sml-card-purple a:hover {
            width: 65px;
            height: 65px;
            color: #ffffff;
            background-color: #56447e;
            text-decoration: none;
            padding: 10px;
            margin: 10px;
            border: 7px solid #56447e;
            border-radius: 12px;
        }

.sml-card-red {
    text-align: center;
    display: inline-flex;
}

.sml-card-red a, .sml-card-red a:visited {
    width: 65px;
    height: 65px;
    color: #c40d3c;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #c40d3c;
    border-radius: 12px;
}
.sml-card-red a:hover {
    width: 65px;
    height: 65px;
    color: #ffffff;
    background-color: #c40d3c;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 7px solid #c40d3c;
    border-radius: 12px;
}
.sml-card-dark-blue {
    text-align: center;
    display: inline-flex;
}
.sml-card-dark-blue a, .sml-card-dark-blue a:visited {
    width: 65px;
    height: 65px;
    color: #00205c;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #00205c;
    border-radius: 12px;
}
.sml-card-dark-blue a:hover {
    width: 65px;
    height: 65px;
    color: #ffffff;
    background-color: #00205c;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 7px solid #00205c;
    border-radius: 12px;
}
.sml-card-blue {
    text-align: center;
    display: inline-flex;
}

    .sml-card-blue a, .sml-card-blue a:visited {
        width: 65px;
        height: 65px;
        color: #0f4c81;
        font-size: 1.8em;
        font-weight: 700;
        padding: 10px;
        margin: 10px;
        border: 7px solid #0f4c81;
        border-radius: 12px;
    }

        .sml-card-blue a:hover {
            width: 65px;
            height: 65px;
            color: #ffffff;
            background-color: #0f4c81;
            text-decoration: none;
            padding: 10px;
            margin: 10px;
            border: 7px solid #0f4c81;
            border-radius: 12px;
        }

.sml-card-gray {
    text-align: center;
    display: inline-flex;
}

    .sml-card-gray a, .sml-card-gray a:visited {
        width: 65px;
        height: 65px;
        color: #4d4d51;
        font-size: 1.8em;
        font-weight: 700;
        padding: 10px;
        margin: 10px;
        border: 7px solid #4d4d51;
        border-radius: 12px;
    }

        .sml-card-gray a:hover {
            width: 65px;
            height: 65px;
            color: #ffffff;
            background-color: #4d4d51;
            text-decoration: none;
            padding: 10px;
            margin: 10px;
            border: 7px solid #4d4d51;
            border-radius: 12px;
        }

.sml-card-rust {
    text-align: center;
    display: inline-flex;
}

    .sml-card-rust a, .sml-card-rust a:visited {
        width: 65px;
        height: 65px;
        color: #914216;
        font-size: 1.8em;
        font-weight: 700;
        padding: 10px;
        margin: 10px;
        border: 7px solid #914216;
        border-radius: 12px;
    }

        .sml-card-rust a:hover {
            width: 65px;
            height: 65px;
            color: #ffffff;
            background-color: #914216;
            text-decoration: none;
            padding: 10px;
            margin: 10px;
            border: 7px solid #914216;
            border-radius: 12px;
        }

.sml-card-orange {
    text-align: center;
    display: inline-flex;
}
.sml-card-orange a, .sml-card-orange a:visited {
    width: 65px;
    height: 65px;
    color: #CF4900;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #CF4900;
    border-radius: 12px;
}
.sml-card-orange a:hover {
    width: 65px;
    height: 65px;
    color: #ffffff;
    background-color: #CF4900;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    border: 7px solid #CF4900;
    border-radius: 12px;
}
.sml-card-inactive {
    width: 65px;
    height: 65px;
    color: #565c65;
    background-color: #a9aeb1;
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #565c65;
    border-radius: 12px;
    text-align: center;
    display: inline-flex;
}

.sml-card-not-available {
    font-size: .9em;
    width: 65px;
    height: 65px;
    color: #565c65;
    background-color: #a9aeb1;
    font-weight: 700;
    padding: 10px;
    margin: 10px;
    border: 7px solid #565c65;
    border-radius: 12px;
    text-align: center;
    display: inline-flex;
    vertical-align: top;
}

.calendar-archive-container {
    margin-left: -10px;
}

/******************************************
 *   GENERAL HEADINGS AND TEXT
 ******************************************/
.wg-section-text, .wg-section-text-list {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
ul.wg-nobullets {
    list-style-type: none;
    padding-inline-start: 0 !important;
}

    ul.wg-nobullets > li {
        padding-bottom: .5em;
    }

.wg-page-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #282A2E;
    margin-top: 0;
}

.wg-section-text-white {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

@media screen and (min-width: 939px) {
    .wg-section-title-tagline {
        font-size: 28px;
    }
}

@media screen and (max-width: 938px) {
    .wg-page-title {
        margin-top: 0;
        margin-bottom: 1em;
        font-size: 32px;
    }

    .wg-section-title-tagline {
        font-size: 22px;
    }
}

.wg-section-heading {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #282A2E;
}

.wg-section-text-tagline {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #282A2E;
}

.wg-section-title-tagline {
    color: #00205C;
    text-align: center;
    margin-bottom: 1em;
}

.wg-section-text-tagline-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin-right: 0.5em;
    color: #0071BB;
}



/******************************************
 *   NEW INSPIRING STORIES
 ******************************************/
.bh-wg-section-text-caption {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    line-height: 24px;
    color: #00205c;
}

/******************************************
 *   STYLE GUIDE DISPLAY BUTTON
 ******************************************/
.sg-wg-section-text-button{
    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: 150px;
    text-align: center;
}

/******************************************
 *   LAYOUT
 ******************************************/
 
 .wg-text-flow-3cols {
	columns: 3 225px;
 }
 
.wg-blue-box {
    background: linear-gradient(#0071BB, #00205C);
    min-height: 200px;
    margin-top: 1.5em;
    box-sizing: border-box;
    padding: 1em 1em 1em 1em;
    border-radius: 6px;
}

.wg-flex-container-3across {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 1em;
    align-items: flex-start;
}

.wg-flex-item-3across {
    width: 375px;
    margin: 0 0.5em 1em 0.5em;	
}

.wg-flex-item-3across p {
    padding: 0 1em;
}
 
@media screen and (min-width: 939px) {
    .wg-2col-column-1 {
        display: inline-block;
        width: 45%;
        padding-right: 4.5%;
        vertical-align: top;
        padding-bottom: 2em;
    }

    .bh-wg-2col-column-1 {
        display: inline-block;
        width: 45%;
        padding-right: 1.5em;
        vertical-align: top;
        padding-bottom: 2em;
    }

    .bh-wg-2col-column-1-Vert {
        display: inline-block;
        width: 28%;
        padding-right: 2.3%;
        vertical-align: top;
        padding-bottom: 2em;
    }

    .wg-2col-column-1-alt {
        display: inline-block;
        width: 45%;
        padding-left: 4.5%;
        vertical-align: top;
        margin-bottom: 3em;
        margin-top: 3em;
        margin-right: -0.3em;
        height: 300px;
    }

    .wg-tighter-left {
        width: 48% !important;
        padding-right: 1.5% !important;
    }

    .wg-tighter-right {
        width: 44% !important;
    }

    .wg-2col-column-2 {
        display: inline-block;
        width: 45%;
        padding-left: 2.5%;
        vertical-align: top;
        padding-bottom: 2em;
    }

    .bh-wg-2col-column-2 {
        display: inline-block;
        width: 39%;
        vertical-align: top;
        padding-left: 1.5em;
        padding-bottom: 2em;
    }

    .bh-wg-2col-column-2-Vert {
        display: inline-block;
        width: 60%;
        padding-left: 3.5%;
        vertical-align: top;
    }

    .wg-2col-column-2-alt {
        display: inline-block;
        width: 40%;
        padding-right: 4.5%;
        vertical-align: top;
        margin-bottom: 3em;
        margin-top: 3em;
        height: 300px;
    }

    .wg-vertical-center {
        padding-top: 5em;
    }
    .wg-vertical-center-left {
        padding-top: 5em;
        padding-left: 1.5em;
    }
    .wg-wide-right {
        text-align: right;
    }

    .indent {
        margin-left: 2.5em;
    }
}

@media screen and (max-width: 938px) {
    .wg-2col-column-1 {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .wg-2col-column-2 {
        display: block;
        width: 100%;
        padding-left: 0%;
    }

    .wg-narrow-center {
        text-align: center;
    }
}

@media screen and (max-width: 938px) {
    .wg-border-right {
        border-right: none;
    }

    .wg-border-left {
        border-left: none;
    }
}

@media screen and (min-width: 939px) {
    .wg-border-right {
        border-right: solid 1px #ccc;
    }

    .wg-border-left {
        border-left: solid 1px #ccc;
    }
}



/******************************************
 *   TABLES
 ******************************************/
.wg-contentsections-container table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #00205C;
    margin: 0;
    padding: 0.5em;
}



.wg-contentsections-container th {
    background-color: #00205c;
    color: #ffffff;
    border-top: 1px solid #00205C;
    border-right: 1px solid #00205C;
    padding: 0.5em;
    text-align: left;
}

.wg-contentsections-container tr:nth-child(odd) {
    background-color: #ececec;
}

.wg-contentsections-container tr:nth-child(even) {
    background-color: #ffffff;
}

.wg-contentsections-container td{
    border-top: 1px solid #00205C;
    border-right: 1px solid #00205C;
    padding: .5em;
}

.wg-contentsections-container table caption {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: .5em;
}


/*use when someone wants something to look like a table but it shouldn't be a table */
.wg-fake-table {
    border: 1px solid #00205C;
    border-collapse: collapse;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.wg-fake-col-1, .wg-fake-col-2 {
    vertical-align: top;
    flex: 1 1 0;
}

.wg-fake-col-1 {
    border-right: 1px solid #00205C;
    border-collapse: collapse;
}

    .wg-fake-col-1 li, .wg-fake-col-2 li {
        margin-right: 1em;
        line-height: 1.5em;
    }

.wg-fake-col-header {
    background-color: #00205C;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: .5em 0;
    width: 100%;
}

.wg-fake-table-flex {
   display: flex;
   flex-flow: column nowrap;
   width: 100%;
   margin: 0 auto;
   border: 1px solid #00205C;
}

.wg-fake-table-flex-row {
   display: flex;
   flex-flow: row nowrap;
   width: 100%;
   border-bottom: 1px solid #00205C;
}

.wg-fake-table-flex-headers {
    background-color: #00205C;
    color: #ffffff;
    font-weight: bold;
    padding: 1em 0;
}

.wg-fake-table-flex-row-gray {
    background-color: #ececec;
}

.wg-fake-table-flex-row-item {
    display: flex;
    flex: 1;
    border-right: 1px solid #00205C;
    padding: 0 1em;
}



/******************************************
 *   IMAGES
(place image below headings to align with paragraph text)
******************************************/
@media screen and (min-width: 939px) {
    .wg-column-image {
        margin-top: 3em;
    }
}

@media screen and (max-width: 938px) {
    .wg-column-image {
        margin-top: 0;
    }
}

.wg-picture-box {
    border: solid 1px #ececec;
    width: 500px;
    height: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    .wg-picture-box > p {
        padding: 0 1em;
    }

    .wg-picture-box > img {
        width: 500px;
    }

/******************************************
 *   STYLE GUIDE PICTURE BOX
 ******************************************/
.sg-wg-2col-column-1 {
    display: inline-block;
    width: 45%;
    padding-bottom: 2em;
    padding-right: 2.3%;
    vertical-align: top;
}

.sg-wg-picture-box-2 {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    margin-left: 2em;
    height: auto;
    border: solid 1px #ececec;
    border-radius: 7px;
}

    .sg-wg-picture-box-2 > img {
        width: 420px;
    }

/******************************************
 *   BEHAVIORAL HEALTH PICTURE BOX
 ******************************************/
.bh-wg-picture-box-1 {
    display: inline-block;
    padding-top: 1.5em;
    vertical-align: top;
    padding-bottom: 2em;
    height: auto;
    border-top-left-radius: 7px;
}

.bh-wg-picture-box-2 {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2em;
    padding-top: 1.5em;
    height: auto;
}

.bh-wg-picture-box > p {
    padding: 0 1em;
}
/*.bh-wg-picture-box-1 > img {
    max-width: 500px;
    width: auto;
}
.bh-wg-picture-box-2 > img {
    max-width: 500px;
    width: auto;
}*/
.bh-wg-picture-box-1-Vert {
    display: inline-block;
    width: 28%;
    padding-right: 2.3%;
    vertical-align: top;
    padding-bottom: 2em;
    padding-top: 1.5em;
    width: 300px;
    height: 500px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.bh-wg-picture-box-2-Vert {
    display: inline-block;
    width: 60%;
    padding-left: 4.5%;
    vertical-align: top;
    padding-bottom: 2em;
    padding-top: 1.5em;
    width: 300px;
    height: 500px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

/*.bh-wg-picture-box-full > img {
    width: 980px;
}
.bh-wg-picture-box-1-Vert > img {
    width: 300px;
}
.bh-wg-picture-box-2-Vert > img {
    width: 300px;
}*/

/******************************************
 *   CALLOUT BOXES
 ******************************************/
@media screen and (max-width: 938px) {
    .wg-callout-box {
        max-width: 50%;
        min-width: 250px;
    }
}

@media screen and (min-width: 939px) {
    .wg-callout-box {
        max-width: 75%;
    }
}

.wg-callout-box {
    margin: auto;
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    padding: 2em;
    text-align: center;
}

.wg-callout-box-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #282A2E;
}

#wg-container-all-content .wg-callout-button {
    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;
    width: 75%;
}

/******************************************
 *   STYLE GUIDE
 ******************************************/
.sg-wg-callout-box {
    margin: auto 1.4em;
    width: 420px;
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    text-align: center;
}

.sg-wg-callout-box-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #282A2E;
}

.sg-wg-color-box {
    margin: .5em 1em .1em 1em;
    width: 440px;
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    color: #ffffff;
    text-align: left;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.sg-wg-color-box-heading {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    padding-top: .4em;
    padding-bottom: .55em;
    padding-left: .5em;
    text-align: left;
}

.sg-wg-color-box-text {
    margin-top: -.5em;
    color: #ffffff;
    text-align: center;
    line-height: .5em;
    padding-bottom: .5em;
}

.sg-wg-color-box-text > p {
    color: #ffffff;
}

.sg-wg-color-box-bottom {
    max-width: 98%;
    background-color: #ececec;
    border: 0.5px solid #b2b2b2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #000000;
    padding: .45em;
    padding-left: 1.4em;
}

/******************************************
 *   GENERAL ALERT BOXES
 ******************************************/
@media screen and (min-width: 939px) {
    .wg-alert-box {
    }
}

@media screen and (min-width: 939px) {
    .wg-alert-box {
    }
}

.wg-alert-box {
    max-width: 93%;
    background-color: #ececec;
    border: 0.5px solid #b2b2b2;
    border-radius: 7px;
    padding: 1em 1.5em;
    margin: 3em auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.wg-bluestripe {
    border-left: 2vw solid #00A6D2;
}

.wg-greenstripe {
    border-left: 2vw solid #2e8540;
}

.wg-orangestripe {
    border-left: 2vw solid #ffbe2e;
}

.wg-redstripe {
    border-left: 2vw solid #c40d3c;
}

.wg-alert-box-heading {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #282A2E;
    margin-top: 0.5em;
}

.wg-alert-box-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

/******************************************
 *   STYLE GUIDE ALERT BOXES
 ******************************************/
.sg-wg-alert-box {
    max-width: 93%;
    background-color: #ececec;
    border: 0.5px solid #b2b2b2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .7em;
    padding-left: .9em;
    margin: auto;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
}

.sg-wg-alert-box-round {
    max-width: 93%;
    background-color: #ececec;
    border: 0.5px solid #b2b2b2;
    border-radius: 7px;
    padding: .7em;
    margin: auto;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
}

.sg-wg-greenstripe {
    border-left: 2vw solid #2e8540;
}

.sg-wg-redstripe {
    border-left: 2vw solid #c40d3c;
}

.sg-wg-alert-box-heading {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #282A2E;
    margin: auto;
    margin-top: 0.3em;
    text-align: left;
    vertical-align: middle;
}

.sg-wg-alert-box-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: left;
    height: 10px;
}

.sg-wg-font-box-text {
    width: 420px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: left;
}

.sg-wg-greenstripe-thin {
    border-left: .635vw solid #2e8540;
}

.sg-wg-redstripe-thin {
    border-left: .635vw solid #c40d3c;
}

/******************************************
 *   FEATURE CARDS
 ******************************************/
.wg-feature-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: .5em;
}

.wg-top-row {
    margin-top: 4em;
}

.wg-middle-row {
    margin: .5em 0;
}

.wg-bottom-row {
    margin-bottom: 4em;
}

.wg-row-4card {
    justify-content: space-around;
}

.wg-row-3card {
    justify-content: space-around;
}

.bh-wg-feature-card-row {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: .3em;
    padding-bottom: .3em;
}

@media screen and (min-width: 939px) {
    .wg-top-row {
        margin-bottom: 1em;
    }

    .wg-bottom-row {
        margin-top: 4em;
    }

    .wg-feature-card {
        width: 225px;
        height: 225px;
        margin: 0.25em;
    }

    .bh-wg-feature-card {
        color: #00205c;
        width: 180px;
        height: 180px;
        margin: 0.25em;
    }

    .bh-wg-feature-card {
        background-color: #fff;
        border-radius: 5px;
        flex: 0 1 auto;
        overflow: hidden;
        padding: 1em;
        box-sizing: border-box;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
    }

    .wg-small-feature-card {
        margin: 0.25em;
    }
}

/******************************************
 *   BH2 FEATURE CARDS
 ******************************************/
.bh2-wg-feature-card {
    color: #000000;
    width: 315px;
    height: auto;
    margin-right: 0.25em;
}

 .bh2-wg-feature-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .bh2-wg-feature-card p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 .5em;
    }

.bh2-sm-wg-feature-card-row {
    display: flex;
    flex-wrap: wrap;
    }

.bh2-sm-wg-feature-card {
    width: 225px;
    height: 225px;
    padding-top: 0em;
    padding-right: 1em;
    padding-left: 0em;
    padding-bottom: 1em;
}

 .bh2-sm-wg-feature-card p {
     font-size: 14px;
     line-height: 22px;
     padding: 0 .5em;
    }

.bh2-wg-picture-box-LT {
    vertical-align: top;
    border-radius: 7px;
    margin-bottom: .5em;
    margin-right: 2em;
    float: left;
}

.bh2-wg-picture-box-RT {
    vertical-align: top;
    border-radius: 7px;
    margin-bottom: .5em;
    margin-left: 1.5em;
    float: right;
}

@media screen and (max-width: 938px) {
    .wg-top-row {
        margin-bottom: 0;
    }

    .wg-bottom-row {
        margin-top: 0;
    }

    .wg-feature-card {
        width: 250px;
        height: 250px;
        margin: 1em 0;
    }

    .wg-small-feature-card {
        margin: 1em 0;
    }
}

.bh-wg-feature-card {
    width: 180px;
    height: 180px;
    margin: .7em 0;
}

.wg-feature-card {
    background-color: #fff;
    border-radius: 5px;
    flex: 0 1 auto;
    overflow: hidden;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
}

.wg-feature-card-border {
    border: solid 1px #ececec;
}

.wg-feature-card-icon {
    font-size: 24px;
}

.wg-feature-card > h3, .wg-feature-card > h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    .wg-feature-card > h3 > a, .wg-feature-card > h4 > a {
        font-weight: 600;
    }

.wg-feature-card > p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #282A2E;
}

.wg-small-feature-card {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 5px;
    width: 350px;
    min-height: 100px;
    overflow: hidden;
    padding: 1em;
    box-sizing: border-box;
    flex: 0 1 auto;
}

.wg-smaller-feature-card {
    background-color: #fff;
    width: 275px;
    height: 150px;
    overflow: hidden;
    box-sizing: border-box;
    flex: 0 1 auto;
}

.wg-small-feature-card-icon {
    font-size: 24px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-top: 1em;
}

.wg-smaller-feature-card-icon {
    font-size: 24px;
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

.wg-small-feature-card-texthalf {
    display: inline-block;
    width: 75%;
}

.wg-move-up-slightly {
    margin-top: -0.5em;
}

.wg-h3-18px > a {
    font-size: 18px;
}

.wg-smaller-feature-card-texthalf {
    display: inline-block;
    width: 80%;
}

.wg-small-feature-card h3, .wg-smaller-feature-card h3 {
    margin-top: 0;
    margin-bottom: 0.25em;
}

.wg-small-feature-card p, .wg-smaller-feature-card p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #282A2E;
}

/******************************************
 *   LEADERSHIP CARDS
 ******************************************/
.wg-leadership-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wg-leadership-card-row-top {
    margin-top: 4em;
}

.wg-leadership-card-row-bottom {
    margin-bottom: 4em;
}

@media screen and (min-width: 939px) {
    .wg-leadership-card-row-middle {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 938px) {
    .wg-leadership-card-row-middle {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.wg-leadership-card {
    height: 125px;
    width: 350px;
    border-radius: 5px;
    border: solid 1px #ececec;
    flex: 0 1 auto;
    overflow: hidden;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1em;
}

.wg-leadership-card-name {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.5em;
    color: #282A2E;
}

.wg-leadership-card-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #282A2E;
}

.wg-leadership-card > img {
    height: 125px;
    width: 125px;
    float: left;
    border-radius: 5px 0 0 5px;
    margin-right: 0.5em;
}

.wg-leadership-card-image-bw {
    display: inline-block;
}

.wg-leadership-card-image-color {
    display: none;
}

/******************************************
 *   LEADERSHIP PROFILES
 ******************************************/
.wg-leadership-profile {
    border: solid 1.5px #ccc;
    border-radius: 5px;
    padding: 2em;
    min-height: 315px;
}

    .wg-leadership-profile > img {
        width: 225px;
        height: 225px;
        margin: 0 2em 2em 0;
        float: left;
        border-radius: 5px;
    }

.wg-leadership-profile-name {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #282A2E;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.wg-leadership-profile-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #282A2E;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.wg-leadership-profile-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #282A2E;
}

.wg-leadership-profile-navigation-previous {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.wg-leadership-profile-navigation-next {
    width: 49%;
    display: inline-block;
    text-align: right;
}

/******************************************
 *   AWARD CARDS
 ******************************************/
.wg-award-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2em;
}

.wg-award-card-bottom-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.wg-award-card {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 295px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
    flex: 0 1 auto;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}

@media screen and (min-width: 939px) {
    .wg-award-card-row {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .wg-award-card-bottom-row {
        justify-content: flex-start;
        margin-left: 0.5em;
    }

        .wg-award-card-bottom-row > .wg-award-card:last-child {
            margin-left: 1.5%;
        }
}

@media screen and (max-width: 938px) {
    .wg-award-card-row {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wg-award-card-bottom-row {
        justify-content: space-around;
    }
}

.wg-award-card > img {
    display: block;
    width: 295px;
    height: auto;
}

.wg-award-card-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #282A2E;
    margin: 0 1em 1em 1em;
    display: block;
}

.wg-award-card-title-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #282A2E;
    margin: 1em;
    display: block;
}

.wg-award-card-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #282A2E;
    margin: 0 1em 1em 1em;
}

/******************************************
 *   FAQS
 ******************************************/
.wg-question {
    font-weight: bold;
}

.wg-answer {
}

/******************************************
 *   SCROLL TO TOP
 ******************************************/
.backToTop {
    position: fixed;
    bottom: 1em;
    right: 3em;
    z-index: 9999;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #282A2E;
}

/******************************************
 *   EXIT WARNING (leaving TriWest)
 ******************************************/
.exitwarning, .bilingual-exitwarning {
    cursor: pointer;
}

.wg-exitbox {
    background-color: #fff;
    position: fixed;
    top: 35%;
    left: 35%;
    width: 350px;
    text-align: left;
    margin: auto;
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    padding: 0;
    z-index: 99999;
}

.wg-exitbox-bilingual {
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 30%;
    width: 600px;
    text-align: left;
    margin: auto;
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    padding: 0;
    z-index: 99999;
}

.wg-exittitle {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background-color: #00205C;
    color: #fff;
    padding: 1em;
    margin: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.wg-exittext {
    margin: 0.5em 1em;
}

.wg-leftside, .wg-rightside {
    display: inline-block;
    width: 42%;
    vertical-align: text-top;
}

.wg-rightside {
    border-left: solid 1px #b2b2b2;
    padding-left: 1.5em;
}

.wg-exitcancel {
    cursor: pointer;
    display: block;
    padding: 1em;
    text-align: right !important;
}

.wg-exitbox-bilingual > .wg-exittitle > .wg-leftside {
    display: inline-block;
    text-align: center;
    width: 49%;
}

.wg-exitbox-bilingual > .wg-exittitle > .wg-rightside {
    display: inline-block;
    text-align: center;
    width: 49%;
    padding-left: 0;
    border-left: none;
}

.wg-exitbox-bilingual .wg-exittext {
    margin: 1em 1em 0.5em 1em;
}


.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 auto;
    font-size: 18px;
    width: 250px;
    text-align: center;
}


/******************************************
 *   SUBSCRIPTION FORM
 ******************************************/
@media screen and (min-width: 939px) {
    .wg-form-box {
        max-width: 88%;
    }
}

.wg-form-row {
    width: 100%;
}

.wg-form-labels, .wg-form-inputs {
    text-align: left;
}

.wg-form-inputs {
    margin-bottom: 0.5em;
}

.wg-form-input-block {
    display: inline-block;
}

.wg-form-inputs > input, .wg-form-inputs > select {
    font-size: medium;
}

.wg-form-buttons {
    text-align: center;
}

.wg-form-labels > label {
    display: inline-block;
    width: 32%;
    font-size: medium;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.wg-form-inputs > input {
    display: inline-block;
}

.wg-fields-2 > label {
    width: 47%;
}

.wg-fields-2 > input {
    width: 45%;
}

.wg-fields-1 > label, .wg-fields-1 > input {
    width: 50%;
}

.wg-form-buttons > input {
    padding: 0.5em;
    margin-top: 1em;
    color: #0071BB;
    font-weight: bold;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
    border: solid 0.5px #b2b2b2;
    border-radius: 7px;
    padding: .5em;
    margin: 1em auto;
    font-size: 18px;
    width: 50%;
}

    .wg-form-buttons > input:hover {
        background: #0071bb;
        color: #fff;
    }

.wg-form .error {
    color: red;
}

.wg-form-disclaimer {
    text-align: left;
    font-style: italic;
    font-size: small;
}

.wg-form-reset {
    padding: 0;
    font-size: small;
    font-weight: normal;
    width: 15%;
    border-radius: 4px;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.35);
    border: solid 0.5px #b2b2b2;
    color: #0071BB;
    text-align: center;
    margin: 1em 1em 0 85%;
}

.wg-fields-right {
    display: block;
}

/******************************************
 *   COPIED FROM HOMEPAGE STYLESHEET TO USE IN STYLE GUIDE
 ******************************************/

.wg-homepage-slidebox-button {
    background-color: #c40d3c;
    border: 0;
    border-radius: 0.3rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    outline: none;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a.wg-homepage-slidebox-button:hover, a.wg-homepage-slidebox-button:active, a.wg-homepage-slidebox-button:visited {
    color: #fff;
}


/******************************************
 *   FORMAT ADJUSTMENTS FOR TRICARE TRANSITION PAGE
 ******************************************/
 
 @media screen and (min-width: 980px) {
    .tricaretransition-shift-right-4em {
       padding-left: 4em;
    }
    
    .tricaretransition-shift-column-down-3 {
       padding-top: 1em; 
       margin-top: 2em;
    }
    
    .tricaretransition-shift-column-down-2 {
       margin-top: 2em;
    }
    .tricare-transition-shift-image-1 {
       margin: 2em 3em 1em 2em; 
       float: right;
    }
    
    .tricare-transition-shift-image-2 {
      margin-top: 2em; 
      margin-left: 3em; 
      width: 40%; 
      padding-right: 0;
    }
    
    .tricare-transition-half-column-list {
       width: 50%;
    }
    
    .tricare-transition-shifted-column-1 {
        width: 40%; 
	padding-right: 2%;
    }
    
    .tricare-transition-shifted-column-2 {
       width: 50%;
    }
    
}