<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-container a {
    cursor: pointer;
}

nav ul li a {
    padding-top: 0px;
}

.alert-info {
    font-size: 13px!important;
}

.gwicon-after-close:after {
    cursor: pointer;
}

.row-spacer {
    padding: 0px;
}

.m-top-1 {
    margin-top: 1em;
}

.m-bottom-0 {
    margin-bottom: 0px;
}

.desktop .callout, .desktop .callout-video {
    margin-left: 0px;
    margin-top: 45px;
}

.desktop .compass {
    position: absolute;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: 20px;
/*    background: url(../img/er-flag-home.png) no-repeat;*/
    background-position: right bottom;
}

.callout {
    width: auto;
    color: #000!important;
    background-color: transparent;
    padding-right: 30px;
}

#main {
    padding-left: 3em;
    padding-right: 3em;
}

#home img {
    width: 145px;
}

#home a.moog-logo {
    margin-top: 1%;
    cursor: default!important;
}

#home a.moog-logo img {
    width: 245px;
}

.home p:nth-child(2) {
    font-size: 16px;
    font-family: "Arimo", sans-serif;
    font-weight: normal;
    margin: 25px 0 25px;
}

.home p:nth-child(3) {
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 25px;
}

.callout h1 {
    display: block;
    font-size: 24px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 100;
    line-height: 32px;
    padding: 0 0 0 8%;
    margin-top: 45px;
}

.callout h1 span {
    color: #7f152b;
    font-weight: 600;
}

.callout h2 {
   padding: 10% 8% 0;
}

.callout h2 span {
    margin-top: 0px;
}

ul li {
    line-height: 28px;
}

ul.red-arrow {
    list-style-image: url(../img/list-arrow-red.svg);
}

.underline {
    text-decoration: underline;
}

h3, .h3 {
    font-family: "Open Sans", Arial, sans-serif;
    margin: 5px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

h2.landing, h2.sub {
    font-size: 26px;
    text-align: left;
    color: #000000;
    font-weight: 100;
    font-family: Open Sans;
    line-height: 37px;
    letter-spacing: -1px;
    margin: 0px;
}

.callout-video {
    height: 360px;
    cursor: pointer!important;
    background-image: url("../img/video.jpg");
    background-color: white;
/*    border: 3px solid #ccc;*/
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center bottom;
}
.play-video-large {
    width: 88px;
    height: 88px;
    background-image: url("../img/play-video-large.png");
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.default {
    /*background-image: url("../img/video.jpg");*/
}

.scale-to-width {
    width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 2;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn span {
    /*font-weight: bold;*/
}

.btn-primary, .btn-primary:visited {
    width: auto;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary.disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;
}

.watch-btn {
    display: block;
    width: 80%!important;
    color: black!important;
    font-size: 20px;
    font-weight: bold!important;
    text-align: left;
    font-family: Open Sans;
    font-weight: 100;
    line-height: 32px;
    padding: 0 0 0 8%;
    margin-top: 20px;
    margin-left: 45px;
    padding: 10px 20px;
    border: 1px solid #c4c4c4!important;
    background: transparent;
}

.watch-btn:hover {
    background-color: #dddedf;
}

.banner-inner {
    background-image: url("../img/moog-triangle.png");
    background-repeat: no-repeat;
    background-position-x: right;
}

.triangle-hide {
    background-image: none!important;
}

.option-1-pension, .option-2-pension, .option-1-non-pension, .option-2-non-pension {
    display: none;
    background-color: #f4f4f4;
    border-left: 10px solid #7f152b;
    padding: 20px;
}

.has-success .form-control {
    border-color: #28a745;
}

.has-success label {
    color: #28a745;
}

.not-successful label {
    color: #333;
}
.not-successful .form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.download-pod {
    padding: 25px;
    background-color: #b7b7b8;
    background-image: linear-gradient(#f2f2f3 1%, #b7b7b8);
}

.download-pod h2 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    font-family: Open Sans;
    letter-spacing: -1px;
    margin-top: .75em;
}

.download-pod .btn {
    margin-top: 25px;
}

.download-pod a {
    background-color: #103e74!important;
    border-color: #103e74!important;
    margin-bottom: 5px;
}

.download-pod a.collapsed {
    background-color: #ba092c!important;
    border-color: #ba092c!important;
}

.download-pod a.collapsed span.yes {
    display:block;
}

.download-pod a span.yes {
    display: none;
}

.download-pod a.collapsed span.no {
    display: none;
}

.download-pod .cta-disclaimer {
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 0px;
    padding: 0px 1em;
    text-align: center;
}

.form-pod {
    padding-left: 10px;
}

.form-pod input, select.form-control {
    font-size: 1.25em;
    border-radius: 0.15rem;
}

.form-pod label {
    font-size: 18px;
    font-weight: bold;
}

.form-pod h2 {
    font-size: 26px;
    text-align: left;
    color: #000000;
    font-weight: 100;
    font-family: Open Sans;
    line-height: 29px;
    letter-spacing: -1px;
    margin-top: 0;
}

.form-pod h2.call-us {
    margin-bottom: .4em;
}

.form-pod h2 span {
    /*font-weight: bold;*/
}

.form-pod h3 {
    font-size: 22px;
    text-align: left;
    color: #103e74;
    font-weight: 100;
    font-family: Open Sans;
    line-height: 27px;
    letter-spacing: -1px;
    margin-top: 0;
    padding-right: 25%;
}

.form-pod .form-control {
    height: 38px;
}

.form-pod select.form-control {
    height: 44px;
}

.form-pod label span, .form-pod .required span {
    color: #ba092c;
}

.form-pod .required {
    padding: 10px 0px;
    font-size: 10px;
}

.form-pod .help-block {
    font-size: 12px;
}

.form-pod .help-block ul li {
    line-height: 18px;
}

.form-pod input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
}

.has-error label {
    font-weight: bold;
}

.option-group .col-md-6 {
    border: 3px solid white;
    padding: 1.25em 2.5em;
    border-radius: 8px;
    cursor: pointer;
}

.option-group .col-md-6:hover {
    border: 3px solid #8d2132;
    background-color: #f5f5f5;

}

.cta-section {
    padding-bottom: 30px;
}

.cta-section div {
    margin-top: 0px!important;
}

.thumbnail-group {
    background-color: #f4f4f4;
    padding: 2em;
    padding-bottom: 0;
    max-height: 250px;
}

.thumbnail-group h2 {
    font-size: 1.65em;
    font-family: Open Sans;
    font-weight: 100;
    line-height: 1.25em;
    margin-bottom: .75em;
}

.thumbnail-group img {
    display: inline;
    width: 100%;
    position: relative;
    top: -75px;
}

#footer-disclaimers p:first-child, input, select {
    font-size: 14px;
}

#footer-disclaimers {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

p.footer-disclaimer {
    border: 1px solid black;
    padding: 15px;
}

/*Gateway Modal Styles*/
.modal-body {
    font-size: 15px;
}

.modal-footer .btn-default {
    color: #333;
    background-color: white;
    border-color: #adadad;
}

.modal-footer .btn-default:hover {
    background-color: #ebebeb;
}
/*[END] Gateway Modal Styles*/

/*@media (min-width: 765px) {
    header {
        height: 85px;
    }
}*/

@media (max-width: 991px) {
    .form-pod {
        padding-left: 15px;
    }

    .callout h1 {
        margin-top: 20px;
    }

/*    header {
        height: 100px;
    }*/
}

@media (max-width: 862px) {
    .gwicon-after-close:after {
        content: "\e61e";
        color: #003087;
    }
}

@media (max-width: 1199px) {
    .desktop .callout, .desktop .callout-video {
        margin-top: 45px;
    }

    .desktop .callout {
        margin-left: 0px;
    }

    .desktop .callout-video {
        margin-left: 50px;
    }

    .download-pod .btn {
        white-space: normal;
    }
}

@media (min-width: 992px) {
    .banner-home {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ab0ed+0,2ab0ed+50,f4f4f4+50,f4f4f4+50,f4f4f4+100 */
        background: #f4f4f4; /* Old browsers */
        background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 60%, #7f152b 60%, #7f152b 60%, #7f152b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #f4f4f4 0%,#f4f4f4 60%,#7f152b 60%,#7f152b 60%,#7f152b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #f4f4f4 0%,#f4f4f4 60%,#7f152b 60%,#7f152b 60%,#7f152b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#7f152b',GradientType=1 ); /* IE6-9 */
    }
}

@media (min-width: 765px) {
/*    header {
      height: 100px;
    }*/

    nav .nav {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .home &gt; div &gt; div.row-spacer {
        margin-top: 0px
    }

    .callout h1 {
        padding: 0 8%;
        margin-top: 25px;
    }

    .callout .play-btn {
        margin: 0 8%;
    }

    #page-title {
        margin-top: 0px;
    }

    .prime-disclaimer {
        padding: 10px 10px 0px 10px;
    }

    h2.landing {
        margin-top: 0px;
        padding: 0 25px;
    }

    h2.sub {
        margin-top: 0px;
        padding: 0px;
    }

    header {
        height: auto;
    }

    #mobile-logo .logo img {
        width: 40%;
    }

    .compass {
        background: url(../img/er-flag-home.png) no-repeat;
        width: 360px;
        height: 360px;
        position: absolute;
        bottom: -560px;
        right: -30px;
    }
}

@media (max-width: 482px) {
    .callout h1 {
        font-size: 22px;
        font-weight: 100;
        line-height: 27px;
    }

    .callout h2 {
        /*display: none;*/
        padding-top: 4%;
    }

    #mobile-logo .logo img {
        width: 50%;
    }
}

@media (max-width: 321px) {

    .callout h1 {
        font-size: 24px;
    }
}</pre></body></html>