﻿ /*Universal styles form whitegraypage template*/

    /* 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;
        }

    /* Colors */
        .wg-blue { color: #0071BB; }
        .wg-red { color: #D11242; }
        .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;
        }

    /* 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;
    } 

        .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;
        }

        .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;
    }

    .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 auto;
        font-size: 18px;
        width: 250px;
        text-align: center;
    }

    /* Layout */
    @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;
        }

        .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.75em;
            height: 300px;
        }

        .wg-tighter-left {
            width: 48% !important;
            padding-right: 1.5% !important;
        }

        .wg-2col-column-2 {
            display: inline-block;
            width: 45%;
            padding-left: 4.5%;
            vertical-align: top;
            padding-bottom: 2em;
        }

        .wg-2col-column-2-alt {
            display: inline-block;
            width: 45%;
            padding-right: 4.5%;
            vertical-align: top;
            margin-bottom: 3em;
            margin-top: 3em;
            height: 300px;
        }

        .wg-vertical-center {
            padding-top: 5em;
        }

        .wg-wide-right {
            text-align: right;
        }

    }


    @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;
        }
    }

    .wg-blue-box {
        background: linear-gradient(#0071BB, #00205C);
        height: 200px;
        margin-top: 3em;
        box-sizing:border-box;
        padding: 2em 1em 2em 2em;
        border-radius: 6px;
    }



    /* 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;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .wg-picture-box > p {
        padding: 0 1em;
    }

    .wg-picture-box > img {
        width: 500px; border-radius: 7px;
    }

    /* 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%;
    }

    /* 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;
    }

    /* Feature Cards */
    .wg-feature-card-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wg-top-row {
        margin-top: 4em;
    }

    .wg-bottom-row {
        margin-bottom: 4em;
    }

    .wg-row-4card {
        justify-content: space-around;
    }

    .wg-row-3card {
        justify-content: space-around;
    }


    @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;
        }

        .wg-small-feature-card {
            margin: 0.25em;
        }
    }

    @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;
        }
    }


.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 > 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 > 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;
    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-smaller-feature-card-texthalf {
    display: inline-block;
    width: 80%;
}

.wg-small-feature-card h4, .wg-smaller-feature-card h4 {
    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 Card */
    .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 Profile */
    .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;
    height: 80px;
}

.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;
    height: 48px;
}

.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;
}


    /* FAQ Styles */
    .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;
}


    /* Warning - Exiting TriWest Site */

.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;
}

/* HOMEPAGE */
.wg-homepage-herotext-header {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 28px;
    color: #282A2E;
    margin-bottom: 1.5em;
}

.wg-homepage-herotext-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 6px;
    color: #666666;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .wg-homepage-herotext-text {
        line-height: 25px;
    }
}


.wg-superscript {
    font-size: 16px;
}

.wg-homepage-box {
    width: 90%;
    margin: 0 auto 6em auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 7px;
}

.wg-homepage-2col-column-1, .wg-homepage-2col-column-2 {
    width: 49%;
    height: auto;    
    margin-left: 0.5%;
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .wg-homepage-2col-column-1, .wg-homepage-2col-column-2 {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: block;
    }
}

.wg-homepage-box img {
    width: 100%;
    height: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.wg-homepage-box > h3 > a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #0071BB;
    margin: 0 22px;
}

.wg-homepage-box-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 24px 24px 24px;    
}

.wg-3divs-container {
    border-top: 1px solid #b2b2b2;
    width: 100%;
}

.wg-3divs {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 0.5em 0;
}

.wg-3divs-div-1 {
    border-right: 1px solid #b2b2b2;
}

.wg-3divs-div-2 {
   
}

.wg-3divs-div-3 {
    border-left: 1px solid #b2b2b2;
}

.wg-3divs a, .wg-3divs a:visited, .wg-3divs a:active { 
    font-size: 16px;
}

@media screen and (max-width: 1200px) {

    .wg-3divs {
        display: block;
        width: 100%;
        text-align: left;
        text-indent: 1em;
    }
    .wg-3divs-div-1 {
        border-top: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        border-right: none;
    }
    .wg-3divs-div-3 {
        border-left: none;
        border-top: 1px solid #b2b2b2;
    }
    .wg-3divs-container {
        border-top: none;
        width: 100%;
    }

}


.wg-homepage-videotext-header {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 26px;
    color: #282A2E;
    margin-left: 1em;
    margin-top: 2em;
}

.wg-homepage-videotext {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-left: 1em;
}

.wg-homepage-section-header {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #282A2E;
}

.wg-homepage-sectiontext {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.wg-homepage-newslist > ul.article-list {
    list-style-type: none;
    padding-left: 0;
}

.wg-homepage-newslist > ul.article-list > li {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding-left: 6.5em;
    text-indent: -6.5em;
}

.wg-homepage-twitter-box {
    height: 375px;
    overflow-y: scroll;
}

.wg-homepage-twitter-box-wrapper {
    border: 1px solid #b2b2b2;
    border-radius: 7px;
    margin-top: 3em;
    padding: 3px;
}


@media screen and (min-width: 940px) {
    .wg-homepage-twitter-width {
        width: 48% !important;
        padding-left: 1.5% !important;
    }

    .wg-homepage-twitter-box-wrapper {
        margin-top: 7em;
    }


/* SLIDER */
    .wg-slider-textbox {
        width: 400px;
        margin-left: 3em;
        margin-top: -16em;
        height: 250px;
        background-color: #eeeeee;
        position: absolute;
        padding: 1em;
        border-radius: 9px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    }

.wg-homepage-slidebox {

}

.wg-homepage-slidebox-header {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #000;
    margin: 0;
}

.wg-homepage-slidebox-text {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.wg-homepage-slidebox-button {
    background-color: #D11242;
    border: 0;
    border-radius: 0.3rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    /*font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;*/
    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 20px;
    text-align: center;
    text-decoration: none;
    /*width: 100%;
  min-height: 37px;*/
    -webkit-font-smoothing: antialiased;
}

a.wg-homepage-slidebox-button:hover, a.wg-homepage-slidebox-button:active, a.wg-homepage-slidebox-button:visited {
    color: #fff;
}



/*Content section-specific styles*/
#wg-contentsection-one {
}

    #wg-contentsection-two {
    }

    #wg-contentsection-one {
    }

    #wg-contentsection-three {
    }

    #wg-contentsection-four {
    }

    #wg-contentsection-five {
    }

    #wg-contentsection-six {
    }
