/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css  */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -ms-overflow-style: scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 1025px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1440px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.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,.col-lg-auto,.col-md,.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,.col-md-auto,.col-sm,.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,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto
}

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1025px) {
    .col-lg {
        -webkit-box-flex:1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-box-flex:1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: inline-flex!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media(min-width: 1025px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 1025px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

.gsc-editing .gsc-gated-cmp-header,.gsc-editing .gsc-gated-header {
    background-color: #00bcd4;
    border: 2px dotted #000;
    font-weight: 700;
    padding: 5px;
    text-align: center
}

.gsc-editing .gsc-gated-cmp-header p,.gsc-editing .gsc-gated-header p {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    position: relative
}

.gsc-editing .gsc-gated-cmp-header p:after,.gsc-editing .gsc-gated-header p:after {
    background-image: url(/~/icon/officeWhite/32x32/eye_blind.png);
    background-position: 0 -2px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 30px
}

.gsc-editing .gsc-gated-cmp-header span,.gsc-editing .gsc-gated-header span {
    color: #00263e
}

.gsc-editing .gsc-gated-header {
    border-style: solid
}

.gsc-editing .gsc-gated-header p {
    color: #fff;
    margin: 15px;
    padding: 3px
}

.gsc-editing .gsc-gated-header p:after {
    background-image: url(/~/icon/apps/32x32/Lock-2.png);
    background-position: 0;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    top: -3px
}

.chosen-container {
    display: inline-block;
    margin: 5px 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.chosen-container:after {
    color: #0026ff;
    content: "\e904";
    font-family: icomoon!important;
    font-size: 1.5em;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
    border: 1px solid #0026ff
}

.chosen-container.chosen-container-active.chosen-with-drop:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.chosen-container.chosen-container-active .chosen-results {
    display: block
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    clip: rect(0,0,0,0);
    background: #fff;
    border-top: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name {
    color: #999;
    font-weight: 400;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    border: 1px solid #0026ff;
    display: block;
    line-height: 24px;
    padding: 1em;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-default {
    color: #777;
    font-style: italic
}

.chosen-container-single .chosen-single span {
    color: #0026ff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px
}

.chosen-container-single .chosen-single div b {
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010
}

.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #0026ff;
    border-radius: 0;
    font-family: sans-serif;
    font-size: 1em;
    height: auto;
    line-height: normal;
    margin: 1px 0;
    outline: 0;
    padding: 4px 20px 4px 5px;
    width: 100%
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
    margin-top: -1px
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    position: absolute
}

.chosen-container-mobile .chosen-search {
    display: none
}

.chosen-container .chosen-results {
    -webkit-overflow-scrolling: touch;
    color: #333;
    display: none;
    margin: 0 4px 4px 0;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative
}

.chosen-container .chosen-results li {
    word-wrap: break-word;
    -webkit-touch-callout: none;
    display: none;
    line-height: 15px;
    list-style: none;
    margin: 0;
    padding: 5px 6px 5px 13px
}

.chosen-container .chosen-results li.active-result {
    color: #0026ff;
    cursor: pointer;
    display: list-item;
    font-size: 15px;
    line-height: 2
}

.chosen-container .chosen-results li.disabled-result {
    color: #777;
    cursor: default;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #0026ff;
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    background: #999;
    color: #777;
    display: list-item
}

.chosen-container .chosen-results li.group-result {
    color: #0026ff;
    cursor: default;
    display: list-item;
    font-size: 15px;
    font-weight: 700;
    line-height: 2
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #0026ff;
    cursor: text;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px 28px 9px 15px;
    position: relative;
    width: 100%
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 2px 0;
    padding: 3px 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    background: transparent!important;
    border: 0!important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0026ff;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin: 1px 0;
    outline: 0;
    padding: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #999;
    border: none;
    border-radius: 3px;
    color: #333;
    cursor: default;
    line-height: 25px;
    margin: 2px 5px 2px 0;
    max-width: 100%;
    padding: 4px 25px 3px 8px;
    position: relative
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(/assetbundles/GSC.Common/img/chosen/chosen-sprite.png) -42px 1px no-repeat;
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 12px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    background-color: #d4d4d4;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#999),color-stop(50%,#999),color-stop(52%,grey),to(75%,grey));
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#999),color-stop(50%,#999),color-stop(52%,grey),color-stop(65%,#777));
    background-image: -webkit-linear-gradient(#999 20%,#999 50%,grey 52%,#777 65%);
    background-image: linear-gradient(#999 20%,#999 50%,grey 52%,#777 65%);
    border: 1px solid #777;
    color: #777;
    padding-right: 5px
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    color: #777;
    cursor: default;
    display: list-item;
    line-height: 2
}

.chosen-container-active .chosen-single {
    border: 1px solid #0026ff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #0026ff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #000!important
}

.chosen-disabled {
    cursor: default;
    opacity: .5!important
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    direction: rtl;
    margin-left: 26px;
    margin-right: 0
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    left: 3px;
    right: auto
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    direction: rtl;
    padding: 4px 5px 4px 20px
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
    .chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text] {
        background-repeat:no-repeat!important;
        -webkit-background-size: 52px 37px!important;
        background-size: 52px 37px!important
    }
}

.no-js #gscArticleFiltersContainer,.no-js .gsc-item-card-grid .gsc-show-more {
    display: none
}

#ArticleMoreListingList {
    width: 100%
}

#gscArticleFilters button {
    background-color: #fff;
    border: 1px solid #8bbce4;
    color: #0026ff;
    cursor: pointer;
    font-size: 15px;
    margin-top: 5px;
    padding-left: 1em;
    position: relative;
    text-align: left
}

#gscArticleFilters button:hover {
    background-color: #eee
}

#gscArticleFilters button:after {
    color: #ff6a00;
    font-family: icomoon!important;
    font-size: 1.2em;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#gscArticleFilters button:focus {
    background-color: #eee
}

#gscArticleFilters .gsc-form-articleFilter-submit:after {
    content: "\e900"
}

#gscArticleFilters fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

#gscArticleFilters .gsc-form-articleFilter-clear:after {
    content: "\e901"
}

#gscArticleFilters .gsc-form-articleFilter-submit-disabled[type=submit] {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed
}

#gscArticleFilters .gsc-form-articleFilter-submit-disabled[type=submit]:after {
    color: #ccc
}

#gscArticleFilters .chosen-container-multi .chosen-choices,#gscArticleFilters .chosen-container-single .chosen-single {
    border: 1px solid #8bbce4;
    border-radius: 5px
}

#gscArticleFilters .chosen-container:after {
    color: #ff6a00
}

#gscArticleFilters .chosen-container-multi .chosen-choices li.search-field input[type=text],#gscArticleFilters .chosen-container-single .chosen-single span {
    font-weight: 700;
    letter-spacing: .0625em;
    text-transform: uppercase
}

.gsc-form-articleFilter-stub {
    color: #0026ff;
    font-size: 1.2em
}

.gsc-form-articleFilter-stub span {
    font-weight: 700
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs {
        padding-top:20px
    }
}

.gsc-component-tabs-tabs ul.ui-tabs-nav {
    margin: 20px auto;
    padding-left: 0
}

@media(min-width: 768px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav {
        display:block
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav {
        text-align:left;
        width: 85%
    }
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav {
        margin-bottom:85px;
        margin-left: 0;
        margin-top: 0;
        width: 91%
    }
}

.gsc-component-tabs-tabs ul.ui-tabs-nav:after {
    clear: both;
    content: "";
    display: table
}

@media(min-width: 768px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li {
        display:inline-block;
        list-style-type: none;
        text-align: center
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li {
        width:24%
    }
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li {
        padding:0 1em;
        vertical-align: top;
        width: 17%
    }
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li.ui-state-active a,.gsc-component-tabs-tabs ul.ui-tabs-nav li.ui-state-active a:link {
    border-bottom: 3px solid #ff6a00;
    color: #0026ff;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li.ui-state-active a,.gsc-component-tabs-tabs ul.ui-tabs-nav li.ui-state-active a:link {
        font-size:1.375em;
        letter-spacing: 0;
        padding-bottom: 25px
    }
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li.ui-state-active a:focus {
    outline: 1px solid aqua
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li a,.gsc-component-tabs-tabs ul.ui-tabs-nav li a:link {
    color: #0026ff;
    font-size: 1em;
    font-weight: 400;
    padding: 0 0 15px;
    text-decoration: none
}

@media(min-width: 768px)and (max-width:991px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li a,.gsc-component-tabs-tabs ul.ui-tabs-nav li a:link {
        padding:0 1em 15px
    }
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li a,.gsc-component-tabs-tabs ul.ui-tabs-nav li a:link {
        border-bottom:3px solid #fff;
        display: inline-block;
        font-size: 1.375em;
        letter-spacing: 0;
        padding-bottom: 25px;
        text-align: center
    }
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li a:active,.gsc-component-tabs-tabs ul.ui-tabs-nav li a:hover {
    border-bottom: 3px solid #ff6a00;
    padding-bottom: 25px
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li a:focus {
    outline: 1px solid aqua
}

.gsc-component-tabs-tabs ul.ui-tabs-nav li:first-child {
    padding-left: 0
}

@media(min-width: 993px) {
    .gsc-component-tabs-tabs .gsc-inner-width.container .row [class*=col-]:first-child {
        padding-left:0;
        padding-right: 0
    }
}

.gsc-component-tabs-accordion ul.gsc-accordion-list {
    list-style: none;
    margin: 20px auto;
    padding-left: 0
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li {
    border-bottom: 1px solid #dcdddc
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li:first-child {
    border-top: 1px solid #dcdddc
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li>a,.gsc-component-tabs-accordion ul.gsc-accordion-list>li>a:link {
    color: #0026ff;
    display: block;
    font-size: 1em;
    font-weight: 400;
    font-weight: 600;
    padding: .5em 0;
    text-decoration: none
}

@media(min-width: 768px)and (max-width:991px) {
    .gsc-component-tabs-accordion ul.gsc-accordion-list>li>a,.gsc-component-tabs-accordion ul.gsc-accordion-list>li>a:link {
        padding:.7em 0
    }
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li>a:before,.gsc-component-tabs-accordion ul.gsc-accordion-list>li>a:link:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0026ff;
    content: "\e90d";
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    margin-right: 1em;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li a:active,.gsc-component-tabs-accordion ul.gsc-accordion-list>li a:hover {
    color: #0026ff
}

.gsc-component-tabs-accordion ul.gsc-accordion-list>li a:focus {
    outline: 1px solid aqua
}

.gsc-component-tabs-accordion ul.gsc-accordion-list li.gsc-component-tabs-accordion-expanded>a,.gsc-component-tabs-accordion ul.gsc-accordion-list li.gsc-component-tabs-accordion-expanded>a:link {
    color: #0026ff
}

.gsc-component-tabs-accordion ul.gsc-accordion-list li.gsc-component-tabs-accordion-expanded>a:before,.gsc-component-tabs-accordion ul.gsc-accordion-list li.gsc-component-tabs-accordion-expanded>a:link:before {
    color: #0026ff;
    content: "\e904"
}

.gsc-component-tabs-accordion .gsc-component-tabs-accordion-collapsed article {
    display: none
}

.gsc-component-tabs-accordion .gsc-component-tabs-accordion-expanded article {
    display: block
}

@media(min-width: 993px) {
    .gsc-component-tabs-cont .gsc-accordion .gsc-accordion-minus:before,.gsc-component-tabs-cont .gsc-accordion .gsc-accordion-plus:before {
        margin-left:0
    }

    .gsc-component-tabs-cont .gsc-accordion .gsc-accordion-heading {
        padding-left: 0
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .gsc-component-tabs-tabs ul.ui-tabs-nav li a,.gsc-component-tabs-tabs ul.ui-tabs-nav li a:link {
        display: block
    }

    .gsc-component-tabs-tabs ul.ui-tabs-nav li:first-child a,.gsc-component-tabs-tabs ul.ui-tabs-nav li:first-child a:link {
        float: none
    }
}

@-webkit-keyframes gsc-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes gsc-spin {
    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.gsc-no-vertical-scroll {
    height: 100vh;
    overflow-y: hidden!important;
    position: fixed
}

.gsc-hide,.gsc-show {
    display: none
}

.gsc-center-align {
    text-align: center
}

.gsc-left {
    float: left!important
}

.gsc-right {
    float: right!important
}

.gsc-text-left {
    text-align: left!important
}

.gsc-text-right {
    text-align: right!important
}

.gsc-text-center {
    text-align: center!important
}

.gsc-text-justify {
    text-align: justify!important
}

.gsc-p-0 {
    padding: 0!important
}

.gsc-m-0 {
    margin: 0!important
}

.gsc-m-1 {
    margin: 10px!important
}

.gsc-m-2 {
    margin: 20px!important
}

.gsc-m-3 {
    margin: 30px!important
}

.gsc-m-4 {
    margin: 40px!important
}

.gsc-m-5 {
    margin: 50px!important
}

.gsc-mt-0 {
    margin-top: 0!important
}

.gsc-mt-1 {
    margin-top: 10px!important
}

.gsc-mt-2 {
    margin-top: 20px!important
}

.gsc-mt-3 {
    margin-top: 30px!important
}

.gsc-mt-4 {
    margin-top: 40px!important
}

.gsc-mt-5 {
    margin-top: 50px!important
}

.gsc-mr-0 {
    margin-right: 0!important
}

.gsc-mr-1 {
    margin-right: 10px!important
}

.gsc-mr-2 {
    margin-right: 20px!important
}

.gsc-mr-3 {
    margin-right: 30px!important
}

.gsc-mr-4 {
    margin-right: 40px!important
}

.gsc-mr-5 {
    margin-right: 50px!important
}

.gsc-mb-0 {
    margin-bottom: 0!important
}

.gsc-mb-1 {
    margin-bottom: 10px!important
}

.gsc-mb-2 {
    margin-bottom: 20px!important
}

.gsc-mb-3 {
    margin-bottom: 30px!important
}

.gsc-mb-4 {
    margin-bottom: 40px!important
}

.gsc-mb-5 {
    margin-bottom: 50px!important
}

.gsc-ml-0 {
    margin-left: 0!important
}

.gsc-ml-1 {
    margin-left: 10px!important
}

.gsc-ml-2 {
    margin-left: 20px!important
}

.gsc-ml-3 {
    margin-left: 30px!important
}

.gsc-ml-4 {
    margin-left: 40px!important
}

.gsc-ml-5 {
    margin-left: 50px!important
}

.gsc-mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.gsc-mx-1 {
    margin-left: 10px!important;
    margin-right: 10px!important
}

.gsc-mx-2 {
    margin-left: 20px!important;
    margin-right: 20px!important
}

.gsc-mx-3 {
    margin-left: 30px!important;
    margin-right: 30px!important
}

.gsc-mx-4 {
    margin-left: 40px!important;
    margin-right: 40px!important
}

.gsc-mx-5 {
    margin-left: 50px!important;
    margin-right: 50px!important
}

.gsc-my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.gsc-my-1 {
    margin-bottom: 10px!important;
    margin-top: 10px!important
}

.gsc-my-2 {
    margin-bottom: 20px!important;
    margin-top: 20px!important
}

.gsc-my-3 {
    margin-bottom: 30px!important;
    margin-top: 30px!important
}

.gsc-my-4 {
    margin-bottom: 40px!important;
    margin-top: 40px!important
}

.gsc-my-5 {
    margin-bottom: 50px!important;
    margin-top: 50px!important
}

.gsc-card-content-align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.gsc-card-content-align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

img.gsc-rte-img-fluid {
    height: auto!important;
    max-width: 100%!important
}

.gsc-comma-separated a:after {
    content: ",";
    margin-right: 2px
}

.gsc-comma-separated a:last-child:after {
    content: "";
    margin: 0
}

img.gsc-lazy-img-fluid {
    height: auto!important;
    max-width: 100%!important
}

.gsc-mb-8px {
    margin-bottom: 8px!important
}

.gsc-mb-16px {
    margin-bottom: 16px!important
}

.gsc-mb-24px {
    margin-bottom: 24px!important
}

.gsc-mb-32px {
    margin-bottom: 32px!important
}

.gsc-mb-40px {
    margin-bottom: 40px!important
}

.gsc-mt-8px {
    margin-top: 8px!important
}

.gsc-mt-16px {
    margin-top: 16px!important
}

.gsc-mt-24px {
    margin-top: 24px!important
}

.gsc-mt-32px {
    margin-top: 32px!important
}

.gsc-mt-40px {
    margin-top: 40px!important
}

.gsc-skip-links {
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999
}

.gsc-skip-links li,.gsc-skip-links ul {
    line-height: 0;
    margin: 0;
    padding: 0
}

.gsc-skip-links li {
    list-style-type: none
}

.gsc-skip-links li:before {
    content: "";
    display: none
}

.gsc-skip-links .gsc-skip-link {
    left: -99999px;
    position: absolute;
    top: 25px
}

.gsc-skip-links .gsc-skip-link:focus {
    background: #00263e;
    border: 1px solid #2b5a80;
    color: #fff;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 10px 45px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 9999
}

.gsc-close {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.gsc-close:after,.gsc-close:before {
    background-color: #898d8d;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 2px
}

.gsc-close:after {
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%)
}

body,html {
    font-size: 16px
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: mobile;
    height: 100%
}

body {
    background-color: #fff;
    color: #333;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.move {
    left: -9999px;
    position: absolute
}

.clearfix {
    content: " ";
    display: table
}

.clearboth,.clearfix:after {
    clear: both
}

.none {
    display: none
}

:focus,input:focus,textarea:focus {
    outline: none
}

main {
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 56px
}

@media(min-width: 993px) {
    main {
        margin-bottom:80px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .row {
        margin-left:0;
        margin-right: 0
    }
}

.row-no-padding [class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}

@media(min-width: 768px) {
    .row-no-padding [class*=col-] {
        padding-left:0!important;
        padding-right: 0!important
    }
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.no-margin {
    margin: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.spacer {
    margin-top: 1.65em
}

.section-padding {
    margin-bottom: 2.5em
}

.is-hidden {
    display: none
}

.no-border-right {
    border-right: 0!important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.gb-title-large,.gb-title-medium,h1,h2,h3,h4,h5,h6 {
    color: #003145
}

p {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 24px
}

@media(min-width: 993px) {
    p {
        margin:0 0 24px
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    letter-spacing: 0;
    margin: 0 0 24px;
    padding: 0
}

h1 {
    font-size: 1.875em;
    line-height: 28px
}

h1,h2 {
    font-weight: 700
}

h2 {
    font-size: 1.625em;
    line-height: 24px
}

h3 {
    font-size: 1.375em;
    font-weight: 400;
    line-height: 36px
}

h4 {
    font-size: 1.25em
}

h4,h5 {
    font-weight: 400;
    line-height: 24px
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em;
    font-weight: 700;
    line-height: 24px
}

@media(min-width: 993px) {
    h1 {
        font-size:3em;
        line-height: 56px
    }

    h1,h2 {
        font-weight: 700
    }

    h2 {
        font-size: 2.5em;
        line-height: 48px
    }

    h3 {
        font-size: 2em;
        line-height: 40px
    }

    h3,h4 {
        font-weight: 400
    }

    h4 {
        font-size: 1.5em;
        line-height: 32px
    }

    h5 {
        font-size: 1.25em;
        font-weight: 400;
        line-height: 24px
    }

    h6 {
        font-size: 1em;
        font-weight: 700;
        line-height: 20px
    }
}

strong {
    font-weight: 700
}

a,a:link {
    color: #005984;
    font-weight: 400
}

a,a:link,a:visited {
    text-decoration: underline
}

a:visited {
    color: #005b5f
}

a:hover {
    color: #005984;
    text-decoration: none
}

a:focus {
    outline: 1px solid #003145
}

a:active {
    color: #005984;
    text-decoration: none
}

a:focus:hover {
    outline: none
}

sub {
    font-size: smaller;
    line-height: 90%;
    vertical-align: sub
}

sup {
    font-size: .5em;
    line-height: .5em;
    position: relative;
    top: -.3em;
    vertical-align: super
}

.gb-underline {
    text-decoration: underline
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    h1,h3 {
        background: none
    }
}


.rotate-90:before {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.9);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media(min-width: 993px) {
    .gb-inner-width {
        max-width:1200px
    }
}

.gb-inner-width.container {
    padding-left: 15px;
    padding-right: 15px
}

.gb-inner-width.container>.row {
    margin-left: -15px;
    margin-right: -15px
}

.gb-inner-width.container>.row [class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width: 768px) {
    .gb-inner-width.container>.row,.gb-inner-width.container>.row [class*=col-] {
        padding-left:15px;
        padding-right: 15px
    }
}

header.gb-meta-header {
    margin-left: auto;
    margin-right: auto
}

.gb-content-width .gb-general-content {
    margin-bottom: 3.5em;
    margin-top: 3.5em
}

@media(min-width: 993px) {
    .gb-content-width {
        width:1068px
    }
}

.gb-container-blue {
    padding: 1.875em 0
}

@media(min-width: 993px) {
    .gb-container-blue {
        padding:3.75em 0
    }
}

.gb-max-width.container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0
}

.gb-max-width.container .row {
    margin-left: 0;
    margin-right: 0
}

.gb-max-width.container .row.row-no-padding [class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}

.gb-component-cont {
    margin-bottom: 40px
}

.gb-component-cont.gb-rte {
    display: flow-root
}

@media(min-width: 993px) {
    .gb-component-cont {
        margin-bottom:56px
    }
}

.gb-component-cont:last-of-type {
    margin-bottom: 0
}

.gb-component-cont:is(.gb-article-hero,.gb-campaign-hero,.gb-product-hero,.gb-hero-default,.gb-home-hero-container) {
    margin-bottom: 56px
}

@media(min-width: 993px) {
    .gb-component-cont:is(.gb-article-hero,.gb-campaign-hero,.gb-product-hero,.gb-hero-default,.gb-home-hero-container) {
        margin-bottom:80px
    }
}

@media(min-width: 768px) {
    .gb-component-cont:is(.gb-article-hero) {
        margin-top:32px
    }
}

.gb-inner-component {
    margin-bottom: 40px
}

@media(min-width: 993px) {
    .gb-inner-component {
        margin-bottom:56px
    }
}

.gb-inner-component:last-of-type {
    margin-bottom: 0
}

.gb-inner-component:is(.gb-article-hero,.gb-campaign-hero,.gb-product-hero,.gb-hero-default,.gb-home-hero-container) {
    margin-bottom: 56px
}

@media(min-width: 993px) {
    .gb-inner-component:is(.gb-article-hero,.gb-campaign-hero,.gb-product-hero,.gb-hero-default,.gb-home-hero-container) {
        margin-bottom:80px
    }
}

@media(min-width: 768px) {
    .gb-inner-component:is(.gb-article-hero) {
        margin-top:32px
    }
}

.gb-component-cont h1:first-child,.gb-component-cont h2:first-child,.gb-component-cont h3:first-child,.gb-component-cont h4:first-child,.gb-component-cont h5:first-child,.gb-component-cont h6:first-child {
    margin-top: 0;
    padding-top: 0
}

.gb-component-cont .gb-rich-text>.gb-title-large,.gb-component-cont .gb-rich-text>.gb-title-medium,.gb-component-cont .gb-rich-text>p span.gb-title-large,.gb-component-cont .gb-rich-text>p span.gb-title-medium {
    padding-top: 0
}

.gb-component-cont .gb-rich-text>.gb-title-medium~.gb-title-medium,.gb-component-cont .gb-rich-text>.gb-title-medium~p span.gb-title-medium {
    padding-top: 16px
}

.gb-component-cont .gb-rich-text>p:not(:first-child)>span.gb-title-large,.gb-component-cont .gb-rich-text>p:not(:first-child)>span.gb-title-medium {
    margin-bottom: 24px;
    padding-top: 16px
}

.gsc-columns .row>div[class*=gsc-column-] {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-flex-flow: column;
    flex-flow: column
}

.gsc-columns .row>div[class*=gsc-column-] div.gb-rich-text.gb-inner-component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: inline-block;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 0
}

.gb-rte-snippet {
    margin-bottom: 24px
}

.gb-rte-snippet:not(.row).gb-card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.gb-rte-snippet.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0
}

.gb-rte-snippet.gb-content-image-two-col {
    gap: 30px
}

@media(min-width: 993px) {
    .gb-rte-snippet.gb-content-image-two-col {
        -webkit-flex-wrap:inherit;
        flex-wrap: inherit
    }
}

.gb-rte-snippet.gb-content-image-two-col>* {
    margin-bottom: 0
}

@media(min-width: 993px) {
    .gb-rte-snippet.gb-content-image-two-col>* {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: -webkit-calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

.gb-rte-snippet.gb-content-image-three-col {
    gap: 30px
}

@media(min-width: 993px) {
    .gb-rte-snippet.gb-content-image-three-col {
        -webkit-flex-wrap:inherit;
        flex-wrap: inherit
    }
}

.gb-rte-snippet.gb-content-image-three-col>* {
    margin-bottom: 0
}

@media(min-width: 993px) {
    .gb-rte-snippet.gb-content-image-three-col>* {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
        max-width: -webkit-calc(33% - 15px);
        max-width: calc(33% - 15px)
    }
}

.gb-rte-snippet:last-child {
    margin-bottom: 0
}

@media print {
    * {
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        font-weight: bolder;
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: auto
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: auto
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    img,ul {
        page-break-inside: auto
    }
}

.gb-loader {
    height: 100px;
    margin: 100px auto;
    position: relative;
    width: 100px
}

.gb-loader .loading-text {
    bottom: -50px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dot1,.dot2,.dot3 {
    height: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px
}

.dot1:after,.dot2:after,.dot3:after {
    border-radius: 100%;
    content: "";
    display: block;
    height: 16px;
    width: 16px
}

.dot1 {
    -webkit-animation: gsc-spin 1.2s linear infinite;
    animation: gsc-spin 1.2s linear infinite
}

.dot1:after {
    background: #005984
}

.dot2 {
    -webkit-animation: gsc-spin 1.4s linear infinite;
    animation: gsc-spin 1.4s linear infinite
}

.dot2:after {
    background: #faa61a
}

.dot3 {
    -webkit-animation: gsc-spin 1s linear infinite;
    animation: gsc-spin 1s linear infinite
}

.dot3:after {
    background: #00b3be
}

.gb-external-link:not([class*=btn-],[class*=-cta-link]) {
    display: inline-block;
    overflow-wrap: break-word;
    position: relative
}

.gb-external-link:not([class*=btn-],[class*=-cta-link]):after {
    bottom: 3px;
    bottom: 4px;
    display: inline-block;
    font-family: icomoon!important;
    font-size: .79em;
    margin-left: 3px;
    position: relative;
    text-decoration: none
}

.gb-pdf-link,.gb-pdf-link:after {
    display: inline-block;
    position: relative
}

.gb-pdf-link:after {
    bottom: 3px;
    bottom: 4px;
    font-family: icomoon!important;
    font-size: .85em;
    margin-left: 3px;
    text-decoration: none
}

a[class*=btn-].gb-external-link.gb-pdf-link:after,a[class*=btn-].gb-external-link:after,a[class*=btn-].gb-local-link.gb-pdf-link:after,a[class*=btn-].gb-pdf-link:after {
    content: "";
    display: none;
    margin-top: 0
}


@media (-ms-high-contrast:none) {
    .gb-external-link,.gb-external-link.gb-pdf-link,.gb-pdf-link {
        display: inline
    }

    a[class*=btn-].gb-external-link.gb-pdf-link:before {
        top: 50%
    }

    .gb-external-link,.gb-external-link.gb-pdf-link,.gb-pdf-link,::-ms-backdrop {
        display: inline
    }

    .gb-external-link.gb-pdf-link:after,a.gb-external-link:after,a.gb-pdf-link:after {
        display: inline;
        text-decoration: none
    }
}

.gb-external-link.gb-action-map,.gb-external-link.gb-news-card-content,.gb-external-link.gb-region-url,.gb-external-link.gb-share-button,.gb-pdf-link.gb-action-map,.gb-pdf-link.gb-news-card-content,.gb-pdf-link.gb-region-url,.gb-pdf-link.gb-share-button {
    padding-right: 0
}

.gb-explore-card .gb-external-link:after,.gb-explore-card .gb-pdf-link:after,.gb-external-link.gb-action-map:after,.gb-external-link.gb-news-card-content:after,.gb-external-link.gb-region-url:after,.gb-external-link.gb-share-button:after,.gb-pdf-link.gb-action-map:after,.gb-pdf-link.gb-news-card-content:after,.gb-pdf-link.gb-region-url:after,.gb-pdf-link.gb-share-button:after {
    content: "";
    display: none;
    margin-top: 0
}

.gb-footer-social .gb-external-link,.gb-footer-social .gb-pdf-link,.gb-footer-social [class*=btn],.gb-hero-text .gb-external-link,.gb-hero-text .gb-pdf-link,.gb-hero-text [class*=btn],.gb-nav-dropdown .gb-external-link,.gb-nav-dropdown .gb-pdf-link,.gb-nav-dropdown [class*=btn],.gb-secondary-nav .gb-external-link,.gb-secondary-nav .gb-pdf-link,.gb-secondary-nav [class*=btn],.gb-secondary-nav-mobile .gb-external-link,.gb-secondary-nav-mobile .gb-pdf-link,.gb-secondary-nav-mobile [class*=btn],.gb-sticky-cta-btn .gb-external-link,.gb-sticky-cta-btn .gb-pdf-link,.gb-sticky-cta-btn [class*=btn],.gb-team-grid-card .gb-team-card-location .gb-external-link,.gb-team-grid-card .gb-team-card-location .gb-pdf-link,.gb-team-grid-card .gb-team-card-location [class*=btn] {
    padding-right: 0
}

.gb-footer-social .gb-external-link:after,.gb-footer-social .gb-pdf-link:after,.gb-footer-social [class*=btn]:after,.gb-hero-text .gb-external-link:after,.gb-hero-text .gb-pdf-link:after,.gb-hero-text [class*=btn]:after,.gb-nav-dropdown .gb-external-link:after,.gb-nav-dropdown .gb-pdf-link:after,.gb-nav-dropdown [class*=btn]:after,.gb-secondary-nav .gb-external-link:after,.gb-secondary-nav .gb-pdf-link:after,.gb-secondary-nav [class*=btn]:after,.gb-secondary-nav-mobile .gb-external-link:after,.gb-secondary-nav-mobile .gb-pdf-link:after,.gb-secondary-nav-mobile [class*=btn]:after,.gb-sticky-cta-btn .gb-external-link:after,.gb-sticky-cta-btn .gb-pdf-link:after,.gb-sticky-cta-btn [class*=btn]:after,.gb-team-grid-card .gb-team-card-location .gb-external-link:after,.gb-team-grid-card .gb-team-card-location .gb-pdf-link:after,.gb-team-grid-card .gb-team-card-location [class*=btn]:after {
    content: "";
    display: none;
    margin-top: 0
}

.gb-article-read-more .gb-external-link,.gb-article-read-more .gb-pdf-link,.gb-related-link-item .gb-external-link,.gb-related-link-item .gb-pdf-link {
    padding-right: 15px
}

.gb-featured-news-campaign-cta-button .gb-external-link,.gb-featured-news-campaign-cta-button .gb-pdf-link,.gb-link-wrapper .gb-external-link,.gb-link-wrapper .gb-pdf-link {
    padding-right: 50px
}

.gb-rte-disclaimer .gb-external-link.gb-pdf-link:after,.gb-rte-disclaimer .gb-external-link:after,.gb-rte-disclaimer .gb-pdf-link:after,.gb-rte-sources .gb-external-link.gb-pdf-link:after,.gb-rte-sources .gb-external-link:after,.gb-rte-sources .gb-pdf-link:after {
    font-size: 8px
}

.gb-rte-disclaimer .gb-external-link.gb-pdf-link:after,.gb-rte-sources .gb-external-link.gb-pdf-link:after {
    margin-right: 5px
}

.gb-external-link.gb-cta-link:after,.gb-pdf-link.gb-cta-link:after {
    top: 0
}

.gb-external-link.gb-cta-link:after {
    padding-bottom: 5px!important
}

.gb-cta-link2:after {
    content: "";
    display: none
}

.gb-home-hero,.gb-home-hero-container {
    padding-left: 0;
    padding-right: 0
}

.gb-home-hero .gb-hero-pic-container {
    position: relative
}

@media(min-width: 1025px) {
    .gb-home-hero .gb-hero-pic-container {
        overflow:hidden
    }
}

.gb-home-hero .gb-hero-pic-container picture img {
    display: block
}

.gb-home-hero .gb-hero-header-cont {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 121
}

.gb-home-hero .gb-hero-header-cont .container.gb-inner-width {
    padding-left: 0;
    padding-right: 0
}

.gb-home-hero .gb-hero-header-cont .gb-hero-cta-button-cont {
    display: none
}

@media(min-width: 768px) {
    .gb-home-hero .gb-hero-header-cont .gb-hero-cta-button-cont {
        display:block
    }
}

.gb-home-hero h1.gb-hero-header {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0
}

@media screen and (max-width: 991px) {
    .gb-home-hero h1.gb-hero-header {
        line-height:40px
    }
}

@media(min-width: 768px) {
    .gb-home-hero h1.gb-hero-header {
        margin-bottom:24px
    }
}

.gb-home-hero .gb-hero-hr hr {
    display: none
}

@media(min-width: 768px) {
    .gb-home-hero .gb-hero-hr hr {
        border:0;
        border-top: 8px solid #faa61a;
        display: block;
        margin: 0 0 32px;
        width: 68px
    }
}

.gb-home-hero .gb-hero-subheader.gb-title-medium {
    margin: 32px 0 0
}

@media(min-width: 993px) {
    .gb-home-hero .gb-hero-subheader.gb-title-medium {
        margin-top:72px
    }
}

.gb-home-hero .gb-hero-overlay-midnightsky {
    background: rgba(0,49,69,.75);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 120
}

.gb-home-hero .gb-hero-overlay-midnightsky>img {
    display: none
}

@media(min-width: 1025px) {
    .gb-home-hero .gb-hero-overlay-midnightsky>img {
        display:block
    }
}

@media(min-width: 993px) {
    .gb-home-hero .gb-hero-overlay-midnightsky {
        background:rgba(0,49,69,.85);
        background: -webkit-gradient(linear,left top,right top,color-stop(28.64%,#003145),color-stop(49.38%,rgba(0,49,69,.88)),color-stop(57.41%,rgba(0,49,69,.8)),color-stop(66.78%,rgba(0,49,69,.65)),to(rgba(0,49,69,0)));
        background: -webkit-linear-gradient(left,#003145 28.64%,rgba(0,49,69,.88) 49.38%,rgba(0,49,69,.8) 57.41%,rgba(0,49,69,.65) 66.78%,rgba(0,49,69,0));
        background: linear-gradient(90deg,#003145 28.64%,rgba(0,49,69,.88) 49.38%,rgba(0,49,69,.8) 57.41%,rgba(0,49,69,.65) 66.78%,rgba(0,49,69,0))
    }
}

@media(min-width: 768px) {
    .gb-hero-content-cont-outer {
        height:100%;
        left: 0;
        padding-left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.gb-home-hero-subheader {
    padding-top: 36px
}

@media(min-width: 768px) {
    .gb-home-hero-subheader {
        padding-top:56px
    }
}

.gb-home-hero-subheader .gb-hero-subheader {
    color: #333
}

.gb-home-hero-subheader .row {
    padding-left: 0!important
}

.gb-home-hero-subheader .gb-hero-cta-button-cont,.gb-home-hero-subheader .row .gb-home-hero-subheader-cols {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.gb-home-hero-subheader .gb-hero-cta-button-cont {
    display: block;
    padding-bottom: 36px
}

@media(min-width: 768px) {
    .gb-home-hero-subheader .gb-hero-cta-button-cont {
        display:none
    }
}

.gb-home-hero-subheader .gb-hero-subheader {
    margin-bottom: 0
}

.gb-home-hero {
    position: relative
}

.gb-home-hero .gb-hero-pic-container picture {
    position: absolute;
    top: 0
}

@media screen and (max-width: 991px) {
    .gb-home-hero .gb-hero-pic-container picture {
        width:100%
    }
}

.gb-home-hero .gb-hero-pic-container:before {
    content: "";
    display: block;
    padding-top: 58.6666666667%;
    width: 100%
}

@media(min-width: 376px)and (max-width:767px) {
    .gb-home-hero .gb-hero-pic-container:before {
        padding-top:58.8541666667%
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .gb-home-hero .gb-hero-pic-container:before {
        padding-top:58.7890625%
    }
}

@media(min-width: 1025px) {
    .gb-home-hero .gb-hero-pic-container:before {
        padding-top:33.8888888889%
    }
}

.gb-home-hero-video .gb-hero-video-element-wrapper:before {
    content: "";
    display: block;
    padding-top: 58.6666666667%;
    width: 100%
}

@media(min-width: 376px)and (max-width:767px) {
    .gb-home-hero-video .gb-hero-video-element-wrapper:before {
        padding-top:58.8541666667%
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .gb-home-hero-video .gb-hero-video-element-wrapper:before {
        padding-top:58.7890625%
    }
}

@media(min-width: 1025px) {
    .gb-home-hero-video .gb-hero-video-element-wrapper:before {
        padding-top:33.8888888889%
    }
}

.gb-home-hero-video .gb-player-controls-container {
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    width: 100%
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button {
    background: transparent;
    border: none;
    height: 40px;
    margin: 16px;
    padding: 0;
    width: 40px;
    z-index: 122
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button .gb-icon-placeholder {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
    border-color: transparent;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button .gb-icon-placeholder:before {
    font-family: icomoon!important;
    font-size: 1em;
    position: relative
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button.gb-player-play .gb-icon-placeholder:before {
    content: "\f04b";
    left: 2px
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button.gb-player-pause .gb-icon-placeholder:before {
    content: "\f04c"
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button:hover {
    cursor: pointer
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button:hover>span {
    background: #fff;
    color: #003145
}

.gb-home-hero-video .gb-player-controls-container .gb-player-button:active,.gb-home-hero-video .gb-player-controls-container .gb-player-button:focus,.gb-home-hero-video .gb-player-controls-container .gb-player-button:focus-visible {
    outline: 1px solid #fff;
    outline-offset: 2px
}

.gb-hero-video-element-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 121
}

.gb-hero-video-element {
    background-color: transparent;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.gb-hero-video-element video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gb-hero-video-element .vjs-poster {
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    width: 100%
}

@media(min-width: 768px) {
    .gb-home-hero-subheader-none {
        padding-top:0
    }
}

.gb-home-hero-subheader-none .gb-hero-cta-button-cont {
    padding-bottom: 0
}

@media(max-width: 1024px) {
    .mobile-menu-open #gb-mobile-search {
        display:block!important;
        margin-top: 100px;
        padding: 0 12px
    }
}

.gb-global-search-cont {
    margin-left: 1em
}

@media(min-width: 1025px) {
    .gb-global-search-cont {
        float:right;
        width: 100%
    }
}

@media(min-width: 1200px) {
    .gb-global-search-cont {
        width:100%
    }
}

.gb-global-search-cont[class*=col-] {
    display: none
}

@media(min-width: 1025px) {
    .gb-global-search-cont[class*=col-] {
        display:block
    }
}

.gb-global-search-cont label {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute
}

.gb-global-search {
    clear: both;
    display: none;
    float: right
}

@media(min-width: 1025px) {
    .gb-global-search {
        display:block;
        text-align: right;
        width: 100%
    }
}

.gb-global-search fieldset {
    border: 0;
    margin: .25em 0 0;
    padding-right: 0;
    position: relative
}

.gb-global-search .gb-icon-search {
    color: #faa61a;
    font-size: 1.5em
}

input[type=text].gb-search-box {
    border: 0;
    color: #686a6c;
    font-style: normal;
    font-weight: 400;
    height: 1.5em;
    margin-right: 0;
    padding: .1em 0 0 .5em;
    text-align: left;
    vertical-align: top;
    width: 90%
}

@media(min-width: 993px) {
    input[type=text].gb-search-box {
        margin-right:38px
    }
}

@media(min-width: 1025px) {
    input[type=text].gb-search-box {
        width:6.5em
    }
}

input[type=text].gb-search-box::-webkit-input-placeholder {
    color: #686a6c;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

input[type=text].gb-search-box:-moz-placeholder,input[type=text].gb-search-box::-moz-placeholder {
    color: #686a6c;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

input[type=text].gb-search-box:-ms-input-placeholder {
    color: #686a6c;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

input[type=text].gb-search-box:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0
}

input[type=text].gb-search-box:focus:-moz-placeholder,input[type=text].gb-search-box:focus::-moz-placeholder {
    color: transparent;
    opacity: 0
}

input[type=text].gb-search-box:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0
}

.gb-search-submit {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gb-search-submit:focus .gb-icon-search {
    outline: 1px solid #dcdddc
}

@media(min-width: 993px) {
    input[type=text].gb-search-box {
        width:93%
    }
}

@media(min-width: 1025px) {
    input[type=text].gb-search-box {
        margin-right:0;
        padding-right: 38px;
        width: 100%
    }

    input[type=text].gb-search-box.border {
        border: 1px solid #c4c6c6;
        border-radius: 4px;
        height: 2em;
        margin: 0;
        padding-left: 1em
    }

    input[type=text].gb-search-box.border:focus {
        border: 2px solid #005984
    }

    .gb-global-search fieldset {
        margin-top: 0;
        padding-left: 0;
        padding-top: .4em
    }
}

#gb-mobile-search {
    display: none
}

@media(max-width: 1024px) {
    #gb-megamenu.mobile-menu-open #gb-mobile-search {
        display:block;
        margin-top: 56px;
        padding: 0 20px 0 12px
    }
}

#gb-megamenu.mobile-menu-open #gb-mobile-search fieldset {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 25px 0
}

#gb-megamenu.mobile-menu-open #gb-mobile-search label {
    display: none
}

#gb-megamenu.mobile-menu-open #gb-mobile-search input[type=text] {
    font-size: 18px
}

#gb-megamenu.mobile-menu-open #gb-mobile-search input[type=text]::-webkit-input-placeholder {
    color: #686a6c;
    font-size: 18px;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

#gb-megamenu.mobile-menu-open #gb-mobile-search input[type=text]:-moz-placeholder,#gb-megamenu.mobile-menu-open #gb-mobile-search input[type=text]::-moz-placeholder {
    color: #686a6c;
    font-size: 18px;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

#gb-megamenu.mobile-menu-open #gb-mobile-search input[type=text]:-ms-input-placeholder {
    color: #686a6c;
    font-size: 18px;
    font-style: normal;
    padding-right: 1.5em;
    text-align: left
}

@media(max-width: 1024px) {
    #gb-megamenu.mobile-menu-open .gb-global-search {
        display:contents
    }
}

.gsc-tags {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width: 768px) {
    .gsc-tags {
        gap:24px
    }
}

.gsc-tags .gsc-tag {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    background-color: #005984;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 24px;
    max-width: 100%;
    padding: 6px 10px;
    position: relative
}

@media(min-width: 1025px) {
    .gsc-tags .gsc-tag {
        padding:0 8px 0 16px
    }
}

.gsc-tags .gsc-tag:first-child {
    margin: 0
}

.gsc-tags .gsc-tag .gsc-tag-label {
    font-weight: 700;
    margin-right: 8px
}

@media(min-width: 1025px) {
    .gsc-tags .gsc-tag .gsc-tag-label {
        display:none
    }
}

.gsc-tags .gsc-tag .gsc-close {
    background: #fff;
    border-radius: 50%;
    height: 14px;
    margin-left: 8px;
    position: relative;
    width: 14px
}

.gsc-tags .gsc-tag .gsc-close:after,.gsc-tags .gsc-tag .gsc-close:before {
    background: #005984;
    height: 8px;
    width: 1px
}

.gsc-tags .gsc-tag .gsc-close:focus {
    outline: 1px solid #cfd4d8
}

.gsc-tags .gsc-tag .gsc-close:hover {
    background: #cfd4d8
}

.swiftype-widget .autocomplete {
    background: #fff;
    background-clip: padding-box;
    border: 2px solid #005984;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.12);
    box-shadow: 0 3px 7px rgba(0,0,0,.12);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 18px;
    position: absolute;
    width: 100%
}

.swiftype-widget .autocomplete .st-autocomplete-result {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.swiftype-widget .autocomplete .st-result-title {
    width: 100%
}

.swiftype-widget .autocomplete .st-result-icon {
    text-align: right;
    width: 20%
}

.swiftype-widget .autocomplete .st-result-icon:after {
    color: #003145;
    font-size: 16px
}

.swiftype-widget .autocomplete ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.swiftype-widget .autocomplete li {
    cursor: pointer;
    display: block;
    padding: 16px;
    position: relative;
    text-align: left
}

.swiftype-widget .autocomplete li em {
    background: rgba(250,166,26,.65);
    font-style: normal;
    font-weight: 700
}

.swiftype-widget .autocomplete li .gb-external-link {
    float: right;
    margin-top: 0
}

.swiftype-widget .autocomplete li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.swiftype-widget .autocomplete li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.swiftype-widget .autocomplete li.active {
    background-color: #e6eef3
}

.swiftype-widget .autocomplete li p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0
}

.swiftype-widget .autocomplete li p.title {
    color: #003145;
    word-break: break-word
}

.swiftype-widget .autocomplete li.active p.title {
    color: #003145
}

.swiftype-widget .autocomplete li.noResults {
    pointer-events: none
}

#search-term {
    font-weight: 700
}

#search-term:before {
    content: '"';
    font-weight: 700
}

#search-term:after {
    content: '".';
    font-weight: 700
}

.st-search-container {
    margin-bottom: 80px!important;
    margin-top: 80px!important
}

.st-search-container .st-search-results-count,.st-search-container .st-search-results-text-part-2,.st-search-container .st-search-results-text-part-3 {
    display: none
}

.results-intro {
    position: relative
}

.results-intro h5 {
    color: #333;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 16px
}

@media(min-width: 768px) {
    .results-intro h5 {
        text-align:right
    }
}

.results-intro h4 {
    color: #333;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-weight: 400;
    margin: 0
}

@media(min-width: 768px) {
    .results-intro h4 {
        font-size:1.5em;
        line-height: 1.33;
        margin-bottom: 24px
    }
}

.results-intro h4+.gsc-tags {
    margin: 8px 0
}

@media(min-width: 768px) {
    .results-intro h4+.gsc-tags {
        margin:24px 0 0
    }
}

.results-item {
    background-color: #fff;
    border: 1px solid #cfd4d8;
    -webkit-box-shadow: 0 1px 14px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 14px 0 rgba(0,0,0,.1);
    margin: 0 0 16px;
    padding: 40px 24px
}

.results-item:last-child {
    margin: 0
}

.results-item h4 {
    font-size: 1.5em;
    line-height: 28px;
    margin: 0 0 16px
}

.results-item a {
    color: #005984;
    cursor: pointer;
    font-weight: 700;
    line-height: 28px;
    text-decoration: underline;
    -webkit-transition: all .2s;
    transition: all .2s
}

.results-item a:visited {
    color: #005b5f;
    text-decoration: underline
}

.results-item a:active,.results-item a:focus,.results-item a:hover {
    text-decoration: none
}

.results-item a:after {
    font-size: 12px;
    font-weight: 400;
    vertical-align: super
}

.results-item span {
    color: #333;
    font-size: 1em;
    line-height: 24px;
    word-break: break-word
}

.search-results-paging .paging {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
    row-gap: 24px
}

@media(min-width: 1025px) {
    .search-results-paging .paging {
        margin:80px 0 0
    }
}

.search-results-paging .paging li {
    color: #005984;
    float: left;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-weight: 700;
    margin: 0 24px 0 0;
    text-align: center
}

.search-results-paging .paging li:last-child {
    margin: 0
}

.search-results-paging .paging a,.search-results-paging .paging span {
    display: block
}

.search-results-paging .paging a {
    border: 1px solid #005984;
    color: #005984;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.33;
    padding: 18px 30px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.search-results-paging .paging a:hover {
    background: #005984;
    color: #fff
}

.search-results-paging .paging a.page-next,.search-results-paging .paging a.st-next {
    border: none;
    color: #005984;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 24px;
    padding: 0
}

.search-results-paging .paging a.page-next:hover,.search-results-paging .paging a.st-next:hover {
    background: none;
    text-decoration: underline
}

.search-results-paging .paging .active {
    background: #005984;
    border: 1px solid #005984;
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    padding: 18px 30px
}

.gsc-dynamic-search-facets .gsc-facet-wrapper {
    border-top: 1px solid #cfd4d8;
    padding-top: 8px
}

.gsc-dynamic-search-facets .gsc-facet-wrapper:first-child {
    border: none
}

@media(min-width: 1025px) {
    .gsc-dynamic-search-facets .gsc-facet-wrapper:first-child {
        border-top:1px solid #cfd4d8
    }
}

.gsc-dynamic-search-facets h3 {
    color: #333;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont {
    display: inline-block;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 49%
}

.gsc-dynamic-search-facets .gsc-checkbox-cont label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin: 6px 0 0;
    text-transform: uppercase
}

.gsc-dynamic-search-facets .gsc-checkbox-cont.full-width {
    width: 100%
}

.gsc-dynamic-search-facets .gsc-checkbox-cont input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.gsc-dynamic-search-facets .gsc-checkbox-cont .gsc-checkmark {
    background-color: #fff;
    border: 2px solid #003145;
    cursor: pointer;
    height: 18px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 18px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont .gsc-checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 11px;
    left: 5px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont input:checked~.gsc-checkmark {
    background-color: #003145;
    border-color: #003145
}

.gsc-dynamic-search-facets .gsc-checkbox-cont input:checked~.gsc-checkmark:after {
    color: #fff;
    display: block
}

.gsc-dynamic-search-facets .gsc-checkbox-cont input:disabled~.gsc-checkmark {
    border-color: #003145
}

.gsc-dynamic-search-facets .gsc-checkbox-cont.gsc-stack .gsc-checkmark {
    top: 2px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont:focus,.gsc-dynamic-search-facets .gsc-radio-cont:focus {
    outline: 1px solid #003145
}

.gsc-dynamic-search-facets .gsc-checkbox-cont {
    margin: 0 0 24px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont.full-width {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px)
}

.gsc-dynamic-search-facets .gsc-checkbox-cont .gsc-checkmark {
    left: 0
}

.gsc-dynamic-search-facets .gsc-checkbox-cont+.clear-selection,.gsc-dynamic-search-facets .gsc-checkbox-cont+.view-more {
    color: #003145;
    display: inline-block;
    margin: 0 0 40px
}

.gsc-dynamic-search-facets .gsc-checkbox-cont:last-child {
    margin-bottom: 40px
}

.gsc-st-actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
    margin-bottom: 16px
}

@media(min-width: 1025px) {
    .gsc-st-actions {
        display:none
    }
}

.gsc-st-actions:before {
    color: #005984;
    content: "\e90d";
    font-family: icomoon!important;
    font-size: 20px;
    font-weight: 700
}

.gsc-st-actions .gsc-filter-menu-btn {
    border-bottom: 2px solid #005984;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s
}

.gsc-st-actions .gsc-filter-menu-btn:active,.gsc-st-actions .gsc-filter-menu-btn:focus {
    border-bottom-color: transparent
}

#gsc-faceted-search-menu {
    background: #f5f6f7;
    bottom: 0;
    display: none;
    left: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
    width: 0;
    z-index: 999
}

#gsc-faceted-search-menu h3 {
    font-size: 1.125em;
    line-height: 24px;
    margin-bottom: 40px
}

@media(min-width: 1025px) {
    #gsc-faceted-search-menu h3 {
        font-size:1.5em;
        line-height: 28px;
        margin-bottom: 48px
    }
}

#gsc-faceted-search-menu .gsc-dynamic-search-menu-header {
    display: block;
    position: relative
}

@media(min-width: 1025px) {
    #gsc-faceted-search-menu .gsc-dynamic-search-menu-header {
        display:none
    }
}

#gsc-faceted-search-menu .gsc-dynamic-search-menu-header .gsc-close {
    top: -28px
}

@media(min-width: 1025px) {
    #gsc-faceted-search-menu {
        background:none;
        display: block;
        overflow-x: initial;
        overflow-y: initial;
        position: relative;
        width: 100%
    }
}

#gsc-faceted-search-menu.open {
    -webkit-box-shadow: -10px 0 75px rgba(0,0,0,.3);
    box-shadow: -10px 0 75px rgba(0,0,0,.3);
    display: block;
    padding: 40px 15px 15px;
    width: 100vw;
    z-index: 3002
}

@media(min-width: 768px)and (max-width:991px) {
    #gsc-faceted-search-menu.open {
        left:auto!important;
        max-width: 526px;
        min-width: 140px;
        width: 68%
    }
}

.gb-betabar-outer-cont {
    background-color: red;
    color: #fff;
    display: none;
    font-weight: 400;
    position: relative;
    z-index: 2
}

.gb-betabar-outer-cont a,.gb-betabar-outer-cont a:link {
    color: #fff;
    text-decoration: underline
}

.gb-betabar-top-inner {
    font-size: 1em;
    min-height: 50px;
    padding: 16px 0
}

.gb-betabar-backlink {
    display: block;
    font-size: .875em;
    font-weight: 700;
    padding: 10px 0 0
}

@media(min-width: 768px) {
    .gb-betabar-backlink {
        display:inline-block;
        padding: 0 0 0 20px
    }
}

.gb-betabar-message {
    padding: 0 40px;
    text-align: center
}

.gb-betabar-close {
    position: absolute;
    right: 8px;
    top: 30%
}

@media(min-width: 768px) {
    .gb-betabar-close {
        right:30px;
        top: 25%
    }
}

.gb-betabar-close-button {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    margin: 0;
    overflow: visible
}

.gb-footer-main-cont {
    background: #eceeef
}

@media(min-width: 993px) {
    .gb-footer-main-cont {
        padding-top:0
    }
}

.gb-footer-logo-cont .gb-logo {
    margin-bottom: 0;
    margin-top: 0
}

.gb-footer-navigation-cont {
    margin-top: 30px
}

@media(min-width: 993px) {
    .gb-footer-navigation-cont {
        margin-top:40px
    }
}

.gb-footer-main {
    color: #005984;
    padding-bottom: 48px;
    padding-top: 48px
}

.gb-footer-main a,.gb-footer-main a:link {
    color: #005984;
    text-decoration: none
}

.gb-footer-main a:active,.gb-footer-main a:hover {
    color: #00263e
}

.gb-footer-main ul {
    list-style-type: none;
    padding: 0
}

.gb-footer-main h3 {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0
}

.gb-footer-main h3>a {
    color: #005984;
    font-weight: 700
}

.gb-footer-col {
    margin-bottom: 12px;
    margin-bottom: 32px;
    margin-top: 0;
    padding: 0 2.5em 0 2em
}

@media(min-width: 993px) {
    .gb-footer-col {
        margin-bottom:0
    }
}

.gb-footer-col li {
    line-height: 24px;
    margin-bottom: 12px
}

@media(min-width: 993px) {
    .gb-footer-col li {
        margin-bottom:16px
    }
}

.gb-footer-col li a,.gb-footer-col li a:link {
    color: #005984;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline
}

.gb-footer-col li a:link:visited,.gb-footer-col li a:visited {
    color: #005b5f
}

.gb-footer-col li a:active,.gb-footer-col li a:hover {
    color: #005984;
    text-decoration: none
}

.gb-footer-col li:last-child {
    margin-bottom: 0
}

.gb-footer-col li:first-child,.gb-footer-col li:first-child a,.gb-footer-col li:first-child a:link {
    color: #333;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none
}

.gb-footer-col li:first-child a:active,.gb-footer-col li:first-child a:hover,.gb-footer-col li:first-child a:link:active,.gb-footer-col li:first-child a:link:hover {
    text-decoration: underline
}

.gb-footer-col li:first-child a:link:visited,.gb-footer-col li:first-child a:visited {
    text-decoration: none
}

.gb-footer-hr {
    border-top: 1px solid #6facde;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 1.875em
}

.gb-footer-hr ul {
    padding-bottom: 0
}

.gb-footer-base-outer-cont {
    background: #f3f4f4;
    color: #005984;
    font-size: .875em
}

@media(min-width: 768px) {
    .gb-footer-base-outer-cont .row {
        margin-left:15px;
        margin-right: 15px
    }
}

.gb-footer-social {
    margin: 24px 0
}

@media(min-width: 993px) {
    .gb-footer-social {
        margin:0
    }
}

.gb-footer-social ul {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media(min-width: 993px) {
    .gb-footer-social ul {
        -webkit-box-pack:start;
        -webkit-justify-content: start;
        justify-content: start
    }
}

.gb-footer-social ul li {
    margin-right: 24px
}

.gb-footer-social ul li:last-child {
    margin-right: 0
}

.gb-footer-social ul li a,.gb-footer-social ul li a:link {
    color: #003145;
    font-size: 1.4em;
    text-decoration: none;
    vertical-align: middle
}

.gb-footer-social ul li a:active,.gb-footer-social ul li a:hover {
    color: #4d6f7d
}

.gb-footer-social i:before {
    margin-bottom: 1px
}

.gb-footer-social i.gb-icon-twitter {
    font-size: .75em
}

.gb-footer-social i.gb-icon-twitter:before {
    position: relative;
    top: -2px
}

.gb-footer-social i.gb-icon-linkedin-open {
    margin-right: 5px
}

a.gb-footer-back-top,a.gb-footer-back-top:link {
    color: #005984;
    float: right;
    font-size: .875em;
    text-transform: uppercase
}

.gb-footer-back-top:focus {
    outline: none
}

.gb-footer-back-top:focus i:before {
    border: 1px solid #2b5a80;
    color: #005984;
    outline: none;
    outline: 1px solid #a4c8e1
}

.gb-footer-back-top i {
    color: #005984;
    font-size: 1.5em;
    margin-left: 7px;
    vertical-align: text-bottom
}

.gb-footer-back-top i:before {
    border: 1px solid #005984;
    border-radius: 50%;
    padding: 2.5px
}

.gb-footer-back-top i:hover:before {
    background-color: #2b5a80;
    color: #eceeef
}

.gb-footer-back-top i:active:before {
    background-color: #00263e;
    color: #fff
}

.gb-footer-back-top i:focus:before {
    border: 1px solid #2b5a80;
    color: #005984;
    outline: 1px solid #a4c8e1
}

.gb-footer-base-nav {
    margin: 2.5em 0 1em
}

@media(min-width: 768px) {
    .gb-footer-base-nav {
        margin-bottom:1.875em;
        margin-top: 1.875em
    }
}

@media(min-width: 993px) {
    .gb-footer-base-nav {
        margin:0
    }
}

.gb-footer-base-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

@media(min-width: 768px) {
    .gb-footer-base-nav ul {
        text-align:left
    }
}

@media(min-width: 993px) {
    .gb-footer-base-nav ul {
        margin-bottom:1.875em;
        margin-top: 1.875em
    }
}

.gb-footer-base-nav ul li {
    margin: 0
}

@media(min-width: 993px) {
    .gb-footer-base-nav ul li {
        display:inline-block;
        margin-right: 1em
    }
}

.gb-footer-base-nav ul li a,.gb-footer-base-nav ul li a:link {
    color: #005984;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71;
    text-decoration: none
}

.gb-footer-base-nav ul li a:active,.gb-footer-base-nav ul li a:hover {
    color: #00263e
}

.gb-footer-bottom-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 16px
}

@media(min-width: 993px) {
    .gb-footer-bottom-cont {
        gap:initial
    }
}

.gb-footer-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center
}

@media(min-width: 993px) {
    .gb-footer-copy {
        text-align:left
    }
}

.gb-footer-copy p {
    margin: 0;
    padding: 0
}

.gb-footer-bottom-nav {
    text-align: center
}

@media(min-width: 768px) {
    .gb-footer-bottom-nav {
        text-align:left
    }
}

.gb-footer-bottom-nav ul {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    row-gap: 16px
}

@media(min-width: 993px) {
    .gb-footer-bottom-nav ul {
        -webkit-box-pack:start;
        -webkit-justify-content: start;
        justify-content: start
    }
}

.gb-footer-bottom-nav ul li {
    display: inline-block;
    line-height: 16px;
    padding-right: 16px
}

.gb-footer-bottom-nav ul li a,.gb-footer-bottom-nav ul li a:link {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none
}

.gb-footer-bottom-nav ul li a:active,.gb-footer-bottom-nav ul li a:hover {
    color: #333;
    text-decoration: underline
}

.gb-footer-bottom-nav ul li a:after {
    margin-left: 6px;
    text-decoration: none;
    vertical-align: text-bottom
}

.gb-footer-bottom-nav ul:last-child {
    padding-right: 0
}

.gb-footer-cta {
    text-align: center
}

@media(min-width: 768px) {
    .gb-footer-cta {
        text-align:right
    }
}

@media(min-width: 993px) {
    .gb-footer-cta {
        text-align:left
    }
}

.gb-footer-cta a,.gb-footer-cta a:link {
    font-weight: 700;
    text-decoration: none
}

.gb-footer-bottom {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px
}

.gb-footer-bottom b,.gb-footer-bottom strong {
    color: #003145
}

.gb-back-to-top {
    display: none
}

@media(min-width: 1025px) {
    .gb-back-to-top {
        background-color:#005984;
        border: none;
        bottom: 120px;
        color: #fff;
        cursor: pointer;
        font-family: Verdana,Arial,Helvetica,Sans-Serif;
        font-size: 14px;
        font-stretch: condensed;
        font-style: normal;
        font-weight: 700;
        height: 96px;
        letter-spacing: 1.5px;
        line-height: 16px;
        padding: 12px 15px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 97px
    }

    .gb-back-to-top i {
        display: block;
        margin: 10px auto 18px;
        width: 100%
    }

    .gb-back-to-top i:before {
        display: block;
        font-size: 35px;
        line-height: 0
    }

    .gb-back-to-top:active,.gb-back-to-top:hover {
        background-color: #003e5c
    }

    .gb-back-to-top:active i:before,.gb-back-to-top:active span,.gb-back-to-top:hover i:before,.gb-back-to-top:hover span {
        color: #fff
    }
}

.gb-meta-header {
    background-color: #cfd4d8;
    position: relative;
    z-index: 123
}

@media(min-width: 1025px) {
    .gb-meta-header {
        position:relative;
        z-index: 10000;
    }
}

.gb-meta-header a {
    font-size: 16px;
    line-height: 20px
}

.gb-meta-header a,.gb-meta-header a:link {
    color: #333;
    text-decoration: none
}

.gb-meta-header a:active,.gb-meta-header a:hover {
    color: #333;
    text-decoration: underline
}

.gb-main-header {
    border-bottom: 1px solid #cfd4d8;
    height: 53px
}

@media(min-width: 1025px) {
    .gb-main-header {
        background:#fff;
        height: 80px;
        position: relative;
        z-index: 3002
    }
}

.gb-header-top-inner {
    font-size: .875em;
    height: 42px
}

.gb-header-content {
    padding-top: 11px
}

.gb-region-container {
    width: auto
}

.gb-region-dropdown {
    display: block;
    position: relative
}

.gb-region-dropdown-btn {
    background-color: transparent;
    border: 0;
    color: #333;
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 45px;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    min-width: 165px;
    padding-left: 0;
    padding-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gb-region-dropdown-btn:focus {
    outline: none
}

.gb-region-dropdown-btn:focus .gb-region-selector {
    outline: 1px solid #005984
}

.gb-region-dropdown-btn .gb-region-selector {
    height: inherit;
    position: relative;
    width: 100%
}

.gb-region-dropdown-btn .gb-region-selector .gb-current-region {
    bottom: 17px;
    color: #333;
    font-size: 16px;
    left: 18px;
    line-height: 17px;
    padding-right: 30px;
    position: absolute;
    width: 100%
}

.gb-region-dropdown-btn .gb-region-selector.active span:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.gb-region-dropdown-btn .gb-region-selector:before {
    bottom: 17px;
    font-family: icomoon;
    font-size: 1.35em;
    left: 0;
    position: absolute
}

.gb-region-dropdown-btn .gb-region-selector span:after {
    bottom: 0;
    font-family: icomoon;
    font-size: 1.5em;
    position: absolute;
    right: 12px
}

.gb-region-hide {
    display: none
}

.gb-region-show {
    display: block
}

.gb-region-dropdown-content {
    background: #fff;
    border: 1px solid #cfd4d8;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 14px rgba(0,0,0,.1);
    box-shadow: 0 1px 14px rgba(0,0,0,.1);
    min-width: 200px;
    padding: 8px 0;
    position: absolute;
    top: 38px;
    z-index: 2
}

@media(min-width: 993px) {
    .gb-region-dropdown-content {
        z-index:10001
    }
}

.gb-region-dropdown-content a {
    display: block;
    padding: 12px 32px
}

.gb-region-dropdown-content a.selected {
    position: relative
}

.gb-region-dropdown-content a:hover {
    background: #f5f6f7;
    text-decoration: none
}

.gb-region-dropdown-content a.selected:before {
    speak: none;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 10px;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 13px
}

.gb-region-dropdown-content a.gb-external-link:after {
    content: ""!important
}

.gb-region-dropdown-content .gb-region-url {
    color: #333;
    display: block;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 10px 0 10px 30px;
    text-align: left;
    text-decoration: none
}

.gb-region-dropdown-content .gb-region-url:hover {
    background-color: #e2e3e3
}

.gb-logo {
    height: 24px;
    max-width: inherit
}

@media(min-width: 1025px) {
    .gb-logo-svg {
        height:24px
    }
}

.gb-header-main {
    font-weight: 400
}

@media(max-width: 1024px) {
    .gb-header-main .gb-logo {
        height:16px;
        margin-bottom: 20px;
        margin-top: 17px
    }
}

@media(min-width: 1025px) {
    .gb-header-main .gb-logo {
        height:24px;
        margin-top: 28px
    }
}

#gb-a11y-skip-menu {
    padding-top: 16px
}

#gb-a11y-skip-menu li>a,#gb-a11y-skip-menu li>a:focus {
    background: #fff;
    border: 2px solid #003145;
    color: #003145;
    padding: 16px 24px
}

.gb-secondary-nav {
    display: none;
    float: right
}

.gb-secondary-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.gb-secondary-nav ul li {
    display: inline-block;
    margin-left: .5em
}

@media(min-width: 1200px) {
    .gb-secondary-nav ul li {
        margin-left:32px
    }
}

.gb-secondary-nav ul li:first-child {
    margin-left: 0
}

@media(min-width: 993px) {
    .gb-secondary-nav {
        display:block
    }
}

.gb-secondary-nav-mobile {
    background-color: #f3f4f4;
    height: 100%;
    margin: 2em -1.3em 0;
    padding-top: 3em
}

.gb-secondary-nav-mobile ul {
    color: #898d8d;
    font-size: .875em;
    margin-left: 28px;
    padding: 0
}

@media(min-width: 768px) {
    .gb-secondary-nav-mobile ul {
        margin:0 65px 0 80px
    }
}

.gb-secondary-nav-mobile ul li {
    list-style-type: none;
    margin-bottom: 1.5em
}

.gb-secondary-nav-mobile ul li a:hover {
    color: #00263e;
    text-decoration: none
}

.mm-panel:not(.mm-hidden) {
    overflow: hidden
}

@supports(-webkit-overflow-scrolling:touch) {
    .mm-panel:not(.mm-hidden) {
        overflow: auto
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.1) {
    .mm-panel:not(.mm-hidden),_:-webkit-full-screen {
        overflow:auto
    }
}

.gb-campaign-hero,.gb-product-hero {
    max-width: 100%
}

.gb-campaign-hero.container,.gb-product-hero.container {
    padding-left: 0;
    padding-right: 0
}

.gb-campaign-hero .gb-hero-pic-container,.gb-product-hero .gb-hero-pic-container {
    position: relative
}

@media(min-width: 1025px) {
    .gb-campaign-hero .gb-hero-pic-container,.gb-product-hero .gb-hero-pic-container {
        overflow:hidden
    }
}

.gb-campaign-hero .gb-hero-pic-container picture img,.gb-product-hero .gb-hero-pic-container picture img {
    display: block
}

.gb-campaign-hero .gb-hero-header-cont,.gb-product-hero .gb-hero-header-cont {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media(min-width: 1025px) {
    .gb-campaign-hero .gb-hero-header-cont,.gb-product-hero .gb-hero-header-cont {
        bottom:0
    }
}

.gb-campaign-hero .gb-hero-header-cont .container.gb-inner-width,.gb-product-hero .gb-hero-header-cont .container.gb-inner-width {
    padding-left: 0;
    padding-right: 0
}

.gb-campaign-hero h1.gb-hero-header,.gb-product-hero h1.gb-hero-header {
    color: #fff;
    margin-bottom: 24px
}

@media(max-width: 1024px) {
    .gb-campaign-hero h1.gb-hero-header,.gb-product-hero h1.gb-hero-header {
        line-height:40px
    }

    .gb-campaign-hero .gb-hero-hr,.gb-product-hero .gb-hero-hr {
        padding-left: 15px;
        padding-right: 15px
    }
}

.gb-campaign-hero .gb-hero-hr hr,.gb-product-hero .gb-hero-hr hr {
    border: 0;
    border-top: 8px solid #faa61a;
    margin: 0 0 32px;
    width: 68px
}

@media(max-width: 1024px) {
    .gb-campaign-hero .gb-hero-hr,.gb-product-hero .gb-hero-hr {
        display:none
    }
}

.gb-campaign-hero .container.gb-inner-width>.row,.gb-product-hero .container.gb-inner-width>.row {
    row-gap: 32px
}

.gb-campaign-hero .gb-hero-subheader.gb-title-medium,.gb-product-hero .gb-hero-subheader.gb-title-medium {
    margin: 32px 0 0
}

@media(min-width: 993px) {
    .gb-campaign-hero .gb-hero-subheader.gb-title-medium,.gb-product-hero .gb-hero-subheader.gb-title-medium {
        margin-top:72px
    }
}

.gb-campaign-hero .gb-hero-cta,.gb-product-hero .gb-hero-cta {
    font-weight: 400;
    margin: 0
}

.gb-campaign-hero .gb-hero-cta .gb-hero-cta-text-cont,.gb-product-hero .gb-hero-cta .gb-hero-cta-text-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 2px 4px 25px 2px rgba(89,88,81,.12);
    box-shadow: 2px 4px 25px 2px rgba(89,88,81,.12);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    text-align: center
}

@media(min-width: 768px) {
    .gb-campaign-hero .gb-hero-cta .gb-hero-cta-text-cont,.gb-product-hero .gb-hero-cta .gb-hero-cta-text-cont {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .gb-campaign-hero .gb-hero-cta .gb-hero-cta-text-cont>*,.gb-product-hero .gb-hero-cta .gb-hero-cta-text-cont>* {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        flex: 1 1 0
    }
}

@media(min-width: 1025px) {
    .gb-campaign-hero .gb-hero-cta .gb-hero-cta-text-cont,.gb-product-hero .gb-hero-cta .gb-hero-cta-text-cont {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-bottom-left-radius: 30px 30px;
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 48px;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 40px 48px;
        z-index: 2
    }

    .gb-campaign-hero .gb-hero-cta .gb-hero-cta-text,.gb-product-hero .gb-hero-cta .gb-hero-cta-text {
        padding-left: 0;
        padding-right: 0
    }
}

.gb-campaign-hero .gb-hero-cta .gb-hero-cta-text .gb-title-medium,.gb-product-hero .gb-hero-cta .gb-hero-cta-text .gb-title-medium {
    color: #333;
    font-weight: 400
}

.gb-campaign-hero .gb-hero-cta .gb-hero-cta-button-cont,.gb-product-hero .gb-hero-cta .gb-hero-cta-button-cont {
    padding-left: 0;
    padding-right: 0
}

.gb-campaign-hero .gb-hero-overlay-midnightsky,.gb-product-hero .gb-hero-overlay-midnightsky {
    background: rgba(0,49,69,.75);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .gb-campaign-hero .gb-hero-overlay-midnightsky>img,.gb-product-hero .gb-hero-overlay-midnightsky>img {
        display:none
    }
}

@media(min-width: 993px) {
    .gb-campaign-hero .gb-hero-overlay-midnightsky,.gb-product-hero .gb-hero-overlay-midnightsky {
        background:rgba(0,49,69,.85);
        background: -webkit-gradient(linear,right top,left top,from(rgba(0,49,69,0)),color-stop(rgba(0,49,69,.7)),color-stop(64%,#003145));
        background: -webkit-linear-gradient(right,rgba(0,49,69,0),rgba(0,49,69,.7),#003145 64%);
        background: linear-gradient(270deg,rgba(0,49,69,0),rgba(0,49,69,.7),#003145 64%)
    }
}

@media(max-width: 767px) {
    .gb-inner-width.container .row [class*=col-].gb-hero-text-cont {
        padding-left:15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 991px) {
    .gb-inner-width.container .row [class*=col-].gb-hero-cta-text {
        padding-left:0;
        padding-right: 0
    }

    .gb-inner-width.container.gb-article-hero .row [class*=col-],.gb-inner-width.container.gb-content-hero .row [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}

.gb-campaign-hero,.gb-product-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(min-width: 1200px) {
    .gb-campaign-hero>div.container.gb-inner-width:nth-child(2),.gb-product-hero>div.container.gb-inner-width:nth-child(2) {
        z-index:1
    }

    .gb-campaign-hero>div.container.gb-inner-width:nth-child(2):has(.gb-hero-subheader,.gb-hero-cta-text-cont),.gb-product-hero>div.container.gb-inner-width:nth-child(2):has(.gb-hero-subheader,.gb-hero-cta-text-cont) {
        margin-top: -64px
    }
}

.gb-campaign-hero>div.container.gb-inner-width:nth-child(2) .gb-title-medium.gb-hero-subheader,.gb-product-hero>div.container.gb-inner-width:nth-child(2) .gb-title-medium.gb-hero-subheader {
    margin-top: 0;
    padding-top: 30px
}

@media(min-width: 1200px) {
    .gb-campaign-hero>div.container.gb-inner-width:nth-child(2) .gb-title-medium.gb-hero-subheader,.gb-product-hero>div.container.gb-inner-width:nth-child(2) .gb-title-medium.gb-hero-subheader {
        padding-top:136px
    }
}

.gb-campaign-hero .gb-hero-pic-container picture,.gb-product-hero .gb-hero-pic-container picture {
    position: absolute;
    top: 0
}

@media screen and (max-width: 991px) {
    .gb-campaign-hero .gb-hero-pic-container picture,.gb-product-hero .gb-hero-pic-container picture {
        width:100%
    }
}

.gb-product-hero .gb-hero-pic-container:before {
    content: "";
    display: block;
    padding-top: 58.6666666667%;
    width: 100%
}

@media(min-width: 376px)and (max-width:767px) {
    .gb-product-hero .gb-hero-pic-container:before {
        padding-top:58.8541666667%
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .gb-product-hero .gb-hero-pic-container:before {
        padding-top:58.7890625%
    }
}

@media(min-width: 1025px) {
    .gb-product-hero .gb-hero-pic-container:before {
        padding-top:19.4444444444%
    }
}

.gb-campaign-hero .gb-hero-pic-container:before {
    content: "";
    display: block;
    padding-top: 58.6666666667%;
    width: 100%
}

@media(min-width: 376px)and (max-width:767px) {
    .gb-campaign-hero .gb-hero-pic-container:before {
        padding-top:58.8541666667%
    }
}

@media(min-width: 768px)and (max-width:1024px) {
    .gb-campaign-hero .gb-hero-pic-container:before {
        padding-top:58.7890625%
    }
}

@media(min-width: 1025px) {
    .gb-campaign-hero .gb-hero-pic-container:before {
        padding-top:40.2777777778%
    }
}

.gb-hero-cont.gb-hero-default.gb-bg-midnight-sky {
    color: #fff
}

.gb-hero-cont.gb-hero-default.gb-bg-midnight-sky>.gb-container.gb-inner-width {
    background: #003145
}

@media(min-width: 768px) {
    .gb-hero-cont.gb-hero-default.gb-bg-full {
        background:#003145
    }
}

.gb-hero-cont.gb-hero-default.gb-bg-full>.gb-container.gb-inner-width {
    padding-top: 56px
}

.gb-hero-cont.gb-hero-default .gb-hero-hr>hr {
    border-width: 8px;
    color: #faa61a;
    margin-bottom: 24px;
    margin-top: 0;
    width: 68px
}

.gb-hero-cont.gb-hero-default .container .row:last-child hr,.gb-hero-cont.gb-hero-default .container .row:last-child p {
    margin-bottom: 56px
}

.gb-hero-cont.gb-hero-default .gb-title-medium {
    color: #fff
}

.gb-hero-cont .gb-hero-header,.gb-hero-cont h1 {
    color: #fff;
    line-height: 40px
}

@media(min-width: 993px) {
    .gb-hero-cont .gb-hero-header,.gb-hero-cont h1 {
        line-height:56px
    }
}

.gb-hero-cont .gb-hero-cta-text,.gb-hero-cont .gb-hero-subheader,.gb-hero-cont h2,.gb-hero-cont h3 {
    color: #333
}

@media(min-width: 993px) {
    .gb-campaign-hero .gb-hero-hr hr {
        margin-bottom:72px
    }
}

.gb-article-hero {
    margin-bottom: 56px;
    margin-top: 40px;
    padding: 0
}

@media(min-width: 993px) {
    .gb-article-hero {
        margin-bottom:80px;
        margin-top: 56px
    }
}

.gb-article-hero .container.gb-max-width {
    padding-left: 15px;
    padding-right: 15px
}

.gb-article-hero .gb-article-hero-cont {
    border-bottom: 8px solid #faa61a;
    border-right: 8px solid #faa61a;
    display: inline-block;
    position: relative;
    width: 100%
}

.gb-article-hero .gb-article-hero-cont .row {
    margin-left: 40px;
    margin-right: 40px
}

.gb-article-hero .gb-article-hero-cont .row:first-child {
    margin-top: 40px
}

.gb-article-hero .gb-article-hero-cont .row:last-child {
    margin-bottom: 32px
}

.gb-article-hero .gb-article-hero-cont .row p.gb-title-medium {
    margin: 0
}

.gb-article-hero .gb-article-hero-cont:after {
    border-left: 8px solid #faa61a;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 25%
}

.gb-article-hero .gb-article-hero-cont:before {
    border-top: 8px solid #faa61a;
    content: "";
    height: 5px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 170%
}

.gb-article-hero .gb-title-medium {
    color: #003145
}

@media(max-width: 767px) {
    .gb-article-hero .gb-title-medium {
        line-height:28px
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .gb-article-hero .gb-title-medium {
        line-height:40px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .gb-article-hero .gb-title-medium {
        line-height:56px
    }
}

.gb-article-hero h1.gb-hero-header {
    color: #003145
}

@media screen and (max-width: 991px) {
    .gb-article-hero h1.gb-hero-header {
        line-height:40px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .gb-article-hero h1.gb-hero-header {
        line-height:56px
    }
}

.gb-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase
}

.gb-btn.focus,.gb-btn:focus {
    border: 2px solid;
    outline: 1px solid #003145;
    padding: initial
}

.gb-btn.disabled,.gb-btn:disabled {
    cursor: not-allowed
}

.gb-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.gb-btn-md,.gb-btn-md:active,.gb-btn-md:focus,.gb-btn-md:focus:hover {
    padding: 16px 60px 16px 24px;
    text-transform: uppercase
}

.gb-btn-lg,.gb-btn-lg:active,.gb-btn-lg:focus,.gb-btn-lg:focus:hover {
    padding: 16px 150px 16px 24px;
    text-transform: uppercase
}

.gb-btn-block {
    display: block;
    width: 100%
}

.gb-btn-secondary,a.gb-btn-secondary {
    background-color: #003145;
    border: 2px solid #003145;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.gb-btn-secondary:before,a.gb-btn-secondary:before {
    content: "\e90d";
    font-family: icomoon!important;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gb-btn-secondary:link,a.gb-btn-secondary:link {
    color: #fff;
    text-decoration: none
}

.gb-btn-secondary.focus,.gb-btn-secondary:focus,a.gb-btn-secondary.focus,a.gb-btn-secondary:focus {
    background-color: #002230;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-secondary.hover,.gb-btn-secondary:hover,a.gb-btn-secondary.hover,a.gb-btn-secondary:hover {
    background-color: #4d6f7d;
    border: 2px solid #4d6f7d;
    color: #fff
}

.gb-btn-secondary.active,.gb-btn-secondary:active,a.gb-btn-secondary.active,a.gb-btn-secondary:active {
    background-color: #002230;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-secondary.disabled,.gb-btn-secondary.disabled.active,.gb-btn-secondary.disabled.hover,.gb-btn-secondary.disabled:active,.gb-btn-secondary.disabled:hover,.gb-btn-secondary:disabled,.gb-btn-secondary:disabled.active,.gb-btn-secondary:disabled.hover,.gb-btn-secondary:disabled:active,.gb-btn-secondary:disabled:hover,a.gb-btn-secondary.disabled,a.gb-btn-secondary.disabled.active,a.gb-btn-secondary.disabled.hover,a.gb-btn-secondary.disabled:active,a.gb-btn-secondary.disabled:hover,a.gb-btn-secondary:disabled,a.gb-btn-secondary:disabled.active,a.gb-btn-secondary:disabled.hover,a.gb-btn-secondary:disabled:active,a.gb-btn-secondary:disabled:hover {
    background-color: #e2e5e8;
    border: 2px solid #e2e5e8;
    color: #686a6c
}

.gb-btn-secondary.disabled:before,.gb-btn-secondary:disabled:before,a.gb-btn-secondary.disabled:before,a.gb-btn-secondary:disabled:before {
    color: #686a6c
}

.gb-btn-secondary.gb-external-link,.gb-btn-secondary.gb-pdf-link,a.gb-btn-secondary.gb-external-link,a.gb-btn-secondary.gb-pdf-link {
    display: inline-block
}

.gb-btn-secondary:hover,a.gb-btn-secondary:hover {
    background-color: #4d6f7d;
    border: 2px solid #4d6f7d
}

.gb-btn-secondary:active,a.gb-btn-secondary:active {
    background-color: #002230;
    color: #fff
}

.gb-btn-primary,a.gb-btn-primary,input[type=submit].gb-btn-primary {
    background-color: #faa61a;
    border: 2px solid #faa61a;
    border-radius: 2px;
    color: #000f15;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.gb-btn-primary:before,a.gb-btn-primary:before,input[type=submit].gb-btn-primary:before {
    content: "\e90d";
    font-family: icomoon!important;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gb-btn-primary:link,a.gb-btn-primary:link,input[type=submit].gb-btn-primary:link {
    color: #000f15;
    text-decoration: none
}

.gb-btn-primary.focus,.gb-btn-primary:focus,a.gb-btn-primary.focus,a.gb-btn-primary:focus,input[type=submit].gb-btn-primary.focus,input[type=submit].gb-btn-primary:focus {
    background-color: #af7612;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-primary.hover,.gb-btn-primary:hover,a.gb-btn-primary.hover,a.gb-btn-primary:hover,input[type=submit].gb-btn-primary.hover,input[type=submit].gb-btn-primary:hover {
    background-color: #fccb76;
    border: 2px solid #fccb76;
    color: #000f15
}

.gb-btn-primary.active,.gb-btn-primary:active,a.gb-btn-primary.active,a.gb-btn-primary:active,input[type=submit].gb-btn-primary.active,input[type=submit].gb-btn-primary:active {
    background-color: #af7612;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-primary.disabled,.gb-btn-primary.disabled.active,.gb-btn-primary.disabled.hover,.gb-btn-primary.disabled:active,.gb-btn-primary.disabled:hover,.gb-btn-primary:disabled,.gb-btn-primary:disabled.active,.gb-btn-primary:disabled.hover,.gb-btn-primary:disabled:active,.gb-btn-primary:disabled:hover,a.gb-btn-primary.disabled,a.gb-btn-primary.disabled.active,a.gb-btn-primary.disabled.hover,a.gb-btn-primary.disabled:active,a.gb-btn-primary.disabled:hover,a.gb-btn-primary:disabled,a.gb-btn-primary:disabled.active,a.gb-btn-primary:disabled.hover,a.gb-btn-primary:disabled:active,a.gb-btn-primary:disabled:hover,input[type=submit].gb-btn-primary.disabled,input[type=submit].gb-btn-primary.disabled.active,input[type=submit].gb-btn-primary.disabled.hover,input[type=submit].gb-btn-primary.disabled:active,input[type=submit].gb-btn-primary.disabled:hover,input[type=submit].gb-btn-primary:disabled,input[type=submit].gb-btn-primary:disabled.active,input[type=submit].gb-btn-primary:disabled.hover,input[type=submit].gb-btn-primary:disabled:active,input[type=submit].gb-btn-primary:disabled:hover {
    background-color: #e2e5e8;
    border: 2px solid #e2e5e8;
    color: #686a6c
}

.gb-btn-primary.disabled:before,.gb-btn-primary:disabled:before,a.gb-btn-primary.disabled:before,a.gb-btn-primary:disabled:before,input[type=submit].gb-btn-primary.disabled:before,input[type=submit].gb-btn-primary:disabled:before {
    color: #686a6c
}

.gb-btn-primary.gb-external-link,.gb-btn-primary.gb-pdf-link,a.gb-btn-primary.gb-external-link,a.gb-btn-primary.gb-pdf-link,input[type=submit].gb-btn-primary.gb-external-link,input[type=submit].gb-btn-primary.gb-pdf-link {
    display: inline-block
}

.gb-btn-primary:focus,a.gb-btn-primary:focus,input[type=submit].gb-btn-primary:focus {
    border: 2px solid;
    color: #fff
}

.gb-btn-primary:hover,a.gb-btn-primary:hover,input[type=submit].gb-btn-primary:hover {
    background: #fccb76;
    border: 2px solid #fccb76;
    color: #000f15
}

.gb-btn-primary:active,a.gb-btn-primary:active,input[type=submit].gb-btn-primary:active {
    background-color: #af7612;
    color: #fff
}

.gb-btn-tertiary,a.gb-btn-tertiary,a:active.gb-btn-tertiary,a:focus.gb-btn-tertiary,a:focus:hover.gb-btn-tertiary,a:hover.gb-btn-tertiary,a:link.gb-btn-tertiary,a:visited.gb-btn-tertiary {
    background-color: #fff;
    border: 2px solid #005984;
    border-radius: 2px;
    color: #005984;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.gb-btn-tertiary:before,a.gb-btn-tertiary:before,a:active.gb-btn-tertiary:before,a:focus.gb-btn-tertiary:before,a:focus:hover.gb-btn-tertiary:before,a:hover.gb-btn-tertiary:before,a:link.gb-btn-tertiary:before,a:visited.gb-btn-tertiary:before {
    font-family: icomoon!important;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gb-btn-tertiary:link,a.gb-btn-tertiary:link,a:active.gb-btn-tertiary:link,a:focus.gb-btn-tertiary:link,a:focus:hover.gb-btn-tertiary:link,a:hover.gb-btn-tertiary:link,a:link.gb-btn-tertiary:link,a:visited.gb-btn-tertiary:link {
    color: #005984;
    text-decoration: none
}

.gb-btn-tertiary.focus,.gb-btn-tertiary:focus,a.gb-btn-tertiary.focus,a.gb-btn-tertiary:focus,a:active.gb-btn-tertiary.focus,a:active.gb-btn-tertiary:focus,a:focus.gb-btn-tertiary.focus,a:focus.gb-btn-tertiary:focus,a:focus:hover.gb-btn-tertiary.focus,a:focus:hover.gb-btn-tertiary:focus,a:hover.gb-btn-tertiary.focus,a:hover.gb-btn-tertiary:focus,a:link.gb-btn-tertiary.focus,a:link.gb-btn-tertiary:focus,a:visited.gb-btn-tertiary.focus,a:visited.gb-btn-tertiary:focus {
    background-color: #003e5c;
    border-radius: 4px;
    color: #005984;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-tertiary.hover,.gb-btn-tertiary:hover,a.gb-btn-tertiary.hover,a.gb-btn-tertiary:hover,a:active.gb-btn-tertiary.hover,a:active.gb-btn-tertiary:hover,a:focus.gb-btn-tertiary.hover,a:focus.gb-btn-tertiary:hover,a:focus:hover.gb-btn-tertiary.hover,a:focus:hover.gb-btn-tertiary:hover,a:hover.gb-btn-tertiary.hover,a:hover.gb-btn-tertiary:hover,a:link.gb-btn-tertiary.hover,a:link.gb-btn-tertiary:hover,a:visited.gb-btn-tertiary.hover,a:visited.gb-btn-tertiary:hover {
    background-color: #005984;
    border: 2px solid #005984;
    color: #fff
}

.gb-btn-tertiary.active,.gb-btn-tertiary:active,a.gb-btn-tertiary.active,a.gb-btn-tertiary:active,a:active.gb-btn-tertiary.active,a:active.gb-btn-tertiary:active,a:focus.gb-btn-tertiary.active,a:focus.gb-btn-tertiary:active,a:focus:hover.gb-btn-tertiary.active,a:focus:hover.gb-btn-tertiary:active,a:hover.gb-btn-tertiary.active,a:hover.gb-btn-tertiary:active,a:link.gb-btn-tertiary.active,a:link.gb-btn-tertiary:active,a:visited.gb-btn-tertiary.active,a:visited.gb-btn-tertiary:active {
    background-color: #003e5c;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #005984;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.14px;
    position: relative;
    text-align: left
}

.gb-btn-tertiary.disabled,.gb-btn-tertiary.disabled.active,.gb-btn-tertiary.disabled.hover,.gb-btn-tertiary.disabled:active,.gb-btn-tertiary.disabled:hover,.gb-btn-tertiary:disabled,.gb-btn-tertiary:disabled.active,.gb-btn-tertiary:disabled.hover,.gb-btn-tertiary:disabled:active,.gb-btn-tertiary:disabled:hover,a.gb-btn-tertiary.disabled,a.gb-btn-tertiary.disabled.active,a.gb-btn-tertiary.disabled.hover,a.gb-btn-tertiary.disabled:active,a.gb-btn-tertiary.disabled:hover,a.gb-btn-tertiary:disabled,a.gb-btn-tertiary:disabled.active,a.gb-btn-tertiary:disabled.hover,a.gb-btn-tertiary:disabled:active,a.gb-btn-tertiary:disabled:hover,a:active.gb-btn-tertiary.disabled,a:active.gb-btn-tertiary.disabled.active,a:active.gb-btn-tertiary.disabled.hover,a:active.gb-btn-tertiary.disabled:active,a:active.gb-btn-tertiary.disabled:hover,a:active.gb-btn-tertiary:disabled,a:active.gb-btn-tertiary:disabled.active,a:active.gb-btn-tertiary:disabled.hover,a:active.gb-btn-tertiary:disabled:active,a:active.gb-btn-tertiary:disabled:hover,a:focus.gb-btn-tertiary.disabled,a:focus.gb-btn-tertiary.disabled.active,a:focus.gb-btn-tertiary.disabled.hover,a:focus.gb-btn-tertiary.disabled:active,a:focus.gb-btn-tertiary.disabled:hover,a:focus.gb-btn-tertiary:disabled,a:focus.gb-btn-tertiary:disabled.active,a:focus.gb-btn-tertiary:disabled.hover,a:focus.gb-btn-tertiary:disabled:active,a:focus.gb-btn-tertiary:disabled:hover,a:focus:hover.gb-btn-tertiary.disabled,a:focus:hover.gb-btn-tertiary.disabled.active,a:focus:hover.gb-btn-tertiary.disabled.hover,a:focus:hover.gb-btn-tertiary.disabled:active,a:focus:hover.gb-btn-tertiary.disabled:hover,a:focus:hover.gb-btn-tertiary:disabled,a:focus:hover.gb-btn-tertiary:disabled.active,a:focus:hover.gb-btn-tertiary:disabled.hover,a:focus:hover.gb-btn-tertiary:disabled:active,a:focus:hover.gb-btn-tertiary:disabled:hover,a:hover.gb-btn-tertiary.disabled,a:hover.gb-btn-tertiary.disabled.active,a:hover.gb-btn-tertiary.disabled.hover,a:hover.gb-btn-tertiary.disabled:active,a:hover.gb-btn-tertiary.disabled:hover,a:hover.gb-btn-tertiary:disabled,a:hover.gb-btn-tertiary:disabled.active,a:hover.gb-btn-tertiary:disabled.hover,a:hover.gb-btn-tertiary:disabled:active,a:hover.gb-btn-tertiary:disabled:hover,a:link.gb-btn-tertiary.disabled,a:link.gb-btn-tertiary.disabled.active,a:link.gb-btn-tertiary.disabled.hover,a:link.gb-btn-tertiary.disabled:active,a:link.gb-btn-tertiary.disabled:hover,a:link.gb-btn-tertiary:disabled,a:link.gb-btn-tertiary:disabled.active,a:link.gb-btn-tertiary:disabled.hover,a:link.gb-btn-tertiary:disabled:active,a:link.gb-btn-tertiary:disabled:hover,a:visited.gb-btn-tertiary.disabled,a:visited.gb-btn-tertiary.disabled.active,a:visited.gb-btn-tertiary.disabled.hover,a:visited.gb-btn-tertiary.disabled:active,a:visited.gb-btn-tertiary.disabled:hover,a:visited.gb-btn-tertiary:disabled,a:visited.gb-btn-tertiary:disabled.active,a:visited.gb-btn-tertiary:disabled.hover,a:visited.gb-btn-tertiary:disabled:active,a:visited.gb-btn-tertiary:disabled:hover {
    background-color: #e2e5e8;
    border: 2px solid #e2e5e8;
    color: #686a6c
}

.gb-btn-tertiary.disabled:before,.gb-btn-tertiary:disabled:before,a.gb-btn-tertiary.disabled:before,a.gb-btn-tertiary:disabled:before,a:active.gb-btn-tertiary.disabled:before,a:active.gb-btn-tertiary:disabled:before,a:focus.gb-btn-tertiary.disabled:before,a:focus.gb-btn-tertiary:disabled:before,a:focus:hover.gb-btn-tertiary.disabled:before,a:focus:hover.gb-btn-tertiary:disabled:before,a:hover.gb-btn-tertiary.disabled:before,a:hover.gb-btn-tertiary:disabled:before,a:link.gb-btn-tertiary.disabled:before,a:link.gb-btn-tertiary:disabled:before,a:visited.gb-btn-tertiary.disabled:before,a:visited.gb-btn-tertiary:disabled:before {
    color: #686a6c
}

.gb-btn-tertiary:focus,a.gb-btn-tertiary:focus,a:active.gb-btn-tertiary:focus,a:focus.gb-btn-tertiary:focus,a:focus:hover.gb-btn-tertiary:focus,a:hover.gb-btn-tertiary:focus,a:link.gb-btn-tertiary:focus,a:visited.gb-btn-tertiary:focus {
    border: 2px solid;
    color: #fff
}

.gb-btn-tertiary:hover,a.gb-btn-tertiary:hover,a:active.gb-btn-tertiary:hover,a:focus.gb-btn-tertiary:hover,a:focus:hover.gb-btn-tertiary:hover,a:hover.gb-btn-tertiary:hover,a:link.gb-btn-tertiary:hover,a:visited.gb-btn-tertiary:hover {
    background: #005984
}

.gb-btn-tertiary:active,a.gb-btn-tertiary:active,a:active.gb-btn-tertiary:active,a:focus.gb-btn-tertiary:active,a:focus:hover.gb-btn-tertiary:active,a:hover.gb-btn-tertiary:active,a:link.gb-btn-tertiary:active,a:visited.gb-btn-tertiary:active {
    background-color: #003e5c;
    color: #fff
}

.gb-show-more {
    margin-top: 40px;
    text-align: center
}

.gb-show-more .gb-show-more-inner {
    position: relative
}

.gb-show-more .gb-button-more {
    padding: 16px 32px
}

.gb-show-more .gb-button-more:before {
    content: none
}

@media(min-width: 768px) {
    .gb-show-more .gb-button-more {
        display:inline-block
    }
}

.gb-show-more hr {
    border: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

@media(min-width: 768px) {
    .gb-show-more hr {
        border-top:1.5px solid #005984
    }
}

.gb-theme-midnight-sky {
    background-color: #003145!important
}

.gb-theme-white {
    background-color: #fff
}

.gb-theme-lightgrey {
    background-color: #f5f6f7
}

@media(min-width: 1025px) {
    .display-mobile-only {
        display:none!important
    }
}

.gb-card-flex-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.w-100 {
    width: 100%!important
}

.h-100 {
    height: 100%!important
}

.lazyload,.lazyloading {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .lazyload,.lazyloading {
        height:auto!important
    }
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s
}

/* @media screen and (max-width: 991px) {
    .lazyloaded {
        height: auto !important
    }
} */

.gb-img-lazy-flex-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 1px;
    position: relative;
    width: 100%
}

.gb-img-lazy {
    border: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.gb-img-lazy-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

img.gb-rte-img-fluid {
    height: auto!important;
    max-width: 100%!important
}

.gb-midnight-sky {
    background: #003145
}

.gb-night-sky {
    background: #005984
}

.gb-light-night-sky {
    background: #e6eef3
}

.gb-sun {
    background: #faa61a
}

.gb-fresh-aqua {
    background: #00b3be
}

.gb-fresh-aqua-tint-90 {
    background: #e6f7f9
}

.gb-light-sky {
    background: #72c7e7
}

.gb-light-grey {
    background: #cfd4d8
}

.gb-extra-light-grey {
    background: #f5f6f7
}

.gb-red {
    background: #a61c1c
}

.gb-body-grey {
    background: #333
}

.gb-rte>.row {
    display: block
}

.gb-title-large {
    display: block;
    font-size: 1.375em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px
}

@media(min-width: 993px) {
    .gb-title-large {
        font-size:2em;
        line-height: 40px
    }
}

.gb-title-medium {
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media(min-width: 993px) {
    .gb-title-medium {
        font-size:1.5em;
        line-height: 28px
    }
}

.gb-subtitle1 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 16px;
    text-transform: uppercase
}

@media(min-width: 993px) {
    .gb-subtitle1 {
        line-height:20px
    }
}

.gb-subtitle2 {
    font-size: .875em;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase
}

.gb-body-large {
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px
}

@media(min-width: 993px) {
    .gb-body-large {
        font-size:1.5em;
        line-height: 32px
    }
}

.gb-body-medium {
    font-size: 1em;
    line-height: 24px
}

.gb-body-medium,.gb-body-small {
    font-weight: 400;
    letter-spacing: 0
}

.gb-body-small {
    font-size: .75em;
    line-height: 16px
}

@media(min-width: 993px) {
    .gb-body-small {
        font-size:.875em
    }
}

p.gb-sources {
    font-size: .75em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0
}

@media(min-width: 993px) {
    p.gb-sources {
        font-size:.875em
    }
}

.gb-overline {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase
}

@media(min-width: 993px) {
    .gb-overline {
        font-size:.75em
    }
}

.gb-highlight {
    background-color: #faa61a;
    padding: 1px
}

.gb-body-medium .gb-highlight {
    padding: 1px
}

h1 .gb-highlight {
    padding: 0 2px 2px
}

.gb-title-medium .gb-highlight {
    padding: 2px
}

hr {
    border-style: solid none none;
    border-width: 1px;
    margin: 56px 0
}

a.gb-rte-btn,a.gb-rte-btn-primary,a.gb-rte-btn-secondary,a.gb-rte-btn-tertiary,a[class*=gb-rte-btn] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #003145;
    border: 2px solid #003145;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    display: block;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 16px;
    font-weight: 700;
    gap: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 1.25px;
    line-height: 20px;
    padding: 16px 61px 16px 24px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width: 768px) {
    a.gb-rte-btn,a.gb-rte-btn-primary,a.gb-rte-btn-secondary,a.gb-rte-btn-tertiary,a[class*=gb-rte-btn] {
        display:inline-block;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

a.gb-rte-btn-primary:before,a.gb-rte-btn-secondary:before,a.gb-rte-btn-tertiary:before,a.gb-rte-btn:before,a[class*=gb-rte-btn]:before {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

a.gb-rte-btn-primary:link,a.gb-rte-btn-secondary:link,a.gb-rte-btn-tertiary:link,a.gb-rte-btn:link,a[class*=gb-rte-btn]:link {
    color: #fff;
    text-decoration: none
}

a.gb-rte-btn-primary:hover.gb-external-link:after,a.gb-rte-btn-secondary:hover.gb-external-link:after,a.gb-rte-btn-tertiary:hover.gb-external-link:after,a.gb-rte-btn:hover.gb-external-link:after,a[class*=gb-rte-btn]:hover.gb-external-link:after {
    vertical-align: baseline
}

a.gb-rte-btn-primary:active,a.gb-rte-btn-secondary:active,a.gb-rte-btn-tertiary:active,a.gb-rte-btn:active,a[class*=gb-rte-btn]:active {
    border: 1px solid #fff
}

a.gb-rte-btn-primary:focus,a.gb-rte-btn-secondary:focus,a.gb-rte-btn-tertiary:focus,a.gb-rte-btn:focus,a[class*=gb-rte-btn]:focus {
    background-color: #003145;
    border: 2px solid;
    border-radius: 3px;
    color: #fff
}

a.gb-rte-btn-primary:not(:disabled):not(.disabled),a.gb-rte-btn-secondary:not(:disabled):not(.disabled),a.gb-rte-btn-tertiary:not(:disabled):not(.disabled),a.gb-rte-btn:not(:disabled):not(.disabled),a[class*=gb-rte-btn]:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.gb-rte-btn-secondary {
    background-color: #003145;
    border: 2px solid #003145;
    color: #fff
}

a.gb-rte-btn-secondary:link,a.gb-rte-btn-secondary:visited {
    color: #fff
}

a.gb-rte-btn-secondary:hover {
    background-color: #4d6f7d;
    border: 2px solid #4d6f7d;
    color: #fff
}

a.gb-rte-btn-secondary:hover:before {
    color: #fff
}

a.gb-rte-btn-secondary:active {
    background-color: #002230;
    color: #fff
}

a.gb-rte-btn-secondary:active:before,a.gb-rte-btn-secondary:before {
    color: #fff
}

a.gb-rte-btn-secondary.gb-external-link:after {
    vertical-align: baseline
}

a.gb-rte-btn-primary {
    background-color: #faa61a;
    border: 2px solid #faa61a;
    color: #000f15
}

a.gb-rte-btn-primary:link,a.gb-rte-btn-primary:link:before {
    color: #000f15
}

a.gb-rte-btn-primary:hover {
    background: #fccb76;
    border: 2px solid #fccb76;
    color: #000f15
}

a.gb-rte-btn-primary:hover:before {
    color: #000f15
}

a.gb-rte-btn-primary:active {
    background-color: #af7612;
    color: #fff
}

a.gb-rte-btn-primary:active:before {
    color: #fff
}

a.gb-rte-btn-primary:focus {
    background-color: #af7612;
    color: #fff
}

a.gb-rte-btn-primary:focus:before {
    color: #fff
}


a.gb-rte-btn-tertiary {
    background-color: #fff;
    border: 2px solid #005984;
    color: #005984
}

a.gb-rte-btn-tertiary:before,a.gb-rte-btn-tertiary:link,a.gb-rte-btn-tertiary:visited {
    color: #005984
}

a.gb-rte-btn-tertiary:hover {
    background: #005984;
    border: 2px solid #005984;
    color: #fff
}

a.gb-rte-btn-tertiary:hover:before {
    color: #fff
}

a.gb-rte-btn-tertiary:active {
    background-color: #003e5c;
    color: #fff
}

a.gb-rte-btn-tertiary:active:before,a.gb-rte-btn-tertiary:focus,a.gb-rte-btn-tertiary:focus:before {
    color: #fff
}

a.gb-cta-link {
    background-image: -webkit-linear-gradient(330deg,#faa61a,#faa61a);
    background-image: linear-gradient(120deg,#faa61a,#faa61a);
    background-position: 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 95.5% 2px;
    background-size: 95.5% 2px;
    color: #005984;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 2px;
    padding-left: 3px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: -webkit-background-size .25s ease-in;
    transition: -webkit-background-size .25s ease-in;
    transition: background-size .25s ease-in;
    transition: background-size .25s ease-in,-webkit-background-size .25s ease-in
}

a.gb-cta-link:hover {
    -webkit-background-size: 96% 100%;
    background-size: 96% 100%
}

a.gb-cta-link:after {
    background: #fff;
    color: #005984;
    content: "\e90d";
    font-family: icomoon!important;
    font-size: 1.2em;
    font-weight: 400;
    margin-left: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: text-bottom
}

a.gb-cta-link.gb-external-link,a.gb-cta-link.gb-pdf-link {
    display: table-footer-group
}

a.gb-cta-link2 {
    color: #005984;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 3px;
    text-align: center;
    text-decoration: none;
    text-underline-offset: 3px
}

a.gb-cta-link2:hover {
    text-decoration: underline
}

.gb-rich-text ol~h1,.gb-rich-text ol~h2,.gb-rich-text ol~h3,.gb-rich-text ol~h4,.gb-rich-text ol~h5,.gb-rich-text ol~h6,.gb-rich-text p~h1,.gb-rich-text p~h2,.gb-rich-text p~h3,.gb-rich-text p~h4,.gb-rich-text p~h5,.gb-rich-text p~h6,.gb-rich-text ul~h1,.gb-rich-text ul~h2,.gb-rich-text ul~h3,.gb-rich-text ul~h4,.gb-rich-text ul~h5,.gb-rich-text ul~h6,.gb-rte ol~h1,.gb-rte ol~h2,.gb-rte ol~h3,.gb-rte ol~h4,.gb-rte ol~h5,.gb-rte ol~h6,.gb-rte p~h1,.gb-rte p~h2,.gb-rte p~h3,.gb-rte p~h4,.gb-rte p~h5,.gb-rte p~h6,.gb-rte ul~h1,.gb-rte ul~h2,.gb-rte ul~h3,.gb-rte ul~h4,.gb-rte ul~h5,.gb-rte ul~h6 {
    padding-top: 16px
}

.gb-rich-text>h1:last-child,.gb-rich-text>h2:last-child,.gb-rich-text>h3:last-child,.gb-rich-text>h4:last-child,.gb-rich-text>h5:last-child,.gb-rich-text>h6:last-child,.gb-rich-text>p:last-child {
    margin-bottom: 0
}

.gb-rich-text .gb-title-large,.gb-rich-text .gb-title-medium {
    padding-top: 16px
}

.gb-bg-freshaqua a.gb-cta-link:after {
    background: #00b3be
}

.gb-fresh-aqua-tint-90 a.gb-cta-link:after {
    background: #e6f7f9
}

.gb-bg-extralightgrey a.gb-cta-link:after,.gb-extra-light-grey a.gb-cta-link:after {
    background: #f5f6f7
}

.gb-bg-lightgrey a.gb-cta-link:after {
    background: #cfd4d8
}

.gb-bg-lightnightsky a.gb-cta-link:after {
    background: #e6eef3
}

.gb-bg-lightsky a.gb-cta-link:after {
    background: #72c7e7
}

.gb-bg-nightsky a.gb-cta-link:after {
    background: #005984
}

.gb-bg-sun a.gb-cta-link {
    background-image: -webkit-linear-gradient(330deg,#333,#333);
    background-image: linear-gradient(120deg,#333,#333)
}

.gb-bg-sun a.gb-cta-link:hover {
    color: #fff
}

.gb-bg-sun a.gb-cta-link:after {
    background: #faa61a
}

@media(min-width: 993px) {
    .gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-6,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-6 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 49.3%
    }

    .gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-4,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 31.7%
    }
}

.gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-4,.gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-6,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-4,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-6 {
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 991px) {
    .gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-4,.gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-6,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-4,.gb-rte-image-container.gb-content-image-two-col .gb-content-image-sm.col-lg-6 {
        margin-bottom:24px
    }
}

@media(min-width: 993px) {
    .gb-accordion-comp-cont .gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-4,.gb-component-tabs-content-cont .gb-rte-image-container.gb-content-image-three-col .gb-content-image-sm.col-lg-4 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 31%;
        flex: 0 0 31%
    }
}

.gb-extra-light-gray-background:after,.gb-extra-light-gray-border:after {
    clear: both;
    content: "";
    display: table
}

.gb-rte-snippet {
    z-index: 1
}

.gb-rte-snippet.gb-content-image-left~hr,.gb-rte-snippet.gb-content-image-right~hr {
    overflow: hidden
}

.gb-rte-snippet img {
    height: auto!important;
    max-width: 100%!important
}

.gb-rte-snippet>.card-body.gb-card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 40px 24px 0;
    row-gap: 24px
}

.gb-rte-snippet>.card-body.gb-card-body h1,.gb-rte-snippet>.card-body.gb-card-body h2,.gb-rte-snippet>.card-body.gb-card-body h3,.gb-rte-snippet>.card-body.gb-card-body h4,.gb-rte-snippet>.card-body.gb-card-body h5,.gb-rte-snippet>.card-body.gb-card-body h6,.gb-rte-snippet>.card-body.gb-card-body p {
    margin: 0
}

.gb-rte-snippet>.card-body.gb-card-body hr {
    margin: 16px 0
}

.gb-rte-snippet>.card-body.gb-card-body .gb-title-large,.gb-rte-snippet>.card-body.gb-card-body .gb-title-medium {
    padding: 0
}

.gb-rte-snippet.gb-extra-light-grey>.card-body.gb-card-body,.gb-rte-snippet.gb-fresh-aqua-tint-90>.card-body.gb-card-body {
    padding-bottom: 40px
}

@media(min-width: 993px) {
    .gb-content-container {
        font-size:1em
    }
}

.gb-content-container p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0
}

.gb-content-container b,.gb-content-container strong {
    font-weight: 700
}

.gb-content-container p:last-child {
    margin-bottom: 24px
}

.gb-content-image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 768px) {
    .gb-content-image-left {
        float:left;
        margin-right: 32px;
        padding-left: 0;
        padding-right: 15px
    }
}

.gb-content-image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 768px) {
    .gb-content-image-right {
        float:right;
        margin-left: 32px;
        padding-left: 15px;
        padding-right: 0
    }
}

.gb-content-image,.gb-content-image-lg,.gb-content-image-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0!important;
    padding-right: 0!important
}

.gb-content-image .gb-content-image-attribution h5,.gb-content-image-lg .gb-content-image-attribution h5,.gb-content-image-sm .gb-content-image-attribution h5 {
    color: #333;
    display: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media(min-width: 993px) {
    .gb-content-image .gb-content-image-attribution h5,.gb-content-image-lg .gb-content-image-attribution h5,.gb-content-image-sm .gb-content-image-attribution h5 {
        display:block;
        font-size: 20px;
        line-height: 28px
    }
}

.gb-content-image .gb-content-image-attribution h6,.gb-content-image-lg .gb-content-image-attribution h6,.gb-content-image-sm .gb-content-image-attribution h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-top: 1.5em
}

@media(min-width: 768px) {
    .gb-content-image .gb-content-image-attribution h6,.gb-content-image-lg .gb-content-image-attribution h6,.gb-content-image-sm .gb-content-image-attribution h6 {
        padding-top:0
    }
}

@media(min-width: 993px) {
    .gb-content-image .gb-content-image-attribution h6,.gb-content-image-lg .gb-content-image-attribution h6,.gb-content-image-sm .gb-content-image-attribution h6 {
        font-size:16px;
        padding-top: 1.188em
    }
}

.gb-content-image-lg {
    padding-bottom: 0
}

.gb-content-image-lg .gb-content-image-attribution h6 {
    margin-top: 0;
    padding-top: 1.5em
}

@media(min-width: 768px) {
    .gb-content-image-lg .gb-content-image-attribution h6 {
        padding-top:0
    }
}

.gb-content-image-sm {
    padding-bottom: 0
}

.gb-content-image-sm img {
    height: auto!important;
    max-width: 100%!important
}

@media(min-width: 768px) {
    .gb-content-image-sm .gb-content-image-attribution h6 {
        padding-top:1.5em
    }
}

@media(min-width: 993px) {
    .gb-content-image-sm .gb-content-image-attribution h6 {
        padding-top:1.188em
    }
}

@media(max-width: 767px) {
    .gb-one-two-col.gb-inner-width.container .gb-large-image-caption-cont.gb-inner-width.container .row .col-sm-12,.gb-one-two-col.gb-inner-width.container .gb-large-video-caption-cont.gb-inner-width.container .row .col-sm-12,.gb-two-one-col.gb-inner-width.container .gb-large-image-caption-cont.gb-inner-width.container .row .col-sm-12,.gb-two-one-col.gb-inner-width.container .gb-large-video-caption-cont.gb-inner-width.container .row .col-sm-12 {
        padding-left:0;
        padding-right: 0
    }
}

.gb-rich-text-content.gb-content-container p:last-child {
    margin-bottom: 0
}

.gb-content-image-inner-wrapper .img-fluid {
    display: block
}

.gb-content-image-attribution p.gb-rte-image-caption {
    margin-bottom: 0
}

.gb-rich-text ol,.gb-rich-text ul,.gb-rich-text-content ol,.gb-rich-text-content ul,.gb-rte ol,.gb-rte ul {
    margin-bottom: 0;
    margin-top: 0
}

.gb-rich-text-content>ol,.gb-rich-text-content>ul,.gb-rich-text>ol,.gb-rich-text>ul,.gb-rte>ol,.gb-rte>ul {
    margin-bottom: 24px
}

.gb-rich-text ul,.gb-rich-text-content ul,.gb-rte ul {
    list-style-position: outside;
    padding-left: 0
}

.gb-rich-text ul li,.gb-rich-text-content ul li,.gb-rte ul li {
    left: 17px;
    margin-right: 22px;
    position: relative
}

.gb-rich-text ul li:not(:last-child),.gb-rich-text-content ul li:not(:last-child),.gb-rte ul li:not(:last-child) {
    margin-bottom: 1em
}

.gb-rich-text ol,.gb-rich-text-content ol,.gb-rte ol {
    counter-reset: item;
    list-style-position: outside;
    list-style-type: decimal;
    margin-right: 22px;
    padding-left: 0;
    position: relative;
    right: -22px
}

.gb-rich-text ol li,.gb-rich-text-content ol li,.gb-rte ol li {
    padding-left: 5px
}

.gb-rich-text ol li:not(:last-child),.gb-rich-text-content ol li:not(:last-child),.gb-rte ol li:not(:last-child) {
    margin-bottom: 1em
}

.gb-rich-text ol li::marker,.gb-rich-text-content ol li::marker,.gb-rte ol li::marker {
    font-weight: 700
}

.gb-rich-text li>ul,.gb-rich-text-content li>ul,.gb-rte li>ul {
    left: 16px;
    margin-top: 16px;
    position: relative
}

.gb-rich-text li>ol,.gb-rich-text-content li>ol,.gb-rte li>ol {
    counter-reset: list;
    list-style-type: lower-alpha;
    margin-top: 16px;
    position: relative
}

.gb-rich-text li>ol>li::marker,.gb-rich-text-content li>ol>li::marker,.gb-rte li>ol>li::marker {
    font-weight: 700
}

.gb-rich-text-content:not(:has(.gb-content-image-attribution))>ol,.gb-rich-text-content:not(:has(.gb-content-image-attribution))>ul,.gb-rich-text:not(:has(.gb-content-image-attribution))>ol,.gb-rich-text:not(:has(.gb-content-image-attribution))>ul,.gb-rte:not(:has(.gb-content-image-attribution))>ol,.gb-rte:not(:has(.gb-content-image-attribution))>ul {
    margin-bottom: 24px
}

.scEnabledChrome .gb-rich-text ol li:before,.scEnabledChrome .gb-rich-text-content ol li:before,.scEnabledChrome .gb-rte ol li:before {
    margin-right: 3px;
    width: 2em
}

@media(max-width: 767px) {
    .gb-table-responsive::-webkit-scrollbar {
        -webkit-overflow-scrolling:auto;
        -webkit-appearance: none;
        width: 12px!important
    }

    .gb-table-responsive::-webkit-scrollbar:vertical {
        width: 12px!important
    }

    .gb-table-responsive::-webkit-scrollbar:horizontal {
        height: 12px!important
    }

    .gb-table-responsive::-webkit-scrollbar-thumb {
        background: #c1c1c1!important;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)!important
    }

    .gb-table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important
    }

    .gb-table-responsive::-webkit-scrollbar-thumb:window-inactive {
        background: #c1c1c1!important
    }
}

.gb-primary-table {
    background: #e6f7f9;
    border: 1px solid #eceeef;
    border-collapse: collapse;
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    width: 99%
}

.gb-primary-table tr.gb-primary-tableTableHeaderRow {
    border: 1px solid #eceeef;
    border-radius: 8px;
    color: #003145;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 10px;
    text-align: left;
    vertical-align: top
}

.gb-primary-table td.gb-primary-tableTableHeaderFirstCol {
    background: #e6f7f9;
    border-bottom: 1px solid #eceeef;
    border-top-left-radius: 8px;
    line-height: 1.5;
    padding: 24px
}

.gb-primary-table td.gb-primary-tableTableHeaderLastCol {
    background: #e6f7f9;
    border-bottom: 1px solid #eceeef;
    border-top-right-radius: 8px;
    line-height: 1.5;
    padding: 24px 24px 24px 30px
}

.gb-primary-table td.gb-primary-tableTableHeaderEvenCol,.gb-primary-table td.gb-primary-tableTableHeaderOddCol {
    background: #e6f7f9;
    border-bottom: 1px solid #eceeef;
    line-height: 1.5;
    padding: 24px 24px 24px 30px
}

.gb-primary-table tr.gb-primary-tableTableOddRow {
    background-color: #fff;
    vertical-align: top
}

.gb-primary-table tr.gb-primary-tableTableEvenRow {
    background-color: #fafbfb;
    border-bottom: 1px solid #eceeef;
    border-top: 1px solid #eceeef;
    vertical-align: top
}

.gb-primary-table td.gb-primary-tableTableFirstCol {
    border-bottom: 1px solid #eceeef;
    padding: 24px
}

.gb-primary-table td.gb-primary-tableTableEvenCol,.gb-primary-table td.gb-primary-tableTableLastCol,.gb-primary-table td.gb-primary-tableTableOddCol {
    border-bottom: 1px solid #eceeef;
    padding: 24px 24px 24px 30px
}

.gb-primary-table tr.gb-primary-tableTableFooterRow {
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 10px;
    text-align: left;
    vertical-align: top
}

.gb-primary-table td.gb-primary-tableTableFooterFirstCol {
    padding: 24px;
    text-align: left
}

.gb-primary-table td.gb-primary-tableTableFooterLastCol {
    border-right: 0;
    padding: 24px;
    text-align: left
}

.gb-primary-table td.gb-primary-tableTableFooterEvenCol,.gb-primary-table td.gb-primary-tableTableFooterOddCol {
    padding: 24px;
    text-align: left
}

.gb-table-responsive {
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%
}

.gb-sticky-first-column .gb-primary-table td.gb-primary-tableTableFirstCol {
    background: #fff;
    border-bottom: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 14px 0 rgba(0,0,0,.1);
    left: 0;
    position: -webkit-sticky;
    position: sticky
}

.gb-sticky-first-column .gb-primary-table td.gb-primary-tableTableHeaderFirstCol {
    background: #e6f7f9;
    border-right: 1px solid #eceeef;
    -webkit-box-shadow: 0 -8px 14px 0 rgba(0,0,0,.1);
    box-shadow: 0 -8px 14px 0 rgba(0,0,0,.1);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.gb-sticky-first-column .gb-primary-table td.gb-primary-tableTableFooterFirstCol {
    background: #e6f7f9;
    border-right: 1px solid #eceeef;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 14px 0 rgba(0,0,0,.1);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.gb-sticky-first-column .gb-primary-table .gb-primary-tableTableEvenRow td.gb-primary-tableTableFirstCol {
    background: #fafbfb
}

.gb-sticky-header .gb-primary-table tr.gb-primary-tableTableHeaderRow {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.gb-table-header-cont {
    margin-bottom: 16px;
    text-align: center
}

@media(min-width: 993px) {
    .gb-table-header-cont {
        margin-bottom:40px
    }
}

.gb-table-header-cont .gb-body-large,.gb-table-header-cont h2 {
    margin-bottom: 16px
}

.gb-table-header-hr {
    display: inline-block;
    text-align: center
}

.gb-table-header-hr>hr {
    border-width: 1px;
    color: #003145;
    margin-bottom: 24px;
    margin-top: 0;
    width: 170px
}

.gb-text-wrap-off .gb-table-responsive {
    white-space: nowrap
}

.gb-hide-table-footer .gb-primary-table .gb-primary-tableTableFooterRow {
    display: none
}

@media(min-width: 993px) {
    .gb-table-float-left .gb-table-responsive {
        float:left;
        margin-right: 1em
    }

    .gb-table-float-right .gb-table-responsive {
        float: right;
        margin-left: 1em
    }
}

.gb-primary-table ol,.gb-primary-table ul {
    margin-top: 0
}

.gb-primary-table ul.gb-accordion-bulletlist {
    color: orange;
    list-style-type: none;
    padding: 0
}

.gb-primary-table ul.gb-accordion-bulletlist li {
    margin-bottom: 1.25em;
    padding-left: 0;
    position: static
}

@media(min-width: 993px) {
    .gb-primary-table ul.gb-accordion-bulletlist li {
        font-size:1.125em;
        line-height: 1.67
    }
}

.gb-primary-table ul.gb-accordion-bulletlist li:before {
    background-color: transparent;
    color: orange;
    content: "\e91f";
    font-family: icomoon!important;
    font-size: 1.6em;
    list-style: none;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    padding: 5px;
    vertical-align: middle
}

.gb-primary-table ul.gb-accordion-bulletlist li span {
    padding-left: 0
}

.gb-primary-table ul.gb-accordion-bulletlist li span:before {
    content: ""
}

@media(max-width: 1024px) {
    .gsc-columns .gsc-reverse-two-column .gsc-column-one {
        -webkit-box-ordinal-group:3!important;
        -webkit-order: 2!important;
        order: 2!important
    }

    .gsc-columns .gsc-reverse-two-column .gsc-column-two {
        -webkit-box-ordinal-group: 2!important;
        -webkit-order: 1!important;
        order: 1!important
    }

    .gsc-columns .gsc-reverse-three-column .gsc-column-one {
        -webkit-box-ordinal-group: 4!important;
        -webkit-order: 3!important;
        order: 3!important
    }

    .gsc-columns .gsc-reverse-three-column .gsc-column-two {
        -webkit-box-ordinal-group: 3!important;
        -webkit-order: 2!important;
        order: 2!important
    }

    .gsc-columns .gsc-reverse-three-column .gsc-column-three {
        -webkit-box-ordinal-group: 2!important;
        -webkit-order: 1!important;
        order: 1!important
    }

    .gsc-columns .gsc-reverse-four-column .gsc-column-one {
        -webkit-box-ordinal-group: 5!important;
        -webkit-order: 4!important;
        order: 4!important
    }

    .gsc-columns .gsc-reverse-four-column .gsc-column-two {
        -webkit-box-ordinal-group: 4!important;
        -webkit-order: 3!important;
        order: 3!important
    }

    .gsc-columns .gsc-reverse-four-column .gsc-column-three {
        -webkit-box-ordinal-group: 3!important;
        -webkit-order: 2!important;
        order: 2!important
    }

    .gsc-columns .gsc-reverse-four-column .gsc-column-four {
        -webkit-box-ordinal-group: 2!important;
        -webkit-order: 1!important;
        order: 1!important
    }
}

.gsc-columns.gb-default [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gsc-columns.gb-default [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gsc-columns.gb-default [class*=col] {
        padding-bottom:24px
    }

    .gsc-columns.gb-default [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gsc-columns.gb-default .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gsc-columns.gb-default .row[class*=gsc-reverse] .gsc-column-one,.gsc-columns.gb-default .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightgrey.gb-bg-full {
    background: #cfd4d8;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightgrey.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightgrey.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightgrey.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightgrey.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightgrey.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightgrey.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightgrey.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightgrey.gb-bg-fixed [class*=row] {
    background: #cfd4d8;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightgrey.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightgrey.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightgrey.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightgrey.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightgrey.gb-rich-text {
    background: #cfd4d8;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-nightsky.gb-bg-full {
    background: #005984;
    color: #fff!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-nightsky.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-nightsky.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-nightsky.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-nightsky.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-nightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-nightsky.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-nightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-nightsky.gb-bg-fixed [class*=row] {
    background: #005984;
    border-radius: 8px;
    color: #fff!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-nightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-nightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-nightsky.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-nightsky.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-nightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-nightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-nightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-nightsky.gb-rich-text {
    background: #005984;
    border-radius: 8px;
    color: #fff!important;
    padding: 16px!important
}

.gb-bg-sun.gb-bg-full {
    background: #faa61a;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-sun.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-sun.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-sun.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-sun.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-sun.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-sun.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-sun.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-sun.gb-bg-fixed [class*=row] {
    background: #faa61a;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-sun.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-sun.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-sun.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-sun.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-sun.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-sun.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-sun.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-sun.gb-rich-text {
    background: #faa61a;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-freshaqua.gb-bg-full {
    background: #00b3be;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-freshaqua.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-freshaqua.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-freshaqua.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-freshaqua.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-freshaqua.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-freshaqua.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-freshaqua.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-freshaqua.gb-bg-fixed [class*=row] {
    background: #00b3be;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-freshaqua.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-freshaqua.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-freshaqua.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-freshaqua.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-freshaqua.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-freshaqua.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-freshaqua.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-freshaqua.gb-rich-text {
    background: #00b3be;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-lightsky.gb-bg-full {
    background: #72c7e7;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightsky.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightsky.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightsky.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightsky.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightsky.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightsky.gb-bg-fixed [class*=row] {
    background: #72c7e7;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightsky.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightsky.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightsky.gb-rich-text {
    background: #72c7e7;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-extralightgrey.gb-bg-full {
    background: #f5f6f7;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-extralightgrey.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-extralightgrey.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-extralightgrey.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-extralightgrey.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-extralightgrey.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-extralightgrey.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-extralightgrey.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-extralightgrey.gb-bg-fixed [class*=row] {
    background: #f5f6f7;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-extralightgrey.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-extralightgrey.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-extralightgrey.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-extralightgrey.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-extralightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-extralightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-extralightgrey.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-extralightgrey.gb-rich-text {
    background: #f5f6f7;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-lightnightsky.gb-bg-full {
    background: #e6eef3;
    color: #333!important;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightnightsky.gb-bg-full [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightnightsky.gb-bg-full [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightnightsky.gb-bg-full [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightnightsky.gb-bg-full [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightnightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightnightsky.gb-bg-full .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightnightsky.gb-bg-full .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightnightsky.gb-bg-fixed [class*=row] {
    background: #e6eef3;
    border-radius: 8px;
    color: #333!important;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 24px;
    padding-top: 24px
}

.gb-bg-lightnightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component {
    margin-bottom: 0
}

.gb-bg-lightnightsky.gb-bg-fixed [class*=row] [class*=col] .gb-inner-component:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 567px) {
    .gb-bg-lightnightsky.gb-bg-fixed [class*=row] [class*=col] {
        padding-bottom:24px
    }

    .gb-bg-lightnightsky.gb-bg-fixed [class*=row] [class*=col]:last-child {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .gb-bg-lightnightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column] {
        padding-bottom:24px
    }

    .gb-bg-lightnightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] .gsc-column-one,.gb-bg-lightnightsky.gb-bg-fixed [class*=row] .row[class*=gsc-reverse] [class*=gsc-column]:first-child {
        padding-bottom: 0
    }
}

.gb-bg-lightnightsky.gb-rich-text {
    background: #e6eef3;
    border-radius: 8px;
    color: #333!important;
    padding: 16px!important
}

.gb-bg-lightgrey {
    color: #333
}

.gb-bg-lightgrey :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-lightgrey :-webkit-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightgrey :-moz-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightgrey :any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightgrey :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightgrey :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightgrey :any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightgrey a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #333
}

.gb-bg-lightgrey :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-bg-nightsky {
    color: #fff
}

.gb-bg-nightsky :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #fff
}

.gb-bg-nightsky :-webkit-any-link:not([class*=-rte-btn]) {
    color: #fff
}

.gb-bg-nightsky :-moz-any-link:not([class*=-rte-btn]) {
    color: #fff
}

.gb-bg-nightsky :any-link:not([class*=-rte-btn]) {
    color: #fff
}

.gb-bg-nightsky :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #fff
}

.gb-bg-nightsky :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #fff
}

.gb-bg-nightsky :any-link:not([class*=-rte-btn]):visited {
    color: #fff
}

.gb-bg-nightsky a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #fff
}

.gb-bg-nightsky :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #fff
}

.gb-bg-sun {
    color: #333
}

.gb-bg-sun :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-sun :-webkit-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-sun :-moz-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-sun :any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-sun :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-sun :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-sun :any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-sun a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #333
}

.gb-bg-sun :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-bg-freshaqua {
    color: #333
}

.gb-bg-freshaqua :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-freshaqua :-webkit-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-freshaqua :-moz-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-freshaqua :any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-freshaqua :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-freshaqua :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-freshaqua :any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-freshaqua a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #333
}

.gb-bg-freshaqua :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-bg-lightsky {
    color: #333
}

.gb-bg-lightsky :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-lightsky :-webkit-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightsky :-moz-any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightsky :any-link:not([class*=-rte-btn]) {
    color: #333
}

.gb-bg-lightsky :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightsky :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightsky :any-link:not([class*=-rte-btn]):visited {
    color: #333
}

.gb-bg-lightsky a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #333
}

.gb-bg-lightsky :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-bg-extralightgrey {
    color: #333
}

.gb-bg-extralightgrey :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-extralightgrey :-webkit-any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-extralightgrey :-moz-any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-extralightgrey :any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-extralightgrey :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-extralightgrey :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-extralightgrey :any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-extralightgrey a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #005984
}

.gb-bg-extralightgrey :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-bg-lightnightsky {
    color: #333
}

.gb-bg-lightnightsky :is(p,hr,label,a.gb-cta-link,a.gb-cta-link2,a:before,a:after) {
    color: #333
}

.gb-bg-lightnightsky :-webkit-any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-lightnightsky :-moz-any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-lightnightsky :any-link:not([class*=-rte-btn]) {
    color: #005984
}

.gb-bg-lightnightsky :-webkit-any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-lightnightsky :-moz-any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-lightnightsky :any-link:not([class*=-rte-btn]):visited {
    color: #005b5f
}

.gb-bg-lightnightsky a:not([class*=-rte-btn]):is(.gb-cta-link,.gb-cta-link2,.gb-cta-link:after,.gb-cta-link2:before) {
    color: #005984
}

.gb-bg-lightnightsky :is(h1,h2,h3,h4,h5,h6,.gb-title-medium,.gb-title-large) {
    color: #003145
}

.gb-theme-midnight-sky .gb-component-msgbox {
    color: #fff
}