@import url(//fonts.googleapis.com/css?family=Nunito&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800&family=Inter:wght@600&display=swap');

#navitem_search {
    order: 3;
    border-bottom: 3px solid #005f26;
}

#navitem_login {
    order: 1;
}

#navitem_block {
    order: 2;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    *:focus-visible {
        outline: 2px transparent solid;
        box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #2F4F7A, 0 0 4px 8px #F9F9D1;
    }

    *:focus:not(:focus-visible) {
        outline: none;
        box-shadow: none;
    }

/* CSS for touch-enabled devices */
@media (hover: none) {
    *:focus-visible {
        outline: none;
        box-shadow: none;
    }
}

h1:empty,
h2:empty,
h3:empty {
}

body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

article {
    flex: 1
}

p, .IconsBorderless p {
    line-height: 1.5;
}

ul, ol {
    text-align: left;
}

    ul li, ol li {
        line-height: 150%;
    }

aside,
details,
figcaption,
figure,
footer,
h menu,
header,
hgroup,
main,
nav,
summary {
    display: block;
    position: relative
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

.FAQMainHeading {
    margin: .67em 0;
    font-size: 1.778rem;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 700;
    color: #008535;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 130%;
}

@media (max-width: 768px) {
    .FAQMainHeading {
        font-size: 1.333rem;
        line-height: 108%;
    }
}

.side-row.side-top h2 {
    margin: .50em 0;
    font-size: 200%;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

div.sc-embed-answer-title.ng-binding,
h2, .FAQH1Heading {
    margin: .67em 0;
    font-size: 150%;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #090909;
}

.NewsSubheading,
.PRSubheading {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1%;
    display: inline-block;
    padding: 5px 8px;
    color: #008535;
    border-bottom: 1px solid #008535;
    width: 100%;
    font-style: italic;
    font-display: fallback;
}

.HomeNewsSubheadingContainer {
    display: flex;
    flex-flow: row wrap;
    max-width: 1274px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}

.HomeNewsSubheading {
    margin: 0 2% 0 2%;
    width: 100%;
    padding: 5px 8px;
    border-bottom: 1px solid #008535;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #008535;
    font-style: italic;
    font-display: fallback;
}

.Subheading {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 1%;
    display: inline-block;
    color: #008535;
    border-bottom: 1px solid #008535;
    width: 100%;
    font-style: italic;
    font-display: fallback;
}

.SubheadingBlock {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    background: #cecece;
    font-display: fallback;
}

mark {
    color: #000;
    background: #ff0
}

.disclaimer,
small {
    font-size: .75rem;
    font-display: fallback;
}

.disclaimer {
    margin: 2px 0;
}

#disclaimer-view {
    margin: 0;
}

/*sub,
sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}*/

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: .5%
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */


/* #Printer Styles - Legacy# */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        /* font-size: 8pt !important; */
    }

    .PrintLogo {
        display: block !important;
        width: 250px;
        margin: 0 auto 20px auto;
        position: relative;
        top: 15px;
    }

    .noprint {
        display: none !important;
    }

    .pagebreak {
        page-break-after: always;
    }

    .HeroMessageContainer {
        align-items: flex-start !important;
        text-align: left;
    }

    .Content_3col_Centered {
        width: 100% !important;
    }

        .Content_3col_Centered img, .Content_3col img, Content_2col_Centered img, .Content_2col img {
            max-width: 80px !important;
            height: auto;
            display: inline-block;
            margin-bottom: 5px !important;
        }

    .cookie-consent {
        display: none;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: ""
        }

    .tab .tab-panel .tab-content {
        display: block !important
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h1,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        text-align: left !important;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    h1 {
        font-size: 2.5rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .HeaderSubheading {
        font-size: .9rem;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .tabs .tab-content,
    label.tab-label {
        display: block !important;
        border: none !important;
        width: 100%;
        text-align: left !important
    }

    #AdditionalAssistance,
    #FooterDisclosureLinks,
    #FooterSocialLinks,
    .ContentButton,
    .ContentButtonFullWidth,
    .ContentButtonHalfWidth,
    .FooterMenu,
    .RevContentButton,
    .RevContentButton#FullWidth,
    .RevContentButtonHalfWidth,
    .RevContentButtonFullWidth, .CTAButton, .PrimaryCTA, .SecondaryCTA, .ClosingCTA {
        display: none !important
    }

    #FooterDisclosures {
        display: block;
        width: 100%
    }

    footer, #FooterMenuContainer {
        min-height: 0px !important;
        height: auto;
    }

    .disclaimer {
        margin: 5px 0 5px 0;
        line-height: 150%;
    }

    .FlexColumnContainer {
        width: 100%;
    }

    .ContentColumn, .ContentColumnCentered {
        width: 100% !important;
    }

        .ContentColumn:nth-child(3) {
            display: none !important;
        }

    img.CreditCard {
        max-width: 25% !important;
        width: 25% !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42857143;
    color: #505050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section {
    background: #fff;
    margin: 0;
    padding: 0
}

a#skiptomain {
    padding: 5px;
    position: absolute;
    top: -40px;
    left: 0;
    background: 0 0;
    z-index: 300;
}

a:focus#skiptomain {
    position: absolute;
    left: 0;
    top: 0;
    background: #000
}


button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a,
a:active {
    color: #0063A8;
    text-decoration: underline;
}

    a:focus,
    a:hover {
        color: #0063A8;
        text-decoration: underline
    }


figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

#calloutBlue, .callout {
    background: #0063A8;
    color: #FFF;
    padding: 2%;
}

#calloutGreen, .calloutGreen {
    border: 1px solid #008535;
    padding: 2%;
    text-align: center;
}

    #calloutGreen ul, .calloutGreen ul {
        text-align: left;
    }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 5px;
    margin-bottom: 5px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

p {
    margin: 0 0 10px;
    text-align: left;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:769px) {
    .lead {
        font-size: 21px
    }
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

/*.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 60px
}*/


@media (min-width:922px) {
    .container {
        width: 100%;
    }

    #SilverCloud a {
        display: none
    }
}

@media (max-width:922px) {

    #SilverCloud div.silvercloud-search-bar, #SilverCloud .SiteSearch {
        display: none
    }

    #SilverCloud a img {
        display: inline-block;
        width: 20px;
        height: 20px
    }
}

/*@media (min-width:1200px) {
    .container {
        width: 1274px
    }
}*/

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:769px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%;
        padding: 0 10px 0 10px;
    }

    .col-sm-3 {
        width: 25%;
        padding: 0 10px 0 10px;
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    text-align: left
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px 6px 12px;
    font-size: 1rem;
    ;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }



    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 34px
    }

        .input-group-sm input[type=date],
        .input-group-sm input[type=datetime-local],
        .input-group-sm input[type=month],
        .input-group-sm input[type=time],
        input[type=date].input-sm,
        input[type=datetime-local].input-sm,
        input[type=month].input-sm,
        input[type=time].input-sm {
            line-height: 30px
        }

        .input-group-lg input[type=date],
        .input-group-lg input[type=datetime-local],
        .input-group-lg input[type=month],
        .input-group-lg input[type=time],
        input[type=date].input-lg,
        input[type=datetime-local].input-lg,
        input[type=month].input-lg,
        input[type=time].input-lg {
            line-height: 46px
        }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 10px;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        position: absolute;
        margin-left: 0px
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}


.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control,
        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label,
        .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox],
        .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}


@media (min-width:769px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px 0 10px
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active,
    .btn-default.focus,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover,
    .open > .dropdown-toggle.btn-default {
        border-color: #adadad;
        background: #FFF !important;
        color: #008535;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .btn-default.active,
    .btn-default:active,
    .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled,
    .btn-default.disabled.active,
    .btn-default.disabled.focus,
    .btn-default.disabled:active,
    .btn-default.disabled:focus,
    .btn-default.disabled:hover,
    .btn-default[disabled],
    .btn-default[disabled].active,
    .btn-default[disabled].focus,
    .btn-default[disabled]:active,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default.active,
    fieldset[disabled] .btn-default.focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #0063A8;
    border-color: #2e6da4
}

    .btn-primary.active,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled,
    .btn-primary.disabled.active,
    .btn-primary.disabled.focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled],
    .btn-primary[disabled].active,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary.active,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active,
    .btn-success.focus,
    .btn-success:active,
    .btn-success:focus,
    .btn-success:hover,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled,
    .btn-success.disabled.active,
    .btn-success.disabled.focus,
    .btn-success.disabled:active,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled],
    .btn-success[disabled].active,
    .btn-success[disabled].focus,
    .btn-success[disabled]:active,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success,
    fieldset[disabled] .btn-success.active,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active,
    .btn-info.focus,
    .btn-info:active,
    .btn-info:focus,
    .btn-info:hover,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active,
    .btn-info:active,
    .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled,
    .btn-info.disabled.active,
    .btn-info.disabled.focus,
    .btn-info.disabled:active,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled],
    .btn-info[disabled].active,
    .btn-info[disabled].focus,
    .btn-info[disabled]:active,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info,
    fieldset[disabled] .btn-info.active,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning:focus,
    .btn-warning:hover,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active,
    .btn-warning:active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled,
    .btn-warning.disabled.active,
    .btn-warning.disabled.focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled],
    .btn-warning[disabled].active,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning.active,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:hover,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled,
    .btn-danger.disabled.active,
    .btn-danger.disabled.focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled],
    .btn-danger[disabled].active,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger,
    fieldset[disabled] .btn-danger.active,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }*/

.collapse {
    display: none
}

    .collapse.in {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

    .dropdown h2 a {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 80%;
    }

}

/*

.dropdown-toggle:focus {
    outline: auto;
}
*/

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #3a393b;
    background-clip: padding-box;
    border: none;
}

#login ul.dropdown-menu {
    margin-top: 50px;
    background-color: #008535;
    border-top: 4px solid #FFF;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #0063A8;
}

.yamm-content h2 a {
    font-size: 14px;
    font-weight: bold;
    font-size: 80%;
    text-transform: none;
    font-family: 'nunito';
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

    .dropdown-menu > li > a:fillocus,
    .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777
}

    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox],
    .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 0 15px;
        }

            .nav > li > a:focus, .nav > li > a:active {
                color: #008535;
                text-decoration: none;
                background-color: transparent
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus,
            .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: transparent;
        border-color: #FFF;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:769px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:769px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:769px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:769px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    max-height: 115px !important
}

@media (min-width:769px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        display: block;
        margin-bottom: 5px
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }


@media (max-width:922px) {


    .navbar-default {
        background: -webkit-linear-gradient(-90deg, #008535 50%, #008535 50%) !important;
        background: -o-linear-gradient(-90deg, #008535 50%, #008535 50%) !important;
        background: -moz-linear-gradient(-90deg, #008535 50%, #008535 50%) !important;
        background: linear-gradient(180deg, #008535 50%, #008535 50%) !important;
    }
}

@media (min-width:922px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:769px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:769px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:769px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:769px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none;
    height: 58px;
    width: 58px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

#MobileLoginLink {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 5px 18px 5px;
    font-family: nunito;
    font-weight: 700;
    text-decoration: none;
    font-size: 90%
}

@media (min-width:922px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 0 -15px;
    background: transparent;
}

@media (max-width:769px) {
    .navbar-nav {
        background: #00712d;
    }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #3a393b;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .navbar-nav .open .dropdown-menu .dropdown-header,
            .navbar-nav .open .dropdown-menu > li > a {
                padding: 5px 15px 5px 25px
            }

            .navbar-nav .open .dropdown-menu > li > a {
                line-height: 20px
            }

                .navbar-nav .open .dropdown-menu > li > a:focus,
                .navbar-nav .open .dropdown-menu > li > a:hover {
                    background-image: none
                }
}

@media (min-width:769px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:769px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox],
        .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:769px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:769px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}


.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:769px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:769px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: background: -webkit-linear-gradient(-90deg, #008535 50%, #00943A 50%);
    background: -o-linear-gradient(-90deg, #008535 50%, #00943A 50%);
    background: -moz-linear-gradient(-90deg, #008535 50%, #00943A 50%);
    background: linear-gradient(180deg, #008535 50%, #00943A 50%);
    height: 100%;
}

    .navbar-default#MicroSite {
        background: #008535;
    }


    .navbar-default .navbar-brand {
        color: #fff
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-decoration: none;
        font-family: "canada-type-gibson", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        letter-spacing: normal;
        height: 50px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

        .navbar-default .navbar-nav > li > a:focus {
            background-color: transparent
        }

li#login.dropdown.open a.dropdown-toggle#loginlink {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border: none
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: .5s;
    }

    .navbar-default .navbar-toggle .material-symbols-outlined {
        transition: .5s;
    }

    .navbar-default .navbar-toggle.collapsed .material-symbols-outlined {
        rotate: none;
    }

        .navbar-default .navbar-toggle.collapsed .material-symbols-outlined:after {
            content: 'menu';
            color: #FFF;
            font-size: 30px;
            width: 30px;
            height: 30px;
        }

    .navbar-default .navbar-toggle .material-symbols-outlined:after {
        content: 'close';
        color: #FFF;
        font-size: 30px;
        width: 30px;
        height: 30px;
        rotate: 90deg;
    }

    .navbar-default .navbar-toggle .material-symbols-outlined {
        rotate: 90deg;
    }

.yamm-fw {
    transition: .5s;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #00712d;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #008535;
    background-color: #FFF;
}

@media (max-width:769px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #1f4569
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:focus,
    .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }



        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width:769px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus,
            .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a,
    .pager .next > span {
        float: right
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1,
    .jumbotron h1 {
        color: inherit
    }


    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:769px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img,
    .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}


    a.list-group-item .list-group-item-heading {
        color: #333
    }



    a.list-group-item:focus,
    a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}


a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small,
    .panel-title > .small > a,
    .panel-title > a,
    .panel-title > small,
    .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption,
    .panel > .table caption,
    .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child,
    .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child,
    .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td,
    .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        max-width: 1140px;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, .15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #575757;
    text-shadow: 0 1px 0 #fff;
}

.btn-close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    color: #575757;
    text-shadow: 0 1px 0 #fff;
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0 ;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}

    /*.modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        -o-transition: transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%)
    }*/

    /*.modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.in {
        opacity: .5
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: 0px
    }

.close#TimeTrade {
    margin-top: -25px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

h2.modal-title {
    color: #0063A8;
    font-weight: 700;
    font-size: 110%;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0
}

    .tooltip.in {
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }


.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: red;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right,
        .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

        .carousel-inner > .item.active.left,
        .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

            .carousel-inner > .item.active,
            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x
    }

    .carousel-control:focus,
    .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }


    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }


        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:769px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:769px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:769px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:769px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:769px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:769px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:769px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.yamm-content a {
    color: #fff;
    text-decoration: none
}

a img.Logo {
    width: 260px;
    height: 50px;
}

.Logo {
    margin: 0;
    width: 260px;
    height: 50px;
}

.PrintLogo {
    display: none;
}

#LogoTag {
    margin: 10px 0 0 15px;
    width: 220px;
    height: 50px
}


#LogoNoTag {
    display: none
}

#SilverCloud {
    top: 0;
    height: 40px;
    max-height: 40px;
}

@media (max-width:922px) {
    #SecondaryNav,
    #SilverCloud {
        display: none
    }

    #SecondaryNavMobileFive,
    #SecondaryNavMobileFour,
    #SecondaryNavMobileOne,
    #SecondaryNavMobileThree,
    #SecondaryNavMobileFive,
    #SecondaryNavMobileTwo {
        display: block !important
    }



    .FeaturedItem, .CrossSellItem {
        margin-top: 20px;
    }
}

#SecondaryNavMobileFive {
    height: 40px;
    margin: 20px 25px 20px 20px;
}

    #SecondaryNavMobileFive .SiteSearchInput {
        border: none;
        margin-left: 5px;
        font-size: 18px;
        height: 35px;
        top: 10px;
        position: relative;
        width:85%;
    }

    #SecondaryNavMobileFive .silvercloud-search-bar .ng-scope input {
        width: 100%;
        border: none;
        padding: 7px;
        margin-bottom: 10px;
        font-size: 110%;
        font-weight: normal;
        line-height: 110%;
    }

#search {
    border-radius: 5px;
    border: none
}

#login {
    color: #000;
    display: flex;
    flex-direction: column;
}

.dropdown #login {
    background: #fff !important
}

#loginMobile {
    display: none;
}

@media (max-width: 769px) {

    #loginMobile {
        display: block;
    }
}

.dropdown #personal, .dropdown #business {
    width: 50%;
}

@media (min-width:769px) {
    .dropdown-menu#login_form {
        width: 300px;
        max-width: 300px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #FFF;
    }

        .dropdown-menu#login_form ul {
            margin: 10px 10px 0 0;
            padding: 0;
            list-style: none
        }

            .dropdown-menu#login_form ul li {
                padding: 0 0 2px 5px;
                border-bottom: 1px solid #CCCCCC60;
            }
}

.SupplementalLoginLinks {
    margin-top: 55px;
    display: block;
    position: relative
}

.LoginButton, .BusinessLoginButton, .PersonalLoginButton {
    width: 90%;
    line-height: 140%;
    display: inline-block;
    font-size: 1rem;
    border: 2px solid #AFF5BE;
    border-radius: 10px;
    padding: 4px;
    background: #AFF5BE;
    color: #008535 !important;
    font-family: "roc-grotesk", sans-serif !important;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

a.ReverseLoginButton {
    width: 48.7%;
    line-height: 140%;
    display: inline-block;
    font-size: 1rem;
    border: 2px solid #FFF;
    border-radius: 10px;
    padding: 4px;
    background: transparent;
    color: #FFF;
    font-family: "roc-grotesk", sans-serif !important;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

a.LoginSupport {
    font-size: 0.75rem;
}

#Enroll {
    width: 90%;
    display: block;
}

#p_lt_ctl02_COASPTetheredLogin_pnlLogin {
    text-align: center;
}

.ContentButton, .ContentButton_Outline, .ContentButton_Blue, .ContentButton_Blue_Outline {
    padding: 5px;
    width: 90%;
    line-height: 140%;
    display: block;
    font-size: 128%;
    border: none;
    border-radius: 25px;
    background: #0063A8;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top
}

    .ContentButton_Blue, .ContentButton_Blue:active, .ContentButton_Blue:link, .ContentButton_Blue:visited, .ContentButton_Blue:hover {
        background-color: #0063A8;
        border: 2px solid #0063A8;
        text-decoration: none;
        color: #FFF;
    }

    .ContentButton_Blue_Outline, .ContentButton_Blue_Outline:active, .ContentButton_Blue_Outline:link, .ContentButton_Blue_Outline:visited {
        background-color: #fff;
        border: 2px solid #0063A8;
        color: #0063A8;
        text-decoration: none;
    }

.ContentButton_Green, .ContentButton_Green:active, .ContentButton_Green:link, .ContentButton_Green:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    width: 50%;
    line-height: 140%;
    font-size: 128%;
    border: none;
    border-radius: 25px;
    background: #008535;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
}

.ContentButtonSplit, .ContentButtonSplit:active, .ContentButtonSplit:link, .ContentButtonSplit:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    width: 90%;
    line-height: 104%;
    font-size: 110%;
    border: none;
    border-radius: 25px;
    background: #0063A8;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
}

    .ContentButtonSplit:hover {
        color: #FFF;
        background: #003d7a;
        text-decoration: none;
    }

.ContentButtonSplitRev, .ContentButtonSplitRev:active, .ContentButtonSplitRev:link, .ContentButtonSplitRev:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    width: 90%;
    line-height: 104%;
    font-size: 110%;
    border: #0063A8 2px solid;
    border-radius: 25px;
    background: #fff;
    color: #0063A8;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
}

    .ContentButtonSplitRev:hover {
        color: #003d7a;
        background: #FFF;
        text-decoration: none;
        border: 2px solid #003d7a;
    }

.ContentButtonSplit img {
    margin: 0 5px 0 5px;
}

.ContentButtonThird, .ContentButtonThird:active, .ContentButtonThird:visited, .ContentButtonThird:link {
    padding: 7px;
    width: 100%;
    line-height: 104%;
    display: block;
    font-size: 88%;
    border: none;
    border-radius: 20px;
    background: #0063A8;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top
}

    .ContentButtonThird:hover {
        background: #0063A8;
        color: #fff;
        text-decoration: none;
    }

.tab-content a.ContentButton {
    width: 25%;
    font-size: 110%
}

.ContentButton img {
    width: 20px;
    margin-left: 10px;
    margin-top: -2px
}

.ContentButtonFullWidth {
    padding: 5px;
    width: 70% !important;
    line-height: 140%;
    display: block;
    font-size: 110%;
    border: none;
    border-radius: 20px;
    background: #0063A8;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ContentButtonHalfWidth {
    padding: 5px;
    width: 45% !important;
    line-height: 140%;
    display: inline-block;
    font-size: 110%;
    border-radius: 25px;
    background: #ed0400;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.RevContentButtonHalfWidth {
    padding: 5px;
    width: 45% !important;
    line-height: 140%;
    display: inline-block;
    font-size: 110%;
    border-radius: 25px;
    background: #fff;
    color: #ed0400;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 2% auto 2% auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .ContentButton:active,
    .ContentButton:focus,
    .ContentButton:hover,
    .ContentButtonFullWidth:active,
    .ContentButtonFullWidth:focus,
    .ContentButtonFullWidth:hover,
    .ContentButtonHalfWidth:active,
    .ContentButtonHalfWidth:focus,
    .ContentButtonHalfWidth:hover,
    .ContentButtonSmall:active,
    .ContentButtonSmall:focus,
    .ContentButtonSmall:hover,
    .RevContentButtonHalfWidth:active,
    .RevContentButtonHalfWidth:focus,
    .RevContentButtonHalfWidth:hover {
        background: #0063A8;
        color: #fff;
        text-decoration: none
    }

.ApplyButton {
    width: 100%;
    text-align: center;
    display: block
}

.RevContentButton {
    padding: 5px;
    width: 25%;
    line-height: 140%;
    display: inline-block;
    font-size: 130%;
    border: 2px solid #0063A8;
    border-radius: 20px;
    background: 0 0;
    color: #0063A8;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 0 0 0 5%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top
}

    .RevContentButton:hover {
        background: 0 0;
        border: 2px solid #0063A8;
        color: #0063A8;
        text-decoration: none
    }

    .RevContentButton#Compare,
    .RevContentButton#FullWidth,
    .RevContentButtonFullWidth {
        padding: 5px;
        width: 70% !important;
        line-height: 140%;
        display: block;
        font-size: 110%;
        border-radius: 25px;
        background: 0 0;
        color: #0063A8;
        border: 2px solid #0063A8;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        margin: 2% auto 2% auto;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        vertical-align: top;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.ContentButtonSmall {
    padding: 5px;
    width: 80%;
    line-height: 140%;
    display: inline-block;
    font-size: 105%;
    border: 0;
    border-radius: 25px;
    background: #0063A8;
    color: #fff;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top
}

    .ContentButtonSmall:hover {
        background: #ed0400;
        color: #fff;
        text-decoration: none
    }

#IntroParagraph, .IntroParagraph {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    #IntroParagraph, .IntroParagraph {
        margin: 0 20px;
    }
}

#IntroParagraph a.RevContentButton {
    text-align: center
}

#AdditionalAssistance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 20px
}

#KioskAssistance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 20px
}

#AssistanceLinks {
    position: relative;
    margin: 10px 0 0 0
}

#CustomerSupportSilverCloud {
    display: block
}

    #AdditionalAssistance .silvercloud-search-bar,
    #CustomerSupportSilverCloud .silvercloud-search-bar,
    #MobileCustomerSupportSilverCloud .silvercloud-search-bar {
        float: none;
        height: 48px;
        width: 100%;
        margin: 15px 0 15px 0
    }

#KioskAssistance .silvercloud-search-bar {
    float: none;
    height: 48px;
    width: 100%;
    margin: 15px 0 15px 0
}

#AdditionalAssistance .silvercloud-search-bar [type=text],
#CustomerSupportSilverCloud .silvercloud-search-bar [type=text] {
    height: 90%;
    width: 89%;
    line-height: 90%;
    font-size: 120%;
    border: 2px solid #cecece;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

#KioskAssistance .silvercloud-search-bar [type=text] {
    height: 90%;
    width: 89%;
    line-height: 90%;
    font-size: 120%;
    border: 2px solid #cecece;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

#AdditionalAssistance .silvercloud-search-bar [type=text]::placeholder,
#CustomerSupportSilverCloud .silvercloud-search-bar [type=text]::placeholder {
    content: " "
}

#KioskAssistance .silvercloud-search-bar [type=text]::placeholder {
    content: " "
}

#AdditionalAssistance .silvercloud_searchbar_submit,
#CustomerSupportSilverCloud .silvercloud_searchbar_submit {
    height: 90%;
    line-height: 90%;
    width: 10%;
    border: none;
    border-radius: 25px;
    background: #0063A8;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    z-index: 4000;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 120%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important
}

#MobileCustomerSupportSilverCloud button .silvercloud_searchbar_submit {
    height: 90%;
    line-height: 90%;
    width: 10%;
    border: none;
    border-radius: 25px;
    background: #0063A8;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 4000;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 120%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important
}

#KioskAssistance .silvercloud_searchbar_submit {
    height: 90%;
    line-height: 90%;
    width: 10%;
    border: none;
    border-radius: 20px;
    background: #0063A8;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 4000;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 120%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important
}

#KioskAssistance .silvercloud-search-bar {
    display: block;
    width: 100%
}

    #KioskAssistance .silvercloud-search-bar .ng-scope input {
        height: 90%;
        width: 90%;
        line-height: 90%;
        font-size: 120%;
        border: 2px solid #cecece;
        padding: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        display: block
    }

    #KioskAssistance .silvercloud-search-bar .ng-scope button {
        height: 55px;
        line-height: 90%;
        width: 90%;
        margin: 1% auto;
        display: block;
        border: none;
        border-radius: 20px;
        background: #0063A8;
        font-family: oswald;
        text-transform: uppercase;
        font-weight: 500;
        z-index: 4000;
        position: relative;
        color: #fff;
        cursor: pointer;
        font-size: 170%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

#ContactOptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 20px 0
}

.ContactOptions:first-child,
.ContactOptions:last-child {
    width: 33%;
    vertical-align: top
}

.ContactOptions {
    padding: 0 1% 0 1%
}

    .ContactOptions strong:first-of-type {
        display: block
    }

.NavMenuHeading {
    font-size: 110%;
    margin: 0 3px 10px 3px;
    display: block;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 500;
    color: #666666;
    line-height: 170%;
    border-bottom: 3px solid #0063A8;
}

#SecondaryNav {
    float: right;
    text-align: right;
    height: 20px;
    line-height: 20px;
    width: 60%;
    margin: 15px 0 0 15px;
    font-size: 80%
}


    #SecondaryNav a {
        color: #fff;
        margin: 0 0 0 10px;
        text-decoration: none;
    }

        #SecondaryNav a img {
            width: 12px;
            height: 12px;
            margin: 0;
            padding: 0
        }

#SecondaryNavMobileFour,
#SecondaryNavMobileOne,
#SecondaryNavMobileThree,
#SecondaryNavMobileFive,
#SecondaryNavMobileTwo {
    display: none
}

#HeroContainer, .HeroContainer,
#HeroContainerSecondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 380px;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

    #HeroContainer.Desktop, .HeroContainer.Desktop, .Desktop.main-carousel {
        display: block;
    }

    #HeroContainer.Mobile, .HeroContainer.Mobile, .Mobile.main-carousel {
        display: none;
    }

@media all and (max-width: 1000px) {
    #HeroContainer.Desktop, .HeroContainer.Desktop, .Desktop.main-carousel {
        display: none;
    }

    #HeroContainer.Mobile, .HeroContainer.Mobile, .Mobile.main-carousel {
        display: block;
    }
}

#HeroContainer h1 {
    color: #fff;
    font-weight: 400
}

#HomeCrossSellContainer,
#HomeFeaturedContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1274px;
    height: 100%;
    max-height: 700px;
    margin: 0 auto;
    padding: 1% 0 1% 0;
    background-color: #fff;
    vertical-align: top
}

#HomeMessageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 100%;
    max-width: 1274px;
    height: 100%;
    max-height: 800px;
    margin: 1% auto;
    padding: 1% 2% 1% 2%;
    background-color: #E8E8E8;
    vertical-align: top;
}

.HomeMessageContainer a {
    display: inline-block;
}

span.HomeMessageHeading {
    font-size: 150%;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #ffba00;
    line-height: 108%;
    font-weight: 700;
}

span.HomeMessageSubheading {
    font-size: 130%;
    margin: 1% 0;
}

#HomeIconContainer {
    position: relative;
    z-index: 950;
    background: #0063A8;
    height: 90px;
    max-height: 95px
}

    #HomeIconContainer h1 {
        color: #FFF;
        font-size: 100%;
        max-width: 1274px;
        margin: 0 auto;
    }

#IconWidthWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1274px;
    margin: 0 auto
}

#HomeIconContainer a {
    width: 30%;
    height: 75px;
    text-align: center;
    background: 0 0;
    padding: 1%;
    margin: 0 .5% 0 .5%;
    color: #fff;
    text-decoration: none;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    float: left;
    font-size: 90%;
}

    #HomeIconContainer a svg, #HomeIconContainer a img {
        display: block;
        width: 30%;
        max-width: 50px;
        margin: 0 auto;
        fill: #fff
    }

    #HomeIconContainer a:hover,
    #HomeIconContainer a:hover svg {
        color: #fff;
        fill: #fff;
    }

#HomeHalfContainer1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 1274px;
    margin: 0 auto
}

.HomeHalfContainerDynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px 45px 40px 45px;
    background: #888;
    background-image: none !important;
    background-size: cover;
    background-position: 0 -250px;
    color: #fff;
    width: 100%;
    max-height: 350px
}

    .HomeHalfContainerDynamic a {
        text-decoration: none;
        color: #fff
    }

.HomeFullContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    height: auto;
    font-size: 120%;
    background: #cecece
}

    .HomeFullContainer a h3 {
        color: #fff
    }

#HomeLeft {
    width: 60%;
    font-size: 18px
}

    #HomeLeft h3 {
        font-size: 200%;
        position: relative;
        z-index: 901
    }

    #HomeLeft .Message {
        position: relative;
        z-index: 901
    }

    #HomeLeft .ContentButton,
    #HomeLeft .ContentButton:hover {
        display: block;
        margin-top: 25px;
        background: #fff;
        width: 90%;
        padding: 1%;
        color: #006339 !important;
        position: relative;
        z-index: 901;
        font-size: 110%
    }

    #HomeLeft img {
        position: absolute;
        z-index: 800;
        top: -200px;
        left: 0;
        -webkit-filter: brightness(60%) contrast(130%);
        filter: brightness(60%) contrast(130%);
        width: 100%;
        z-index: 900
    }


#HomeRight {
    width: 50%
}

.FeaturedItemCentered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 300px;
    text-align: center;
    padding: 0 0 2% 0;
    font-size: 130%
}

    .FeaturedItemCentered h3 {
        font-size: 150%
    }

.PhotoBlockMessage {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    margin: 2% 0 2% 0;
    text-align: center;
    overflow: hidden;
    background: #575757;
}

    .PhotoBlockMessage img {
        height: 100%;
        width: 100%;
        margin-top: -120px;
        position: relative;
        z-index: 500
    }

#HeaderContainerLandingPage .PhotoBlockMessage {
    margin: 0;
    padding: 0;
}

    #HeaderContainerLandingPage .PhotoBlockMessage img {
        margin-top: -250px
    }

.PhotoBlockMessage span.ImageOverlay {
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute
}

.PhotoBlockMessage div.MessageContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1500;
    width: 100%
}

    .PhotoBlockMessage div.MessageContent span.MainMessage {
        color: #fff;
        font-size: 275%;
        font-family: oswald;
        text-transform: uppercase
    }




    .PhotoBlockMessage div.MessageContent span.SecondaryMessage {
        color: #fff;
        font-size: 200%;
        font-family: oswald;
        text-transform: uppercase
    }

#HeaderContainerLandingPage .PhotoBlockMessage #IntroParagraph,
#HeaderContainerLandingPage .PhotoBlockMessage h1,
#HeaderContainerLandingPage .PhotoBlockMessage h2 {
    max-width: 1274px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin: 1% auto 0 auto;
    z-index: 900
}

#HeadingWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center !important;
    width: 100%;
    z-index: 900
}

.PhotoBlockMessage h1 {
    color: #fff;
    font-size: 310%;
    position: relative;
    text-align: center !important
}

.PhotoBlockMessage h2 {
    color: #fff;
    font-size: 190%;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    position: relative;
    text-align: center !important
}

footer {
    background: #008535;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 250px;
    color: #fff;
    padding: 20px;
    position: relative;
}

    footer a,
    footer a:active,
    footer a:focus {
        color: #fff;
        text-decoration: none
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline
        }

#FooterMenuContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    max-width: 1274px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.FooterMenu {
    width: 20%;
    font-size: 83%;
    float: right
}

    .FooterMenu ul {
        list-style: none;
        margin: 0 0 0 5px;
        padding: 0
    }

#FooterDisclosures {
    width: 100%;
    font-size: 80%;
    text-align: center;
}

#FooterSocialLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    margin: 1% 0 .5% 0
}

#FooterDisclosureLinks,
#FooterStyleSwitcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 75%;
    margin: .5% 0 1% 0
}

    #FooterDisclosureLinks a,
    #FooterSocialLinks a,
    #FooterStyleSwitcher a {
        color: #fff;
        margin: 0 2% 0 2%;
        float: right
    }

        #FooterDisclosureLinks a:hover,
        #FooterSocialLinks a:hover,
        #FooterStyleSwitcher a:hover {
            color: #fff;
            text-decoration: underline;
            margin: 0 2% 0 2%
        }

        #FooterStyleSwitcher a#DefaultView {
            display: none
        }

        #FooterStyleSwitcher a#AlternateView {
            display: inline-block
        }

        #FooterSocialLinks a img {
            width: 25px;
            height: 25px
        }

#DetailColumnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.DetailBlock {
    width: 50%
}

#ProductOptionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    margin-top: 20px
}

#BranchServiceWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center
}

.ProductOption#VideoTeller {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.ProductOption#CoinCounting {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.ProductOption#DriveUp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.ProductOption#DriveUpATM {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.ProductOption#WalkUpATM {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.ProductOption#WiFi {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.ProductOption#SevenDayBanking {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

a.KioskOption,
a.ProductOption {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 30%;
    min-height: 200px;
    margin: 1.5%;
    padding: 2%;
    color: #008535;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFF;
    display: inline-block;
    border: #008535 7px solid;
}

    a.KioskOption:nth-last-child(6):first-child,
    a.KioskOption:nth-last-child(6):first-child ~ a,
    a.ProductOption:nth-last-child(6):first-child,
    a.ProductOption:nth-last-child(6):first-child ~ a {
        width: 30%
    }

    a.KioskOption:nth-last-child(4):first-child,
    a.KioskOption:nth-last-child(4):first-child ~ a,
    a.ProductOption:nth-last-child(4):first-child,
    a.ProductOption:nth-last-child(4):first-child ~ a {
        width: 22%
    }

    a.ProductOption:nth-last-child(2):first-child,
    a.ProductOption:nth-last-child(2):first-child ~ a {
        width: 47%
    }

span.ProductOption {
    width: 30%;
    min-height: 200px;
    margin: 1.5%;
    padding: 2%;
    color: #008535;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFF;
}

a.ProductOption:hover {
    -webkit-box-shadow: inset 0 0 0 5px #00803c;
    box-shadow: inset 0 0 0 5px #00803c;
    background: #fff;
    color: #008535;
}

a.ProductOption svg,
span.ProductOption svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 25%;
    height: 75px;
    max-height: 75px;
    margin: 1%;
    fill: #008535;
}

a.KioskOption svg,
span.KioskOption svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 35%;
    max-height: 90px;
    margin: 1%;
    fill: #008535;
}

a.ProductOption:hover svg {
    fill: #005535;
}

a.KioskOption .Heading,
a.ProductOption .Heading,
span.KioskOption .Heading,
span.ProductOption .Heading {
    display: block;
    font-size: 130%;
    font-weight: 700;
    color: #008535;
    margin: 5% 0 5% 0;
    line-height: 110%;
}

a.ProductOption:hover .Heading {
    color: #00803c
}

.ProductOption .ContentButton {
    display: block;
    background: #008535;
    color: #fff;
    padding: 1%;
    border-radius: 4px;
    font-size: 80%;
    width: 50%;
    margin: 3% auto auto auto;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
}

.ProductOption:hover .ContentButton {
    visibility: visible;
    opacity: 1
}

.SplitWidthContent {
    width: 47%;
    display: inline-block;
    vertical-align: top
}

table.BranchHours {
    width: 100%
}


    table.BranchHours tr td {
        border-bottom: 1px solid #ccc;
        padding: .6% 1.3%;
    }

        table.BranchHours tr td:nth-of-type(2n) {
            border-right: 1px solid #ccc;
        }

.BranchHours#MobileShow {
    display: none;
}

.BranchHours#MobileHide {
    display: table;
}

@media all and (max-width: 769px) {
    .BranchHours#MobileShow {
        display: table;
    }

    .BranchHours#MobileHide {
        display: none;
    }

    table.BranchHours tr td {
        padding: 0;
    }
}

table.BranchHours tr td ul {
    margin-bottom: 0;
}

table.BranchHours tr td ul, .Content_4col.LocationPage ul {
    list-style: none;
    padding-left: 1em;
}

    table.BranchHours tr td ul li:before, .Content_4col.LocationPage ul li:before {
        content: '';
        display: inline-block;
        height: 1em;
        width: 1em;
        background-image: url("/getContentAsset/b6777bc6-ce79-4135-b366-3a0ca6738a43/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/icoCircledCheckmark-Green.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.5em;
    }

#MobileLocationList {
    display: none
}

@media all and (max-width:600px) {
    #FooterSocialLinks a img {
        width: 20px;
        height: 20px;
    }
}

footer a {
    color: #fff
}

.HeroUpperMain {
    width: 100%;
    background-position: center;
    color: #fff;
    cursor: pointer;
    float: right;
    text-decoration: none !important;
    text-align: left;
    padding: 1% 0% 0 14%;
}

.HeroUpperSecondary {
    width: 100%;
    background-position: center;
    padding: 2%;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.HeroUpperMain h2:hover,
.HeroUpperMain:hover {
    text-decoration: none;
    color: #fff
}

.HeadingSans {
    font-family: tradegothic_condeighteenbold;
    font-size: 115%;
    text-transform: uppercase
}

.HeroUpperMain button {
    display: block;
    margin: 25px 0 0 30px;
    background-color: #fff;
    width: 60%;
    padding: 1%;
    color: #0063A8;
    border-radius: 0px;
    border: none;
    font-size: 110%;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 900
}

.HeroUpperMain img {
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%
}

.HeroFilter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.CrossSellItem {
    padding: 2%;
    width: 33%;
    max-width: 33%;
    font-size: 110%;
    background-size: contain;
    background-repeat: no-repeat;
    float: right
}

    .CrossSellItem img {
        width: 100%
    }

    .CrossSellItem:first-of-type,
    .FeaturedItem:first-of-type {
        border-right: 1px solid #ccc
    }

.FeaturedItem:only-of-type {
    border: none !important;
}

.CrossSellItem:last-of-type {
    border-left: 1px solid #ccc
}

.CrossSellItem a {
    text-decoration: none;
    font-family: 'neue-haas-grotesk-display', sans-serif;
}

.CrossSellItem h3 {
    margin-top: 0
}

/*#FlexColumnContainer, .FlexColumnContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    background-color: transparent;
    max-width: 1274px;
    margin: 60px auto;
    padding: 0;
    vertical-align: top;
    justify-content: normal;
    align-content: center;
    gap: 20px;
}*/

h2 + .FlexColumnContainer {
    margin-top: 25px;
}

.FlexColumnContainer_Gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    max-width: 1274px;
    margin: 1% auto;
    padding: 0;
    vertical-align: top;
    justify-content: normal;
    align-content: center;
    background: rgb(0,133,53);
    background: -moz-linear-gradient(-45deg, rgba(0,133,53,1) 0%, rgba(0,87,173,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,133,53,1) 0%, rgba(0,87,173,1) 100%);
    background: linear-gradient(-45deg, rgba(0,133,53,1) 0%, rgba(0,87,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008535",endColorstr="#0063A8",GradientType=1);
    position: static;
}

.FeaturedItem {
    padding: 2%;
    margin: 0;
    width: 100%;
    color: #3b3b3b;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 105%;
    position: relative;
    z-index: 2;
    float: right;
    vertical-align: top;
    box-sizing: border-box;
    vertical-align: top;
}

.ContentColumn {
    padding: 1%;
    width: 100%;
    color: #3b3b3b;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 105%;
    position: relative;
    z-index: 2;
    float: right;
    vertical-align: top;
    box-sizing: border-box;
    vertical-align: top;
}

.Content

.ContentColumn {
    padding: 1.5% !important;
    font-size: 100% !important;
    float: none;
}

.ContentColumn.List {
    padding: 0 !important;
}

    .ContentColumn.List ul {
        margin: 0 !important;
    }

.ContentColumn.Bordered:first-of-type {
    border-right: 2px solid #008535;
}

.ContentColumn.Centered {
    text-align: center;
}

    .ContentColumn.Centered img {
        width: 25%;
    }

.ContentColumn.Promo {
    text-align: center;
    font-size: 150% !important;
}

    .ContentColumn.Promo.Bordered {
        border-right: 2px solid #008535;
        text-align: center;
    }

.ContentColumn .Thumbnail {
    width: 40%;
    max-width: 500px;
}

.ContentColumn a {
    justify-content: space-between;
}

.ContentColumnThirds {
    padding: 2%;
    width: 33%;
    color: #3b3b3b;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 105%;
    position: relative;
    z-index: 2;
    float: right;
    vertical-align: top;
    box-sizing: border-box
}

.ContentColumnFortyNP {
    padding: 0;
    width: 40%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 105%;
    position: relative;
    z-index: 2;
    float: right;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 2%;
}

.ContentColumnSeventyNP {
    padding: 0;
    width: 70%;
    color: #3b3b3b;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 105%;
    position: relative;
    z-index: 2;
    float: right;
    vertical-align: top;
    box-sizing: border-box
}

.ContentColumnHeading {
    background: #00803c;
    color: #FFF;
    padding: 5%;
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

.ContentColumn img, .ContentColumnThirds img {
    width: 100%;
}

.ContentColumn strong, .ContentColumnThirds strong {
    text-align: center;
    width: 100%;
    display: block;
}

@media all and (max-width: 769px) {
    .ContentColumnFortyNP {
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0;
        margin-left: 0;
    }

    .ContentColumn.Promo.Bordered {
        border-bottom: 2px solid #008535;
        text-align: center;
    }
}

.FeaturedItem:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .9)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    background-image: -o-linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    background-size: cover
}

.FeaturedItem h3 {
    margin: 5px 0 5px 0
}

.FeaturedItemContent h3 {
    font-family: 'neue-haas-grotesk-display', sans-serif;
}

.FeaturedItemContent,
.FeaturedItemContent a,
.FeaturedItemContent h3 {
    z-index: 3;
    position: relative;
    text-decoration: none
}

.FeaturedItemExcerpt {
    max-height: 190px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: block;
    z-index: 900;
    position: relative
}


#HeaderContainer {
    display: block;
    width: 100%;
    max-width: 1274px;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

#HeaderContainerConceptOne,
#HeaderContainerLandingPage {
    display: block;
    width: 100%;
    /*max-width: 1274px;*/
    min-height: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto
}

#HeaderContainerLandingPage {
    max-width: none;
    padding: 0;
    margin: 0
}

#ContentContainerLandingPage #IntroParagraph {
    font-size: 120%;
    margin: 0 0 2% 0
}


/*# Content Container Sections #*/

.ContentContainer, #ContentContainer,
#ContentContainerLandingPage, #TabbedContent, #UpperContentContainer, #LowerContentContainer {
    display: block;
    width: auto;
    max-width: 1274px;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 60;
}

#UpperContentContainer {
    margin: 75px auto 30px auto;
}

#LowerContentContainer {
    margin: 75px auto 30px auto;
}

#FullWidthContentContainer {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    background-color: #AFF5BE;
    background-image: url("/getContentAsset/736d3928-b31b-49de-9391-0c37433fff6f/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgAbstractPattern-Green.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    justify-content: center;
}

    #FullWidthContentContainer .FlexColumnContainer.RowWrap.Centered {
        background-color: transparent;
    }

        #FullWidthContentContainer .FlexColumnContainer.RowWrap.Centered a.ContentButton {
            max-width: 70%;
        }

    #FullWidthContentContainer .Content_3col_Centered, #FullWidthContentContainer .Content_4col_Centered {
        background: #fff;
        padding: 20px;
        margin-right: 7px;
        margin-left: 7px;
        border-radius: 10px;
    }

@media (max-width: 991px) {
    #UpperContentContainer, #LowerContentContainer {
        margin: 50px auto 30px auto;
    }

    .FlexColumnContainer {
        flex-flow: row wrap;
        text-align: center;
        justify-content: center;
    }

    .ContentContainer, #ContentContainer, #ContentContainerLandingPage, #TabbedContent, #UpperContentContainer, #LowerContentContainer {
        min-height: auto;
    }
}

#PreFooterContentContainer {
    display: block;
    width: auto;
    max-width: 1274px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
}

#ContentContainerQuiz {
    display: block;
    width: auto;
    max-width: 1274px;
    min-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 60
}

#ContentContainer:after,
#TabbedContainer:after {
    content: "";
    display: block
}

#ContentContainerLandingPage {
    margin-top: 2%
}

#PageHeader {
    display: block;
    width: 100%;
    max-width: 1274px;
    height: 100%;
    min-height: 100%;
    padding: 1% 0 1% 0;
    margin: 0;
    position: relative;
    z-index: 50;
    background: 0 0;
    color: #090909
}

#PageHeaderBackground {
    width: 100%;
    height: 350px;
    position: absolute;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 110px;
    left: 0;
    z-index: 49
}

div.table {
    display: table;
    border-collapse: collapse;
    padding: 5px;
    width: 100%
}

[id*=tableheader-],
div#tableheader,
div.tableheader {
    display: table-row;
    font-weight: 700;
    border-collapse: collapse;
    padding: 5px;
    background-color: #cae2fe
}

div.tablerow {
    display: table-row;
    border-collapse: collapse;
    padding: 5px
}


div.tablecell {
    display: table-cell;
    border-collapse: collapse;
    padding: 5px
}

div.table#rates div.tablerow div.tablecell {
    display: inline-block;
    border: none;
    padding: 2px;
    margin: 0;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

div.table#helocrates div.tablerow.tableheader div.tablecell,
div.table#installmentloanrates div.tablerow.tableheader div.tablecell {
    display: inline-block;
    border: none;
    padding: 2px;
    margin: 0;
    width: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

div.table#loanrates div.tablerow div.tablecell {
    display: inline-block;
    border: none;
    padding: 2px;
    margin: 0;
    width: 47% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
}

    div.table#loanrates div.tablerow div.tablecell ul li {
        width: 125px !important;
        max-width: 125px;
        min-width: 125px
    }

    div.table#loanrates div.tablerow div.tablecell[id*=productname-],
    div.table#rates div.tablerow div.tablecell[id*=productname-] {
        display: block;
        border: none;
        padding: 2px 0 2px 0;
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

div.table#rates div.row div.cell {
    display: table-cell;
    border: 1px solid #0063A8;
    padding: 5px;
    margin: 0;
    width: 25% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

span.ratelabel {
    display: block;
    font-style: italic;
    margin: 0;
    padding: 0
}

div.table#LODirectory div#tableheader div.cell {
    display: table-cell;
    border: 1px solid #0063A8;
    border-collapse: collapse;
    padding: 5px;
    max-width: 20%
}

    div.table#LODirectory div#tableheader div.cell#SixDigit {
        display: table-cell;
        border: 1px solid #0063A8;
        border-collapse: collapse;
        padding: 5px;
        width: 12% !important
    }

    div.table#LODirectory div#tableheader div.cell#PhoneNumbers {
        display: table-cell;
        border: 1px solid #0063A8;
        border-collapse: collapse;
        padding: 5px;
        width: 20% !important
    }

.NMLSLabel {
    display: none
}

#BlogHeader {
    display: block;
    width: auto;
    max-width: 1274px;
    min-height: 100%;
    max-height: 100%;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 60;
    color: #090909;
    border-bottom: 1px solid #0063A8;
}

#BlogHeaderBackground {
    width: 100%;
    height: 650px;
    opacity: .9;
    position: absolute;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 110px;
    left: 0;
    z-index: 49
}

    #BlogHeaderBackground:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, 1)));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, 1));
        background-image: -o-linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, 1));
        background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, 1))
    }

#BlogHeader h1,
#BlogHeader h2 {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 140%;
    color: #004a72
}

#BlogHeader h1 {
    font-size: 250%
}

#BlogHeader h2 {
    font-size: 210%;
    color: #262626
}

#BlogNewsPost {
    margin: 0;
    padding: 0
}

#BlogContentContainer {
    display: block;
    width: auto;
    max-width: 1274px;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: -160px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 60
}

    #BlogContentContainer img {
        width: 50%;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px
    }

        #BlogContentContainer img.BlogContentImageRight {
            float: right;
            width: 45%;
            margin: 0 0 15px 15px
        }

        #BlogContentContainer img.BlogContentImageLeft {
            float: left;
            width: 45%;
            margin: 0 15px 15px 0
        }

.BlogPostIcon {
    float: right !important;
    width: 25% !important;
    height: auto !important;
    max-width: 100px !important;
}

span#RelatedBlogPost {
    display: block;
}

#AdditionalAssistance h3,
h3#RelatedBlogPost, span#RelatedBlogPost {
    font-style: italic;
    color: #00803c;
    background-color: transparent;
    border-bottom: 3px solid #00803c;
    padding: .5%;
    width: 100%;
    text-align: center
}

.RelatedBlogPost {
    width: 32%;
    max-width: 32%;
    display: inline-block;
    vertical-align: top;
    height: 175px
}

    .RelatedBlogPost:nth-of-type(2) {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        margin: 0 1% 0 1%;
        padding: 0 1% 0 1%
    }

    .CrossSellItem a:last-of-type,
    .FeaturedItem a:last-of-type,
    .RelatedBlogPost a {
        display: block;
        background: #0063A8;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        font-size: 75%;
        width: 60%;
        margin-top: 10px;
        text-align: center;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        max-width: 190px;
        min-width: 120px;
        max-height: 30px;
        text-decoration: none;
        line-height: 108%;
    }

.FeaturedItemCentered a:last-of-type {
    background: #fff;
    color: #ed0400;
    padding: 1%;
    border-radius: 4px;
    border: 2px solid #ed0400;
    font-size: 80%;
    width: 30%;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    text-decoration: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media all and (max-width:900px) {
    .NMLSLabel {
        display: inline !important
    }

    .dropdown-menu#login_form {
        background: #fff;
        width: 100%
    }

    #HomeHalfContainer1,
    #HomeHalfContainer2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px 20px 30px;
        color: #fff;
        width: 100%;
    }

    #HomeLeft {
        width: 100%;
        font-size: 18px
    }

        #HomeLeft h3 {
            font-size: 150%
        }

        #HomeLeft .Message {
            display: none
        }

        #HomeLeft .ContentButton {
            display: block;
            margin-top: 35px;
            background: #fff;
            width: 100%;
            padding: 2%;
            color: #006339;
            margin: 0;
            font-size: 100%
        }

    #IntroParagraph a.ContentButton {
        width: 70%;
        display: block;
        font-size: 120%;
        margin-bottom: 10px
    }

    #BlogContentContainer img {
        width: 100%;
        float: none;
        margin-left: 0 !important
    }

    .RelatedBlogPost {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
        border: none
    }

        .RelatedBlogPost:nth-of-type(2) {
            border-right: none;
            border-left: none;
            margin: 0;
            padding: 0
        }

    .PhotoBlockMessage h1 {
        font-size: 250%;
        top: 40%
    }

    .PhotoBlockMessage h2 {
        font-size: 150%;
        top: 55%
    }

    #FooterMenuContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0
    }

    .FooterMenu {
        width: 25%
    }

    #FooterDisclosures {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

@media all and (min-width:1274px) {
    .HeroUpperMain {
        width: 100%;
        background-position: center;
        color: #fff;
        cursor: pointer
    }

    #HeaderContainerLandingPage .PhotoBlockMessage img {
        margin-top: -300px
    }
}

@media all and (max-width:1000px) {
    #HeroContainer, .HeroContainer,
    #HeroContainerSecondary {
        max-height: 320px
    }

    .HeroUpperMain {
        text-align: center;
        padding: 1% 2% 1% 2%
    }

        .HeroUpperMain button {
            width: 95%;
            margin: 0
        }
}

@media all and (max-width:769px) {
    .tabs .tab-panel {
        display: inline !important;
    }

    #LogoNoTag {
        margin: 10px 15px 0 15px;
        width: 210px;
        height: 42px;
        display: inline-block
    }

    #LogoTag {
        display: none
    }

    #HeroContainer, .HeroContainer
    #HeroContainerSecondary,
    #HomeCrossSellContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-line-pack: center;
        align-content: center
    }

    #HomeFeaturedContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: none
    }

    .HeroUpperMain {
        padding: 2%;
        width: 95%;
        text-align: center
    }

        .HeroUpperMain h1 {
            font-size: 250%
        }

        .HeroUpperMain h2 {
            font-size: 200%;
            padding: 0
        }

        .HeroUpperMain button {
            height: 15%;
            width: 100%
        }

        .HeroUpperMain img {
            max-height: 380px
        }

    .CrossSellItem {
        min-width: 100%;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        border: none !important
    }

    #CrossSellItem1 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    #CrossSellItem2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #CrossSellItem3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    /*#FlexColumnContainer, .FlexColumnContainer {
        flex-flow: row wrap;
        text-align: center;
        justify-content: center;
        gap: 0px;
        margin: 20px auto;
    }*/

    .FeaturedItem, .ContentColumn, .ContentColumnThirds, .ContentColumnFortyNP, .ContentColumnSeventyNP {
        width: 100%;
        border-right: none !important;
    }

    #BlogHeaderBackground {
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0
    }

    #BlogHeader h1 {
        font-size: 200%
    }

    #BlogHeader h2 {
        font-size: 170%
    }

    footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .FooterMenu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 33%
    }

    #FooterDisclosures {
        width: 67%
    }

    #MobileLocationList {
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        min-height: 350px;
        max-height: 600px
    }

        #MobileLocationList iframe {
            min-height: 350px;
            width: 100%;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none
        }

    #LocationResultsDisplayed {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-style: italic;
        padding: 5px
    }

    .textContent_locations {
        display: none !important;
        height: 0 !important;
        width: 0 !important
    }

    .FormField {
        font-size: 16px;
        width: 95px
    }

    form fieldset {
        border: 0;
        font-size: 14px;
        margin: 0;
        position: relative;
        display: block;
        width: 100% !important;
        padding: 5px 10px 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    label.LocationFormField {
        float: left;
        clear: left;
        width: 100px;
        margin: 0 2px 0 0;
        color: #373737;
        font-size: 17px;
        font-weight: 700
    }

    .LocationFormElement {
        margin: 0;
        padding: 7px 0 7px 5px;
        display: block;
        width: 95% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .LocationFormField {
        width: 25% !important
    }

    .LocationFormElementSubmit {
        margin: 0 auto !important;
        padding: 7px 0 7px 0;
        display: block;
        text-align: center;
        width: 100% !important
    }

    .LocationFormElement input {
        border: 1px solid #ccc;
        width: 70%;
        line-height: 140%;
        font-size: 14px
    }
    /*
    .radio {
        width: 10%!important
    }
   */
    #Map {
        display: block;
    }

    #KioskMap {
        display: block !important;
    }

    .ContentButtonHalfWidth,
    .RevContentButtonHalfWidth {
        font-size: 100%;
        width: 100% !important;
        margin: 0 0 10px 0
    }
}


@media all and (max-width:600px) {
    #HeroContainer, .HeroContainer
    #HeroContainerSecondary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: 250px
    }

    #HomeCrossSellContainer,
    #HomeFeaturedContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: none
    }

    .FeaturedItem, .ContentColumn {
        text-align: left
    }

    .HeroUpperMain {
        padding: 2%
    }

        .HeroUpperMain h1 {
            font-size: 195%
        }

        .HeroUpperMain h2 {
            font-size: 150%;
            margin: 0
        }

    #HomeLeft img {
        top: -80px
    }

    #CrossSellItem1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #CrossSellItem2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    #CrossSellItem3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .FeaturedItem a:last-of-type,
    .RelatedBlogPost a {
        width: 100%
    }

    .BlogHeader {
        height: 475px
    }

    .FooterMenu {
        display: none
    }

    #FooterDisclosures {
        width: 100%;
        text-align: center
    }

    .PhotoBlockMessage h1 {
        font-size: 250%;
        margin-top: 4% !important;
        line-height: 110%;
        top: 35%
    }

    .PhotoBlockMessage h2 {
        font-size: 170%;
        line-height: 110%
    }

    .PhotoBlockMessage img {
        margin-top: -250px !important
    }

    #ProductOptionWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    a.ProductOption,
    a.ProductOption:nth-last-child(2):first-child,
    a.ProductOption:nth-last-child(2):first-child ~ a,
    a.ProductOption:nth-last-child(4):first-child,
    a.ProductOption:nth-last-child(4):first-child ~ a,
    a.ProductOption:nth-last-child(6):first-child,
    a.ProductOption:nth-last-child(6):first-child ~ a {
        width: 100%;
        min-height: 150px;
        margin-bottom: 1%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 2%
    }

        a.ProductOption:hover {
            -webkit-box-shadow: inset 0 0 0 5px #00803c;
            box-shadow: inset 0 0 0 5px #00803c;
            background: #fff;
            color: #00803c
        }

        a.ProductOption svg {
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            width: 25%;
            max-height: 75px;
            margin: 1%;
            fill: #00803c;
        }

        a.ProductOption:hover svg {
            fill: #00803c;
        }

        a.ProductOption .Heading {
            display: block;
            font-size: 130%;
            font-weight: 700;
            color: #008535;
            margin-top: 0
        }

    .ProductOption .ContentButton {
        display: block;
        background: #008535;
        color: #fff;
        padding: 1%;
        border-radius: 4px;
        font-size: 80%;
        width: 50%;
        margin: 3% auto auto auto;
        text-align: center;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        visibility: visible;
        opacity: 1
    }

    .DetailBlock {
        width: 100%
    }

    .PhotoBlockMessage span.MessageContent {
        font-size: 200%
    }

    #LOSidebar {
        display: none
    }
}

@media all and (max-width:425px) {
    #HeroContainer, .HeroContainer,
    #HeroContainerSecondary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: 300px;
        height: 200px
    }

    .HeroUpperMain button {
        display: none
    }

    #HomeCrossSellContainer,
    #HomeFeaturedContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: none
    }

    .FeaturedItem {
        text-align: left
    }

    .HeroUpperMain {
        padding: 2%
    }

        .HeroUpperMain h1 {
            font-size: 170%
        }

        .HeroUpperMain h2 {
            font-size: 170%
        }

    #HomeLeft h3 {
        font-size: 110%
    }

    #HomeLeft img {
        top: -10px
    }

    #CrossSellItem1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #CrossSellItem2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    #CrossSellItem3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .CrossSellItem a:last-of-type,
    .FeaturedItem a:last-of-type,
    .RelatedBlogPost a {
        width: 100% !important;
        min-width: 100%
    }

    .ContentButtonFullWidth, .RevContentButtonFullWidth {
        width: 90% !important;
        font-size: 110%;
        margin-top: 10%
    }

    .FeaturedItem a:last-of-type,
    .RelatedBlogPost a {
        width: 100%
    }

    .BlogHeader {
        height: 475px
    }

    .FooterMenu {
        display: none
    }

    #FooterDisclosures {
        width: 100%;
        text-align: center
    }

    .PhotoBlockMessage h1 {
        font-size: 180%;
        margin-top: 4% !important;
        line-height: 110%
    }

    .PhotoBlockMessage h2 {
        font-size: 120%;
        line-height: 110%;
        top: 60%
    }

    .PhotoBlockMessage img {
        margin-top: 0 !important
    }

    #ProductOptionWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    a.ProductOption {
        width: 100%;
        min-height: 150px;
        margin-bottom: 1%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 2%
    }

        a.ProductOption:hover {
            -webkit-box-shadow: inset 0 0 0 5px #00803c;
            box-shadow: inset 0 0 0 5px #00803c;
            background: #fff;
            color: #00803c;
        }

        a.ProductOption svg {
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            width: 25%;
            max-height: 75px;
            margin: 1%;
            fill: #00803c;
        }

        a.ProductOption:hover svg {
            fill: #00803c
        }

        a.ProductOption .Heading {
            display: block;
            font-size: 130%;
            font-weight: 700;
            margin-top: 0
        }

    .ProductOption .ContentButton {
        display: block;
        background: #fff;
        color: #00803c;
        padding: 1%;
        border-radius: 4px;
        font-size: 80%;
        width: 50%;
        margin: 3% auto auto auto;
        text-transform: uppercase;
        text-align: center;
        visibility: visible;
        opacity: 1
    }

    .PhotoBlockMessage span.MessageContent {
        font-size: 200%
    }

    #AdditionalAssistance .silvercloud-search-bar .ng-scope input {
        width: 100% !important;
        display: block;
        margin: 0 0 5px 0 !important
    }

    #AdditionalAssistance .silvercloud-search-bar .ng-scope button {
        width: 100% !important;
        display: block;
        margin: 0 0 5px 0 !important
    }
}

@media all and (max-width:360px) {
    #MobileLoginLink {
        display: none
    }

    #HeroContainer, .HeroContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: 300px
    }

    #HomeCrossSellContainer,
    #HomeFeaturedContainer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: none
    }

    .HeroUpperMain {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .CrossSellItem,
    .FeaturedItem {
        text-align: left
    }

    .HeroUpperMain {
        padding: 2%
    }

        .HeroUpperMain h1 {
            font-size: 195%
        }

        .HeroUpperMain h2 {
            font-size: 175%
        }

    #CrossSellItem1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    #CrossSellItem2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    #CrossSellItem3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .FeaturedItem a:last-of-type,
    .RelatedBlogPost a {
        width: 100%
    }

    .BlogHeader {
        height: 475px
    }

    .FooterMenu {
        display: none
    }

    #FooterDisclosures {
        width: 100%;
        text-align: center
    }

    .PhotoBlockMessage img {
        margin-top: 0 !important
    }

    #ProductOptionWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    a.ProductOption {
        width: 100%;
        min-height: 150px;
        margin-bottom: 1%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 2%
    }

        a.ProductOption:hover {
            -webkit-box-shadow: inset 0 0 0 5px #00803c;
            box-shadow: inset 0 0 0 5px #00803c;
            background: #fff;
            color: #00803c
        }

        a.ProductOption svg {
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            width: 25%;
            max-height: 75px;
            margin: 1%;
            fill: #00803c;
        }

        a.ProductOption .Heading {
            display: block;
            font-size: 130%;
            font-weight: 700;
            margin-top: 0
        }

    .ProductOption .Description {
        display: none
    }

    .ProductOption .ContentButton {
        display: block;
        background: #fff;
        color: #00803c;
        padding: 1%;
        border-radius: 4px;
        font-size: 80%;
        width: 50%;
        margin: 3% auto auto auto;
        text-transform: uppercase;
        text-align: center;
        visibility: visible;
        opacity: 1
    }


    .RevContentButton#Compare {
        padding: 3px;
        width: 90% !important;
        line-height: 120%
    }

    .PhotoBlockMessage span.MessageContent {
        font-size: 200%
    }

    .ContentButtonHalfWidth,
    .RevContentButtonHalfWidth {
        font-size: 85%
    }
}

/*# Login Form Content Switching #*/

.switches {
    padding: 5px;
    overflow: hidden
}

    .switches input {
        display: none
    }

    .switches label {
        float: none;
        display: inline-block;
        width: 49%;
        color: #FFF;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        text-shadow: none;
        padding: 5px 12px 4px 12px;
        border-radius: 10px;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        text-transform: none;
        font-family: "roc-grotesk", sans-serif !important;
        background-color: transparent;
        border: 2px solid #FFF;
    }

        .switches label:hover {
            cursor: pointer
        }

    .switches input:checked + label {
        color: #008535;
        background: #FFF;
    }


@media (max-width: 769px) {

    .switches {
        padding: 20px 5px;
        overflow: hidden
    }

        .switches input {
            display: none
        }

        .switches label:hover {
            cursor: pointer
        }
}

.consumer {
    display: block
}

.business,
.other {
    display: none;
    text-align: center;
}

    .other .login .yamm-content a {
        color: #000;
        text-decoration: none
    }

label.LoginToggle {
    font-size: 90%
}

.inputtext {
    margin-bottom: 6px;
    padding: 6px 3px;
    line-height: 108%;
}

.tabs {
    font-size: 0;
    margin: 25px 0;
    text-align: center;
    clear: both
}

    .tabs:after {
        clear: both;
        content: '';
        display: table
    }

    .tabs .tab {
        display: inline
    }

    .tabs .tab-label {
        color: #008535;
        background: transparent;
        border-bottom: 2px solid #008535 !important;
        border: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-left: -1px;
        padding: 10px;
        position: relative;
        vertical-align: bottom;
        cursor: pointer;
        max-width: 31%;
        min-width: 25%;
        text-align: center;
        text-transform: uppercase
    }

@media only screen and (min-width:250px) and (max-width:800px) {
    .tabs .tab-label, .tabs .tab [type=radio]:checked + .tab-label {
        max-width: 95%;
        width: 95%;
        min-width: 25%;
        text-align: left;
        background: #FFF !important;
        border: none;
        color: #008535 !important;
    }
}

.tabs .tab > [type=radio] {
    clip: rect(0 0 0 0);
    height: 1px;
    opacity: 0;
    position: fixed;
    width: 1px;
    z-index: -1
}

.tabs .tab-panel {
    display: inline;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 0
}

.tabs .tab-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: 0 0;
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    float: left;
    font-size: 15px;
    font-size: 1rem;
    margin-top: -1px;
    width: 100%;
    text-align: left
}

.tabs .tab [type=radio]:checked + .tab-label {
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
    color: #fff;
    background: #008535;
}

.tabs .tab [type=radio]:checked ~ .tab-panel {
    display: inline
}

.tab label {
    margin: 0
}

@media \0screen\, screen\9 {

    .tabs {
        zoom: 1
    }

        .tabs .tab .tab-radio {
            filter: Alpha(opacity=0);
            position: absolute;
            z-index: -1
        }

        .tabs .tab .tab-panel {
            display: none;
            height: auto;
            overflow: visible;
            position: static;
            width: auto
        }

        .tabs .tab-content {
            float: none;
            padding-bottom: 1px;
            padding-top: 1px;
            width: auto
        }

        .tabs .checked label {
            background: #fff;
            border-bottom-width: 0;
            padding-bottom: 11px;
            z-index: 1
        }

        .tabs .checked .tab-panel {
            display: inline
        }

        .tabs .checked .tab-panel {
            display: inline;
            float: left;
            width: 100%
        }
}

div.silvercloud-search-bar {
    margin-right: 10px;
    margin-top: 15px;
    position: relative;
    z-index: 3000;
    float: right;
    border-radius: 4px;
    border: none;
    background-color: #fff;
    height: 27px;
    line-height: 18px
}

form.silvercloud_searchbar_form {
    border: none
}

input.silvercloud_searchbar_input {
    border: none;
    height: 16px;
    padding: 2px 2px 2px 0;
    margin: 2px 3px;
    color: #737373;
    width: 130px;
    float: left;
    z-index: 3500;
    position: relative;
    font-size: 90%
}

input.silvercloud_searchbar_submit {
    padding: 1px 0 0 0;
    margin-top: 2px !important;
    display: block;
    float: right;
    height: 19px;
    width: 30px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px #ccc solid;
    background: #fff;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 4000;
    position: relative;
    color: #181818;
    cursor: pointer;
    font-size: 80%
}

div.silvercloud_results_wrapper {
    padding: 20px;
    font-size: 14px
}

span.silvercloud_header {
    font-size: 150%;
    margin: 0;
    padding: 12px 0 10px 0;
    color: #4a4a4a;
    font-weight: 700
}

span.silvercloud_search_result_header {
    font-size: 150%;
    font-weight: 700;
    padding: 0;
    margin: 0
}

a.silvercloud_search_result_link {
    text-decoration: none;
    color: #0063A8;
    background: 0 0;
    border: none
}

    a.silvercloud_search_result_link:hover {
        text-decoration: underline;
        color: #146ba1;
        background: 0 0;
        border: none
    }

span.silvercloud_search_result_icon img {
    display: none
}

a.silvercloud_return_to_results {
    text-decoration: none;
    color: #0063A8;
    background: 0 0;
    border: none
}

    a.silvercloud_return_to_results:hover {
        text-decoration: underline;
        color: #0063A8;
        background: 0 0;
        border: none
    }

div.silvercloud_submit_question_container {
    font-style: italic
}

a.silvercloud_submit_question {
    text-decoration: none;
    color: #0063A8;
    border: none;
    background: 0 0;
    font-weight: 700;
    border-radius: 7px;
    font-style: normal
}

    a.silvercloud_submit_question:hover {
        color: #146ba1;
        background: 0 0;
        border: none
    }

a.silvercloud_load_more {
    text-decoration: none;
    color: #fff;
    border: none;
    font-family: oswald;
    background: #db3406;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 7px;
    font-size: 12px
}

    a.silvercloud_load_more:hover {
        color: #fff;
        background: #d13404;
        border: none
    }

#SilverCloudTopContentWidget,
div.silvercloud_widget_top_content,
div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container,
silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-7555.silvercloud_total_items-20 {
    border: none !important;
    text-align: left;
    width: 100%
}

.silvercloud_top_content_title {
    display: none
}

#SilverCloudTopContentWidget .silvercloud_search_result,
div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container .silvercloud_search_result,
silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-7555.silvercloud_total_items-20 {
    padding: 0 5px 0 0;
    margin: 0 0 5px 0;
    width: 100%
}

#SilverCloudTopContentWidget div.silvercloud_search_result a.silvercloud_search_result_link,
div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container div.silvercloud_search_result a.silvercloud_search_result_link,
silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-7555.silvercloud_total_items-20 {
    text-decoration: none;
    font-size: 100%;
    font-weight: 300;
    padding: 0;
    margin: 0
}

    #SilverCloudTopContentWidget div.silvercloud_search_result a.silvercloud_search_result_link:hover {
        text-decoration: underline
    }

#SilverCloudTopContentWidget div.silvercloud_selected_item div.silvercloud_item_content span.silvercloud_search_result_header,
div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container div.silvercloud_selected_item div.silvercloud_item_content span.silvercloud_search_result_header {
    font-size: 120%;
    font-weight: 700;
    padding: 0;
    margin: 0
}

#SilverCloudTopContentWidget div.silvercloud_selected_item,
div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container div.silvercloud_selected_item {
    text-decoration: none;
    font-size: 100%;
    font-weight: 300
}

    #SilverCloudTopContentWidget div.silvercloud_selected_item iframe,
    div.silvercloud_widget_top_content.silvercloud_content_items-questions-links-media-documents.silvercloud_icons-0.silvercloud_category_select-0.silvercloud_categories-6506-6507-6508-6655-6654-6509-6510-6513-6512-6505-6514-6672-6511-6515-6516-6517-6518-6519-6607-6520-6708-6659-6886-0.silvercloud_total_items-5.small-container div.silvercloud_selected_item iframe {
        display: none
    }

.silvercloud_placeholder {
    display: none !important
}

.silvercloud_end_of_list_box,
.silvercloud_submit_question_container {
    display: none !important;
    visibility: hidden !important
}

.silvercloud_pagination {
    display: inline-block
}

#custom_sc_submit {
    margin-left: 25px
}

.custom_sc_submit_question p a:link {
    color: #f5da6b
}

.custom_sc_submit_question p a:visited {
    color: #f5da6b
}

.custom_sc_submit_question p a:hover {
    color: #fff
}

.custom_sc_submit_question p a:active {
    color: #fff
}

.vla nav.sidebar {
    border: none;
    display: block !important
}

.vla nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .vla nav ul li:first-child {
        border-left: none
    }

    .vla nav ul li a,
    nav ul li {
        display: block;
        text-decoration: none
    }

        .vla nav ul li a:hover {
            color: #004482
        }

    .vla nav ul li {
        list-style: none;
        padding: 5px 0 5px 5px;
        margin: 0;
        font-size: 90%;
        border-bottom: 1px solid #d9d9d9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.vla .silvercloud_search_result_header {
    font-size: 26px;
    margin: 0;
    padding: 12px 0 10px 0;
    color: #1776b0;
    font-family: Oswald, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-weight: 400
}

.vla ul li a {
    text-decoration: none
}

.vla nav {
    width: 250px;
    float: right;
    z-index: 2000;
    margin: 0 0 0 20px;
    position: relative
}

.vla .silvercloud_results_wrapper {
    width: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.VideoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px; /* Limit width on desktop */
    margin: 0 auto;
}

    .VideoWrapper iframe {
        aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
        width: 100%; /* Make iframe responsive */
        max-width: 100%;
        border: 0;
    }

.leftnav {
    margin-top: 27px !important;
    font-size: 100% !important
}

table.borderedNew, table.Rates {
    width: 100%;
    table-layout: fixed;
    font-size: 18px;
}

@media (max-width:768px) {
    table.borderedNew, table.Rates {
        table-layout: auto;
    }
}

@media only screen and (max-width: 1200px), (min-device-width: 768px) and (max-device-width: 1024px) {

    table.borderedNew, table.Rates {
        font-size: 15px;
    }
}

@media (max-width: 450px) {

    table.borderedNew, table.Rates {
        font-size: 9px;
    }
}


table.borderedNew tr th, table.Rates tr th {
    background: #0063A8;
    color: #fff;
    text-align: center;
    width: 25%;
    padding-bottom: 2px;
}

table.borderedNew tr td, table.Rates tr td {
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 25%
}

    table.borderedNew tr td:last-of-type, table.Rates tr td:last-of-type {
        border-right: none;
    }

table.borderedNew tr:hover, table.Rates tr:hover {
    background: #f9f9f9;
}

table.borderedNew tr th h3 a {
    color: #fff
}

    table.borderedNew tr th h3 a:hover {
        color: #efefef;
        text-decoration: none
    }

table.Rates tr.upper {
    background: #8DC63F;
    color: #2B2B2B;
}

table.Rates tr.lower, table.Rates tr th, .tableHeading {
    background: #0063A8;
    color: #FFFFFF;
}

    table.Rates tr th h2, .tableHeading h2 {
        color: #FFF;
        font-size: 105%;
        font-weight: bold
    }

table.Rates tr:nth-child(odd) {
    background: #e6e6e6;
}

@media all and (max-width:600px) {
    table.borderedNew {
        width: 100%
    }

        table.borderedNew tr th {
            background: #004973;
            color: #fff;
            text-align: center;
            width: 25%
        }

        table.borderedNew tr td {
            text-align: center;
            border-top: 1px solid #ccc;
        }

    table.Rates tr td {
        vertical-align: top;
    }

    table.borderedNew tr:hover th {
        background: #005b8e;
    }


    table.borderedNew tr:hover {
        background: #f7f7f7;
    }

    table.borderedNew tr th h3 a {
        color: #fff
    }

        table.borderedNew tr th h3 a:hover {
            color: #efefef;
            text-decoration: none
        }
}

/* Scrolling Table - Comparison Charts*/

#TableScroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 1300px;
}


    #TableScroll .borderedNew {
        width: 100%;
        min-width: 1340px;
        margin: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

        #TableScroll .borderedNew th, #TableScroll.borderedNew td {
            padding: 5px 10px;
            vertical-align: top;
        }

            #TableScroll .borderedNew th:first-child {
                position: -webkit-sticky;
                position: sticky;
                left: 0;
                z-index: 2;
                background: #004973;
                border-right: 3px solid transparent;
            }

            #TableScroll .borderedNew td:first-child {
                position: -webkit-sticky;
                position: sticky;
                left: 0;
                z-index: 2;
                background: #FFF;
                border-right: 3px solid #efefef;
            }

#SilverCloud div.silvercloud-search-bar input {
    border: none;
    margin-left: 5px;
    font-size: 13px;
    height: 15px;
}

    #SilverCloud div.silvercloud-search-bar input:focus {
        outline-width: 0
    }

#SilverCloud div.silvercloud-search-bar button {
    height: 100%;
    line-height: 90%;
    width: 10%;
    border: none;
    border-radius: 4px;
    background: #fff;
    font-family: oswald;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 4000;
    position: relative;
    color: #008535;
    cursor: pointer;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    width: 40px;
    padding: 5px
}

div.silvercloud-browse-content-wrapper p,
div.silvercloud-results-wrapper,
div.silvercloud-top-content-wrapper {
    width: 100%
}

.result-title-bar,
.sc-results-toolbar,
.silvercloud-loading-toolbar {
    font-size: 1.17em;
    font-style: italic;
    font-weight: 700 !important;
    text-align: center;
    border-bottom: 3px solid #00803c !important;
    color: #00803c;
    background-color: #fff !important;
    margin-top: 10px
}

.silvercloud-results-title {
    font-weight: 700 !important
}

.filter-icon,
.filter-icon div {
    display: inline-block;
    width: 25px
}

    .filter-icon div svg {
        fill: #00803c !important;
        width: 25px;
        height: 25px
    }

.silvercloud-back-button {
    background-color: #00803c !important;
    color: #fff;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: #fff 0 solid;
    border-radius: 4px;
    min-width: 100px;
    margin-left: 10px;
    margin-bottom: 7px;
    font-size: 12px;
    margin-top: 9px
}

#AdditionalAssistance .silvercloud-search-bar {
    display: block;
    width: 100%
}

    #AdditionalAssistance .silvercloud-search-bar .ng-scope input {
        height: 90%;
        width: 89%;
        line-height: 90%;
        font-size: 120%;
        border: 2px solid #cecece;
        padding: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0
    }

    #AdditionalAssistance .silvercloud-search-bar .ng-scope button {
        height: 35px;
        line-height: 90%;
        width: 10%;
        border: none;
        border-radius: 4px;
        background: #0063A8;
        font-family: oswald;
        text-transform: uppercase;
        font-weight: 500;
        z-index: 4000;
        position: relative;
        color: #fff;
        cursor: pointer;
        font-size: 120%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 !important
    }

.silvercloud-results-wrapper-item-details {
    display: block;
    border-bottom: #ddd 1px solid;
    padding: 10px;
    padding-top: 11px;
    color: #666;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    font-size: 1.1em;
    cursor: pointer;
    width: 100%
}

    .silvercloud-results-wrapper-item-details:hover {
        background: #ccc
    }

.silvercloud-results-wrapper-item-title {
    font-weight: 700 !important
}

a.sc-result-item {
    border-bottom: none !important
}

    a.sc-result-item:hover {
        background-color: #e4e4e4 !important
    }


.silvercloud-results-wrapper-item-details:hover {
    background: 0 0 !important
}

.silvercloud-results-wrapper-item-body {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: .8em;
    font-style: italic;
    color: #555
}

.sc-title-container {
    margin: .67em 0;
    font-size: 160%;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
}

#LOSidebar {
    float: right;
    margin: 15px 0 15px 15px;
    width: 20% !important
}

    #LOSidebar img {
        margin: 0 0 5px 5px;
        padding: 0;
        width: 100% !important;
        display: block;
    }

.LOContactDetails a.LOEmailShort {
    display: none
}

.LOSocialIcon {
    margin-right: 5px
}

    .LOSocialIcon svg {
        height: 20px
    }

.PDFLink {
    margin: 0;
}

.PDFLinkGreen {
    margin: 0;
}

.MP3Link {
    margin: 0;
}

.MP3LinkGreen {
    margin: 0;
}

.ThirdPartyLink {
    margin: 0;
}

.ThirdPartyLinkTan {
    margin: 0;
    padding: 0 60px 0 0;
    font: 10pt Arial;
    line-height: 16px;
    background-image: url(/Images/imgNSBThirdPartyIconTan.aspx);
    background-repeat: no-repeat;
    background-position: right
}

.MapLink {
    margin: 0 0 0 15px;
    padding: 0 25px 0 0;
    font: 10pt Arial;
    line-height: 16px;
    background-image: url(/Images/imgMapIcon.aspx);
    background-repeat: no-repeat;
    background-position: right
}

.mb {
    padding: 0 30px 0 0;
    font: 10pt Arial;
    line-height: 16px;
    background-image: url(/Images/imgVideoIcon.aspx);
    background-repeat: no-repeat;
    background-position: right
}

.VideoLink {
    padding: 0 30px 0 0;
    font: 10pt Arial;
    line-height: 16px;
    background-image: url(/Images/imgVideoIcon.aspx);
    background-repeat: no-repeat;
    background-position: right
}

.CompareLink {
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 16px;
    background-image: url(/Images/imgCompareIcon.aspx);
    background-repeat: no-repeat;
    background-position: left
}

.notices {
    padding: 7px 0 5px 0;
    margin: 0;
    background: #ffba00;
    width: 100%;
    text-align: center;
    min-height: 20px;
    height: 100%;
    display: block !important;
    color: #000;
    position: relative;
    z-index: 60;
    line-height: 120%;
    border: none;
    font-size: 16px;
}

    .notices img {
        width: 14px;
        height: 14px;
        margin-right: 7px
    }

.noticesMobile {
    display: none
}

    .notices a,
    .notices a:active,
    .notices a:link,
    .noticesMobile a,
    .noticesMobile a:active,
    .noticesMobile a:link {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        text-decoration: none
    }

a.NoticeLearnMore {
    font-weight: 500 !important;
    font-size: 16px !important;
    text-decoration: underline !important;
}

.noticesLite {
    padding: 4px 0 5px 0;
    margin: 0;
    background: #b0d87a;
    width: 100%;
    text-align: center;
    min-height: 20px;
    height: 100%;
    display: block !important;
    color: ##333333;
    position: relative;
    z-index: 30000;
    line-height: 120%;
    border: none;
    font-size: 16px;
}

    .noticesLite a,
    .noticesLite a:active,
    .noticesLite a:link {
        font-weight: 300;
        font-size: 16px;
        color: #3d3d3d;
        text-decoration: underline;
    }

#FormStatus {
    color: #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    display: block;
    font-size: 75%;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #efefef
}

    #FormStatus #Current {
        color: #296a13;
        padding: 3px 2px 3px 2px
    }

.FormButton.btn,
.FormButtonSubmit {
    display: flex;
    padding: 20px 40px 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1);
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: 375px;
    height: auto;
    max-height: 60px;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 1.111rem;
    font-weight: 700;
    line-height: 108%;
}

input[type=radio] {
    width: 20px !important;
    padding: 0;
    vertical-align: middle;
    margin: 2px
}

.EventFieldHide {
    display: none
}

.EventFieldShow {
    display: block
}


.HomeHeroGraphic {
    width: 95%;
    height: 100%;
    max-width: 830px;
    position: relative;
    z-index: 900;
    padding: 25px 10px 10px 10px;
    display: inline-block;
}

#HomeHeroGraphicSecondary {
    filter: none;
    width: 65%;
    height: 100%;
    max-width: 830px;
    position: relative;
    z-index: 900;
    padding: 35px 10px 10px 10px;
}

#LandingPageLogo {
    width: 80%;
    max-width: 900px;
    margin-top: 0 !important
}

@media all and (min-width:1400px) {
    #LandingPageLogo {
        width: 80%;
        max-width: 900px
    }
}

@media all and (max-width:900px) {
    #LandingPageLogo {
        width: 96%
    }

    #HomeHeroGraphicSecondary {
        width: 100% !important
    }
}

@media all and (max-width:600px) {
    .HomeHeroGraphic {
        filter: none;
        width: 100%;
        position: relative;
        z-index: 900;
        padding: 0;
        display: inline-block;
        top: 10%
    }

    #LandingPageLogo {
        width: 95%
    }
}

.KenticoFormWrapper, .FormWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 7px 0 7px 0
}

.KenticoFormInput,
.KenticoFormLabel, .FormInput, .FormLabel {
    width: 50%;
    margin: 5px 0;
}

.KenticoFormLabel {
    font-weight: 700
}

.KenticoFormInput .DropDownField {
    width: 100%
}

.FormValidation {
    color: red;
    font-size: .9em;
    display: block;
    width: 100%;
}

@media all and (max-width:600px) {
    .KenticoFormWrapper, .FormWrapper {
        flex-wrap: wrap
    }

    .KenticoFormInput,
    .KenticoFormLabel, .FormLabel, .FormInput {
        width: 100%
    }
}

.RequiredField:before {
    content: "*";
    color: red
}

.RequiredField {
    color: #000
}

.OfferMessage {
    display: none
}

.EntryWrapper {
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: nowrap
}

.EntryItem {
    width: 30%;
    text-align: center;
    margin: 1%;
    font-weight: 700
}


    .EntryItem img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

@media all and (max-width:768px) {
    .EntryWrapper {
        flex-wrap: wrap
    }

    .EntryItem {
        width: 100% !important
    }
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465c
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25d366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #f60
}

    .resp-sharing-button--hackernews:focus,
    .resp-sharing-button--hackernews:hover {
        background-color: #fb6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

    .resp-sharing-button--facebook:active,
    .resp-sharing-button--facebook:hover {
        background-color: #2d4373;
        border-color: #2d4373
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

    .resp-sharing-button--twitter:active,
    .resp-sharing-button--twitter:hover {
        background-color: #2795e9;
        border-color: #2795e9
    }

.resp-sharing-button--google {
    background-color: #dd4b39;
    border-color: #dd4b39
}

    .resp-sharing-button--google:active,
    .resp-sharing-button--google:hover {
        background-color: #c23321;
        border-color: #c23321
    }

.resp-sharing-button--email {
    background-color: #777;
    border-color: #777
}

    .resp-sharing-button--email:active,
    .resp-sharing-button--email:hover {
        background-color: #5e5e5e;
        border-color: #5e5e5e
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}

    .resp-sharing-button--linkedin:active,
    .resp-sharing-button--linkedin:hover {
        background-color: #046293;
        border-color: #046293
    }

@media all and (min-width: 900px) {
    .NavMenuCTAButton {
        border: none;
        width: 25%;
        font-size: 100%;
        color: #FFF;
        background: #0073E6;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        padding: 2px 4px 2px 4px;
        border-radius: 25px;
        display: inline-block;
        float: right;
        text-align: center;
    }

    .NavMenuCTAButtonMobile {
        display: none;
    }
}

@media all and (max-width: 900px) {
    .NavMenuCTAButton {
        display: none;
    }

    .NavMenuCTAButtonMobile {
        border: none;
        width: 95%;
        font-size: 100%;
        background: #00bb57;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        padding: 3px 4px 3px 4px;
        border-radius: 4px;
        display: block;
        text-align: center;
        margin-top: 5px;
    }
}

/* Images */
img.DebitCard {
    max-width: 250px;
    width: 40%;
    float: right;
    margin-left: 2%;
}

img.CreditCard {
    max-width: 350px;
    width: 90%;
    margin-left: 2%;
}

.Leaderboard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}

@media all and (max-width: 900px) {
    .Leaderboard {
        width: 100%;
        margin-top:0;
    }
}

@media all and (min-width: 900px) {
    a.PhoneLink, a.PhoneLink:active {
        pointer-events: none;
        color: inherit;
        text-decoration: none
    }

        a.PhoneLink:focus {
            outline: 1px dashed #000;
        }
}

@media all and (max-width: 900px) {
    a.PhoneLink, a.PhoneLink:active, a.PhoneLink:focus {
        pointer-events: auto !important;
        color: #004871;
        text-decoration: underline;
    }
}

/** Image Styles **/
img.FullWidth {
    width: 100%;
    max-width: 1140px;
}


img.HalfWidth {
    width: 50%;
}

img.QuarterWidth {
    width: 25%;
}

.TutorialThumbnail {
    max-width: 100% !important;
    border-radius: 10px;
    display: block;
}

@media all and (max-width: 900px) {

    img.HalfWidth {
        width: 80%;
    }

    .TutorialThumbnail {
        max-width: 100% !important;
    }
}

/** Admin Section **/
.TabsPageTabs {
    height: 50px !important;
    display: block;
}

/** Mortgage Section 2020 **/

a.MortgagePath, a.MortgagePath:active {
    text-decoration: none !important;
    color: #008535;
    border-bottom: 2px solid transparent;
    padding-bottom: 1%;
}

    a.MortgagePath:hover {
        border-bottom: 2px solid #008535;
    }

.MortgagePath {
    width: 25%;
    padding: 5px;
    margin: 0;
    text-align: center;
}

    .MortgagePath svg {
        width: 35%;
        height: 35%;
        fill: #008535;
    }

    .MortgagePath .Heading {
        font-size: 120%;
        display: block;
        font-weight: bold;
    }

@media all and (max-width: 769px) {
    .MortgagePath {
        width: 50%;
    }
}

@media all and (max-width: 370px) {
    .MortgagePath {
        width: 100%;
    }
}

#CTAMenu {
    margin: 0;
    padding: 7px 20px 7px 20px;
    width: 100%;
    height: 40px;
    max-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: #0063A8;
    z-index: 20000;
    position: auto;
}

#CTAMenuMobile {
    display: none;
}

#CTAMenu em {
    display: inline-block;
    margin-bottom: 2%;
    color: #FFF;
}

#CTAMenu a, #CTAMenu a:active {
    font-size: 80%;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 1%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #0063A8;
    background: #FFF;
    padding: 3px 10px 3px 10px;
    border-radius: 25px;
}

#CTAMenuMobile a, #CTAMenuMobile a:active {
    font-size: 70%;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin: 1%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #0063A8;
    background: #FFF;
    padding: 3px 5px 3px 5px;
    border-radius: 25px;
}

    #CTAMenu a:hover, #CTAMenuMobile a:hover {
        cursor: pointer;
    }

@media all and (max-width: 769px) {

    #CTAMenu {
        display: none;
    }

    #CTAMenuMobile {
        display: block;
        padding: 7px 5px 7px 5px;
        margin: 0;
        width: 100%;
        height: 40px;
        max-height: 40px;
        text-align: center;
        margin-bottom: 10px;
        background: #0063A8;
        z-index: 20000;
        position: auto;
    }
}

#CTAMenu a.Reversed, #CTAMenu a.Reversed:active {
    line-height: 140%;
    font-size: 80%;
    border-radius: 4px;
    padding: 4px;
    background: #0063A8;
    color: #FFF;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    cursor: pointer;
    width: 80%;
}

.BlogTeaser {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin: 1% 0 1% 0;
}

.BlogTeaserOverlay {
    background-image: linear-gradient(to bottom, rgba(15, 15, 15, 0.0), rgba(15, 15, 15, 0.85));
    display: block;
    width: 100%;
    height: 52%;
    padding: 3%;
    position: absolute;
    bottom: 0;
}

.BlogTeaserTitle {
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: -1px -1px 1px rgba(15, 15, 15, 0.7);
}

.BlogTeaserExcerpt {
    color: #FFF;
    font-size: 125%;
    text-align: center;
    display: block;
    width: 100%;
    text-shadow: -1px -1px 1px rgba(15, 15, 15, 0.7);
}

.BlogTeaserButtonWrapper {
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
}

    .BlogTeaserButtonWrapper a {
        border-radius: 20px;
        border: 2px solid #FFF;
        width: 30%;
        color: #FFF;
        text-decoration: none;
        padding: 4px 6px 4px 6px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;
    }

@media all and (max-width: 550px) {
    .BlogTeaser {
        height: 500px;
        background-position: center;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        position: relative;
        margin: 1% 0 1% 0;
    }

    .BlogTeaserOverlay {
        background-image: linear-gradient(to bottom, rgba(15, 15, 15, 0.0), rgba(15, 15, 15, 0.85));
        display: block;
        width: 100%;
        height: 95%;
        padding: 3%;
        position: absolute;
        bottom: 0;
    }


    .BlogTeaserTitle {
        color: #FFF;
        font-size: 200%;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
    }


    .BlogTeaserExcerpt {
        color: #FFF;
        font-size: 125%;
        text-align: center;
        display: block;
        width: 100%;
    }

    .BlogTeaserButtonWrapper {
        color: #FFF;
        text-align: center;
        display: b lock;
        width: 100%;
        margin-top: 20px;
    }

        .BlogTeaserButtonWrapper a {
            border-radius: 25px;
            border: 2px solid #FFF;
            width: 80%;
            color: #FFF;
            text-decoration: none;
            padding: 4px 6px 4px 6px;
            text-transform: uppercase;
            font-weight: bold;
            display: inline-block;
        }
}

/* Calconic Calculator Styles */
.gauge-segment, .gauge-indicator {
    display: block !important;
}

/* Online Services Spotlight */

.OnlineServiceBenefits {
    color: #008535;
    padding-bottom: 1%;
    margin: 2% 0 20px 0;
    height: 150px;
    width: 33%;
    padding: 7px;
    text-align: center;
}

    .OnlineServiceBenefits a {
        font-size: 80%;
        color: #0063A8;
        margin: 1%;
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: 600;
        border-radius: 20px;
    }

    .OnlineServiceBenefits svg {
        width: 35%;
        height: 35%;
        fill: #008535;
    }

    .OnlineServiceBenefits .Heading {
        font-size: 120%;
        display: block;
        font-weight: bold;
    }

    .OnlineServiceBenefits .DetailWrapper {
        height: 260px;
    }

@media all and (max-width: 769px) {
    .OnlineServiceBenefits {
        width: 50% !important;
    }
}

@media all and (max-width: 375px) {
    .OnlineServiceBenefits {
        width: 100% !important;
    }

        .OnlineServiceBenefits .DetailWrapper {
            height: 280px;
        }
}

/* Landing Page Promo Images */

@media all and (min-width: 769px) {
    .DesktopPromoImage {
        display: block;
    }

        .DesktopPromoImage img {
            width: 100%;
        }

    #MobileHeroLandingPageWrapper, .MobilePromoImage {
        display: none;
    }
}

@media all and (max-width: 769px) {
    .DesktopPromoImage {
        display: none;
    }

    .Mobile.FullWidthHeaderContainer, .MobilePromoImage {
        display: block;
        height: auto;
    }

        .Mobile.FullWidthHeaderContainer img {
            width: 95%;
            padding: 30px 20px 30px 20px;
        }

        .MobilePromoImage img {
            width: 100%;
        }

    #MobileHeroLandingPageWrapper {
        width: 100%;
        height: auto;
        max-height: 650px;
        ;
        display: block;
    }
}

.CMSBanner {
    margin-top: 25px;
}

@media all and (max-width: 769px) {
    .NoticeLearnMore {
        display: block;
    }
}

/* Visually-hidden Elements */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
    }

/* 2020 Checking Landing and Promo Pages */
.FullWidthHeaderContainer {
    width: 100%;
    height: 650px;
    max-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #575757
}

.FullWidthHeaderContainer500 {
    width: 100%;
    height: 500px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #575757;
}

.FullWidthHeaderContainer400 {
    width: 100%;
    height: 400px;
    max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #575757
}

.FullWidthHeaderContainer350 {
    width: 100%;
    height: 350px;
    max-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #575757
}


.HeroMessageContainer {
    max-width: 1274px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.HeroMessageContainer_Centered {
    max-width: 1274px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.FullWidthHeaderContainer500 .HeroMessageContainer, .FullWidthHeaderContainer400 .HeroMessageContainer, .FullWidthHeaderContainer350 .HeroMessageContainer {
    max-width: 1274px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.FullWidthHeaderContainer500 .HeroMessageContainer_Centered, .FullWidthHeaderContainer400 .HeroMessageContainer_Centered, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered {
    max-width: 1274px;
    width: 100%;
    height: 80%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.FullWidthHeaderContainer .HeroMessageContainer h1, .FullWidthHeaderContainer500 .HeroMessageContainer h1, .FullWidthHeaderContainer400 .HeroMessageContainer h1 {
    color: #FFF;
    width: 70%;
    font-size: 400%;
    line-height: 98%;
    font-family: 'neue-haas-grotesk',sans-serif;
    margin: 0 0 40px 0;
}

.FullWidthHeaderContainer350 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered h1 {
    color: #FFF;
    width: 70%;
    font-size: 300%;
    line-height: 98%;
    font-family: 'neue-haas-grotesk',sans-serif;
    margin: 0 0 40px 0;
}

.FullWidthHeaderContainer350 .HeroMessageContainer_Centered h1 {
    text-align: center;
}

.FullWidthHeaderContainer .HeroMessageContainer h2, .FullWidthHeaderContainer500 .HeroMessageContainer h2, .FullWidthHeaderContainer400 .HeroMessageContainer h2, .FullWidthHeaderContainer350 .HeroMessageContainer h2 {
    color: #FFF;
    width: 70%;
    font-size: 200%;
    font-family: 'neue-haas-grotesk',sans-serif;
    margin: 0;
    margin: 0 0 40px 0;
    line-height: 110%;
}

.FullWidthHeaderContainer .HeroMessageContainer a.ContentButton, .FullWidthHeaderContainer500 .HeroMessageContainer a.ContentButton {
    width: 50%;
    padding: 10px 25px 10px 25px;
    color: #008535;
    background: #FFF;
    text-transform: none;
    display: inline;
    margin: 0;
    font-family: 'neue-haas-grotesk',sans-serif;
    border-radius: 50px;
}

.FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer, .FullWidthHeaderContainer350 .HeroMessageContainer .ButtonContainer {
    display: flex;
    width: 70%;
    flex-direction: row;
    justify-content: center;
}

.FullWidthHeaderContainer350 .HeroMessageContainer_Centered .ButtonContainer {
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: center;
}

.FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer_Left, .FullWidthHeaderContainer350 .HeroMessageContainer .ButtonContainer_Left {
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: left;
}

    .FullWidthHeaderContainer350 .HeroMessageContainer .ButtonContainer a.ContentButton, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered .ButtonContainer a.ContentButton, .FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer_Left a.ContentButton {
        width: 50%;
        padding: 6px 50px 6px 50px;
        color: #008535;
        background: #FFF;
        display: inline;
        border: 2px solid #FFF;
        margin: 0;
        font-family: 'neue-haas-grotesk',sans-serif;
        border-radius: 50px;
        font-size: 100%;
    }

.FullWidthHeaderContainer350 .HeroMessageContainer .ButtonContainer a.ContentButton_Outline, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered .ButtonContainer a.ContentButton_Outline {
    width: 50%;
    padding: 6px 50px 6px 50px;
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    display: inline;
    margin: 0 15px 0 15px;
    font-family: 'neue-haas-grotesk',sans-serif;
    border-radius: 50px;
    font-size: 128%;
}

.FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer a.ContentButton_Outline, a.ContentButton_Outline:hover, a.ContentButton_Outline:active, a.ContentButton_Outline:link {
    width: 60%;
    padding: 6px 50px 6px 50px;
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    display: inline;
    margin: 0 15px 0 15px;
    font-family: 'neue-haas-grotesk',sans-serif;
    border-radius: 50px;
    font-size: 128%;
    text-decoration: none;
}

.FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer a.ContentButton_Lime {
    width: 80%;
    padding: 6px 50px 6px 50px;
    color: #FFF;
    background: #8dc63f;
    display: inline;
    margin: 0 15px 0 15px;
    font-family: 'neue-haas-grotesk',sans-serif;
    border-radius: 50px;
    font-size: 120%;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.FullWidthHeaderContainer .HeroMessageContainer a.ContentButton:hover, .FullWidthHeaderContainer .HeroMessageContainer a.ContentButton:active, .FullWidthHeaderContainer500 .HeroMessageContainer a.ContentButton:active, .FullWidthHeaderContainer350 .HeroMessageContainer a.ContentButton:hover, .FullWidthHeaderContainer350 .HeroMessageContainer a.ContentButton:active {
    color: #008535 !important;
}

.FullWidthHeaderContainer350 .HeroMessageContainer a.ContentButton_Outline:hover, .FullWidthHeaderContainer350 .HeroMessageContainer a.ContentButton_Outline:active {
    color: #FFF !important;
    text-decoration: none;
}

.FullWidthHeaderContainer250 {
    width: 100%;
    height: 250px;
    max-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #575757
}

    .FullWidthHeaderContainer250 .HeroMessageContainer_Centered {
        max-width: 1274px;
        width: 100%;
        height: 80%;
        margin: 0 auto;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

img.LandingPageHero {
    max-height: 325px;
    height: 325px;
    display: block;
}

.LandingPage {
    color: #0063A8;
    font-size: 150%;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
}

h2.LandingPage {
    color: #0063A8;
    font-size: 150%;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}

h2.LandingPage_Left {
    color: #0063A8;
    font-size: 150%;
    text-align: left;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
}

h2.BlogPost {
    font-size: 102%;
    text-align: left;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    color: #505050;
}

h3.LandingPage {
    color: #0063A8;
    font-size: 150%;
    text-align: center;
}

h3.LandingPage_Left {
    color: #0063A8;
    font-size: 150%;
    text-align: left;
}

h3.LocationPage_Left {
    font-size: 100%;
    text-align: left;
    border-bottom: 2px solid #8dc63f;
    width: 100%;
    display: block;
    padding: .6% 0
}

h3.LandingPageGreen, h3.LandingPageGreen_Centered {
    color: #008535;
    font-size: 125%;
    text-align: center;
}

h3.LandingPageGreen {
    text-align: left !important;
}

span.WizardHeading {
    color: #0063A8;
    font-size: 150%;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
    margin: 15px 0 15px 0;
}

span.WizardSubheading {
    color: #0063A8;
    font-size: 125%;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
}

strong.ProductRecommendation {
    color: #FFF;
    font-size: 150%;
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    font-weight: 700;
    width: 100%;
    display: block;
    margin: 15px 0 15px 0;
}

img.LandingPageHeroImage-250 {
    max-height: 225px;
}

.FlexColumnContainer.RowWrap {
    flex-flow: row wrap;
}

    .FlexColumnContainer.RowWrap.Centered {
        flex-flow: row wrap;
        justify-content: space-evenly;
        gap: 10px;
    }

@media (max-width: 1200px) {
    .FlexColumnContainer.RowWrap.Centered {
        flex-flow: column wrap;
        justify-content: center;
        gap: 0px;
        align-items: center;
    }

    .Content_3col {
        width: 100% !important;
    }
}

.Content_1col, .Content_1col_Centered {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Content_2col, .Content_2col_Centered, .Content_2col_Bordered {
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.Content_RowWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.Content_2row, .Content_2row_Centered {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.Content_3col, .Content_3col_Centered {
    width: 31%;
    display: flex;
    flex-direction: column;
    padding: 0 8px 0 8px;
}

    .Content_3col.Middle {
        justify-content: center;
    }

.Content_4col, .Content_4col_Centered {
    width: 23%;
    display: flex;
    flex-direction: column;
}

.Content_5col, .Content_5col_Centered {
    width: 20%;
    display: flex;
    flex-direction: column;
}

.Content_6col, .Content_6col_Centered {
    width: 10%;
    display: flex;
    flex-direction: column;
}

.Content_1col_Centered, .Content_2col_Centered, .Content_3col_Centered, .Content_4col_Centered, .Content_5col_Centered, .Content_6col_Centered {
    text-align: center;
    align-items: center;
    margin: 10px 5px 10px 5px;
    gap: 10px;
}

    .Content_3col_Centered img {
        max-width: 90px;
        height: auto;
        display: inline-block;
        margin-bottom: 5px !important;
    }

    .Content_3col_Centered a img {
        max-width: 125px;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }

    .Content_3col_Centered img.MortgageDays {
        width: 50% !important;
        height: 50% !important;
        display: block;
    }

    .Content_3col_Centered img.SquareThumb {
        width: 250px;
        height: 250px;
        display: block;
    }

    .Content_3col_Centered a, .Content_4col_Centered a, .Content_5col_Centered a {
        width: 100%;
    }

    .Content_3col_Centered ul, .Content_4col_Centered ul, .Content_5col_Centered ul {
        text-align: left;
    }

    .Content_3col_Centered li a, .Content_4col_Centered li a, .Content_5col_Centered li a {
        align-items: start !important;
        justify-content: left;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .Content_3col_Centered a.ContentButton {
        width: 40%;
        font-size: 90%
    }

    .Content_3col_Centered a img.BankOnKindnessSocialThumbs {
        width: 95%;
        height: auto;
        display: block;
        margin-bottom: 20px;
        max-width: 350px;
        max-height: 350px;
    }

    .Content_4col_Centered a img, .Content_5col_Centered a img {
        width: 80%;
        max-width: 125px !important;
        height: auto;
        display: block;
    }

    .Content_2col_Centered a img, .Content_2col_Centered img {
        width: 45%;
        height: auto;
        margin-bottom: 0 !important;
    }

    .Content_2col_Centered .ContentButtonSplit {
        width: 50%;
    }

.Content_2col_Bordered {
    border-right: 1px solid #CCC;
}

/* Special-use image styles */
img.ThreeHundredFifty {
    max-width: 350px !important;
}

/* Special-use presentation tiles */
.BlueTile, .GreenTile, .LimeTile, .LimeTile_Border, .WhiteTile {
    padding: 15px;
    margin: 0 5px 0 5px;
    border-radius: 10px;
    justify-content: start;
}

.BlueTile {
    background: #0063A8;
    color: #FFF;
}

.GreenTile {
    background: #008535;
    color: #FFF;
    width: 30%;
}

.LimeTile {
    background: #8dc63f;
    color: #575757;
    width: 30%;
}

.WhiteTile {
    background: #FFF;
    color: #575757;
}

div.LimeTile_Border.CTA.Center {
    background: #FFF;
    border: 2px solid #8dc63f;
    max-width: 50%;
    text-align: center;
    padding: 5px 10px;
    margin: 15px auto;
    font-style: italic;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    div.LimeTile_Border.CTA.Center img {
        width: 30px;
        max-width: 30px;
        float: none !important;
        margin: 0 !important;
    }

    div.LimeTile_Border.CTA.Center span {
        width: 100%;
        margin-right: 15px !important;
        float: none !important;
        margin: 0 !important;
        color: #575757;
        text-transform: none;
        font-size: 100%;
        line-height: 108%;
        padding-left: 10px;
    }

.Content_2col_Centered.LimeTile_Border {
    background: #FFF;
    border: 2px solid #8dc63f;
    color: #575757;
    width: 48%;
}

.Content_3col_Centered.LimeTile_Border {
    background: #FFF;
    border: 2px solid #8dc63f;
    color: #575757;
    width: 28%;
}

.Content_4col_Centered.LimeTile_Border {
    background: #FFF;
    border: 2px solid #8dc63f;
    color: #575757;
    width: 23%;
}

/* .LimeTile span, .LimeTile_Border span, .LimeTile h3, .LimeTile_Border h3 {font-size: 85%; color: #008535; text-transform: uppercase; font-style: italic; font-weight: normal;}*/
.LimeTile strong, .LimeTile_Border strong, .LimeTile_Border h3, .LimeTile_Border h3.BlueBold {
    font-size: 110%;
    color: #0063A8;
    margin: 3px 0 3px 0;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}

.LimeTile div.ButtonWrapper, .LimeTile_Border div.ButtonWrapper, .IconsBorderless div.ButtonWrapper, .Content_3col_Centered .ButtonWrapper, .Content_2col_Centered .ButtonWrapper {
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
    height: 100%;
    align-content: space-between;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

    .LimeTile div.ButtonWrapper a.ContentButton, .LimeTile_Border div.ButtonWrapper a.ContentButton, .IconsBorderless div.ButtonWrapper a.ContentButton, .Content_3col_Centered .ButtonWrapper a.ContentButton, .Content_2col_Centered .ButtonWrapper a.ContentButton, .FamilyBankingOptions-Body .ButtonWrapper a.ContentButton {
        font-size: 80% !important;
        width: 75%;
    }

.IconsBorderless strong, .IconsBorderless h2 {
    font-size: 110%;
    margin: 3px 0 3px 0;
    font-weight: 700;
    color: #505050;
}

.IconsBorderless p {
    padding: 0 5px 0 5px;
}

.IconsBorderless img {
    width: 30%;
    max-width: 150px;
}

h3.BlueBold {
    font-size: 110%;
    color: #0063A8;
    margin: 3px 0 3px 0;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}

.Thirty {
    width: 30%;
    text-align: center;
}

.Seventy {
    width: 70%;
}

.Thirty img {
    max-width: 100px;
}

/* # Beavercreek Tutorial Thumbnail Links # */
.BeavercreekThumbnailContainer {
    width: 100%;
    min-width: 400px;
    height: 220px;
    border-radius: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px 50px 20px;
    background-size: cover;
    background-position: center;
}

    .BeavercreekThumbnailContainer img {
        width: 80px !important;
    }

    .BeavercreekThumbnailContainer h3 {
        font-family: 'neue-haas-grotesk-display', sans-serif;
        font-weight: bold;
        color: #FFF;
        font-size: 110%;
    }

a.BeavercreekThumbnail {
    text-decoration: none !important;
}

.BeavercreekEmbed img, .BeavercreekEmbed a img, .BeavercreekEmbed div.bcm_embed_view div img {
    width: 90%;
    max-width: 450px;
    width: 450px;
    margin: 10px;
    align-items: center;
}

@media all and (max-width: 769px) {
    .BeavercreekEmbed img, .BeavercreekEmbed a img, .BeavercreekEmbed div.bcm_embed_view div img {
        width: 80%;
        margin: 10px;
    }

    .LimeTile div.ButtonWrapper, .LimeTile_Border div.ButtonWrapper, .IconsBorderless div.ButtonWrapper, .Content_3col_Centered .ButtonWrapper, .Content_2col_Centered .ButtonWrapper {
        padding-top: 10px;
    }
}

/* Landing Page Header Background Images */
.ID1d8f53a0-eff8-464c-9a6e-ac6d7fd8a451, .ID8fe460f3-c2e2-4817-95dd-65784b15d3d5, .ID400a4227-d849-42a5-903a-87a52261a8c8 {
    background-image: url('/getContentAsset/b6a071fc-ff38-4320-bb94-89ecce369570/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgOctoberCheckingOffer-LandingPage.jpg');
    background-position: 0 -150px;
}

.ID58f9338b-18f8-49c3-ad92-b49ba7a6fb7e {
    background-image: url('/getmedia/8adb7ea9-8b64-49d5-b6ac-396ce018e192/bgHELOC.jpg.aspx');
}

.IDbc0b91b9-04f7-4e93-813d-ccb1297596af, .ID151c527e-5392-4744-9441-609148e75f3c {
    background-image: url('/getmedia/1c8057c9-3fcc-4ec8-b2f6-912da9dd4dae/bgFinancialIQ-V2.jpg.aspx');
    background-position: 0 -250px;
}

.ID8c07c509-31e3-4746-87ec-e025019d9f1f {
    background-image: url('/getmedia/7cabffdb-a7cf-4d88-b5c5-a3d841d4a1ef/bgTastyGiveaway.jpg.aspx');
    background-position: 0 -100px;
}

.IDc33a140c-7c51-4f2d-bced-75d6f0ec50d8 {
    background-image: url('/getmedia/7f930845-f494-4580-8995-08610a466842/bgKenoshaKingfishLegendsWeekend.jpg.aspx');
    background-position: 0 -50px;
}

.IDf67dc514-9b73-48bf-bb69-009b3b82bcee {
    background-image: url('/getmedia/7acb4ca7-4912-437e-a144-1458c6c78773/bgMortgage-FirstTimeHomeowner.jpg.aspx');
    background-position: 0 -75px;
}

.ID0812a741-e554-444c-b266-604589628ee3, .ID09fe678f-91f0-43d3-b591-9f6709c179fe, .ID6a8df3d2-757b-4683-8cb6-bfc2c8ad410d, .IDd77b9393-9d9e-4f13-ac95-a49d9d3c2e05 {
    background-image: url('/getmedia/4bcac6b4-b587-4e41-ad6b-87bfa223fad8/bgMortgage.jpg.aspx');
    background-position: center center;
}

.ID34e4b8cc-ee0a-4e11-9532-466956ff46fc {
    background-image: url('/getmedia/93f37865-da1e-489d-8f3d-2b1f48304cee/bgShorewoodFeastGiveaway.jpg.aspx');
}

.IDfd6803ca-877c-47e2-aed1-1ed94d8b9a4e {
    background-image: url('/getmedia/9dec19f4-e193-4477-ae9e-2adf3c853524/bgPreparingForUnexpected.jpg.aspx');
    background-position: 0 -100px;
}

.ID64d7994c-be77-4b82-81d9-00cc9a465f13 {
    background-image: url('/getmedia/5e8ddd70-31ca-4857-8d44-e77776abe120/bgBlackEntrepreneurInitiative.jpg.aspx');
}

.ID49280002-6265-4875-b625-d7c7b5f4a9ce {
    background-image: url('/getmedia/0bf738a3-f37b-4a40-a327-e9f6ee0cb34b/bgFallHELOCOffer-Landing.jpg.aspx');
}

.IDa26ec801-6a84-4269-bd80-4feeaba7e6b5 {
    background-image: url('/getmedia/ae15552e-0740-445d-a0d4-538b4a1a28fe/bgNorthShoreBankZooBooGiveaway.jpg.aspx');
    background-position: right center;
}

.ID92b9f8f6-431a-4f8d-b9d3-73bf0c58056c, .ID4c12826c-ec94-4bb7-9bbc-d232f4b0270a {
    background-image: url('/getmedia/c773e52c-f36b-4e61-a5b6-1561f801cc40/bgTAFCheckingOffer-Dec2021.jpg.aspx');
    background-position: right center;
}

.IDf93fb73f-46e8-40a9-894b-61a066ee6762 {
    background-image: url('/getmedia/c3e08139-5abd-4d0f-8fd4-2e965f1dffc2/bgHolidayGreeting2021.jpg.aspx');
    background-position: center center;
}

.ID25873bc5-aea2-445e-9012-4f4bac41cae4, .IDe879d0c3-eeb4-4f5e-9f0b-8cee94e0d101 {
    background-image: url('/getmedia/8d67d346-2094-40da-8ad6-4c9512b84170/bgSummerCheckingOffer-Website-LandingPage.jpg.aspx');
    background-position: center center;
}

.ID7766cb17-babe-467e-878d-e40ce56e87d8, .ID68ee57ea-45ed-4126-90c3-291b663bde07 {
    background-image: url('/getmedia/28af1aaa-79df-45a1-9ba6-dcbfa027304c/bg350CheckingOffer-Mar2022.jpg.aspx');
    background-position: center center;
}

.IDd206fc15-1b0e-4737-b765-ac6f8e0f4a17, .ID98a2518e-d5b6-4cdb-a82a-b3250e7a2224 {
    background-image: url('/getmedia/b67f2667-ecf3-486a-b40a-2896383472e7/bgMortgageConstruction.jpg.aspx');
}

.ID6648be78-3a72-4979-84f6-003d0a85edc5 {
    background-image: url('/getmedia/77802752-3016-47a2-9fe6-36e48617774b/bgStepUpCDSpecial.png.aspx');
}

.ID89b8f66c-3068-44bb-9583-e0b343c28ccc {
    background-image: url('/getmedia/d369636a-69a0-4142-811d-174f2c27b599/bgCareers-2022.jpg.aspx');
    background-position: top center;
}

.IDa8038c4c-2f1d-45c4-9174-4a547f3b3236 {
    background: rgb(0,87,173);
    background: #FFF;
    border-bottom: 5px #0063A8 solid;
}

.IDfab16d5e-ddeb-42b5-a1c6-730e578ec5e6 {
    background-image: url('/getmedia/822e8014-f97e-461b-9d57-5866f35283db/bgBusinessSavings.jpg.aspx');
}

.IDe5bbc80b-c7c4-498a-b229-8686ec63331f {
    background-image: url('/getmedia/91bb686b-5ad3-4f6c-8dd8-b61af1b146fd/bgLoans.jpg.aspx');
}

.ID490bf1ff-1da8-4131-90fa-9548a21c468e {
    background-image: url('/getmedia/34e92d9b-59be-4614-8c56-fe3d376f80cf/bgWorkplaceBanking.jpg.aspx');
}

.ID9006a817-f467-4a04-9280-0c67a639138b {
    background-image: url('/getmedia/5ce97188-dde8-4a1d-8436-30b6dc4bd619/bgOct2022HELOCSpecial.jpeg.aspx');
    background-position: center;
}

.ID58117bd9-a2ed-4fdc-9677-df64a98c86cf {
    background: #eddcc3;
}

.IDce0dea22-61a4-49f0-8b97-5788157dedc3 {
    background-image: url('/getmedia/e2d73a63-7bbb-47c3-a134-2ddff2879fca/bgJuly2022CheckingOffer.jpg.aspx');
    background-position: center center;
}

.IDfa0b424a-f794-4191-8684-57e19847f6ef, .ID35ea1d28-325e-41dd-ab34-19bbea5f534a {
    background-image: url('/getmedia/99d5f442-8015-43a9-aa13-614f372f9991/bgJuly2022-500OffClosingCosts.jpg.aspx');
    background-position: center center;
}

.IDc9b0d63f-685d-45f6-bb27-c86d905d2814, .IDa81138a3-07d4-41b5-a53b-107a364c5ec8 {
    background-image: url('/getmedia/2ef9c234-437f-425b-b39e-26bee66c7a97/Landing-Page-Earn$500_TAF-December-2022_BKGRD.jpg.aspx');
    background-position: center center;
}

.ID27953530-49d4-4b45-8f84-85495a3d19d7 {
    background: rgb(0,87,173);
    background: linear-gradient(45deg, rgba(0,87,173,1) 35%, rgba(0,133,53,1) 100%);
}

.ID7fa9abd4-b47b-4950-89b3-6091347467d8, .ID9b90fde6-c748-44ff-93c4-621ae6f363dd {
    background-image: url('/getmedia/d387143a-6fe6-4e5a-9c0c-2f789fd95a65/bgPremierSavingsSpecial-LandingPage.jpg.aspx');
    background-position: center;
}

.ID31645a5a-c917-45a5-a647-b540522ebb52 {
    background-image: url('/getmedia/9ccd283a-b6be-4adb-b2c9-bb72ed00e6bb/bgOctober2022CDSpecialbgOctober2022CDSpecial.jpg.aspx');
    background-position: center;
}

.ID4e683ec0-acee-40d8-8eed-6123370c5df4, .ID8850461f-6440-4c05-ae53-8098436efe1e, .ID400a4227-d849-42a5-903a-87a52261a8c8 {
    background-image: url('/getmedia/c0d79ff0-fc9b-4d98-9f80-4af49d7f5833/Earn-$300_Fall-2022_LandingPg-BKGD.jpg.aspx');
}

.ID2fd20d16-f331-4fec-b5f6-f6e597ade259 {
    background: rgb(0,77,153);
    background: linear-gradient(180deg, rgba(0,77,153,1) 0%, rgba(33,113,193,1) 100%);
}

.ID3d905f5a-ab52-4727-8508-3f89ea1d7a90 {
    background: rgb(0,133,53);
    background: linear-gradient(67deg, rgba(0,133,53,1) 0%, rgba(147,200,53,1) 100%);
}

.ID5db99d04-2394-4379-a089-d52029f05fc8, .IDc7d3ad5a-ea75-48cf-b7bf-99200825a0c1, .ID3bfcd640-4ff2-4c25-b982-e8919006bef2 {
    background-image: url('/getmedia/f6e9a7b4-d37a-49b4-bf92-03ae218fa2f4/bgJanuary2023CheckingSpecial-LandingPage.jpg.aspx');
    background-position: center;
}

.ID03ee97d7-313f-49d7-ace6-d6e6034f2297 {
    background-image: url('/getmedia/53bd8e66-a434-4569-a4cb-add394351239/bgPaymentCards.jpg.aspx');
    background-position: center;
}

.ID01bb3c2e-cda2-43be-b975-b2c036877e55 {
    background-image: url('/getmedia/fe9b67dc-02e4-47a0-80cf-8a84cfc78a67/bgInYourCommunity-Condensed.jpg.aspx');
    background-position: center;
}

.IDa54c7ac6-afb4-42db-a722-61beadfaa046 {
    background-image: url('/getmedia/a3e2b28f-a448-44ac-9006-823e18306f42/bgHELOCSpecial-February2023-LandingPage.jpg.aspx');
    background-position: center;
}

.ID8602cf29-539d-4224-ac52-7f4dd305f6bf, .IDc9b0d63f-685d-45f6-bb27-c86d905d2814 {
    background-image: url('/getmedia/084a5edb-9136-4d2e-8cc5-beafff725b0c/bgTAFYearRound-LandingPage-80.jpg.aspx');
    background-position: center;
}

.IDcf64dfa8-b667-484e-9a59-5f06e32f1801, .IDb7b940f2-c961-4a17-8698-54c02336c227, .IDe9bac718-c213-4030-a164-320468a4fec5 {
    background-image: url('/getmedia/e7785b31-df7f-4b3b-9427-e7b9ae271749/bgMarch2023DepositAccountSpecials-100.jpg.aspx');
    background-position: center;
}

.IDa81138a3-07d4-41b5-a53b-107a364c5ec8, .ID18983019-826d-42a8-bda5-bcaf3b1d33b8 {
    background-image: url('/getmedia/67024119-268c-4574-ad82-38e9bdffb397/bgTAFSpring23-Landing-page.jpg.aspx');
    background-position: center;
}

.ID0e5cb398-947d-462d-a7c4-a0fd5e30cbbd, .IDa7ba909c-d335-4409-84cb-8642a80eaf3a {
    background-image: url('/getmedia/f6e9a7b4-d37a-49b4-bf92-03ae218fa2f4/bgJanuary2023CheckingSpecial-LandingPage.jpg.aspx');
    background-position: center;
}

.ID90aaa822-f6af-4baf-bbc6-ac507d6aeaa5, .ID4be527d0-16f9-4f4f-b498-0fc1afe9e414, .ID8e6dda75-b144-45f2-8152-540c52551f40, .ID9b90fde6-c748-44ff-93c4-621ae6f363dd {
    background-image: url('/getmedia/1ab1837d-97bd-4090-bdf0-2f963bcf98af/bgMay2023CheckingOffer-LandingPage.jpg.aspx');
    background-position: center;
}

.ID80d7b362-1ed7-4307-8e2a-ac5733be6482 {
    background-image: url('/getmedia/e36218ba-bd94-4387-87ae-e0f3f585711a/bgCDSpecial-June2023-LandingPage.jpg.aspx');
    background-position: center;
}

.ID22e753b2-f689-4498-90ae-e5631d0b1051 {
    background-image: url('/getmedia/510530ee-082f-43e1-9f6f-3edc99577245/bgDigitalBankingServices.jpg.aspx');
    background-position: center right;
}

.ID84792432-7032-4338-b3ea-387eea0af320 {
    background-image: url('/getmedia/66d2cab9-58a7-4f40-9a31-4a326b920f07/bgTake5-NewHomeConstructionSpecial-LandingPage.jpg.aspx');
    background-position: center right;
}

.ID7b95671e-f5a1-4a5a-a2e9-de334d277038 {
    background-image: url('/getmedia/eff44efb-c6ab-4101-a9a2-e89a873d1410/bgAugust2023HELOCSpecial-LandingPage.jpg.aspx');
    background-position: center right;
}

.ID916a1fd1-5960-4676-936e-3115354a62dc {
    background: #FFF;
}

.ID50fd4440-e14c-4f0c-8950-f7184c77a10c {
    background-image: url('/getmedia/0a965490-c9a2-43b3-98ad-454cc9579ab6/Landing-page-bkgrd_TAF-Fall-2023.jpg.aspx');
    background-position: center;
}

.ID0e2a9000-f8d1-4b46-b1eb-2c3373629439, .IDabd6c002-943c-4b95-885d-35667911ea20, .ID4c50b68e-2c0e-4d70-90cf-01ad7fded4aa, .ID23104e80-2cc6-4a42-bacb-b45db74eefed, .ID2ee77313-6808-4519-aa76-c0e63c1d65a3 {
    background: #b5dcb9;
}

.ID7eaf6450-953d-4891-8de7-831cb55555b8, .IDc0d1d30d-4792-4022-ad30-d4203dd5678c {
    background: #0063A8;
}

.IDf5f77ee3-f7ae-4ab2-8ee3-db81e1c8f116, .IDefed901a-9afb-4e14-bd27-ba4a2b15ddb4 {
    background-image: url('/getmedia/e64ad2fa-3d80-4269-83bd-c14fd4491359/bgOctober2023-Checking-Landing-Page.jpg.aspx');
    background-position: center;
}

.IDf93fb73f-46e8-40a9-894b-61a066ee6762 {
    background-image: url('/getmedia/bada2d7d-256d-491e-b8d1-e49475ad99c4/bg2023HolidayHours-Home.jpg.aspx');
    background-position: center;
}

.ID2c00867e-e978-44f9-a96d-970386c076c1 {
    background-image: url('/getmedia/fe9b67dc-02e4-47a0-80cf-8a84cfc78a67/bgInYourCommunity-Condensed.jpg.aspx');
    background-position: center right;
}

.IDd4578d25-4941-4e17-a1c6-63fb924929f1 {
    background: #0063A8;
}

.IDd4578d25-4941-4e17-a1c6-63fb924929f1 {
    background: url('/getmedia/fe9b67dc-02e4-47a0-80cf-8a84cfc78a67/bgInYourCommunity-Condensed.jpg.aspx');
    background-position: center right;
}

.ID21c79793-aaae-4675-8b78-6517ff5c9b5b, .ID5a2d8f49-e685-491d-b2cc-a0a6c46aacb9 {
    background: #008535;
}

.ID11292339-6a6d-4fc0-9061-454e170698f2 {
    background: url('/getmedia/8160bbc8-3fba-499e-8007-b5f6cf305657/bgMortgageDays2024-Landing.jpg.aspx');
    background-position: center center;
}

.IDc47866d1-c542-4732-a6ab-572735f32a46 {
    background: #b3dcb8;
}

.IDa032baa7-edfb-4fad-8924-3336610664f1, .IDda1f5af6-afeb-4329-b0c5-6d2fef5bc6c9 {
    background: url('/getmedia/e08d817a-94f3-4008-816b-bef0fccb0934/bg500BusinessCheckingOffer-Landing.jpg.aspx');
    background-position: center center;
}

.inlineratedisplay {
    width: 70%;
}

.IDbc7de1d7-abbf-4ccc-8b6f-86301ed86de7 {
    background-color: #45b549
}

.ID8cf818a4-e99d-44be-8b67-7a1075f853be, .IDaa470f71-931c-4830-8211-9b5c97709e43 {
    background-color: #aff5be
}

.ID1c724f5b-90a2-4702-9053-f0ea7f479214 {
    background-color: #004477;
}

.IDdd709f76-8819-4bbf-b620-79be09f7ba12, .ID947be8dc-e45d-4c54-8e87-93b4e2797484, .ID713460cf-2d95-4a9c-8c13-9da4f64d43fd {
    background-color: #c0e1ff;
}

/* Blog Post Header Background Images */
.ID3126fde3-f560-48b2-8e55-d5c263d86164 {
    background-image: url('/getmedia/3d2be934-3c5c-462f-bd8e-e778703feca4/phtTalkingToYourFamilyAboutMoney_Blog.jpg.aspx');
}

.LandingPageCallToActionBar {
    height: 100px;
    width: 100%;
    color: #FFF;
    background: #0063A8;
    font-size: 120%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 10px 20px;
    line-height: 108%;
}

    .LandingPageCallToActionBar a.ContentButton, .LandingPageCallToActionBar a.ContentButton:active, .LandingPageCallToActionBar a.ContentButton:link, .LandingPageCallToActionBar a.ContentButton:hover {
        background-color: #FFF;
        color: #0063A8 !important;
        margin: 0 15px 0 15px;
        font-size: 16px;
        width: 30%;
    }


@media all and (max-width: 1024px) {
    .LandingPageCallToActionBar a.ContentButton, .LandingPageCallToActionBar a.ContentButton:active, .LandingPageCallToActionBar a.ContentButton:link, .LandingPageCallToActionBar a.ContentButton:hover {
        margin: 0 15px 0 15px;
        font-size: 16px;
        width: 70%;
    }

    .ButtonContainer {
        flex-wrap: wrap;
        width: 100% !important;
    }

        .ButtonContainer a.ContentButton_Outline, .ButtonContainer a.ContentButton, a.ContentButton_Green {
            width: 90% !important;
            padding: 3px 0 3px 0 !important;
            margin: 5px !important;
            border-radius: 50px;
            font-size: 90%;
        }
}

@media all and (max-width: 769px) {
    .LandingPageCallToActionBar a.ContentButton, .LandingPageCallToActionBar a.ContentButton:active, .LandingPageCallToActionBar a.ContentButton:link, .LandingPageCallToActionBar a.ContentButton:hover {
        margin: 0 15px 0 15px;
        font-size: 16px;
        width: 50%;
    }
}

@media all and (max-width: 1280px) {
    .FullWidthHeaderContainer {
        height: auto;
        max-height: 500px;
    }

    .ID6134, .ID6145, .ID6154, ID6176 {
        background-position: 0 0;
        !important
    }

    .IDc82e64ea-eb50-477f-8524-558f6c712980 {
        background-image: url('/getmedia/d9e62eaf-da31-46b4-9f5d-db7b06b74385/bgSavingsLandingPage-Family.jpg.aspx');
        background-position: 0 -50px;
    }

    .IDd2b6162f-e0a0-4b0f-bf85-a3b0242fe5e3, .IDf034dee4-de2a-46be-a941-06864339d0e8 {
        background-image: url('/NorthShoreBank/media/Social/bgCheckingLandingPage-2020.jpg');
    }

    .ID0150c9b7-417b-46c6-a979-55be4cb0b85c {
        background-image: url('/getmedia/876eb9dc-01b4-4d78-9d66-8d787e718d44/bgKindness-LandingPage.jpg.aspx');
        background-position: 0 -100px;
    }

    .ID09c3d714-26fc-42c2-b403-b89455cd2f40 {
        background-image: url('/getmedia/e737ceff-8c8b-4787-8c4a-8f32f14f7bfb/bgJanuary2021CDOffer-3.jpg.aspx');
        background-position: 0 -100px;
    }

    .ID6f38c854-0216-4cf7-992f-30260bb30918 {
        background-image: url('/getmedia/e6643622-65df-4205-ab12-bd7882e1551d/bgMortgageDays2021-LandingPage.jpg.aspx');
        background-position: 0 -50px;
    }

    .IDe3276e7c-b0da-4ae4-8687-d0c47855c987 {
        background-image: url('/getmedia/b3769c9d-4216-4b65-bd8a-642154d97996/bgKenoshaSouth.jpg.aspx');
        background-position: 0 -100px;
    }

    .ID8c07c509-31e3-4746-87ec-e025019d9f1f {
        background-image: url('/getmedia/7cabffdb-a7cf-4d88-b5c5-a3d841d4a1ef/bgTastyGiveaway.jpg.aspx');
        background-position: 0 -50px;
    }

    .IDc33a140c-7c51-4f2d-bced-75d6f0ec50d8 {
        background-image: url('/getmedia/7f930845-f494-4580-8995-08610a466842/bgKenoshaKingfishLegendsWeekend.jpg.aspx');
        background-position: 0 -25px;
    }

    .IDbc0b91b9-04f7-4e93-813d-ccb1297596af, .ID151c527e-5392-4744-9441-609148e75f3c, .ID3bfcd640-4ff2-4c25-b982-e8919006bef2 {
        background-image: url('/getmedia/1c8057c9-3fcc-4ec8-b2f6-912da9dd4dae/bgFinancialIQ-V2.jpg.aspx');
        background-position: 0 -150px;
    }

    .IDa4ad7200-2cdb-4eec-b0ba-c3a28ccd4710 {
        background-image: url('/getmedia/bb85cb9d-a5bd-470d-94e4-5ae53e30947b/bgContactlessDebitCards.jpg.aspx');
        background-position: 0 -50px;
    }

    .IDfd6803ca-877c-47e2-aed1-1ed94d8b9a4e {
        background-image: url('/getmedia/9dec19f4-e193-4477-ae9e-2adf3c853524/bgPreparingForUnexpected.jpg.aspx');
        background-position: 0 0;
    }
}

@media all and (max-width: 1024px) {
    .FullWidthHeaderContainer, .FullWidthHeaderContainer500, .FullWidthHeaderContainer400, .FullWidthHeaderContainer350 {
        height: auto;
        max-height: 350px;
    }

        .FullWidthHeaderContainer .HeroMessageContainer h1, .FullWidthHeaderContainer500 .HeroMessageContainer h1, .FullWidthHeaderContainer400 .HeroMessageContainer h1 {
            width: 100%;
            font-size: 400%;
            line-height: 98%;
            text-align: center;
        }

        .FullWidthHeaderContainer350 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered h1 {
            width: 100%;
            font-size: 300%;
            line-height: 98%;
            text-align: center;
        }

        .FullWidthHeaderContainer .HeroMessageContainer h2, .FullWidthHeaderContainer500 .HeroMessageContainer h2, .FullWidthHeaderContainer400 .HeroMessageContainer h2 {
            width: 100%;
            font-size: 150%;
            line-height: 98%;
            text-align: center;
        }

    .HeroMessageContainer {
        align-items: center;
        gap: 10px;
    }

    img.LandingPageHero {
        max-height: 300px;
        height: 300px;
    }

    .Content_2col_Centered.LimeTile_Border, .Content_3col_Centered.LimeTile_Border, .Content_4col_Centered.LimeTile_Border {
        width: 100%;
        margin: 8px 0 8px 0;
    }

    .ID0150c9b7-417b-46c6-a979-55be4cb0b85c {
        background-image: url('/getmedia/876eb9dc-01b4-4d78-9d66-8d787e718d44/bgKindness-LandingPage.jpg.aspx');
        background-position: 0 -25px;
    }

    .IDc82e64ea-eb50-477f-8524-558f6c712980 {
        background-image: url('/getmedia/d9e62eaf-da31-46b4-9f5d-db7b06b74385/bgSavingsLandingPage-Family.jpg.aspx');
        background-position: 0 0px;
    }

    .ID09c3d714-26fc-42c2-b403-b89455cd2f40 {
        background-image: url('/getmedia/e737ceff-8c8b-4787-8c4a-8f32f14f7bfb/bgJanuary2021CDOffer-3.jpg.aspx');
        background-position: 0 -50px;
    }

    .ID6f38c854-0216-4cf7-992f-30260bb30918 {
        background-image: url('/getmedia/e6643622-65df-4205-ab12-bd7882e1551d/bgMortgageDays2021-LandingPage.jpg.aspx');
        background-position: 0 0px;
    }

    .ID4301a3d7-a74f-4a4b-a027-481b5a20d069 {
        background-image: url('/getmedia/9c94a67b-bc41-46db-8e2c-53b18b27e573/bgTellAFriendOffer-June2021-Website.jpg.aspx');
        background-position: 0 0;
    }

    .ID8c07c509-31e3-4746-87ec-e025019d9f1f {
        background-image: url('/getmedia/89858327-0c93-490c-b3ee-33c78aad767d/bgTastyGiveaway-Mobile.jpg.aspx');
        background-position: 0 0px;
    }

    .IDc33a140c-7c51-4f2d-bced-75d6f0ec50d8 {
        background-image: url('/getmedia/55306295-df7e-4bd4-8add-15712cd354a0/bgKenoshaKingfishLegendsWeekend-Mobile.jpg.aspx');
        background-position: 0 0px;
    }

    .IDbc0b91b9-04f7-4e93-813d-ccb1297596af, .ID151c527e-5392-4744-9441-609148e75f3c {
        background-image: url('/getmedia/1c8057c9-3fcc-4ec8-b2f6-912da9dd4dae/bgFinancialIQ-V2.jpg.aspx');
        background-position: 0 -50px;
    }

    .ID34e4b8cc-ee0a-4e11-9532-466956ff46fc {
        background-image: url('/getmedia/a3be52d1-7558-4fb7-b060-482d490a8859/bgShorewoodFeastGiveaway-Mobile.jpg.aspx');
    }

    .ID0812a741-e554-444c-b266-604589628ee3, .ID09fe678f-91f0-43d3-b591-9f6709c179fe {
        background-image: url('/getmedia/4bcac6b4-b587-4e41-ad6b-87bfa223fad8/bgMortgage.jpg.aspx');
        background-position: 0 0;
    }

    .ID64d7994c-be77-4b82-81d9-00cc9a465f13 {
        background-image: url('/getmedia/f3d0c9a9-d5bd-45d4-83ed-8a8afd568979/bgBlackEntrepreneurInitiative-Mobile.jpg.aspx');
    }

    .ID28035fd7-2fa5-4341-8cc8-6626681c8329 {
        background-image: url('/getmedia/24105c7b-694e-4356-bb7c-7d12db3d0c2d/bgFallHELOCOffer-Landing-Mobile.jpg.aspx');
    }

    .IDa26ec801-6a84-4269-bd80-4feeaba7e6b5 {
        background-image: url('/getmedia/7a96438f-1238-499d-b9eb-0d609c3b0069/bgNorthShoreBankZooBooGiveaway-Mobile.jpg.aspx');
        background-position: right center;
    }

    .ID5db99d04-2394-4379-a089-d52029f05fc8, .IDc7d3ad5a-ea75-48cf-b7bf-99200825a0c1 {
        background-image: url('/getmedia/8ccdfe6d-b2c6-4328-890a-3a5fc1986680/bgJanuary2023CheckingSpecial-LandingPage-Mobile.jpg.aspx');
        background-position: center;
    }

    .FullWidthHeaderContainer350 .HeroMessageContainer .ButtonContainer a.ContentButton, .FullWidthHeaderContainer500 .HeroMessageContainer .ButtonContainer_Left a.ContentButton {
        width: 95%;
        padding: 6px 30px 6px 30px;
        color: #008535;
        background: #FFF;
        display: inline;
        border: 2px solid #FFF;
        margin: 0;
        font-family: 'neue-haas-grotesk',sans-serif;
        border-radius: 50px;
        font-size: 90%;
    }

    .ButtonContainer_Left {
        justify-content: center;
    }

    .ID8602cf29-539d-4224-ac52-7f4dd305f6bf, .IDc9b0d63f-685d-45f6-bb27-c86d905d2814 {
        background-image: url('/getmedia/9a387176-09e3-4bce-a58d-5a8f23a2d750/bgTAFYearRound-LandingPage-Mobile-80.jpg.aspx');
        background-position: center;
    }

    .inlineratedisplay {
        width: 90%;
    }

    .IDa54c7ac6-afb4-42db-a722-61beadfaa046 {
        background-image: url('/getmedia/bf7d4c9c-23f3-40d9-8083-11dbb582d457/bgHELOCSpecial-February2023-LandingPage-Mobile.jpg.aspx');
        background-position: center;
    }
}


@media all and (max-width: 769px) {
    .Content_2col, .Content_2col_Centered, .Content_3col, .Content_4col, .Thirty, .Seventy, .Content_2col_Bordered {
        width: 100%;
        border: none;
        align-items: center;
        margin-bottom: 20px;
    }

    .Content_3col_Centered, .Content_4col_Centered, .Content_5col_Centered, .Content_6col_Centered {
        width: 100%;
    }

    .Content_6col_Centered {
        border-bottom: 0px !important;
    }

    .VideoTellerList {
        align-items: flex-start
    }

    .FullWidthHeaderContainer .HeroMessageContainer, .FullWidthHeaderContainer500 .HeroMessageContainer, .FullWidthHeaderContainer400 .HeroMessageContainer, .FullWidthHeaderContainer350 .HeroMessageContainer {
        height: 90%;
        min-height: 200px;
    }

        .FullWidthHeaderContainer .HeroMessageContainer h1, .FullWidthHeaderContainer500 .HeroMessageContainer h1, .FullWidthHeaderContainer400 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered h1 {
            width: 100%;
            font-size: 220%;
            line-height: 98%;
            text-align: center;
            margin-bottom: 10px;
        }

        .FullWidthHeaderContainer .HeroMessageContainer h2, .FullWidthHeaderContainer500 .HeroMessageContainer h2, .FullWidthHeaderContainer400 .HeroMessageContainer h2 {
            width: 100%;
            font-size: 120%;
            line-height: 110%;
            text-align: center;
            margin-bottom: 10px;
        }

        .FullWidthHeaderContainer .HeroMessageContainer a.ContentButton, .FullWidthHeaderContainer500 .HeroMessageContainer a.ContentButton, .FullWidthHeaderContainer400 .HeroMessageContainer a.ContentButton, .FullWidthHeaderContainer350 .HeroMessageContainer a.ContentButton {
            width: 70%;
            padding: 5px 10px 5px 10px;
            color: #008535;
            background: #FFF;
            text-transform: none;
            display: inline;
            margin: 0;
        }

    img.LandingPageHero {
        max-height: 250px;
        height: 250px;
        width: 100%;
        display: block;
    }

    .Seventy {
        text-align: center;
    }

    .Seventy {
        text-align: center;
    }

    .BlueTile, .GreenTile, .LimeTile, .LimeTile_Border {
        margin: 5px 0 5px 0;
    }

        .LimeTile div.ButtonWrapper a.ContentButton, .LimeTile_Border div.ButtonWrapper a.ContentButton {
            font-size: 85% !important;
        }

    .ID6154, .IDf034dee4-de2a-46be-a941-06864339d0e8, .IDba29353e-007c-4cfe-ae36-1046027c3819 {
        background-image: url('https://www.northshorebank.com/NorthShoreBank/media/Social/bgCheckingLandingPage-2020.jpg');
        background-position: 0;
    }

    .ID09c3d714-26fc-42c2-b403-b89455cd2f40 {
        background-image: url('/getmedia/e737ceff-8c8b-4787-8c4a-8f32f14f7bfb/bgJanuary2021CDOffer-3.jpg.aspx');
        background-position: 0 0;
    }

    .IDbfbecf28-f280-4f3b-8502-3c0c79545223 {
        background-image: url('/getmedia/8a71156d-aed9-407b-8a04-dbe7ae57eec1/bgBusinessCheckingOffer-Feb2021.jpg.aspx');
        background-position: 0 0;
    }

    .ID6cb700ab-efce-4538-a3e7-05804884c237 {
        background-image: url('/getmedia/185e71e5-ee06-49ca-a0ee-c4f8d3dfb9f4/bgMortgageClosingCostSpecial2021-Mobile.jpg.aspx');
    }

    .IDbc0b91b9-04f7-4e93-813d-ccb1297596af, .ID151c527e-5392-4744-9441-609148e75f3c {
        background-image: url('/getmedia/1c8057c9-3fcc-4ec8-b2f6-912da9dd4dae/bgFinancialIQ-V2.jpg.aspx');
        background-position: 0 0;
    }

    .IDa4ad7200-2cdb-4eec-b0ba-c3a28ccd4710 {
        background-image: url('/getmedia/bb85cb9d-a5bd-470d-94e4-5ae53e30947b/bgContactlessDebitCards.jpg.aspx');
        background-position: 0 0px;
    }

    .ID1d8f53a0-eff8-464c-9a6e-ac6d7fd8a451, .ID8fe460f3-c2e2-4817-95dd-65784b15d3d5 {
        background-image: url('/getmedia/b6a071fc-ff38-4320-bb94-89ecce369570/bgOctoberCheckingOffer-LandingPage.jpg.aspx');
        background-position: 0 0px;
    }

    .LandingPageCallToActionBar {
        height: auto;
        width: 100%;
        color: #FFF;
        background: #0063A8;
        font-size: 110%;
    }

    .ID80d7b362-1ed7-4307-8e2a-ac5733be6482 {
        background-image: url('/getmedia/3381681c-31ed-484c-b430-5246d7d62c8b/bgCDSpecial-June2023-LandingPage-Mobile.jpg.aspx');
        background-position: center;
    }


    div.LimeTile_Border.CTA.Center {
        background: #FFF;
        border: 2px solid #8dc63f;
        max-width: 90%;
        text-align: center;
        padding: 5px 10px;
        margin: 0 auto;
        font-style: italic;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

        div.LimeTile_Border.CTA.Center img {
            width: 30px;
            max-width: 30px;
            float: none !important;
            margin: 0 !important;
        }

        div.LimeTile_Border.CTA.Center span {
            width: 100%;
            margin-right: 15px !important;
            float: none !important;
            margin: 0 !important;
            color: #575757;
            text-transform: none;
            font-size: 100%;
            line-height: 108%;
            padding-left: 10px;
        }
}

@media all and (max-width: 540px) {
    .ID64d7994c-be77-4b82-81d9-00cc9a465f13 {
        background-image: url('/getmedia/f3d0c9a9-d5bd-45d4-83ed-8a8afd568979/bgBlackEntrepreneurInitiative-Mobile.jpg.aspx');
    }
}

/* Responsive Data Flexbox Tables */
.Rtable {
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    align-items: stretch;
    margin: 2% 0 2% 0;
    font-size: 90%;
}

.Rtable-column {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    border-right: 1px solid #CCC;
}

.Rtable-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    border-right: 1px solid #CCC;
    flex-flow: row;
    text-align: center;
}

.Rtable-column:last-of-type {
    border-right: none;
}

.Rtable-column--cell, .Rtable-column--cell---header, .Rtable-column--cell---headerLeft, .Rtable-column--cell---header.CTA {
    width: 100%;
    height: auto;
    align-items: flex-start;
    align-self: flex-start;
    padding: 15px;
}

    .Rtable-column--cell---header.CTA {
        min-height: 90px;
        padding: 0 0 15px 0;
        justify-content: start;
        align-items: center;
        margin: 0;
    }

.Rtable-column--cell---header, .Rtable-column--cell---headerLeft {
    font-weight: bold;
    font-family: 'roc-grotesk', sans-serif;
}

.Rtable-column--cell---header, .Rtable-column--cell---footer {
    color: #FFF;
    background: #0063A8;
    margin: 0;
    padding: 1%;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 80px;
    flex-direction: column;
    min-height: 100px;
    text-align: center;
}

    .Rtable-column--cell---header h3 {
        font-size: 115%;
    }

    .Rtable-column--cell---header.CheckingComparison {
        min-height: 70px;
    }

    .Rtable-column--cell---header.BusinessCheckingComparison {
        min-height: 80px;
    }

        .Rtable-column--cell---header.BusinessCheckingComparison.CTA {
            min-height: 50px;
        }

    .Rtable-column--cell---header.SavingsComparison {
        min-height: 70px;
        text-align: center;
    }

.Rtable-column--cell, .Rtable-column--cell_centered {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}

    .Rtable-column--cell, .Rtable-column--cell_centered:last-of-type {
        border-right: none;
    }

        .Rtable-column--cell .group {
            width: 100%;
        }

.Rtable-column--cell_centered {
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    padding: 10px;
}

    .Rtable-column--cell_centered img {
        width: 40px;
        height: 40px;
    }

.Rtable-column--cell---header img {
    width: 20%;
    height: auto;
    max-width: 250px;
    margin-bottom: 1%;
    display: block;
}

.Rtable-column--cell ul li::marker {
    color: #008535;
    font-size: 1.333rem;
}


/* Even/Odd Row Styling */
.Rtable-column--cell---headerLeft:nth-child(odd), .Rtable-column--cell:nth-child(odd), .Rtable-column--cell_centered:nth-child(odd) {
    background: #e6e6e6
}

/* Table Button Styling */
.CTAButton {
    background: #BDD431;
    width: 75%;
    color: #004A94;
    text-align: center;
    padding: 1%;
    border-radius: 25px;
    text-decoration: none;
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .CTAButton:hover {
        text-decoration: none;
        color: #004A94;
        background: #CBDC5B;
    }


.CTAButtonRev {
    background: #0063A8;
    border: 2px solid #BDD431;
    width: 75%;
    color: #BDD431;
    text-align: center;
    padding: 1%;
    border-radius: 25px;
    text-decoration: none;
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .CTAButtonRev:hover {
        text-decoration: none;
        color: #BDD431;
        background: #004a94;
    }

tr th .CTAButton, .tableHeading .CTAButton {
    background: #bdd431;
    width: 25%;
    min-width: 150px;
    color: #004a94;
    text-align: center;
    padding: 2px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 80%;
    text-transform: uppercase;
    margin: 10px auto;
    display: block;
    font-weight: bold
}


/*# Checking Comparison Table Styles #*/
.CheckingComparison_RowOne {
    min-height: 240px;
}

.CheckingComparison_RowTwo {
    min-height: 250px;
}

.CheckingComparison_RowThree {
    min-height: 180px;
}

.CheckingComparison_RowFour {
    min-height: 80px;
}

.CheckingComparison_RowFive {
    min-height: 295px;
}

.CheckingComparison_RowSix {
    min-height: 60px;
}

.CheckingComparison_RowSeven {
    min-height: 60px;
}

/*# Savings Comparison Table Styles #*/
.SavingsComparison_RowOne {
    min-height: 80px;
}

.SavingsComparison_RowTwo {
    min-height: 80px;
}

.SavingsComparison_RowThree {
    min-height: 340px;
}

.SavingsComparison_RowFour {
    min-height: 185px;
}

.SavingsComparison_RowFive {
    min-height: 80px;
}

.SavingsComparison_RowSix {
    min-height: 200px;
}

.SavingsComparison_RowSeven {
    min-height: 80px;
}

.SavingsComparison_RowEight {
    min-height: 230px;
}

.SavingsComparison_RowNine {
    min-height: 80px;
}

.SavingsComparison_RowThree ul, .SavingsComparison_RowFour ul, .SavingsComparison_RowSix ul {
    margin: 0;
    padding-left: 10px;
}

/*# HSA Comparison Table Styles #*/
.HSAComparison_RowOne {
    min-height: 80px;
}

.HSAComparison_RowTwo {
    min-height: 60px;
}

.HSAComparison_RowThree {
    min-height: 60px;
}

.HSAComparison_RowFour {
    min-height: 80px;
}

.HSAComparison_RowFive {
    min-height: 150px;
}

.HSAComparison_RowSix {
    min-height: 160px;
}

/* Business Checking Comparison Table Styles */
.BusinessCheckingComparison_RowOne {
    min-height: 150px;
}

.BusinessCheckingComparison_RowTwo {
    min-height: 80px;
}

.BusinessCheckingComparison_RowThree {
    min-height: 80px;
}

.BusinessCheckingComparison_RowFour {
    min-height: 100px;
}

.BusinessCheckingComparison_RowFive {
    min-height: 60px;
}

.BusinessCheckingComparison_RowSix {
    min-height: 80px;
}

.BusinessCheckingComparison_RowSeven {
    min-height: 50px;
}

.BusinessCheckingComparison_RowOne ul {
    margin: 0;
    padding-left: 10px;
}

.CheckboxTrue {
    background-color: #008535 !important;
}

    .CheckboxTrue img {
        width: 30%;
    }

/*# Business Savings Comparison Table Styles #*/
.BusinessSavingsComparison {
    min-height: 90px;
}

    .BusinessSavingsComparison.CTA {
        min-height: 50px;
    }

.BusinessSavingsComparison_RowOne {
    min-height: 80px;
}

.BusinessSavingsComparison_RowTwo {
    min-height: 60px;
}

.BusinessSavingsComparison_RowThree {
    min-height: 100px;
}

.BusinessSavingsComparison_RowFour {
    min-height: 60px;
}

.BusinessSavingsComparison_RowFive {
    min-height: 200px;
}

    .BusinessSavingsComparison_RowFive ul {
        margin: 0;
        padding-left: 10px;
    }

/*# Debit Card Comparison Table Styles #*/

#CardFeatures {
    max-width: 250px;
}

#CardHeading2 {
    display: none;
}

.MobileDisplay {
    display: none;
}

.Rtable-column--cell---headerLeft a sup, .Rtable-column--cell---headerLeft a:-webkit-any-link sup {
    text-decoration: none;
    display: inline-block;
}

.DebitCardComparison_RowOne {
    min-height: 100px;
}

.DebitCardComparison_RowTwo {
    min-height: 80px;
}

.DebitCardComparison_RowThree {
    min-height: 125px;
}

.DebitCardComparison_RowFour {
    min-height: 80px;
}

.DebitCardComparison_RowFive {
    min-height: 100px;
}

.DebitCardComparison_RowSix {
    min-height: 125px;
}

.DebitCardComparison_RowSeven {
    min-height: 170px;
}

.DebitCardComparison_RowEight {
    min-height: 150px;
}

.DebitCardComparison_RowNine {
    min-height: 200px;
}

.DebitCardComparison_RowTen {
    min-height: 100px;
}

.DebitCardComparison_RowEleven {
    min-height: 100px;
}

.DebitCardComparison_RowTwelve {
    min-height: 80px;
}

.DebitCardComparison_RowThirteen {
    min-height: 80px;
}

.DebitCardComparison_RowFourteen {
    min-height: 130px;
}

    .DebitCardComparison_RowFourteen ul {
        text-align: left;
    }

.DebitCardComparison_RowFifteen {
    min-height: 110px;
}

.DebitCardComparison_RowSixteen {
    min-height: 125px;
}

.DebitCardComparison_RowSeventeen {
    min-height: 125px;
}

/*# Business Debit Card Comparison Table Styles #*/
.BusinessDebitCardComparison_RowOne {
    min-height: 105px;
}

.BusinessDebitCardComparison_RowTwo {
    min-height: 125px;
}

.BusinessDebitCardComparison_RowThree {
    min-height: 125px;
}

.BusinessDebitCardComparison_RowFour {
    min-height: 130px;
}

.BusinessDebitCardComparison_RowFive {
    min-height: 110px;
}

.BusinessDebitCardComparison_RowSix {
    min-height: 110px;
}

.BusinessDebitCardComparison_RowSeven {
    min-height: 125px;
}

.BusinessDebitCardComparison_RowEight {
    min-height: 110px;
}

.BusinessDebitCardComparison_RowNine {
    min-height: 100px;
}

.BusinessDebitCardComparison_RowTen {
    min-height: 110px;
}

.BusinessDebitCardComparison_RowEleven {
    min-height: 110px;
}

#PromoTableHeader {
    height: 70px;
    min-height: 70px;
}

#PromoTableRowOne {
    min-height: 230px;
}

#PromoTableRowTwo {
    min-height: 210px;
}

#PromoTableRowThree {
    min-height: 130px;
}

#PromoTableRowFour {
    min-height: 30px;
}

#PromoTableRowFive {
    min-height: 240px;
}

#PromoTableRowSix {
    min-height: 30px;
}

#PromoTableRowSeven {
    min-height: 50px;
}

/*# Mortgage Interest Rates Table Styles #*/
@media only screen and (max-width: 1200px), (min-device-width: 768px) and (max-device-width: 1024px) {

    .Rtable {
        flex-flow: row wrap;
        margin-top: 0;
    }

    .Rtable-column {
        margin-bottom: 20px;
        width: 100%;
        flex-flow: column wrap;
        align-items: flex-start;
        padding: 0 1% 1% 0;
    }

    .Rtable-column--cell {
        min-height: 30px;
        display: flex;
    }

    .Rtable-column--cell---header {
        margin-top: 5px;
        border-radius: 10px 10px 0 0;
        padding-top: 17px;
    }

        .Rtable-column--cell---header.CTA {
            border-radius: 0;
        }

    .Rtable-column--cell---headerLeft {
        display: none;
    }

    .Rtable-column--cell .group {
        width: 50%;
    }

    .Rtable-column:first-of-type {
        display: none;
    }

    .Rtable-column--cell_centered img {
        display: none;
    }

    .Rtable-column--cell---header img {
        max-height: 125px;
        max-width: 160px;
    }

    .Rtable-column--cell .group {
        width: 100%;
    }

    /* Checking Comparison Table Styles */
    .Rtable-column--cell---header.CheckingComparison {
        flex-direction: row;
    }

    .CheckingComparison_RowOne, .CheckingComparison_RowTwo, .CheckingComparison_RowThree, .CheckingComparison_RowFour, .CheckingComparison_RowFive, .CheckingComparison_RowSix {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .CheckingComparison_RowOne:before {
            content: "Account Benefits \A";
            font-weight: bold;
        }

        .CheckingComparison_RowTwo:before {
            content: "Platinum Debit Mastercard®";
            font-weight: bold;
            min-width: 50%;
        }

        .CheckingComparison_RowThree:before {
            content: "Standard Debit Mastercard®";
            font-weight: bold;
            min-width: 50%;
        }

        .CheckingComparison_RowFour:before {
            content: "Monthly Maintenance Fee";
            font-weight: bold;
            min-width: 50%;
        }

        .CheckingComparison_RowFive:before {
            content: "Requirements to Waive \A Monthly Account Maintenance Fee";
            font-weight: bold;
            min-width: 50%;
            white-space: pre-wrap;
        }

        .CheckingComparison_RowSix:before {
            content: "Overdraft Protection Transfers" !important;
            font-weight: bold;
            min-width: 50%;
        }

    .CheckingComparison_RowOne {
        min-height: 150px;
    }

    .CheckingComparison_RowTwo {
        min-height: 85px;
    }

    .CheckingComparison_RowThree {
        min-height: 85px;
    }

    .CheckingComparison_RowFour {
        min-height: 85px;
    }

    .CheckingComparison_RowFive {
        min-height: 100px;
    }

    .CheckingComparison_RowSix {
        min-height: 70px;
    }

    /*# Savings Comparison Table Styles - Mobile #*/
    .Rtable-column--cell_centered---header.SavingsComparison, .Rtable-column--cell---header.SavingsComparison, .Rtable-column--cell.SavingsComparison, .Rtable-column--cell_centered.SavingsComparison {
        flex-direction: column;
        text-align: center;
    }

    .SavingsComparison_RowOne, .SavingsComparison_RowTwo, .SavingsComparison_RowThree, .SavingsComparison_RowFour, .SavingsComparison_RowFive, .SavingsComparison_RowSix, .SavingsComparison_RowSeven {
        width: 100%;
        display: flex;
    }

        .SavingsComparison_RowOne:before {
            content: "Earns Higher Rates of Interest";
            font-weight: bold;
            min-width: 35%;
        }

        .SavingsComparison_RowTwo:before {
            content: "Funds Available on Demand";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .SavingsComparison_RowThree:before {
            content: "Additional Account Benefits";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .SavingsComparison_RowFour:before {
            content: "Minimum Deposit Required to Open";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .SavingsComparison_RowFive:before {
            content: "Monthly Maintenance Fee";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .SavingsComparison_RowSix:before {
            content: "Requirements to Waive Monthly Fee";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .SavingsComparison_RowSeven:before {
            content: "eStatements Required";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

    .SavingsComparison_RowOne {
        min-height: 80px;
    }

    .SavingsComparison_RowTwo {
        min-height: 90px;
    }

    .SavingsComparison_RowThree {
        min-height: 90px;
    }

    .SavingsComparison_RowFour {
        min-height: 90px;
    }

    .SavingsComparison_RowFive {
        min-height: 90px;
    }

    .SavingsComparison_RowSix {
        min-height: 100px;
    }

    .SavingsComparison_RowSeven {
        min-height: 80px;
    }

    /*# HSA Comparison Table - Mobile #*/
    .HSAComparison_RowOne::before {
        content: "Account Benefits";
        font-weight: bold;
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    .HSAComparison_RowTwo::before {
        content: "HSA Debit Mastercard®";
        font-weight: bold;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    .HSAComparison_RowThree::before {
        content: "Monthly Maintenance Fee";
        font-weight: bold;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    .HSAComparison_RowFour::before {
        content: "Requirements to Waive Monthly Account Maintenance Fee";
        font-weight: bold;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    .HSAComparison_RowFive::before {
        content: "Interest Rate Tiers";
        font-weight: bold;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    .HSAComparison_RowSix::before {
        content: "Additional Account Details";
        font-weight: bold;
        min-width: 50%;
        max-width: 50%;
        font-family: "roc-grotesk", sans-serif;
    }

    /*# Business Checking Comparison Table Styles - Mobile #*/
    .BusinessCheckingComparison_RowOne, .BusinessCheckingComparison_RowTwo, .BusinessCheckingComparison_RowThree, .BusinessCheckingComparison_RowFour, .BusinessCheckingComparison_RowFive, .BusinessCheckingComparison_RowSix, .BusinessCheckingComparison_RowSeven, .BusinessCheckingComparison_RowEight {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

        .BusinessCheckingComparison_RowOne:before {
            content: "Account Benefits";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
            width: 50%;
        }

        .BusinessCheckingComparison_RowTwo:before {
            content: "Number of No Cost Items Per Month";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .BusinessCheckingComparison_RowThree:before {
            content: "Cost Per Item (Over no-cost item)";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .BusinessCheckingComparison_RowFour:before {
            content: "Cash Deposit Fee (For Monthly Deposits greater than $5,000)";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .BusinessCheckingComparison_RowFive:before {
            content: "Monthly Maintenance Fee";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
            white-space: pre-wrap;
        }

        .BusinessCheckingComparison_RowSix:before {
            content: "Requirements to Waive Monthly Maintenance Fee";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

        .BusinessCheckingComparison_RowSeven:before {
            content: "eStatements Required";
            font-weight: bold;
            min-width: 50%;
            max-width: 50%;
        }

    /*# Business Savings Comparison Table Styles - Mobile #*/
    .BusinessSavingsComparison_RowOne, .BusinessSavingsComparison_RowTwo, .BusinessSavingsComparison_RowThree, .BusinessSavingsComparison_RowFour, .BusinessSavingsComparison_RowFive {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .BusinessSavingsComparison {
        min-height: 60px;
    }

        .BusinessSavingsComparison.CTA {
            min-height: 50px;
        }

    .BusinessSavingsComparison_RowOne {
        min-height: 80px;
    }

    .BusinessSavingsComparison_RowTwo {
        min-height: 60px;
    }

    .BusinessSavingsComparison_RowThree {
        min-height: 100px;
    }

    .BusinessSavingsComparison_RowFour {
        min-height: 60px;
    }

    .BusinessSavingsComparison_RowFive {
        min-height: 180px;
    }

        .BusinessSavingsComparison_RowFive ul {
            margin: 0;
            padding-left: 10px;
        }

        /*# Business Savings Comparison Table Content - Mobile #*/
        .BusinessSavingsComparison_RowOne:before, .BusinessSavingsComparison_RowTwo:before, .BusinessSavingsComparison_RowThree:before, .BusinessSavingsComparison_RowFour:before, .BusinessSavingsComparison_RowFive:before {
            font-weight: bold;
        }

    .BusinessSavingsComparison_RowOne:before {
        content: 'Minimum Deposit Required to Open:';
        margin-right: 10px;
        min-width: 50%;
        max-width: 50%;
    }

    .BusinessSavingsComparison_RowTwo:before {
        content: 'Monthly Maintenance Fee:';
        margin-right: 10px;
        min-width: 50%;
        max-width: 50%;
    }

    .BusinessSavingsComparison_RowThree:before {
        content: 'Requirements to Waive Monthly Fee:';
        margin-right: 10px;
        min-width: 50%;
        max-width: 50%;
    }

    .BusinessSavingsComparison_RowFour:before {
        content: 'eStatements Required:';
        margin-right: 10px;
        min-width: 50%;
        max-width: 50%;
    }

    .BusinessSavingsComparison_RowFive:before {
        content: 'Additional Account Benefits:';
        margin-right: 10px;
        min-width: 50%;
        max-width: 50%;
    }

    .BusinessSavingsComparison_RowFive ul {
        margin: 0;
        padding-left: 10px;
    }

    /*# Business Debit Card Comparison Table Styles - Mobile #*/
    .BusinessDebitCardComparison_RowOne:before {
        content: "33,000 Free ATMs - Free access through the MoneyPass ATM network";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowTwo:before {
        content: "Mobile Receipt Management";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowThree:before {
        content: "Boingo WiFi ¹";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowFour:before {
        content: "Mastercard Easy Savings®";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowFive:before {
        content: "Intuit® Small Business Financial Tools³";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowSix:before {
        content: "Customizable Business Controls";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowSeven:before {
        content: "Cell Phone Protection⁴";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowEight:before {
        content: "Mastercard ID Theft Protection™";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowNine:before {
        content: "Identity Fraud Expense Reimbursement";
        font-weight: bold;
        min-width: 50%;
    }

    .BusinessDebitCardComparison_RowTen:before {
        content: "Zero Liability";
        font-weight: bold;
        text-transform: capitalize;
    }

    .BusinessDebitCardComparison_RowEleven:before {
        content: "Car Rental Insurance";
        font-weight: bold;
        text-transform: capitalize;
    }

    /*# Debit Card Comparison Table Styles - Mobile #*/
    #CardFeatures {
        max-width: 100%;
    }

    #DebitCardBenefits2, #DebitCardAccounts2 {
        background: #FFF;
    }

    #DebitCardFee2 {
        background: #e6e6e6;
    }

    .MobileDisplay {
        display: block;
        font-weight: bold;
    }

        .MobileDisplay a sup, .MobileDisplay a:-webkit-any-link sup {
            text-decoration: none;
            display: inline-block;
        }

    .Rtable-column {
        width: 100%;
        height: 100%;
        align-items: flex-start;
        border-right: none;
    }

    .DebitCardComparison_RowOne, .DebitCardComparison_RowTwo, .DebitCardComparison_RowThree, .DebitCardComparison_RowFour, .DebitCardComparison_RowFive, .DebitCardComparison_RowSix, .DebitCardComparison_RowSeven, .DebitCardComparison_RowEight, .DebitCardComparison_RowNine, .DebitCardComparison_RowTen, .DebitCardComparison_RowEleven, .DebitCardComparison_RowTwelve, .DebitCardComparison_Thirteen, .DebitCardComparison_Fourteen {
        text-align: center;
    }

    .DebitCardComparison_RowOne {
        min-height: 70px;
    }

    .DebitCardComparison_RowTwo {
        min-height: 70px;
    }

    .DebitCardComparison_RowThree {
        min-height: 100px;
    }

    .DebitCardComparison_RowFour {
        min-height: 70px;
    }

    .DebitCardComparison_RowFive {
        min-height: 70px;
    }

    .DebitCardComparison_RowSix {
        min-height: 100px;
    }

    .DebitCardComparison_RowSeven {
        min-height: 115px;
    }

    .DebitCardComparison_RowEight {
        min-height: 115px;
    }

    .DebitCardComparison_RowNine {
        min-height: 115px;
    }

    .DebitCardComparison_RowTen {
        min-height: 70px;
    }

    .DebitCardComparison_RowEleven {
        min-height: 70px;
    }

    .DebitCardComparison_RowTwelve {
        min-height: 70px;
    }

    .DebitCardComparison_RowThirteen {
        min-height: 70px;
    }

    .DebitCardComparison_RowFourteen {
        min-height: 70px;
    }

    .MobileHide {
        display: none;
    }

    #PromoTableHeader {
        height: auto;
        min-height: auto;
    }

    #PromoTableRowOne {
        min-height: auto;
    }

    #PromoTableRowTwo {
        min-height: auto;
    }

    #PromoTableRowThree {
        min-height: auto;
    }

    #PromoTableRowFour {
        min-height: auto;
    }

    #PromoTableRowFive {
        min-height: auto;
    }

    #PromoTableRowSix {
        min-height: auto;
    }

    #PromoTableRowSeven {
        min-height: auto;
    }
}


/* #Comparison Table Printer Styles# */
@media print {
    .Rtable {
        display: flex;
        width: 100%;
        height: 100%;
        flex-flow: row nowrap;
        align-items: stretch;
        margin: 2% 0 2% 0;
        font-size: 10pt;
    }

    .Rtable-column--cell---header {
        font-size: 102%;
        min-height: 80px;
    }

    .Rtable-column--cell_centered img {
        width: 20px;
        height: 20px;
    }

    .Rtable-column--cell ul {
        margin: 0;
        padding: 0 5px 0 10px;
    }

    .Rtable-column--cell, .Rtable-column--cell---header, .Rtable-column--cell---headerLeft, .Rtable-column--cell---header.CTA {
        padding: 10px;
    }

        .Rtable-column--cell---header.CTA {
            display: none;
        }

        .Rtable-column--cell---header.CheckingComparison {
            min-height: 60px;
        }

    .FlexColumnContainer {
        margin: 0;
    }

    .ContentColumn.List {
        width: 50% !important;
    }

    /* Checking Comparison Table Styles */

    .Rtable-column--cell---header, .CheckingComparison_RowOne, .CheckingComparison_RowTwo, .CheckingComparison_RowThree, .CheckingComparison_RowFour, .CheckingComparison_RowFive, .CheckingComparison_RowSix, .DebitCardComparison_RowOne, .DebitCardComparison_RowTwo, .DebitCardComparison_RowThree, .DebitCardComparison_RowFour, .DebitCardComparison_RowFive, .DebitCardComparison_RowSix, .DebitCardComparison_RowSeven, .DebitCardComparison_RowEight, .DebitCardComparison_RowNine, .DebitCardComparison_RowTen, .DebitCardComparison_RowEleven, .DebitCardComparison_RowTwelve {
        border-bottom: 1px solid #ccc;
    }

    .CheckingComparison_RowOne {
        min-height: 205px;
    }

    .CheckingComparison_RowTwo {
        min-height: 70px;
    }

    .CheckingComparison_RowThree {
        min-height: 70px;
    }

    .CheckingComparison_RowFour {
        min-height: 100px;
    }

    .CheckingComparison_RowFive {
        min-height: 325px;
    }

    .CheckingComparison_RowSix {
        min-height: 60px;
    }

    /* Debit Card Comparison Table Styles */
    .DebitCardComparison_RowOne {
        min-height: 70px;
    }

    .DebitCardComparison_RowTwo {
        min-height: 80px;
    }

    .DebitCardComparison_RowThree {
        min-height: 120px;
    }

    .DebitCardComparison_RowFour {
        min-height: 70px;
    }

    .DebitCardComparison_RowFive {
        min-height: 100px;
    }

    .DebitCardComparison_RowSix {
        min-height: 100px;
    }

    .DebitCardComparison_RowSeven {
        min-height: 90px;
    }

    .DebitCardComparison_RowEight {
        min-height: 90px;
    }

    .DebitCardComparison_RowNine {
        min-height: 100px;
    }

    .DebitCardComparison_RowTen {
        min-height: 90px;
    }

    .DebitCardComparison_RowEleven {
        min-height: 60px;
    }

    .DebitCardComparison_RowTwelve {
        min-height: 60px;
    }
}

/*# Branch Info Pages #*/
.BranchMap {
    border-width: 0px;
    width: 100%;
    min-height: 450px;
    // max-height: 450px;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Banzai Embedded Content */
.banzai-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
}

@media all and (max-width: 1024px) {
    .banzai-container {
        position: relative;
        padding-bottom: 100%;
        min-height: 1200px;
    }
}

.banzai-container iframe {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

/* Embedded Campaign Form */

.campaign-form-container {
    position: relative;
    padding-bottom: 100%;
    min-height: 850px;
    height: 0;
}

@media all and (max-width: 450px) {
    .campaign-form-container {
        position: relative;
        padding-bottom: 100%;
        min-height: 900px;
    }
}

@media all and (max-width: 380px) {
    .campaign-form-container {
        position: relative;
        padding-bottom: 100%;
        min-height: 950px;
    }
}


@media all and (max-width: 320px) {
    .campaign-form-container {
        position: relative;
        padding-bottom: 100%;
        min-height: 1200px;
    }
}

.campaign-form-container iframe {
    border: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 90%;
}

.wizard-product .campaign-form-container {
    position: static;
    padding-bottom: 0px;
    min-height: 0px;
    height: auto;
}

    .wizard-product .campaign-form-container iframe {
        position: static;
        height: 850px;
    }

/* SilkRoad Embedded Content */
.silkroad-container {
    position: relative;
    padding-bottom: 60%;
    height: 0;
}

    .silkroad-container iframe {
        border: 0;
        left: 0;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }

/*# Cookie Consent #*/
.cookie-consent {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.CookieConsent {
    display: inline-flex;
    text-align: left;
}
/*# Backgrounds #*/
.background-black {
    background-color: #3a393b;
    color: #fff;
    padding: 20px;
}

    .background-black a {
        color: #fff;
    }

        .background-black a:hover {
            color: #0063A8;
        }

/*# Location Detail Page - 2021 #*/
.ContentButton.ScheduleAppointment {
    color: #FFF;
    width: 25%;
    font-size: 80%;
    text-decoration: none;
    float: none;
    margin: 10px 0;
}

@media all and (max-width: 769px) {
    .ContentButton.ScheduleAppointment {
        width: 100%;
    }
}

/*# Site Search/FAQs Navigation Input Fields #*/
.SiteSearchLabel {
    display: none;
}

.SiteSearchInput {
    border: none;
    margin-left: 5px;
    font-size: 13px;
    height: 25px;
    top: 10px;
    position: relative;
    width:85%;
}

.SiteSearchWatermark {
    color: #323232;
    font-style: italic;
}

input::placeholder {
    color: #323232;
    font-style: italic;
}

.SiteSearchButton {
    width: 18px;
    top: -12px;
    right: 13px;
    position: relative;
    float: right;
    padding: 0;
    border: none;
}

/*# FAQs #*/

.FAQPageResults {
    text-align: left;
    margin: 0 20px 0 20px;
}

    .FAQPageResults.widget {
        margin: 50px 0 50px 0;
    }

    .FAQPageResults h2.FAQWidgetHeading {
        font-style: italic;
        color: #00803c;
        background-color: transparent;
        border-bottom: 3px solid #00803c;
        padding: 1%;
        width: 100%;
        display: block;
        font-weight: 700;
        font-size: 100%;
    }

    .FAQPageResults a {
        color: #0063A8;
        text-decoration: underline;
    }

    .FAQPageResults p {
        margin-bottom: 21px;
    }

    .FAQPageResults img {
        max-width: 100%;
    }

    .FAQPageResults .title, .Accordion-title .title h3 {
        font-weight: bold;
        color: #666;
        text-decoration: none;
    }

        .FAQPageResults .title.arrow::after {
            content: "→";
            position: absolute;
            right: 0;
            font-weight: bold;
            font-size: 1.2em;
        }

    .FAQPageResults .content {
        max-height: 4000px;
        line-height: 21px !important;
        font-size: 18px !important;
        overflow: hidden;
        max-width: 100%;
        padding-right: 10px;
        transition: max-height 1s ease-in-out, word-break 1s;
        word-break: normal;
    }

        .FAQPageResults .content.short {
            max-height: 25px;
            word-break: break-all;
            transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), word-break 0.5s;
        }

    .FAQPageResults.Search .content.short {
        max-height: 55px;
    }

    .FAQPageResults.Search .toggle-container {
        box-shadow: white 0px -10px 10px;
        position: relative;
    }

    .FAQPageResults .content.short::after {
        content: "...";
        position: absolute;
        right: 0px;
        bottom: 5px;
    }

    .FAQPageResults .FAQContainer {
        padding: 5px 0 5px 0;
        position: relative;
    }

    .FAQPageResults.widget .FAQContainer:nth-child(n+7) {
        display: none;
    }

    .FAQPageResults .filter {
        display: flex;
        flex: 1 1 auto;
        max-width: 900px;
    }

        .FAQPageResults .filter .filter-textbox {
            width: 100%;
        }

            .FAQPageResults .filter .filter-textbox .SearchFilterField {
                padding: 2px 5px;
                font-size: 18px;
                line-height: 22px;
                border-radius: 0px;
                border-width: 2px;
                height: 35px;
            }

        .FAQPageResults .filter .filter-button {
            height: 35px;
            border-radius: 25px;
            background: #0063A8;
            font-family: 'neue-haas-grotesk-display', sans-serif;
            font-weight: 500;
            color: #fff;
            cursor: pointer;
            font-size: 120%;
            margin-left: 5px;
            padding: 0px 30px;
            border: none;
        }

.FAQLower .filter {
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
    margin: 20px;
}

    .FAQLower .filter .filter-textbox {
        width: 100%;
    }


/*# Search Type Filter #*/
.search-type-filter {
    margin-top: 20px;
}

    .search-type-filter .header {
        font-style: italic;
        font-size: 0.8em;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .search-type-filter .radio {
        margin-top: 0px;
    }

    .search-type-filter label {
        padding: 5px 15px;
        border: 1px solid lightgrey;
        border-radius: 15px;
        margin: 0px 5px 5px;
    }

    .search-type-filter input[type=radio], .search-type-filter input[type=checkbox] {
        display: none;
    }

    .search-type-filter input:checked + label {
        background-color: #008535;
        color: white;
    }
/*# Bootstrap Pager #*/
.bootstrap-pager {
    text-align: center;
}

    .bootstrap-pager .btn {
        margin: 0px 2px 0px 2px;
    }

#AudioTranscript {
    display: none;
}

/*# Financial IQ Quiz #*/
span.ScoreHeading {
    margin: 20px 0 0 0;
    display: block;
    font-size: 120%;
}

.QuizResults {
    width: 100%;
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
    background: #FFF;
    border: 2px solid #8dc63f;
    border-radius: 20px;
}

    .QuizResults h2 {
        color: #575757;
        font-weight: 700;
    }


#Left {
    order: 1;
}

#Middle {
    order: 2;
}

#Right {
    order: 3;
}

@media all and (max-width: 769px) {
    #Left {
        order: 2;
    }

    #Middle {
        order: 1;
    }

    #Right {
        order: 3;
    }
}

/*# Accordion Content Styles #*/
.MortgageCalcAccordionHeading {
    color: #0063A8;
    text-decoration: underline;
    cursor: pointer;
}


/*# Customer Support Page Styles #*/
.CustomerSupportMain img {
    width: 75px;
    height: 75px;
    align-self: center;
    margin-bottom: 15px;
}

.CustomerSupportMain p {
    text-align: center;
    margin-bottom: 15px;
}

.Content_3col_Centered.CustomerSupportMain.LimeTile_Border {
    text-align: center;
    align-items: center;
    width: 32%;
}

    .Content_3col_Centered.CustomerSupportMain.LimeTile_Border a {
        width: auto;
        align-items: normal;
    }

.CustomerSupportHeading_Bordered {
    font-weight: bold;
    border-bottom: 1px solid #8dc63f;
    display: block;
}

.Content_3col.CustomerSupport {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .Content_3col.CustomerSupport:nth-last-of-type(1), .Content_3col.CustomerSupport:nth-last-of-type(2) {
        border: none;
    }

@media all and (max-width: 769px) {
    .Content_3col_Centered.CustomerSupportMain.LimeTile_Border {
        flex-wrap: wrap;
        width: 100%;
    }

    .Content_3col.CustomerSupport:nth-last-of-type(2) {
        border-bottom: 1px solid #CCC;
    }
}

/*# Schedule an Appointment Modal Styles #*/
.modal-body.AppointmentType {
    background: #F4F4F4;
}

    .modal-body.AppointmentType ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .modal-body.AppointmentType ul li {
            list-style: none;
            margin-bottom: 5px;
        }

            .modal-body.AppointmentType ul li a {
                border: 1px solid #CCC;
                border-radius: 5px;
                padding: 10px;
                color: #505050;
                background: #FFF;
                width: 100%;
                display: block;
                text-decoration: none;
            }

                .modal-body.AppointmentType ul li a:hover {
                    background: #008535;
                    color: #FFF;
                    width: 100%;
                    display: block;
                    text-decoration: none;
                }

                .modal-body.AppointmentType ul li a span {
                    display: block;
                    font-size: 90%;
                }

/*# Forms and Fields #*/
::placeholder, .inputtext::placeholder, .SearchFilterField::placeholder {
    color: #545454
}


a strong sup, a:-webkit-any-link strong sup {
    text-decoration: none;
    display: inline-block;
}

h3.AccountDetails, h4.AccountDetails {
    border-bottom: 2px solid #8dc63f;
    width: 98%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

h4.CardDetails {
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.HorizontalButtonNav {
    list-style: none;
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    padding: 0;
}

    .HorizontalButtonNav li {
        width: 25%;
    }

@media all and (max-width: 769px) {
    .HorizontalButtonNav {
        width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 0;
    }

        .HorizontalButtonNav li {
            width: 100%;
        }
}

.FullWidthHeaderContainer500 .HeroMessageContainer h1, .FullWidthHeaderContainer400 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer h1, .FullWidthHeaderContainer350 .HeroMessageContainer_Centered h1 {
    text-shadow: 1px 1px 3px #262524b8;
}

@media all and (max-width: 1024px) {
    .FullWidthHeaderContainer, .FullWidthHeaderContainer500,
    .FullWidthHeaderContainer400,
    .FullWidthHeaderContainer350 {
        min-height: auto;
    }
}

/*# Special-use Headings #*/
h2.BodyCopy {
    color: #505050;
    font-weight: bold;
    display: run-in;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/*# My Card Manager Styles #*/

.ItemOne, .ItemTwo, .ItemThree .ItemFour, .ItemFive, .ItemSix, .ItemSeven, .ItemEight, .ItemNine, .ItemTen {
    margin: 60px 0;
}

.ItemOne {
    order: 1;
}

.ItemTwo {
    order: 2;
}

.ItemThree {
    order: 3;
}

.ItemFour {
    order: 4;
}

.ItemFive {
    order: 5;
}

.ItemSix {
    order: 6;
}

.ItemSeven {
    order: 7;
}

.ItemEight {
    order: 8;
}

.ItemNine {
    order: 9;
}

.ItemTen {
    order: 10;
}

@media all and (max-width: 769px) {

    .BlockWrapper {
        display: grid;
        gap: 10px;
        grid-template-areas:
            'Intro Intro Intro'
            'ID-Theft ID-Theft ID-Theft'
            'Scams Scams Scams'
            'Data-Breaches Data-Breaches Data-Breaches';
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }

    .ItemOne, .ItemTwo, .ItemThree .ItemFour, .ItemFive, .ItemSix, .ItemSeven, .ItemEight .ItemNine, .ItemTen {
        margin: 40px 0 0 0;
    }

    .ItemOne {
        order: 2;
    }

    .ItemTwo {
        order: 1;
    }

    .ItemThree {
        order: 3;
    }

    .ItemFour {
        order: 4;
    }

    .ItemFive {
        order: 6;
    }

    .ItemSix {
        order: 5;
    }

    .ItemSeven {
        order: 7;
    }

    .ItemEight {
        order: 8;
    }

    .ItemNine {
        order: 10;
    }

    .ItemTen {
        order: 9;
    }
}

/* End My Card Manager Styles */

#HELOCEducation {
    order: 1;
}

#HELOCResearch {
    order: 2;
}

#HELOCStart {
    order: 3;
}

@media all and (max-width: 769px) {

    #HELOCEducation {
        order: 3;
    }

    #HELOCResearch {
        order: 2;
    }

    #HELOCStart {
        order: 1;
    }
}

.ContentButtonSplit#RateTable {
    width: 50%;
}

.inline {
    display: inline-block;
}

h3.inline {
    display: inline-block;
    font-size: 100%;
}

h4.inline {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}

/* Navigation Menu Style Updates */

.yamm .yamm-content {
    padding: 10px !important;
}

.yamm-content .row {
    margin: 0;
}

.col-sm-12 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.open .newNavTab {
    background: #FFF;
    color: #008535;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.newNavDropdown {
    background: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: none;
}

nav ul li.NavMenuItem {
    font-size: 120%;
    margin: 0 3px 0 3px;
    display: block;
    font-family: 'canada-type-gibson', sans-serif;
    font-weight: 400;
}

    nav ul li.NavMenuItem a {
        line-height: 165%;
        padding-bottom: 3px;
        padding: 0;
        color: #008535;
        text-decoration: none;
        transition: .5s;
    }

        nav ul li.NavMenuItem a:hover {
            color: #8dc63f;
        }

.navbar-default .navbar-nav > li > a .material-symbols-outlined.nested, .navbar-default .navbar-nav > li > a .material-symbols-outlined.forward {
    display: none;
}

.navbar-default .navbar-nav > li > a .material-symbols-outlined.down {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 5px;
}

@media all and (max-width: 769px) {
    .yamm .yamm-content {
        padding: 0 !important;
    }

    .open .newNavTab {
        border-radius: 0;
    }

    nav ul li.NavMenuHeading {
        font-size: 130%;
        padding: 0 15px 0 15px;
        margin-top: 20px
    }

    nav ul li.NavMenuItem {
        font-size: 140%;
        display: block;
        text-align: left;
        padding: 0 15px 0 15px;
        margin: 0;
    }

        nav ul li.NavMenuItem a {
            line-height: 250%;
        }

            nav ul li.NavMenuItem a:hover {
                border: 0;
            }

    .caret {
        display: none;
    }

    .newNavDropdown {
        background: #FFF !important;
        border-radius: 0px;
        box-shadow: none;
    }

    li#login.dropdown.open a.dropdown-toggle#loginlink {
        border-radius: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFF;
        font-size: 105%;
        padding-top: 12px;
    }

    .col-sm-3, .col-sm-4, .col-sm-12 {
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu {
        padding: 0px;
    }

    #login ul.dropdown-menu {
        margin-top: 0px;
        border: none;
    }

    /* Icons */

    .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48
    }

    .navbar-default .navbar-nav > li > a span.material-symbols-outlined.nested, .navbar-default .navbar-nav > li > a span.material-symbols-outlined.forward {
        display: inline-block !important;
        float: right;
        transition: .5s;
    }

    .navbar-default .navbar-nav > li > a span.material-symbols-outlined.nested {
        rotate: none;
    }

        .navbar-default .navbar-nav > li > a span.material-symbols-outlined.nested:after {
            content: 'add';
        }

    .navbar-default .navbar-nav > .open > a span.material-symbols-outlined.nested {
        rotate: 180deg;
    }

        .navbar-default .navbar-nav > .open > a span.material-symbols-outlined.nested:after {
            content: 'remove';
        }

    .navbar-default .navbar-nav > li > a span.material-symbols-outlined.forward:after {
        content: 'arrow_forward';
        position: relative;
        top: 0;
        left: 0;
        transition: .6s
    }

    .navbar-default .navbar-nav > li > a:hover span.material-symbols-outlined.forward:after {
        left: 10px;
    }

    span.material-symbols-outlined.down {
        display: none;
    }
}

/*# Login Selector Styles #*/

.PersonalLoginSelect {
    width: 100%;
}

.myDiv {
    display: none;
    padding: 10px;
    margin-top: 20px;
}

#showOne {
    border: 1px solid red;
}

#showTwo {
    border: 1px solid green;
}

#showThree {
    border: 1px solid blue;
}

/* Faux select field */

.select-header, .business-select-header {
    width: 270px;
    display: block;
    font-size: .8rem;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 6px;
    color: #777;
    text-align: left;
    cursor: pointer;
    background-color: #FFF;
    margin: 0 auto;
    line-height: 108%;
}

.optionsPersonal.hidden, .optionsBusiness.hidden {
    display: none;
}

.optionsPersonal, .optionsBusiness {
    font-size: .8rem;
    margin: 0 5px 0 5px !important;
    padding: 0;
    list-style: none;
    background: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



    .optionsPersonal li, .optionsBusiness li {
        padding: 2px 5px 2px 5px !important;
        color: #777;
        text-align: left !important;
        cursor: pointer;
    }

        .optionsPersonal li:hover, .optionsBusiness li:hover {
            color: #0063A8;
        }

        .optionsPersonal li:last-of-type, .optionsBusiness li:last-of-type {
            border-bottom: none;
        }

.optionContent {
    display: none;
    text-align: center;
    padding: 5px;
}

    .optionContent#content1 {
        display: block;
    }

    .optionContent#bcontent1 {
        display: block;
    }

.arrow-icon {
    float: right;
    color: #777;
    margin-right: 5px;
}

@media (max-width: 769px) {

    .custom-select {
        padding: 0 10px 0 10px;
    }

    .select-header, .business-select-header {
        display: block;
        font-size: 1rem;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding-top: 10px;
        color: #777;
        text-align: left;
        cursor: pointer;
        line-height: 160%;
        width: 100%;
    }

    .optionsPersonal.hidden, .optionsBusiness.hidden {
        display: none;
    }


    .optionsPersonal, .optionsBusiness {
        margin: 0 5px 0 5px !important;
        padding: 0;
        list-style: none;
        background: #efefef90;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .optionsPersonal li, .optionsBusiness li {
            padding: 2px 5px 2px 5px !important;
            color: #777;
            text-align: left !important;
            cursor: pointer;
            font-size: 18px;
        }

            .optionsPersonal li:hover, .optionsBusiness li:hover {
                color: #0063A8;
            }

            .optionsPersonal li:last-of-type, .optionsBusiness li:last-of-type {
                border-bottom: none;
            }

    .optionContent {
        display: none;
        text-align: center;
        padding: 5px 10px 5px 10px;
    }

        .optionContent#content1 {
            display: block;
        }

        .optionContent#bcontent1 {
            display: block;
        }

        .optionContent input {
            font-size: 18px;
            margin-bottom: 10px;
            line-height: 160%
        }

    .LoginButton, .BusinessLoginButton {
        font-size: 18px;
        padding: 5px !important;
        line-height: 140%;
    }

    a.ReverseLoginButton {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .SupplementalLoginLinks a {
        font-size: 1rem !important;
    }

    .arrow-icon {
        float: right;
        color: #777;
        margin-right: 5px;
    }

    .SupplementalLoginLinks {
        margin-top: 100px;
    }
}

.NavMenuSearch {
    width: 30%;
    max-width: 250px;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 20px;
}

.decorative {
    content-visability: hidden;
}



.FAQLinkTitle {
    display: inline-block;
    font-size: 1.11rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 6px;
}


#contentstart, #contentend {
    display: none;
}

.AboutUsPhoto {
    width: 400px !important;
    border-radius: 15px;
}

@media (max-width: 600px) {

    #HomeIconContainer {
        height: auto;
        max-height: 250px;
        padding: 1%;
    }

        #HomeIconContainer a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 2px solid #007cc1;
            height: 50px;
        }

            #HomeIconContainer a:last-of-type {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-right: none;
            }

            #HomeIconContainer a img {
                width: 30px;
            }

    #IconWidthWrapper {
        flex-direction: row;
    }

    .IconTitle {
        font-size: 85%;
        margin-left: 5px;
        line-height: 108%;
    }
}

.LoanPaymentNotice {
    border-radius: 10px;
    display: block;
    background: #f2f2f280;
    color: #545454;
    border-color: #6b6b6b;
    padding: 20px 25px 20px 25px;
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.1);
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #7d7d7d30;
}

.LoanOfficerTestimonial {
    border-radius: 10px;
    display: block;
    color: #1273b0;
    border-color: #6b6b6b;
    padding: 20px 25px 20px 25px;
    margin: 30px 0 20px 0;
    text-align: center;
    border: 1px solid #7d7d7d30;
    font-size: 120%;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(to right, #8dc63f, #0772b5) border-box;
    border: 4px solid transparent;
}

/*# Checking Landing Page - Family Banking Options #*/

.FamilyBankingOptions-Container {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-direction: row;
}

.FamilyBankingOptions-Savings, .FamilyBankingOptions-Greenlight, .FamilyBankingOptions-StudentChecking {
    display: flex;
    flex-direction: column;
    width: 32%;
    align-items: stretch;
    justify-items: start;
}

.FamilyBankingOptions-Savings-Header, .FamilyBankingOptions-Greenlight-Header, .FamilyBankingOptions-StudentChecking-Header {
    color: #FFF;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.FamilyBankingOptions-Savings-Header {
    background: #25408f;
}

.FamilyBankingOptions-Greenlight-Header {
    background: #008535;
}

.FamilyBankingOptions-StudentChecking-Header {
    background: #0063a6;
}

.FamilyBankingOptions-Body {
    padding: 10px;
    border-left: 1px solid #8dc63f;
    border-bottom: 1px solid #8dc63f;
    border: 1px solid #8dc63f;
}

.FamilyBankingOptions-StudentChecking .FamilyBankingOptions-Body {
    border-right: 1px solid #8dc63f;
}

@media (max-width: 769px) {
    .FamilyBankingOptions-Container {
        flex-direction: column;
    }

    .FamilyBankingOptions-Savings, .FamilyBankingOptions-Greenlight, .FamilyBankingOptions-StudentChecking {
        width: 100%;
    }
}

.LOPhotoWrapper {
    width: 200px;
    height: 200px;
    float: right;
    margin-top: 30px;
    display: block;
}

.LOPhoto {
    width: 250px;
    height: 250px;
    border-radius: 10px;
}

@media (max-width: 769px) {
    .LOPhotoWrapper {
        overflow: hidden;
        width: 100%;
        height: 150px;
        float: clear;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .LOPhoto {
        border-radius: 5px;
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .LOContactDetails {
        width: 100%;
        text-align: left;
        display: block;
    }
}


li.TriangleMarkerBlue::marker {
    content: "▶";
    color: #0063A8;
}

li.TriangleMarkerBlue {
    padding-left: 5px;
}

.HistoryPhoto {
    width: 90% !important;
    max-width: 450px !important;
    height: 300px !important;
    overflow: hidden;
}

.HistoryPhotoBordered {
    width: 90% !important;
    max-width: 450px !important;
}

.HistoryPhotoRotateLeft {
    width: 90% !important;
    max-width: 300px !important;
    rotate: 355deg;
    top: 10px;
    position: relative;
}

.HistoryPhotoRotateRight {
    width: 90% !important;
    max-width: 300px !important;
    rotate: 5deg;
    top: 10px;
    position: relative;
}

.carousel-inline {
    background: #FFF;
    margin: 20px 0 20px 0;
}

    .carousel-inline .carousel-cell {
        width: 50%;
        height: 300px;
        margin-right: 10px;
    }

        .carousel-inline .carousel-cell img {
            width: 450px !important;
            height: 300px !important;
            overflow: hidden;
            border-radius: 10px;
        }

@media (max-width: 769px) {

    .carousel-inline .carousel-cell {
        width: 50%;
        height: 150px;
        margin-right: 10px;
    }

        .carousel-inline .carousel-cell img {
            width: 200px !important;
            height: auto !important;
            overflow: hidden;
        }

    a.img.Logo, .Logo {
        margin: 5px 0 0 15px;
        width: 220px !important;
        height: 46px !important;
    }
}

.desktop-show {
    display: block !important;
}

.mobile-show {
    display: none !important;
}

@media (max-width: 1200px) {
    .swiper-wrapper .desktop-show {
        display: none !important;
    }

    .swiper-wrapper .mobile-show {
        display: block !important;
    }
}

@media (max-width: 769px) {
    .desktop-show {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}

.icon {
    width: 50px !important;
    min-width: 50px !important;
    margin: 15px 0 15px 0;
}

@media (max-width: 769px) {
    .icon {
        width: 90px !important;
        min-width: 90px !important;
        margin: 15px 0 15px 0;
    }
}

ul li {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/*# 2024 UPDATES #*/

/*# Header & Navigation Menu #*/
.yamm .container {
    background: transparent;
}

/*# Homepage Headers #*/
.HomeHeroFullWidth {
    display: flex;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

    .HomeHeroFullWidth.Mint {
        background-color: #AFF5BE;
        padding-top: 50px;
    }

    .HomeHeroFullWidth.Sky {
        background-color: #C0E1FF;
        display: flex;
        flex-direction: column;
    }

.HomeContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1274px;
    height: auto;
    max-height: 700px;
    margin: 0 auto;
    padding: 1% 0 1% 0;
    vertical-align: top
}

    .HomeContainer.Upper {
        border: 10px solid #FEFEFE;
        border-bottom: none;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        flex-direction: row;
        padding: 0 80px 0 80px;
        height: auto;
        min-height: 422px;
        position: relative;
        z-index: 100;
        background-image: url("/getContentAsset/736d3928-b31b-49de-9391-0c37433fff6f/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgAbstractPattern-Green.svg");
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .HomeContainer.Lower {
        display: inline-block;
        height: auto;
        max-height: 290px;
        padding: 0;
        border: 10px solid #FEFEFE;
        border-top: none;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .HomeContainer.Upper .Message {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        width: 50%;
        max-width: 500px;
        margin-top: 40px;
    }

        .HomeContainer.Upper .Message span {
            font-size: 1.333rem;
        }

    .HomeContainer.Upper .Photo {
        display: inline-flex;
        flex-direction: column;
        align-self: flex-end;
        position: relative;
        z-index: 200;
        width: 50%;
    }

        .HomeContainer.Upper .Photo img {
            height: 430px;
            width: 371px;
        }

.HomeQuickLinkContainer {
    width: 100%;
    max-width: 1274px;
    height: auto;
    margin: 20px auto 50px auto;
    display: flex;
    flex-direction: column;
}

    .HomeQuickLinkContainer .ButtonWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

.HomeCrossSellContainer.Lower {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1274px;
    height: auto;
    margin: 50px auto;
    gap: 50px;
}

    .HomeCrossSellContainer.Lower .Standard {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        justify-content: space-evenly;
        column-gap: 30px;
    }

        .HomeCrossSellContainer.Lower .Standard img {
            width: 100%;
            height: auto;
            max-width: 600px;
            border-radius: 10px;
        }

        .HomeCrossSellContainer.Lower .Standard .Message {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 475px;
            gap: 20px;
        }

    .HomeCrossSellContainer.Lower .Mint {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #AFF5BE;
        background-image: url("/getContentAsset/736d3928-b31b-49de-9391-0c37433fff6f/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgAbstractPattern-Green.svg");
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 10px;
        padding: 50px;
    }

@media(max-width: 1024px) {
    .HomeContainer.Upper {
        flex-direction: column;
        width: 95%;
        align-items: center;
        max-height: 100%;
        padding: 40px;
    }

        .HomeContainer.Upper .Message {
            width: 100%;
            max-width: 100%;
            align-items: center;
        }

        .HomeContainer.Upper img {
            display: none;
        }

    .HomeContainer.Lower {
        width: 95%;
    }

    .HomeQuickLinkContainer .ButtonWrapper {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .HomeCrossSellContainer.Lower {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .HomeCrossSellContainer.Lower .Standard {
            flex-direction: column;
            width: 100%;
            align-items: center;
            gap: 20px;
        }

            .HomeCrossSellContainer.Lower .Standard img {
                max-width: 80%;
            }

            .HomeCrossSellContainer.Lower .Standard .Message {
                align-items: center;
                padding: 0 20px;
            }

        .HomeCrossSellContainer.Lower .Mint {
            width: 95%;
            padding: 25px;
        }
}

@media (max-width: 768px) {
    .HomeContainer.Upper {
        padding: 20px 30px;
    }

        .HomeContainer.Upper .Message {
            margin-top: 20px;
        }

    .HomeQuickLinkContainer {
        margin-top: 40px;
    }
}

/*# Page Headers #*/
.PageHeader {
    display: flex;
    width: 100%;
    height: 250px;
    flex-shrink: 0;
    padding: 20px 0 20px 0;
}

    .PageHeader.Mint {
        background-color: #AFF5BE;
        background-image: url("/getContentAsset/736d3928-b31b-49de-9391-0c37433fff6f/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgAbstractPattern-Green.svg");
    }

    .PageHeader.Sky {
        background-color: #C0E1FF;
        background-image: url("/getContentAsset/328448ef-bbc9-4fb7-997e-f44cd74f9fc9/dfc3d011-8f63-43f6-9ed8-4b444333a1d0/bgAbstractPattern-Blue.svg");
    }

    .PageHeader.Open {
        height: auto;
        text-align: left;
    }

.LocationDetails .Address {
    margin-bottom: 15px;
}

.LocationDetails .PhoneNumber {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .PageHeader {
        height: auto;
        max-height: 375px;
        min-height: 200px;
        padding: 20px 0 20px 0;
        text-align: center;
    }

        .PageHeader.Open {
            min-height: 0;
        }
}

/*# Headings #*/
h1, h2, h3, h4, h5, h6 {
    font-family: "roc-grotesk", sans-serif !important;
    line-height: 100%;
    font-display: fallback;
    color: #0063A8;
}

h1 {
    font-size: 3.556rem;
    font-weight: 750;
}

h2 {
    font-size: 2.222rem;
    font-weight: 750;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.778rem;
    font-weight: 750;
}

h4 {
    font-size: 1.333rem;
    font-weight: 750;
}

h5 {
    font-size: 1.111rem;
    font-weight: 700;
}

h6 {
    font-size: 1rem;
    font-weight: 700;
}

h1.Lime, h1.Lime a {
    color: #008535;
    text-decoration: none;
}

h1.DeepLake, h1.DeepLake a {
    color: #0063A8;
    text-decoration: none;
}

h2.Lime, h3.Lime, h4 .Lime {
    color: #008535;
    text-decoration: none;
}

    h2.Lime a, h3.Lime a {
        color: #008535;
        text-decoration: underline;
    }

h2.DeepLake, h3.DeepLake, h4.DeepLake {
    color: #0063A8;
    text-decoration: none;
}

    h2.DeepLake a, h3.DeepLake a {
        color: #0063A8;
        text-decoration: underline;
    }

h1.Snow, h2.Snow, h3.Snow, h1.Snow a, h2.Snow a, h3.Snow a {
    color: #FEFEFE;
    text-decoration: none;
}

.HomeContainer.Upper .Message h2 {
    font-size: 3.556rem !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 95%;
}

.HomeCrossSellContainer.Lower .Standard .Message h2 {
    margin: 0;
}

.HeaderSubheading, a.HeaderSubheading, a span.HeaderSubheading {
    font-family: "azo-sans-web", sans-serif;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1.111rem;
    color: #0063A8;
}

    .HeaderSubheading.LocationDetails, .HeaderSubheading.LOTitle {
        font-family: "azo-sans-web", sans-serif;
        text-decoration: none !important;
        font-weight: 600;
        font-size: 1.5rem;
        color: #0063A8;
        display: block;
    }

.ProductCard.Home h3.DeepLake {
    margin: 0;
}

.ProductCard h2.DeepLake, .ProductCard h3.DeepLake {
    font-size: 1.778rem !important;
    margin-top: 46px;
    margin-bottom: 0;
}

.ProductCard.Long h2.DeepLake, .ProductCard.Long h3.DeepLake {
    font-size: 1.778rem !important;
    margin-top: 20px;
}

.ProductCard .HeadingWrapper h2.DeepLake, .ProductCard .HeadingWrapper h3.DeepLake {
    margin-top: 0px;
}

h1.DeepLake.FAQ {
    font-size: 2.667rem;
}

h3.DeepLake.Benefits {
    margin: 40px 0 20px 0;
    border-bottom: 2px solid #0063A8;
}

h2.DeepLake.LocationHeadings, h2.Lime.LocationHeadings {
    margin: 20px 0 10px 10px !important;
    font-size: 1.333rem !important;
}

.Content_2col h2.Lime:nth-child(3), .Content_2col h2.DeepLake:nth-child(3), .Content_2col h3.Lime:nth-child(4), .Content_2col h3.DeepLake:nth-child(4), .Content_2col h3.Lime:nth-child(6), .Content_2col h3.DeepLake:nth-child(6) {
    margin-top: 30px !important;
}

.Content_3col.Middle h2.DeepLake.Centered, .Content_3col.Middle h3.DeepLake.Centered {
    margin: 0;
}

.SectionBreak {
    margin-top: 75px !important;
    margin-bottom: 15px !important;
}

.Lime.Centered.SectionBreak {
    margin-bottom: 0px !important;
}

.Centered {
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.Procedure {
    text-align: left;
    margin-bottom: 10px;
}

h2.Procedure {
    font-size: 1.778rem;
}

h3.Procedure {
    font-size: 1.333rem;
}


strong.Featured {
    color: #323232;
    font-family: "roc-grotesk", sans-serif !important;
    top: -11px;
    position: relative;
    font-weight: 750;
}

p.Centered {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2222222222222223rem;
        /*word-break: break-all;*/
    }

    h2 {
        font-size: 1.778rem;
        margin-bottom: 5px !important;
    }

    h3 {
        font-size: 1.333rem;
        margin-bottom: 5px !important;
    }

    h4 {
        font-size: 1.111rem;
    }

    h5 {
        font-size: 1.111rem;
    }

    h6 {
        font-size: 1rem;
        font-weight: 700;
    }

    .ProductCard h2.DeepLake, .ProductCard h3.DeepLake, .ProductCard h2.Snow, .ProductCard h3.Snow {
        font-size: 1.778rem !important;
    }

    .ProductCard h3.DeepLake {
        margin-top: 0;
    }

    h2.DeepLake.LocationHeadings, h2.Lime.LocationHeadings {
        margin: 20px 0 10px 0 !important;
    }

    .ProductCard h3.DeepLake {
        align-self: center !important;
    }

    h3.DeepLake {
        align-self: flex-start;
    }

    .SectionBreak {
        margin-top: 50px !important;
        margin-bottom: 10px !important;
    }

    .Centered {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    h1.DeepLake.FAQ {
        font-size: 1.778rem;
    }
}


.Rtable-column--cell---header.CheckingComparison a {
    transition: .5s;
}

    .Rtable-column--cell---header.CheckingComparison a h2.Snow, .Rtable-column--cell---header.CheckingComparison h3.Snow a, .Rtable-column--cell---header.CheckingComparison h2.Snow, .Rtable-column--cell---header.CheckingComparison h3.Snow {
        font-size: 1.333rem !important;
        margin: 0;
        padding: 0;
    }

        .Rtable-column--cell---header.CheckingComparison a h2.Snow .material-symbols-outlined, .Rtable-column--cell---header.CheckingComparison h3.Snow a .material-symbols-outlined {
            display: inline-flex;
            top: 5px;
            position: relative;
            transition: .5s;
        }

        .Rtable-column--cell---header.CheckingComparison a:hover h2.Snow .material-symbols-outlined, .Rtable-column--cell---header.CheckingComparison h3.Snow a:hover .material-symbols-outlined {
            left: 10px;
        }

@media (max-width: 450px) {
    .HomeContainer.Upper .Message h2 {
        font-size: 2.8rem !important;
    }
}

/*# Text Styles #*/
.LargeText {
    font-size: 1.111rem;
}

.RegularText {
    font-size: 1rem;
}

.SmallText {
    font-size: .6667rem;
}

ul li::marker {
    font-size: 1.333rem;
}

ul.Lime li::marker {
    color: #008535;
    font-size: 1.333rem;
}

ul.DeepLake li::marker {
    color: #0063A8;
    font-size: 1.333rem;
}

.ProductCard p {
    text-align: center;
    width: 90%;
}

.ProductCard p, .ProductCard ul {
    margin-bottom: auto;
}

/*# Text Links #*/
.disclaimer a {
    text-decoration: underline;
}

@media (max-width: 769px) {
    .disclaimer a {
        text-decoration: underline;
        word-break: break-all;
    }
}

a.Lime {
    color: #008535;
    text-decoration: underline;
}

a.DeepLake {
    color: #0063A8;
    text-decoration: underline;
}

ul.Lime li a {
    color: #008535;
}

ul.DeepLake li a {
    color: #0063A8;
}

h2 sup {
    font-size: 70%;
}

/*# Buttons and CTA Elements #*/

.PageHeader .ButtonWrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.ButtonWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

a.QuickLinkCTA {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    height: 70px;
    padding: 13px 18px 10px 18px;
    align-items: center;
    gap: 20px;
    color: #0063A8;
    font-family: "roc-grotesk";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    width: auto;
    min-width: fit-content;
    max-width: 320px;
    justify-content: center;
    border: 3px solid transparent;
    line-height: 1rem;
}

    a.QuickLinkCTA:hover {
        border: 3px solid #0063a8;
    }

    a.QuickLinkCTA img {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }

a.PrimaryCTA {
    display: flex;
    padding: 23px 40px 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-decoration: none;
    width: 100%;
    max-width: 375px;
    height: auto;
    max-height: 60px;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 1.111rem;
    font-weight: 700;
    line-height: 1.111rem;
}

    a.PrimaryCTA.DeepLake {
        background: #0063A8;
    }

        a.PrimaryCTA.DeepLake:hover {
            background: #11436e;
        }

    a.PrimaryCTA.Lime {
        background: #008535;
    }

        a.PrimaryCTA.Lime:hover {
            background: #076735;
        }

    a.PrimaryCTA.Home {
        display: flex;
        padding: 23px 40px 20px 40px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
        color: #FFF;
        text-decoration: none;
        width: 100%;
        max-width: 250px;
        height: auto;
        max-height: 60px;
        font-family: "roc-grotesk", sans-serif !important;
        font-size: 1.111rem;
        font-weight: 700;
        line-height: 1.111rem;
    }


span a.PrimaryCTA.DeepLake, span a.PrimaryCTA.Lime {
    margin-top: 20px;
}

a.SecondaryCTA, button.SecondaryCTA {
    border-radius: 10px;
    display: flex;
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 40px;
    padding: 13px 10px 10px 10px;
    ;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
}

    a.SecondaryCTA.DeepLake, button.SecondaryCTA.DeepLake {
        background: #0063A8;
        color: #F2F2F2;
    }

        a.SecondaryCTA.DeepLake:hover, button.SecondaryCTA.DeepLake:hover {
            background: #11436e;
        }

    a.SecondaryCTA.Lime, button.SecondaryCTA.Lime {
        background: #008535;
        color: #F2F2F2;
    }

        a.SecondaryCTA.Lime:hover, button.SecondaryCTA.Lime:hover {
            background: #076735;
        }

    a.SecondaryCTA.DeepLake.Outlined {
        background: transparent;
        color: #0063A8;
        border: 2px solid #0063A8;
    }

        a.SecondaryCTA.DeepLake.Outlined:hover {
            background: #0064a7;
            color: #FFFFFF;
        }

    a.SecondaryCTA.Snow {
        background: #F2F2F2;
        color: #0063A8;
    }

        a.SecondaryCTA.Snow.Outlined {
            background: transparent;
            color: #F2F2F2;
            border: 2px solid #F2F2F2;
        }

            a.SecondaryCTA.Snow.Outlined.Table {
                display: block;
                padding-top: 10px;
                width: 100%;
                max-width: 200px;
                height: auto;
                max-height: 40px;
                margin: 0 auto;
            }

    a.SecondaryCTA.Honey {
        background: #F1B240;
        color: #323232;
    }

    a.SecondaryCTA.DeepLake.Centered {
        display: flex;
        justify-content: center
    }

a.CompareCTA {
    display: flex;
    padding: 23px 40px 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
    color: #0063A8;
    text-decoration: none !important;
    width: 100%;
    max-width: 450px;
    height: auto;
    max-height: 60px;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 1.111rem;
    font-weight: 700;
    border: 2px solid #0063A8;
    margin: 10px auto 30px auto;
    line-height: 1.111rem;
}

    a.CompareCTA:hover {
        background: #0064a7;
        color: #FFFFFF;
    }

a.ClosingCTA {
    display: flex;
    padding: 23px 20px 20px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    height: auto;
    max-height: 60px;
    font-family: "roc-grotesk", sans-serif !important;
    font-size: .8889rem;
    font-weight: 700;
    line-height: .8889rem;
}

    a.ClosingCTA.Lime {
        background: #008535;
    }

        a.ClosingCTA.Lime:hover {
            background: #076735;
        }

    a.ClosingCTA.DeepLake {
        background: #0063A8;
    }

        a.ClosingCTA.DeepLake:hover {
            background: #11436e;
        }

@media(max-width: 1024px) {
    a.QuickLinkCTA {
        justify-content: flex-start;
        max-width: 400px;
        min-width: 50%
    }

    .PageHeader .ButtonWrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    a.QuickLinkCTA {
        justify-content: flex-start;
        max-width: 400px;
        min-width: 90%
    }

    a.PrimaryCTA, a.CompareCTA {
        width: 100%;
        max-width: 300px;
        max-height: 50px;
        font-size: 1rem;
        font-weight: 700;
        padding: 12px 10px 10px 10px;
    }

    .PageHeader .ButtonWrapper {
        flex-direction: column;
    }
}

/*# Closing CTA Section - Getting Started #*/
h3.ClosingCTA {
    font-family: "azo-sans-web" !important;
    font-size: 1.111rem !important;
    color: #008535 !important;
}

/*# FAQ Widget #*/
h2.FAQWidgetHeading {
    color: #008535;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 2.222rem !important;
}

.FAQContainer {
    border-bottom: 1px solid #008535 !important;
}

.FAQPageResults .title {
    font-size: 1.111rem !important;
    color: #323232;
    font-family: "azo-sans-web" !important;
}

/*# Product Display #*/
.ProductCard {
    display: flex;
    /*max-width: 345px;*/
    height: auto;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F2F2F2;
    margin-bottom: 10px;
}

    .ProductCard.Half {
        max-width: 48%;
        width: 48%;
    }

        .ProductCard.Half.Top {
            justify-content: flex-start;
        }

    .ProductCard.Third {
        max-width: 32%;
        width: 32%;
    }

    .ProductCard.Quarter {
        max-width: 24%;
        width: 24%;
    }

    .ProductCard.Long {
        max-width: 690px;
        flex-direction: row;
    }

    .ProductCard.Full {
        max-width: 100%;
    }

    .ProductCard.Featured {
        background: -webkit-linear-gradient(-90deg, #F1B240 10%, #0063A8 10%);
        background: -o-linear-gradient(-90deg, #F1B240 10%, #0063A8 10%);
        background: -moz-linear-gradient(-90deg, #F1B240 10%, #0063A8 10%);
        background: linear-gradient(180deg, #F1B240 10%, #0063A8 10%);
        color: #F2F2F2;
    }

    .ProductCard.Home {
        width: 50%;
        max-width: 548px;
        padding: 40px;
        text-align: left;
        align-items: flex-start;
    }

.ProductCardGroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.ProductCard .HeadingWrapper {
    margin-top: 0;
}

    .ProductCard .HeadingWrapper img {
        width: 75px;
        height: auto;
        margin-bottom: 10px;
    }

    .ProductCard .HeadingWrapper h2, .ProductCard .HeadingWrapper h3 {
        margin-top: 10px;
    }

.ExtrasIntro {
    width: 40%;
    margin-right: 50px;
    text-align: left;
}

    .ExtrasIntro h2 {
        text-align: left;
        margin-top: 0;
    }

.ExtrasCardGroup, .ExtrasCardGroup.Three {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .ExtrasCardGroup.Two {
        justify-content: space-evenly;
    }

.ExtrasContainer {
    display: flex;
    width: 100%;
    max-width: 224px;
    height: auto;
    padding: 0;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ExtrasCard {
    display: flex;
    width: 100%;
    height: auto;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 39px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F2F2F2;
}

.ExtrasCard.Icon {
    max-width: 200px;
    padding: 10px;
}

.ExtrasCard a img {
    width: 150px;
    height: auto;
}

@media (max-width: 768px) {
    .ExtrasCard a img {
        width: 50px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .ExtrasCard a img {
        width: 90px;
        height: auto;
    }
}

    .ExtrasCard a img.Icon {
        width: 90px;
        height: auto;
    }

.ContentContainer.Column {
    width: 100%;
    flex-direction: column;
    margin: 10px auto;
}

.Content_1col.Row {
    flex-direction: row;
    gap: 20px;
}

.Content_2col.Row {
    flex-direction: row;
}

.Content_2col.First {
    order: 1;
}

.Content_2col.Second {
    order: 2;
}

.Content_2col.Third {
    order: 3;
}

.Content_2col.Fourth {
    order: 4;
}

table.FinancialStatement {
    text-align: left;
}

#FullWidthContentContainer .IntroParagraph .FlexColumnContainer.RowWrap.Centered {
    margin: 30px auto;
}

    #FullWidthContentContainer .IntroParagraph .FlexColumnContainer.RowWrap.Centered .Content_1col.Row {
        align-items: flex-start;
    }

@media (max-width: 1200px) {
    .Content_2col.Row {
        width: 100%;
        justify-content: center;
    }

    .Content_1col.Row {
        flex-direction: column;
        align-items: center;
    }

    .ProductCardGroup {
        flex-direction: column;
        align-items: center;
    }

    .ProductCard {
        max-width: 725px !important;
        width: 90% !important;
        margin-bottom: 30px;
    }

        .ProductCard.Featured {
            background: -webkit-linear-gradient(-90deg, #F1B240 15%, #0063A8 15%);
            background: -o-linear-gradient(-90deg, #F1B240 15%, #0063A8 15%);
            background: -moz-linear-gradient(-90deg, #F1B240 15%, #0063A8 15%);
            background: linear-gradient(180deg, #F1B240 15%, #0063A8 15%);
            color: #F2F2F2;
        }

    .CDChartOdd {
        background: #e6e6e6
    }

    .CDChartEven {
        background: #FFF
    }
}

@media (max-width: 991px) {
    .Standard h2, .Mint h2 {
        text-align: center;
    }

    .ProductCard.Home {
        width: 100%;
        max-width: 548px;
        padding: 40px;
        text-align: left;
        justify-content: flex-start;
        align-items: center;
    }

    .ProductCardGroup {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .ProductCard.Long {
        max-width: 309px;
        width: 100%;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .ExtrasIntro {
        width: 100%;
        margin-right: 0;
    }

        .ExtrasIntro h2 {
            text-align: center;
        }

    .ExtrasCardGroup {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .ExtrasContainer {
        margin-bottom: 20px;
        margin: auto;
    }

    .ProductCard {
        gap: 10px;
    }

    .Content_2col ul, .Content_2col_Centered ul {
        width: 100%;
    }

        .Content_2col ul li, .Content_2col_Centered ul li {
            text-align: left;
        }

    .Content_2col.Row {
        flex-direction: column;
        width: 100%;
    }

    .Content_2col.Third {
        order: 4;
    }

    .Content_2col.Fourth {
        order: 3;
    }
}

/*# Product Benefits & Highlights #*/
ul.Benefits, .BenefitsBtn {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

    ul.Benefits.Short {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    ul.Benefits li {
        border-radius: 10px;
        width: 100%;
        list-style: none;
        height: auto;
        min-height: 45px;
        padding: 12px 10px 10px 10px;
        line-height: 1.4rem;
    }

        ul.Benefits li:nth-child(even) {
            background: #FFFFFF;
        }

        ul.Benefits li:nth-child(odd) {
            background: #F2F2F2;
        }

@media (max-width: 768px) {
    ul.Benefits li {
        height: auto;
        max-height: none;
    }

    ul.Benefits.Short {
        width: 100%;
    }
}

/*# Images #*/
img.LandingPageBody {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 10px;
}

    img.LandingPageBody.Standalone {
        width: 100%;
        max-width: 450px;
        float: right;
        margin: 0 0 30px 30px;
    }

.LocationDetails img {
    width: 25px;
    height: 25px;
}

img#BankOnLogo {
    float: right;
    width: 150px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    img.LandingPageBody {
        width: 100%;
        max-width: 550px;
        height: auto;
        border-radius: 10px;
        margin: 10px 0 10px 0;
    }

    img#BankOnLogo {
        float: none;
        margin: 20px auto;
    }

    img.LandingPageBody.Standalone {
        max-width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 570px) {
    img.LandingPageBody.Standalone {
        max-width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
}

/*# Carousel and Carousel Images #*/

.swiper-pagination-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-top: 15px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #0063A8 !important;
}

.swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    border: 2px solid #0063A8;
    background: #C0E1FF !important;
}

.swiper-slide-prev a, .swiper-slide-prev a img {
    display: none;
}

.swiper-slide-next {
    border-bottom-right-radius: 20px;
}

a.SlideContent {
    display: flex;
    width: 100%;
    min-width: 630px;
    height: 100%;
    padding: 30px;
    justify-content: flex-start;
    align-items: center;
}

.swiper-slide a img, .swiper-slide-next a img, .swiper-slide-active a img {
    width: 80%;
    max-width: 365px;
    height: auto;
    max-height: 165px;
}

.swiper-slide-active {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}

@media (max-width: 1024px) {
    .swiper-slide {
        background-image: none !important;
    }

        .swiper-slide a img, .swiper-slide-next a img, .swiper-slide-active a img {
            max-width: 350px;
            max-height: 210px;
        }
}

@media (max-width: 875px) {
    .swiper-slide a img, .swiper-slide-next a img, .swiper-slide-active a img {
        max-width: 300px;
        max-height: auto;
    }
}

@media (max-width: 768px) {
    a.SlideContent {
        justify-content: center;
    }

    .swiper-slide a img, .swiper-slide-next a img, .swiper-slide-active a img {
        width: 85%;
        max-width: 400px;
    }

    .swiper-slide-active {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media (max-width: 570px) {
    a.SlideContent {
        justify-content: flex-start;
    }
}

@media (max-width: 450px) {
    .swiper-slide a img, .swiper-slide-next a img, .swiper-slide-active a img {
        width: 85%;
        max-width: 300px;
    }
}

/*# Location Details #*/
.BranchHours tr td, .LocationPage ul {
    font-size: .8333rem;
}

.LocationPage {
    text-align: left;
    align-items: flex-start;
    margin-left: 10px;
}

    .LocationPage ul {
        width: 100%;
    }

@media (max-width: 768px) {
    .LocationPage {
        text-align: left;
        align-items: flex-start;
        margin-left: 0px;
    }
}

/* # Form Styles - Flexbox # */
.FormContainer {
    display: flex;
    width: 100%;
    max-width: 650px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 20px;
}

    .FormContainer .FormLabel {
        width: 25%;
        align-self: center;
        margin-right: 20px;
    }

    .FormContainer .FormField {
        width: 70%;
        align-self: center;
    }

        .FormContainer .FormField .DropDownField {
            width: 100%;
        }

@media (max-width: 768px) {
    .FormContainer {
        max-width: 100%;
        row-gap: 5px;
    }

        .FormContainer .FormLabel, .FormContainer .FormField {
            width: 100%;
        }

    .FormLabel {
        margin: 0;
        position: relative;
        top: 10px;
    }

    .FormField {
        margin-bottom: 15px;
    }
}

/*# Printer-friendly 2024 #*/

/* General Styles */
@media print {
    /* Hide elements that are not necessary in print version */
    .no-print,
    nav,
    .sidebar,
    .advertisement {
        display: none !important;
    }

    /* Hide buttons and CTA elements */
    .ButtonWrapper, .PrimaryCTA, .SecondaryCTA, .ClosingCTA, .ComparisionCTA, #PreFooterContentContainer, h2.Lime.Centered.SectionBreak, .Content_3col_Centered.LimeTile_Border {
        display: none !important;
    }


    /* Ensure the body has no excessive margins */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background: #fff; /* Ensure no background color shows */
        font-size: 12pt; /* Adjust font size for print readability */
        line-height: 1.4;
    }

    /* Remove all background images to save ink */
    * {
        background: none !important;
        box-shadow: none !important;
        color: #000 !important; /* All text in black */
    }

    .PageHeader {
        height: auto !important;
    }

    /* Make links look normal and remove underlines */
    a {
        color: #000 !important;
        text-decoration: none !important;
    }

    /* Ensure images scale properly */
    img {
        max-width: 350px !important;
        height: auto;
        display: block;
    }

    /* Tables should fit nicely on the page */
    table {
        width: 100% !important;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    td {
        padding: 8px;
        border: 1px solid #000 !important;
    }

    table.Rates {
        font-size: 8pt !important;
    }

    /* Optimize heading and text size */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid; /* Avoid page breaks after headings */
        word-break: none;
    }

        h1, h1 a {
            font-size: 2.222rem !important;
            font-weight: 750;
        }

        h2, h2 a {
            font-size: 1.333rem !important;
            font-weight: 750;
            margin-bottom: 10px;
        }

        h3, h3 a, .HeaderSubheading {
            font-size: 1.333rem !important;
            font-weight: 750;
        }

    h4 {
        font-size: 1.333rem !important;
        font-weight: 750;
    }

    h5, .Rtable-column--cell---header a h2 {
        font-size: 1.111rem !important;
        font-weight: 700;
    }

    h6 {
        font-size: 1rem !important;
        font-weight: 700;
    }

    /* Prevent page breaks inside paragraphs */
    p, h1, h2, h3, h4, h5, h6, ul, ol, table, blockquote {
        page-break-inside: avoid;
    }

    /* Adjust margins for printed page */
    @page {
        margin: 1in;
    }

    /* Adjust spacing for header and container elements */
    .PageHeader {
        padding: 0px;
    }
}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
    display: block;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 0 20px 20px 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.FDIC {
    text-align: center;
    background-color: #0063a8;
    color: #fff;
    font-family: "source-sans-pro",sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12.8px;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}

    .FDIC img {
        max-width: 51px;
        width: 100%;
        height: auto
    }

@media(max-width: 570px) {
    .FDIC {
        height: auto;
        padding: 3px;
        gap: 10px
    }
}

/* Start: Bootstrap overrides*/
.navbar {
    display: block;
    --bs-navbar-padding-y: 0;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav, nav {
    display: block;
}

/* End: Bootstrap overrides*/