<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS DIRECTORY
    1. =GLOBAL SETTINGS
    2. =HOME TEMPLATE
    3. =SUBPAGE TEMPLATE (INNER)
    4. =MEDIA QUERIES
*/

/* [START] 1-GLOBAL SETTINGS
   ======================================== */

    @font-face {
        font-family: Arimo;
        src: url("../fonts/Arimo.woff");
    }

    @font-face {
        font-family: Arimo;
        src: url("../fonts/Arimo-bold.woff");
        font-weight: bold;
    }

    @font-face {
        font-family: icomoon;
        src: url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.eot?4b3s64);
        src: url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.eot?4b3s64#iefix) format("embedded-opentype"),
        url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.woff2?4b3s64) format("woff2"),
        url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.ttf?4b3s64) format("truetype"),
        url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.woff?4b3s64) format("woff"),
        url(https://i.icomoon.io/public/30a42afb0c/Great-West/icomoon.svg?4b3s64#icomoon) format("svg")
    }

    .gwicon {
        font-family: icomoon;
        top: 1px;
        display: inline-block;
        speak: none;
        font-style: normal;
        font-variant: normal;
        font-size: 20px;
        text-transform: none
    }


    /*Element Defaults*/
    body {
        font-family: "Arimo",Arial,sans-serif;
        color: #666666;
        font-size: 14px;
        height: 100%;
        text-rendering: optimizeLegibility!important;
        -webkit-font-smoothing: antialiased!important;
    }

    img {vertical-align: middle;}

    a, a:hover, a:visited {text-decoration: none;}

    p {margin-bottom: 1em; font-size: 1.15em;}

    hr {border-top: 1px solid #d6d6d6;}

    blockquote {
        border-left: 5px solid white;
        margin: 0;
    }


    /*Bootstrap Scaffolding*/
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


    /*Colors*/
    .primary {color: #265094;}
    .gray {color: #666666!important;}
    .red {color: #d50404!important;}
    .link-check, .temp {background-color: yellow;}


    /*Buttons*/
    .btn-primary {
        color: #fff;
        background-color: #06a7e0;
        border: none;
        border-bottom: 1px solid #04688c;
    }

    .btn-primary:hover {
        background-color: #0582ae;
        border-bottom: 1px solid #02435a;
    }


    /*Margins*/
    .margin-0 {margin: 0;}
    .m-top-0 {margin-top: 0em!important;}
    .m-top-1 {margin-top: 1em!important;}
    .m-top-2 {margin-top: 2em!important;}
    .m-top-3 {margin-top: 3em!important;}
    .m-right-1 {margin-right: 1em!important;}
    .m-bottom-0 {margin-bottom: 0em!important;}
    .m-bottom-1 {margin-bottom: 1em!important;}
    .m-bottom-2 {margin-bottom: 2em!important;}


    /*List Styles*/
    ul {
        font-size: 1.15em;
    }

    ul.spaced {
        list-style: none;
        padding-left: 0;
    }

    ul.spaced img {
        width: auto;
    }

    ul.spaced p {
        max-width: 420px;
        padding-top: .75em;
    }

    ul.spaced li {
        margin-bottom: 30px;
        clear: both;
        height: 100%;
    }

    ul.spaced li img {
        float: left;
        margin: 0 15px 15px 0;
        border-radius: 50%;
    }

    ul.dates {
        margin-bottom: 0px;
        font-weight: bold;
        color: #333333;
        list-style-type: none;
        -webkit-padding-start: 0;
    }

    ol li strong {
        color: #333333;
    }

    ol li strong sup {
        font-weight: normal;
    }

    .no-bullet {list-style-type: none;}

    /*Panel Styles*/
    .tab-pane {
        padding: 1em;
        border: 1px solid #cccccc;
        border-top: none;
    }

    /*Tables Styles*/
    table thead tr {
        background-color: #ededed;
        font-weight: bold;
    }

    .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td {
        padding: .5em 1.5em;
    }

    .table &gt; thead &gt; tr &gt; td:last-child, .table &gt; tbody &gt; tr &gt; td:last-child {
        /*width: 20%;*/
    }

    .table &gt; tbody &gt; tr:last-child &gt; td {
        padding-bottom: 1em;
    }

    .table-bordered &gt; tbody &gt; tr &gt; td {
        border: none;
    }

    div.target &gt; .table &gt; thead &gt; tr &gt; td:last-child, div.target .table &gt; tbody &gt; tr &gt; td:last-child {
        width: auto;
    }

    div.target &gt; .table &gt; tbody &gt; tr:first-child &gt; td {
        padding-top: 1em;
    }

    div.target &gt; .table &gt; tbody &gt; tr:last-child &gt; td {
        padding-bottom: 1em;
    }

    div.target &gt; .table &gt; thead &gt; tr &gt; td {
        padding: .5em .5em .5em 1em;
    }

    div.target &gt; .table &gt; tbody &gt; tr &gt; td {
        font-size: .95em;
        padding: .15em .1em .15em 1em;
    }


    /*Background Imagery + Structure*/
    .site-wrapper::after {
        /*background: url(../img/site-wrapper-bkgd.png) no-repeat 0 90px;*/
        position: absolute;
        content: '';
        top: 0;
        height: 400px;
        width: 100%;
        z-index: -2;
    }


    /*Footer Styles*/
    footer {
        font-family: "Arimo",Arial,sans-serif;
        margin-top: 2em;
        background: #fafafa;
        border-top: 1px solid #d6d6d6;
        padding: 30px 0;
        color: #525252;
    }

    footer .copyright {
        text-align: left;
    }

    .sitemap li {
        border-right: 1px solid #dddddd;
        padding-right: 10px;
    }

    .sitemap li:last-child {
        border-right: none;
        padding-right: 0px;
    }

    .sitemap p:last-child {
        margin-bottom: 0px;
    }

    footer .copyright span {
        float: left;
    }

    footer .footer-doc-links a,
    footer .footer-doc-links a:active,
    footer .footer-doc-links a:hover,
    footer .footer-doc-links a:link  {
        color: #525252;
    }

    .footer-doc-links a.active {
        font-weight: 700;
    }

    footer .footer-doc-links ul li {
        list-style: none;
        float: left;
        border-right: 1px solid #dddddd;
        padding-right: 10px;
        margin-right: 10px;
    }

    footer .footer-doc-links ul li:last-child {
        border-right: none;
    }

    footer .partnership {
        padding-right: 15px;
        text-align: right;
    }

    footer .partnership span {
        border-top: 1px solid #d6d6d6;
        color: #7d7d7d;
        display: inline-block;
        padding: .1em 0 .5em;
        vertical-align: bottom;
    }

    footer .partnership img {
        display: inline-block;
        width: 107px;
        margin-left: 1em;
    }

    .broker-check {
        max-width: 150px;
        margin-bottom: 1em;
    }

    .broker-check img {
        width: 100%;
    }


    /*Header + Navigation*/
    .site-header {
        /*background: #eee;*/
    }

    .site-logo {
        display: inline-block;
        max-width: 101px;
        max-height: 52px;
        margin: 0;
        padding: 0;
    }

    header .nav-pills {
        font-size: 1.05em;
    }

    header .nav-pills &gt; li &gt; a {
        color: #666666;
    }

    header .nav-pills &gt; li &gt; a:hover,
    header .nav-pills &gt; li &gt; a:active,
    header .nav-pills &gt; li &gt; a:visited,
    header .nav-pills &gt; li &gt; a:focus   {
        background-color: transparent;
    }

    .nav-pills &gt; li &gt; a.active {
        font-weight: bold;
    }

    #branding-topnav {
        min-height: 94px;
        padding: 1.80em 0;
    }

    #branding-topnav h2 {
        /* display: inline-block; */
        margin: 0;
    }

    #branding-topnav h2 a {
        color: #666666;
    }

    #branding-topnav h2 a:hover {
        text-decoration: none;
    }

    #branding-topnav h2 img {
        /* border-right: 1px solid #999; */
        padding-right: 25px;
        margin-right: 0px;
        max-width: 244px;
        max-height: 58px; 
        /* max-height and max-width must be set for logos to work in IE */
    }

    #branding-topnav h2 .tagline {
        font-size: .5em;
        vertical-align: middle;
        padding-left: 20px;
        letter-spacing: -0.01em;
    }

    .navbar-toggle {
        margin-top: 8px;
        padding: 0;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        height: 4px;
        margin-bottom: 3px;
        background-color: #000;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 2px;
    }

    .nav-stacked {
        margin-top: 1em;
    }

    .nav-stacked li {
        border-bottom: 1px solid #d6d6d6;
        line-height: 42px;
    }

    /*.nav-stacked li:first-child, */.nav-stacked li:last-child {
        border-bottom: none;
    }

    .logo-container {
        padding-right: 0px;
    }

    .nav-container {
        float: right;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-container .nav-pills {
        float: right;
    }

    .nav-container .nav-pills li:first-child a {
        padding-left: 0;
    }


    /*Inner Nav*/
    .sub-nav ul li .gwicon {
        float: right;
        padding-right: 20px;
    }

    .sub-nav ul {
        padding-left: 0;
        list-style: none;
    }

    .sub-nav ul li {
        background-color: #768692;
        border-bottom: 1px solid #fff;
    }

    .sub-nav ul li.active {
        background-color: #9faab2;
    }

    .sub-nav ul li a, .sub-nav ul li a:hover, .sub-nav ul li a:visited {
        color: #fff;
        display: block;
        padding: 15px 0 15px 20px;
        line-height: 26px;
    }


    /*Helpers*/
    .alert-transition {
        padding: 1.5em;
        background-color: #f3f2f2;
        border-radius: 0;
    }

    .block {
        display: block;
    }

    .inline-block {
        display: inline-block;
    }

    .text-right {
        text-align: right;
    }

    .text-notation {
        font-size: .85714286em;
    }

    .bold {
        font-weight: bold;
    }

    .bold-underline {
        font-weight: bold;
        text-decoration: underline;
    }

    .wordwrap {
        /* wrap long text and urls */
        white-space: pre; /* CSS 2.0 */
        white-space: pre-wrap; /* CSS 2.1 */
        white-space: pre-line; /* CSS 3.0 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: -moz-pre-wrap; /* Mozilla */
        word-wrap: break-word; /* IE 5+ */
    }

    .with-shadow {
        box-shadow: 0 2px 3px rgba(0,0,0,.17);
    }

    .with-top-margin {
        margin-top: 2em;
    }

    .with-top-margin-inner {
        margin-top: .5em;
    }

    .disclaimer {
        font-size: .85em;
        font-style: italic;
    }

    .well-full {
        padding: 0px!important;
    }

    .well blockquote {
        border-color: white;
    }

    .table-bordered-transparent {
        border: transparent;
    }

/* [END] GLOBAL SETTINGS
   ======================================== */


/* [START] 2-HOME TEMPLATE
   ======================================== */

    .key-dates {
        margin-top: 1em!important;
        padding-bottom: 1em;
        border-bottom: 1px solid lightgrey;
    }

    .key-dates:last-child {
        padding-bottom: 0;
        border: none;
    }

    .key-dates &gt; div {
        padding: 15px;
    }

    .key-dates ul {
        padding-left: 15px;
    }

    h2.enrolled {
        max-width: 830px;
    }

    .hero {
        position: relative;
        background-color: #cccccc;
        min-height: 300px;
        margin: 0 -20px 20px;
        /*background-image:url(../img/hero_banner@2x.jpg);*/
    }

    .hero .overlay {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin-left: 0px;
        width: 50%;
        height: 100%;
        background-color: #455866;
        z-index: 2;
        padding: 20px;
        zoom: 1;
    }

    .hero .overlay ul {
        color: white;
    }

    .hero h1 {
        margin-top: 0;
        font-size: 4em;
        font-weight: 700;
        line-height: 1.25;
        color: white;
    }

    .hero h2 {
        margin-top: 140px;
        margin-right: 10px;
        font-size: 3em;
        line-height: 1;
        color: white;
    }

    .hero p, .hero a {
        font-size: 1.2em;
        line-height: 1em;
        color: white;
    }

    .hero img {
        min-width: 100%;
    }

    .shadowify {
        position:relative
    }

    .shadowify::after {
        content:"";
        position:absolute;
        z-index:-1;
        box-shadow:0 0 60px #7d7d7d;
        bottom:0;
        left:8%;
        right:8%;
        width:84%;
        height:30%;
        border-radius:100%
    }

    .banner-wrapper {
        min-height: 340px;
        overflow: hidden;
    }

    .prelogin-pod {
        display: block;
    }

    .prelogin-pod img {
        display: block;
        width: 100%;
    }

    .prelogin-pod h3 {
        color: #ed1c24!important;
        font-size: 1.5em;
        line-height: 1.2em;
        margin: .9em 0 .5em;
    }

    .prelogin-pod h4 {
        font-size: 1.25em;
        line-height: 1.2em;
        margin: .9em 0 .5em;
        border: none;
        outline: none;
        box-shadow: none;
        color: #666666;
    }

    .prelogin-pod p {
        color: #666666;
        font-size: 1.1em;
        line-height: 1.6;
    }

    .rail-pod {
        font-size: .96em;
        display: block;
        padding: 1em;
        color: #114069;
        background-color: white;
        /*background: white url("../img/bsw_icon.gif") no-repeat;
        background-position: bottom -65px right -65px;*/
        border: 1px solid #d6d6d6;
        margin-bottom: 2em;
        min-height: 300px;
        overflow: hidden;
    }

    .rail-pod p:last-child {
        margin-bottom: 0px;
    }

    .rail-pod div {
        position: absolute;
        bottom: 1em;
        text-align: center;
    }

    .rail-pod h2 {
        font-weight: bold;
        color: #666666;
        margin-bottom: 0px;
        float: left;
    }

    .rail-pod h3 {
        color: #114069;
        font-size: 1.25em;
        font-weight: 700;
        margin: 0;
    }

    .rail-pod span.when {
        color: #666666;
        font-size: .85em;
        float: left;
    }

    .bg-info {
        color: black;
        text-align: center;
        padding: 1em;
        border-radius: 2px;
    }

/* [END] HOME TEMPLATE
======================================== */


/* [START] 3-SUBPAGE TEMPLATE (INNER)
======================================== */

    .well blockquote p:last-child {
        margin-bottom: 1em;
    }

    .inner-container .btn {
        display: inline-block;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        border: 1px solid transparent;
        padding: 1.25rem 3rem;
        font-size: 1.75rem;
        line-height: 1.25;
        border-radius: 0.5rem;
        white-space:normal !important;
        word-wrap:break-word;
        word-break: normal;
    }

    .well p:last-child {
        margin-bottom: 2.5em;
    }

    .well {
        border-color: #a8a8a8;
        border-radius: 0px;
        border-top: none;
        background-color: white;
        margin-bottom: 0px;
    }

    .inner-container h4, h4 {
        font-size: 1.15em;
        font-weight: bold;
        color: #333333;
    }

    .inner-container .questions h4, .inner-container .transitions h4  {
        font-size: 1em;
        font-weight: bold;
        color: #333333;
        margin: 0;
    }

    .inner-container .questions p, .inner-container .transitions p  {
        margin-bottom: 1em;
    }


    .inner-container {
        font-size: 1.15em;
        background-color: white;
        padding: 2em;
    }

    .inner-container .or {
        padding: 0 1em;
    }

    .inner-container img {
        width: 100%;
        margin-bottom: 1em;
    }

    /*Collapse Table*/
    .table-collapse {
        color: #666666;
        font-weight: bold;
        border: 1px solid #a8a8a8;
        margin-top: 1em;
    }

    .table-collapse td:first-child {
        padding: 1em;
        border-right: 1px solid #a8a8a8;
    }

    .table-collapse td span {
        color: #114069;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .table-collapse td span .glyphicon {
        font-size: 10px;
        vertical-align: 2px;
    }

    table span.cap-close {
        display: block;
    }

    table span.cap-open {
        display: none;
    }

    table.collapsed span.cap-open {
        display: block;
    }

    table.collapsed span.cap-close {
        display: none;
    }

    /*Inner Rail*/
    .inner-rail{
        color: #ed1c24;
    }

    .inner-rail h2 {
        color: #666666;
        margin-bottom: 0px;
    }

    .inner-rail h3 {
        color: #666666;
        font-size: 1.25em;
        margin: 0px 0px 20px 0px;
    }

    .inner-rail span.when {
        color: #666666;
        font-size: .85em;
    }

    .inner-rail div.contact {
        font-size: .95em;
        color: #666666;
        word-wrap: break-word!important;
        white-space: normal!important;
    }

    .inner-rail div.contact h3 {
        font-weight: bold;
        margin-bottom: 0px;
    }

    h3 {
        color: #114069;
    }

    .inner-header {
        color: #ed1c24;
        margin-top: 0px;
    }

    /*Download Pod*/
    .download-pod {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0px;
    }

    .download-pod .btn {
        min-width: 185px;
    }

    .download-pod .btn.xl {
        min-width: 315px;
    }

    .download-pod li {
        margin-bottom: 1.5em;
    }

    .download-pod li:last-child {
        margin-bottom: 0px;
    }

    .faq-pod {
        list-style: square;
        margin-bottom: 0px;
    }

    .faq-pod li {
        margin-bottom: 1em;
    }

    .faq-pod li:last-child {
        margin-bottom: 0px;
    }

    .breadcrumb {
        background-color: transparent;
        margin-bottom: .5em;
    }

    .breadcrumb &gt; .active {
        color: #363636;
        font-weight: 700;
    }

    .breadcrumb &gt; li {
        display: inline-block;
        font-size: 1.14285714em;
    }

    a.btn.disabled, fieldset[disabled] a.btn {
        pointer-events: none;
    }

    .btn.disabled, .btn:disabled {
        background-color: grey;
        cursor: not-allowed;
        opacity: .5;
    }

    table.disclosures {
        font-size: .85em;
        text-align: center;
    }

    table.disclosures td {
        vertical-align: middle!important;
        border: 1px solid #ddd!important;
        padding: .25em 0!important;
    }

/* [END] SUBPAGE TEMPLATE (INNER)
======================================== */


/* [START] 4-MEDIA QUERIES
======================================== */

    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        /*    .hero {
                background-image:url(../img/hero_banner@2x.jpg);
            }*/
    }

    @media (max-width: 1199px) {
        #branding-topnav {
            padding-bottom: 0;
        }

        .container {
            width: auto;
        }

        .main {
            width: calc(100% - 30px);
        }

        .home-content {
            padding-left: 0px;
        }

        .inner-container {
            box-shadow: none;
            padding-bottom: 0;
        }

    }

    @media only screen and (min-width:768px) and (max-width: 1024px)  {
        .rail-pod {
            text-align: left;
            font-size: 1em;
        }

        .rail-pod h2 {
            font-size: 1.35em;
        }

        .rail-pod span.when {
            font-size: .75em;
        }

        .nav-container {
            float: left;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .nav-container .nav-pills {
            padding: 1.25em 15px;
            float: left;
        }

        .logo-container {
            float: left;
            width: 100%;
        }
    }

    @media (min-width: 960px) {
        .col-md-pull-0 {
            right: auto;
        }

    /*    .col-md-4 {
            width: 33.33333333%;
            float: left;
        }*/
    }

    @media (min-width: 768px) {
        .hero {
            margin: 0 0 20px;
        }

        #navbar {
            display: none;
        }
        .empower-facts {
            max-width: 75%;
            margin-left: 12.5%;
            margin-right: 12.5%;
        }
    }

    @media (max-width: 768px) {
        .navbar-toggle {
            display: inline-block;
            float: right;
        }

        #branding-topnav h2 img {
            border-right: none;
        }

        .nav-container {
            display: none;
        }

        .main {
            width: auto;
        }

        .home-content {
            padding-left: 15px;
        }

        .hero {
            margin: 0;
        }

        .hero .overlay {
            width: 100%;
            top: inherit;
            height: inherit;
            padding: 15px;
        }

        .hero h2 {
            margin: 0;
            margin-bottom: 10px;
            font-size: 1.85em;
        }

        .hero p, .hero a {
            line-height: 1.0em;
        }

        .inner-container {
            padding: 1em;
            padding-bottom: 0;
        }

        .rail-pod {
            padding: 1em;
            padding-bottom: 0;
            margin-top: 1em;
            margin-bottom: 0;
            min-height: 200px;
            border: none;
            border-top: 1px solid #d6d6d6;
        }
    }

    @media (max-width: 680px) {
        .inner-container .btn {
            margin-bottom: 1em !important;
        }
    }

    @media (max-width: 480px) {
        .inner-container .btn {
            display: block;
        }

        .inner-container .or {
            display: block;
            text-align: center;
            margin-bottom: 1em;
        }

        .m-right-1 {
            margin-right: 0em !important;
        }
    }

/* [END] MEDIA QUERIES
======================================== */

.col-md-4 {
        margin:0 auto;
        width: 33%;
        min-width: 250px;
    }
</pre></body></html>