.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.global-tabs {
    width: 100%;
    max-width: 1110px;
    margin: auto
}

.global-tabs__tablist {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    position: relative
}

@media(max-width: 1145px) {
    .global-tabs__tablist {
        display:none
    }
}

.global-tabs__tablist:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0
}

.global-tabs__tab {
    padding: 13px 32px;
    cursor: pointer;
    flex-basis: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.global-tabs__tab:first-child {
    padding-left: 0
}

.global-tabs__tab:last-child {
    padding-right: 5px
}

.global-tabs__tab .plus {
    display: flex;
    border-left: 2px solid #c4c4c4;
    border-top: 2px solid #c4c4c4;
    transform: rotate(-135deg);
    transition: .3s;
    height: 13px;
    width: 13px;
    cursor: pointer;
    margin-top: 10px
}

.global-tabs__tab--active {
    border-bottom: 3px solid #000
}

.global-tabs__tab--active .plus {
    border-color: #000
}

.global-tabs__tab .tab-heading-content {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0
}

@media(min-width: 1145px) {
    .global-tabs__content {
        display:none
    }
}

.global-tabs__content.show-content {
    display: block
}

.hightlight-tab-bg-variation .global-tabs__tab--active {
    color: var(--tab-text-color);
    background-color: var(--tabs-background);
    border-bottom: 0
}

.tabs-with-radius-white-text-color .global-tabs .cmp-accordion__header {
    color: #fff
}

.tabs-with-radius-white-text-color .global-tabs .cmp-accordion__header .cmp-accordion__icon:before,.tabs-with-radius-white-text-color .global-tabs .cmp-accordion__header .cmp-accordion__icon:after {
    border-color: #fff
}

.tabs-with-radius-white-text-color .global-tabs__tablist {
    border-bottom: 1px solid #fff
}

.tabs-with-radius-white-text-color .global-tabs__tablist:after {
    background: transparent
}

.tabs-with-radius-white-text-color .global-tabs__tab {
    color: #fff
}

.tabs-with-radius-white-text-color .global-tabs__tab--active {
    border-radius: 15px 15px 0 0
}

.full-bleed-background {
    max-width: 100vw !important
}

.full-bleed-background .cmp-tabs {
    max-width: 100vw !important
}

.full-bleed-background .cmp-tabs__tablist {
    max-width: 1112px;
    margin: 0 auto
}

.full-bleed-background .cmp-accordion {
    padding: 0
}

.full-bleed-background .cmp-accordion__header {
    margin: 0 16px
}

.full-bleed-background .cmp-accordion__title {
    padding-right: 30px
}

@media screen and (max-width: 1120px) {
    .full-bleed-background .cmp-container {
        max-width:100vw !important
    }

    .full-bleed-background .cmp-container .aem-Grid .aem-Grid--12,.full-bleed-background .cmp-container .aem-Grid--tablet--12,.full-bleed-background .cmp-container .aem-Grid--default--12,.full-bleed-background .cmp-container .aem-Grid--phone--12 {
        max-width: 720px
    }
}

@media screen and (max-width: 1120px) and (max-width:730px) {
    .full-bleed-background .cmp-container .aem-Grid .aem-Grid--12,.full-bleed-background .cmp-container .aem-Grid--tablet--12,.full-bleed-background .cmp-container .aem-Grid--default--12,.full-bleed-background .cmp-container .aem-Grid--phone--12 {
        max-width:343px
    }
}

.cmp-image__image {
    width: 100%
}

.cmp-image__image {
    width: 100%
}

.cmp-search {
    position: relative
}

.cmp-search__field {
    position: relative;
    height: 2rem
}

.cmp-search__input {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 100%;
    width: 100%
}

.cmp-search__icon {
    display: block;
    position: absolute;
    left: .5rem;
    top: .5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
    background-size: contain;
    width: 1rem;
    height: 1rem;
    pointer-events: none
}

.cmp-search__loading-indicator {
    display: none;
    position: absolute;
    top: .5rem;
    left: .5rem;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    animation: cmp-search__loading-indicator-spin 2s linear infinite
}

@keyframes cmp-search__loading-indicator-spin {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cmp-search__clear {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

.cmp-search__clear-icon {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
    background-size: contain;
    width: 1rem;
    height: 1rem
}

.cmp-search__results {
    display: none;
    overflow-y: auto;
    min-width: 100%;
    max-height: 10rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    border: 1px solid #ccc;
    background: #fff
}

.cmp-search__item {
    display: block
}

.cmp-search__item--is-focused {
    background-color: #ccc
}

.cmp-tabs__tablist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.cmp-tabs__tab {
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    padding: .5rem 1rem;
    cursor: pointer
}

.cmp-tabs__tab--active {
    border-color: inherit
}

.cmp-tabs__tabpanel {
    display: none
}

.cmp-tabs__tabpanel--active {
    display: block
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

template,[hidden] {
    display: none
}

*,::before,::after {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::before,::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    background: #fff
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    height: 0;
    overflow: visible
}

nav ol,nav ul {
    list-style: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

progress {
    vertical-align: baseline
}

small {
    font-size: 83.3333%
}

sub,sup {
    font-size: 83.3333%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover,a:focus {
    outline-width: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input,select,textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-cancel-button,::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

a,area,button,input,label,select,textarea,[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden][aria-hidden="false"] {
    clip: rect(0,0,0,0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden="false"]:focus {
    clip: auto
}

* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-size: inherit;
    line-height: inherit
}

html {
    background-color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 10px;
    line-height: 1.5;
    color: #25313b
}

::-moz-selection {
    background-color: #b3d4fc;
    color: inherit
}

::selection {
    background-color: #b3d4fc;
    color: inherit
}

a {
    color: #4fc143;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    outline: 0;
    text-decoration: none
}

a:hover,a:focus {
    color: #73ce69
}

a:active {
    color: #3e9d34
}

a:focus {
    outline: 1px dotted
}

a:active {
    outline: 0
}

button {
    cursor: pointer;
    outline: 0;
    font-synthesis: none
}

button:focus {
    outline: 1px dotted
}

button:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px
}

p {
    margin-bottom: 20px
}

ul,ol {
    margin-bottom: 20px
}

ul {
    list-style: none
}

input,textarea,select,button {
    font-family: inherit;
    font-weight: inherit
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1
}

input::placeholder,textarea::placeholder {
    opacity: 1
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

iframe {
    border: 0
}

html {
    height: 100%
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

html.scroll-lock,body.scroll-lock {
    overflow: hidden;
    height: 100%
}

.page-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 3.75em
}

@media(min-width: 71.5em) {
    .page-main {
        padding-top:7.5em
    }
}

.page-header--overlay-page-main+.page-main {
    padding-top: 0
}

.page-header--full+.page-main {
    padding-top: 3.75em
}

@media(min-width: 71.5em) {
    .page-header--full+.page-main {
        padding-top:7.5em
    }
}

.page-header--full.page-header--overlay-page-main+.page-main {
    padding-top: 0
}

.page-header--full-w-subnav+.page-main {
    padding-top: 5.375em
}

@media(min-width: 71.5em) {
    .page-header--full-w-subnav+.page-main {
        padding-top:10.6875em
    }
}

.page-header--notification-on+.page-main {
    padding-top: 5.75em
}

@media(min-width: 71.5em) {
    .page-header--notification-on+.page-main {
        padding-top:9.5em
    }
}

@media(min-width: 71.5em) {
    .page-header--overlay-page-main.page-header--notification-on+.page-main {
        padding-top:2em
    }
}

.page-header--full.page-header--overlay-page-main.page-header--notification-on+.page-main {
    padding-top: 5.75em
}

@media(min-width: 71.5em) {
    .page-header--full.page-header--overlay-page-main.page-header--notification-on+.page-main {
        padding-top:2em
    }
}

.page-header--full-w-subnav.page-header--notification-on+.page-main {
    padding-top: 7.375em
}

@media(min-width: 71.5em) {
    .page-header--full-w-subnav.page-header--notification-on+.page-main {
        padding-top:12.6875em
    }
}

.page-header--brands-on+.page-main {
    padding-top: 5.8125em
}

@media(min-width: 71.5em) {
    .page-header--brands-on+.page-main {
        padding-top:13.3125em
    }
}

.page-header--full.page-header--overlay-page-main.page-header--brands-on+.page-main {
    padding-top: 2.0625em
}

@media(min-width: 71.5em) {
    .page-header--full.page-header--overlay-page-main.page-header--brands-on+.page-main {
        padding-top:5.8125em
    }
}

.page-header--full-w-subnav.page-header--brands-on+.page-main {
    padding-top: 7.4375em
}

@media(min-width: 71.5em) {
    .page-header--full-w-subnav.page-header--brands-on+.page-main {
        padding-top:16.5em
    }
}

.page-header--notification-on.page-header--brands-on+.page-main {
    padding-top: 7.8125em
}

@media(min-width: 71.5em) {
    .page-header--notification-on.page-header--brands-on+.page-main {
        padding-top:15.3125em
    }
}

@media(min-width: 71.5em) {
    .page-header--overlay-page-main.page-header--notification-on.page-header--brands-on+.page-main {
        padding-top:7.8125em
    }
}

.page-header--full.page-header--overlay-page-main.page-header--notification-on.page-header--brands-on+.page-main {
    padding-top: 4.0625em
}

@media(min-width: 71.5em) {
    .page-header--full.page-header--overlay-page-main.page-header--notification-on.page-header--brands-on+.page-main {
        padding-top:7.8125em
    }
}

.page-header--full-w-subnav.page-header--notification-on.page-header--brands-on+.page-main {
    padding-top: 9.4375em
}

@media(min-width: 71.5em) {
    .page-header--full-w-subnav.page-header--notification-on.page-header--brands-on+.page-main {
        padding-top:18.5em
    }
}

.grid-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-left: 3.5%;
    padding-right: 3.5%;
    max-width: 1144px
}

.grid-container::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

@media(min-width: 48em) {
    .grid-container {
        padding-left:2.5%;
        padding-right: 2.5%
    }
}

@media(min-width: 71.5em) {
    .grid-container {
        padding-left:20px;
        padding-right: 20px
    }

    .g2b-refresh .grid-container {
        padding-left: 9px;
        padding-right: 9px
    }
}

.grid-row {
    width: 100%;
    clear: both
}

.grid-row::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.small-0 {
    width: 0;
    display: none
}

.small-1 {
    width: 25%;
    display: block
}

.small-2 {
    width: 50%;
    display: block
}

.small-3 {
    width: 75%;
    display: block
}

.small-4 {
    width: 100%;
    display: block
}

@media(min-width: 48em) {
    .medium-0 {
        width:0;
        display: none
    }

    .medium-1 {
        width: 12.5%;
        display: block
    }

    .medium-2 {
        width: 25%;
        display: block
    }

    .medium-3 {
        width: 37.5%;
        display: block
    }

    .medium-4 {
        width: 50%;
        display: block
    }

    .medium-5 {
        width: 62.5%;
        display: block
    }

    .medium-6 {
        width: 75%;
        display: block
    }

    .medium-7 {
        width: 87.5%;
        display: block
    }

    .medium-8 {
        width: 100%;
        display: block
    }
}

@media(min-width: 71.5em) {
    .large-0 {
        width:0;
        display: none
    }

    .large-1 {
        width: 8.33333%;
        display: block
    }

    .large-2 {
        width: 16.66667%;
        display: block
    }

    .large-3 {
        width: 25%;
        display: block
    }

    .large-4 {
        width: 33.33333%;
        display: block
    }

    .large-5 {
        width: 41.66667%;
        display: block
    }

    .large-6 {
        width: 50%;
        display: block
    }

    .large-7 {
        width: 58.33333%;
        display: block
    }

    .large-8 {
        width: 66.66667%;
        display: block
    }

    .large-9 {
        width: 75%;
        display: block
    }

    .large-10 {
        width: 83.33333%;
        display: block
    }

    .large-11 {
        width: 91.66667%;
        display: block
    }

    .large-12 {
        width: 100%;
        display: block
    }
}

.column {
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%
}

@media(min-width: 48em) {
    .column {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .column {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }

    .g2b-refresh .column {
        padding-left: 8px;
        padding-right: 8px
    }
}

.column-all {
    width: 100%;
    clear: both;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%
}

.column-all::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

@media(min-width: 48em) {
    .column-all {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .column-all {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }
}

.column-spacer {
    padding-left: 1.25%;
    padding-right: 1.25%;
    float: left
}

@media(min-width: 48em) {
    .column-spacer {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .column-spacer {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }
}

.column-spacer::before {
    display: block;
    content: " ";
    width: 1px;
    height: 1px
}

.small-break {
    clear: both
}

.small-break::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

@media(min-width: 48em) {
    .small-break {
        clear:none
    }

    .medium-break {
        clear: both
    }

    .medium-break::after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }
}

@media(min-width: 71.5em) {
    .medium-break {
        clear:none
    }

    .large-break {
        clear: both
    }

    .large-break::after {
        content: " ";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden
    }
}

html,body {
    font-weight: 300
}

body {
    text-rendering: optimizeLegibility;
    font-synthesis: none;
    font-size: 1.6rem
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300
}

b,strong {
    font-weight: 600
}

i,em {
    font-style: italic
}

@-webkit-keyframes zoom-in {
    0 {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in {
    0 {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes arrow-pointing-down {
    0,10%,20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5%,15% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes arrow-pointing-down {
    0,10%,20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5%,15% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.animation-spin {
    display: inline-block;
    will-change: transform;
    -webkit-animation: spin 1s infinite linear .1s;
    animation: spin 1s infinite linear .1s
}

img {
    width: 100%;
    height: auto
}

.hero {
    position: relative;
    margin-bottom: 60px;
    color: #fff;
    z-index: 1
}

.hero__image-container {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hero__image {
    display: block
}

.hero__content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.5%;
    padding-right: 3.5%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1144px
}

@media(min-width: 48em) {
    .hero__content {
        padding-left:2.5%;
        padding-right: 2.5%
    }
}

@media(min-width: 71.5em) {
    .hero__content {
        padding-left:20px;
        padding-right: 20px
    }
}

.hero--content-align-left .hero__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.hero--content-align-right .hero__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hero__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 48em) {
    .hero__content-inner {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .hero__content-inner {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }
}

@media(min-width: 48em) {
    .hero__content-inner {
        width:100%
    }
}

@media(min-width: 71.5em) {
    .hero__content-inner {
        width:83.33333%
    }
}

.hero--content-align-bottom .hero__content-inner {
    padding-bottom: 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(min-width: 48em) {
    .hero--content-align-bottom .hero__content-inner {
        padding-bottom:60px
    }
}

.hero--content-align-middle-lower .hero__content-inner {
    padding-top: 30px
}

@media(min-width: 48em) {
    .hero--content-align-middle-lower .hero__content-inner {
        padding-top:60px
    }
}

@media(min-width: 48em) {
    .hero--content-align-left .hero__content-inner,.hero--content-align-right .hero__content-inner {
        text-align:left;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(min-width: 48em) {
    .hero--content-one-half .hero__content-inner {
        width:50%
    }
}

@media(min-width: 48em) {
    .hero--content-one-third .hero__content-inner {
        width:33.3333%
    }
}

.hero--hide-icon .hero__icon-container {
    display: none
}

.hero__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: 20px;
    font-size: 4em
}

@media(min-width: 48em) {
    .hero__icon {
        margin-bottom:30px;
        font-size: 5em
    }
}

.hero__heading a,.hero__copy a,.hero__copy-list a,.hero__disclaimer-copy a {
    color: #fff;
    text-decoration: underline
}

.hero__heading a:hover,.hero__copy a:hover,.hero__copy-list a:hover,.hero__disclaimer-copy a:hover,.hero__heading a:focus,.hero__copy a:focus,.hero__copy-list a:focus,.hero__disclaimer-copy a:focus {
    color: #73ce69
}

.hero__heading a:active,.hero__copy a:active,.hero__copy-list a:active,.hero__disclaimer-copy a:active {
    color: #3e9d34
}

.hero__heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.25
}

.hero__heading:empty {
    display: none
}

@media(min-width: 48em) {
    .hero__heading {
        margin-bottom:30px;
        font-size: 2.25em;
        line-height: 1.166666667
    }
}

@media(min-width: 71.5em) {
    .hero__heading {
        font-size:3em;
        line-height: 1
    }
}

.hero__heading-link-small {
    display: block;
    text-transform: none;
    font-size: .6em
}

.hero__heading-link-small:empty {
    display: none
}

@media(min-width: 48em) {
    .hero__heading-link-small {
        display:inline-block;
        font-size: .3em
    }
}

.hero__copy {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.125em;
    line-height: 1.222222222
}

@media(min-width: 71.5em) {
    .hero__copy {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.hero__copy:empty {
    display: none
}

.hero--feature .hero__copy {
    margin-bottom: 0
}

.hero__copy-list {
    margin-bottom: 30px;
    text-align: left
}

.hero__copy-list li {
    margin-left: 20px;
    list-style-type: disc
}

.hero__cta {
    font-weight: 600;
    height: 48px;
    padding: 12px 20px;
    font-size: .8125em;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 9999em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    background-color: #4fc143;
    color: #fff;
    border: 2px solid transparent;
    width: 100%
}

.hero__cta:focus {
    outline: 1px dotted #4fc143
}

.hero__cta:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.hero__cta:hover,.hero__cta:focus {
    border-color: #0f9600;
    color: #fff
}

.hero__cta:active {
    background-color: #0f9600;
    color: #fff
}

@media(min-width: 23.4375em) {
    .hero__cta {
        max-width:320px
    }
}

.hero__cta:empty {
    display: none
}

.hero__cta-secondary {
    margin-top: 10px;
    font-weight: 600;
    height: 48px;
    padding: 12px 20px;
    font-size: .8125em;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 9999em;
    border: 2px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    width: 100%
}

.hero__cta-secondary:focus {
    outline: 1px dotted #4fc143
}

.hero__cta-secondary:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.hero__cta-secondary:hover,.hero__cta-secondary:focus {
    color: #73ce69
}

.hero__cta-secondary:active {
    color: #3e9d34
}

.hero__cta-secondary:hover,.hero__cta-secondary:active,.hero__cta-secondary:focus {
    border-color: transparent;
    background-color: transparent
}

@media(min-width: 23.4375em) {
    .hero__cta-secondary {
        max-width:320px
    }
}

.hero__cta-secondary:empty {
    display: none
}

.hero__disclaimer-copy {
    clear: both;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: .6875em;
    line-height: 1.272727273;
    margin-top: 20px;
    color: #fff
}

.hero__disclaimer-copy::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

@media(min-width: 71.5em) {
    .hero__disclaimer-copy {
        font-size:.75em;
        line-height: 1.333333333
    }
}

.hero__disclaimer-copy:empty {
    display: none
}

.hero--disclaimer-copy-gap-top-medium .hero__disclaimer-copy {
    margin-top: 30px
}

.hero--disclaimer-copy-gap-top-large .hero__disclaimer-copy {
    margin-top: 60px
}

@media(min-width: 48em) {
    .hero--content-align-left .hero__disclaimer-copy,.hero--content-align-right .hero__disclaimer-copy {
        text-align:left
    }
}

.hero__arrow {
    position: absolute;
    overflow: hidden;
    border-radius: 9999em;
    left: 50%;
    bottom: -32px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    background-color: #f0f2f2;
    z-index: 1
}

.bg-color-primary .hero__arrow {
    background-color: #4fc143;
    color: #fff
}

.bg-color-primary .hero__arrow:hover .hero__arrow-icon,.bg-color-primary .hero__arrow:focus .hero__arrow-icon {
    color: #fff
}

.bg-color-white .hero__arrow {
    background-color: #fff
}

.bg-color-lighter .hero__arrow {
    background-color: #f0f2f2
}

.bg-color-light .hero__arrow {
    background-color: #c5ced4
}

.bg-color-medium .hero__arrow {
    background-color: #87969d;
    color: #fff
}

.bg-color-dark .hero__arrow {
    background-color: #475860;
    color: #fff
}

.bg-color-darker .hero__arrow {
    background-color: #25313b;
    color: #fff
}

.bg-color-primary .hero__arrow .hero__arrow-icon,.bg-color-medium .hero__arrow .hero__arrow-icon,.bg-color-dark .hero__arrow .hero__arrow-icon,.bg-color-darker .hero__arrow .hero__arrow-icon {
    color: #fff
}

.hero__arrow:hover .hero__arrow-icon,.hero__arrow:focus .hero__arrow-icon {
    color: #4fc143
}

.hero--hide-arrow .hero__arrow {
    display: none
}

.hero__arrow-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    -webkit-animation-name: arrow-pointing-down;
    animation-name: arrow-pointing-down;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -11px;
    font-size: 1.375em;
    color: #87969d;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.legal-document {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

@media(min-width: 48em) {
    .legal-document {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.legal-document__header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 5px solid #4fc143
}

.legal-document__heading {
    font-size: 1.375em;
    line-height: 1.272727273
}

@media(min-width: 71.5em) {
    .legal-document__heading {
        font-size:1.875em;
        line-height: 1.2
    }
}

.legal-document__revision {
    margin-bottom: 10px;
    font-size: .75em;
    line-height: 1.333333333;
    font-weight: 400
}

@media(min-width: 71.5em) {
    .legal-document__revision {
        font-size:.875em;
        line-height: 1.285714286
    }
}

.legal-document__revision:empty {
    display: none
}

.legal-document__download {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: .875em
}

.legal-document__download-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    margin-right: 5px;
    top: -0.1em;
    font-size: 1.57143em
}

.legal-document__description {
    margin-bottom: 30px;
    font-size: 1.125em;
    line-height: 1.222222222;
    color: #0f9600
}

@media(min-width: 71.5em) {
    .legal-document__description {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.legal-document__description:empty {
    display: none
}

.module-container {
    padding-top: 60px;
    padding-bottom: 60px
}

.module-container__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.5%;
    padding-right: 3.5%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1144px
}

@media(min-width: 48em) {
    .module-container__content {
        padding-left:2.5%;
        padding-right: 2.5%
    }
}

@media(min-width: 71.5em) {
    .module-container__content {
        padding-left:20px;
        padding-right: 20px
    }
}

.module-container--tiles .module-container__content {
    padding-left: 0;
    padding-right: 0
}

.module-container__content-inner {
    padding-left: 1.25%;
    padding-right: 1.25%;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media(min-width: 48em) {
    .module-container__content-inner {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .module-container__content-inner {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }
}

@media(min-width: 48em) {
    .module-container__content-inner {
        width:100%
    }
}

@media(min-width: 71.5em) {
    .module-container__content-inner {
        width:100%
    }
}

@media(min-width: 71.5em) {
    .module-container--large .module-container__content-inner {
        width:83.33333%
    }
}

@media(min-width: 48em) {
    .module-container--medium .module-container__content-inner {
        width:75%
    }
}

@media(min-width: 71.5em) {
    .module-container--medium .module-container__content-inner {
        width:66.66667%
    }
}

.module-container--tiles .module-container__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20em
}

@media(min-width: 22.75em) {
    .module-container--tiles .module-container__content-inner {
        width:22.75em
    }
}

@media(min-width: 48em) {
    .module-container--tiles .module-container__content-inner {
        width:45.5em
    }
}

@media(min-width: 71.5em) {
    .module-container--tiles .module-container__content-inner {
        width:68.25em
    }
}

.module-container--two-column .module-container__content-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.module-container__content-inner-column {
    padding-left: 1.25%;
    padding-right: 1.25%;
    width: 100%
}

@media(min-width: 48em) {
    .module-container__content-inner-column {
        padding-left:1.5625%;
        padding-right: 1.5625%
    }
}

@media(min-width: 71.5em) {
    .module-container__content-inner-column {
        padding-left:1.22378%;
        padding-right: 1.22378%
    }
}

@media(min-width: 48em) {
    .module-container__content-inner-column {
        width:50%
    }
}

@media(min-width: 71.5em) {
    .module-container__content-inner-column {
        width:50%
    }
}

.module-container__content-inner-column--first {
    margin-bottom: 30px
}

@media(min-width: 48em) {
    .module-container__content-inner-column--first {
        margin-bottom:0
    }
}

.module-container--first-column-one-third .module-container__content-inner-column--first {
    width: 100%
}

@media(min-width: 48em) {
    .module-container--first-column-one-third .module-container__content-inner-column--first {
        width:33.3333%
    }
}

.module-container--second-column-one-third .module-container__content-inner-column--first {
    width: 100%
}

@media(min-width: 48em) {
    .module-container--second-column-one-third .module-container__content-inner-column--first {
        width:66.6666%
    }
}

.module-container--second-column-mobile-order-first .module-container__content-inner-column--first {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media(min-width: 48em) {
    .module-container--second-column-mobile-order-first .module-container__content-inner-column--first {
        margin-bottom:inherit;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.module-container--second-column-one-third .module-container__content-inner-column--second {
    width: 100%
}

@media(min-width: 48em) {
    .module-container--second-column-one-third .module-container__content-inner-column--second {
        width:33.3333%
    }
}

.module-container--first-column-one-third .module-container__content-inner-column--second {
    width: 100%
}

@media(min-width: 48em) {
    .module-container--first-column-one-third .module-container__content-inner-column--second {
        width:66.6666%
    }
}

.module-container--second-column-mobile-order-first .module-container__content-inner-column--second {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 48em) {
    .module-container--second-column-mobile-order-first .module-container__content-inner-column--second {
        margin-bottom:inherit;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.direct-deposit-info {
    padding-top: 60px;
    padding-bottom: 60px
}

.direct-deposit-info__inner {
    width: 100%;
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 0 0 #e1e5e8;
    box-shadow: 0 1px 0 0 #e1e5e8
}

.direct-deposit-info__heading {
    margin-bottom: 60px;
    text-align: center;
    color: #4fc143;
    font-size: .875em;
    line-height: 1.428571429
}

@media(min-width: 71.5em) {
    .direct-deposit-info__heading {
        font-size:1em;
        line-height: 1.5
    }
}

.direct-deposit-info__row {
    margin-top: 20px
}

.direct-deposit-info__row:first-of-type {
    margin-top: 0
}

.direct-deposit-info__column {
    width: 100%;
    display: inline-block
}

@media(min-width: 48em) {
    .direct-deposit-info__column {
        padding-left:10px;
        padding-right: 10px;
        width: 50%
    }
}

.direct-deposit-info__column--label {
    text-transform: uppercase;
    font-size: .875em;
    line-height: 1.428571429;
    color: #87969d
}

@media(min-width: 71.5em) {
    .direct-deposit-info__column--label {
        font-size:1em;
        line-height: 1.5
    }
}

@media(min-width: 48em) {
    .direct-deposit-info__column--label {
        text-align:right
    }
}

.direct-deposit-info__column--value {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.222222222
}

@media(min-width: 71.5em) {
    .direct-deposit-info__column--value {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.direct-deposit-info__column--important {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.272727273
}

@media(min-width: 71.5em) {
    .direct-deposit-info__column--important {
        font-size:1.875em;
        line-height: 1.2
    }
}

.direct-deposit-info__cta-container {
    padding-top: 60px;
    text-align: center
}

.direct-deposit-info__cta {
    font-weight: 600;
    height: 48px;
    padding: 12px 20px;
    font-size: .8125em;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 9999em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    background-color: #4fc143;
    color: #fff;
    border: 2px solid transparent;
    width: 100%
}

.direct-deposit-info__cta:focus {
    outline: 1px dotted #4fc143
}

.direct-deposit-info__cta:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.direct-deposit-info__cta:hover,.direct-deposit-info__cta:focus {
    border-color: #0f9600;
    color: #fff
}

.direct-deposit-info__cta:active {
    background-color: #0f9600;
    color: #fff
}

@media(min-width: 23.4375em) {
    .direct-deposit-info__cta {
        max-width:250px
    }
}

.video-full {
    width: 100%;
    margin-bottom: 60px
}

.video-full__player {
    width: 100%
}

.video-full--bg .video-full__player {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -99;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: 20px
}

.icon--xxxxxlarge {
    font-size: 8em
}

.icon--xxxxlarge {
    font-size: 7em
}

.icon--xxxlarge {
    font-size: 6em
}

.icon--xxlarge {
    font-size: 5em
}

.icon--xlarge {
    font-size: 4em
}

.icon--large {
    font-size: 3em
}

.icon--medium {
    font-size: 2em
}

.icon--default {
    font-size: 1em
}

.icon--small {
    font-size: .875em
}

.icon--xsmall {
    font-size: .75em
}

.icon.docs-icon {
    margin-bottom: 0
}

.btn,.smallbutton {
    font-weight: 600;
    height: 48px;
    padding: 12px 20px;
    font-size: .8125em;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 9999em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    background-color: #4fc143;
    color: #fff;
    border: 2px solid transparent
}

.btn:focus,.smallbutton:focus {
    outline: 1px dotted #4fc143
}

.btn:active,.smallbutton:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.btn:hover,.smallbutton:hover,.btn:focus,.smallbutton:focus {
    border-color: #0f9600;
    color: #fff
}

.btn:active,.smallbutton:active {
    background-color: #0f9600;
    color: #fff
}

.btn--primary-dark {
    background-color: #0f9600
}

.btn--primary-dark:hover,.btn--primary-dark:focus {
    border-color: #0c7d00
}

.btn--primary-dark:active {
    background-color: #0c7d00
}

.btn--primary-outline {
    border-color: #4fc143;
    background-color: transparent;
    color: #4fc143
}

.btn--primary-outline:hover,.btn--primary-outline:active,.btn--primary-outline:focus {
    border-color: #0f9600;
    color: #4fc143
}

.btn--primary-outline:active {
    background-color: transparent
}

.btn--primary-outline-dark {
    border-color: #0f9600;
    background-color: transparent;
    color: #0f9600
}

.btn--primary-outline-dark:hover,.btn--primary-outline-dark:active,.btn--primary-outline-dark:focus {
    border-color: #0a6300;
    color: #0f9600
}

.btn--primary-outline-dark:active {
    background-color: transparent
}

.btn--secondary {
    background-color: #575683
}

.btn--secondary:hover,.btn--secondary:focus {
    border-color: #383855
}

.btn--secondary:active {
    background-color: #383855
}

.btn--secondary-outline {
    background-color: transparent;
    border-color: #575683;
    color: #575683
}

.btn--secondary-outline:hover,.btn--secondary-outline:active,.btn--secondary-outline:focus {
    border-color: #383855;
    color: #575683
}

.btn--secondary-outline:active {
    background-color: transparent
}

.btn--white {
    background-color: #fff;
    color: #4fc143;
    border-color: transparent
}

.btn--white:hover,.btn--white:focus {
    color: #4fc143;
    border-color: #0f9600
}

.btn--white:active {
    background-color: #fff;
    border-color: #0f9600
}

.btn--white-outline {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn--white-outline:hover,.btn--white-outline:focus {
    border-color: #0f9600
}

.btn--white-outline:active {
    border-color: #0f9600;
    background-color: transparent
}

.btn--link {
    color: #4fc143;
    background-color: transparent
}

.btn--link:hover,.btn--link:focus {
    color: #73ce69
}

.btn--link:active {
    color: #3e9d34
}

.btn--link:hover,.btn--link:active,.btn--link:focus {
    border-color: transparent;
    background-color: transparent
}

.btn--link-white {
    color: #fff;
    background-color: transparent
}

.btn--link-white:hover,.btn--link-white:focus {
    color: #73ce69
}

.btn--link-white:active {
    color: #3e9d34
}

.bg-color-primary .btn--link-white:hover,.bg-color-primary .btn--link-white:active,.bg-color-primary .btn--link-white:focus {
    color: #fff;
    text-decoration: underline
}

.btn--link-white:hover,.btn--link-white:active,.btn--link-white:focus {
    border-color: transparent;
    background-color: transparent
}

.btn--disabled {
    background-color: #b4bebf;
    cursor: default
}

.btn--disabled:hover,.btn--disabled:active,.btn--disabled:focus {
    border-color: transparent
}

.btn--destructive {
    background-color: #e40449
}

.btn--destructive:hover,.btn--destructive:active,.btn--destructive:focus {
    border-color: #b20339
}

.btn--destructive:active {
    background-color: #b20339
}

.btn--small {
    font-weight: 600;
    padding: 10px 15px;
    height: 40px;
    font-size: .75em;
    line-height: 1.3
}

.btn--small .btn__icon {
    font-size: 1.416666667em
}

.btn--large {
    font-weight: 300;
    padding: 20px 30px;
    height: 60px;
    font-size: 1em;
    line-height: 1
}

.btn--large .btn__icon {
    top: -0.15em;
    font-size: 1.3125em
}

.btn--large .btn__icon-text {
    top: -0.45em
}

.btn--width-medium {
    width: 100%
}

@media(min-width: 23.4375em) {
    .btn--width-medium {
        max-width:250px
    }
}

.btn--width-large {
    width: 100%
}

@media(min-width: 23.4375em) {
    .btn--width-large {
        max-width:320px
    }
}

.btn--width-full {
    width: 100%
}

.btn--pad-zero {
    padding: 0;
    height: auto
}

.btn__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: -0.05em;
    font-size: 1.484375em
}

.btn__icon--progress {
    display: inline-block;
    will-change: transform;
    -webkit-animation: spin 1s infinite linear .1s;
    animation: spin 1s infinite linear .1s
}

.btn__icon-text {
    margin-left: .5em
}

.btn-group {
    border-top: 1px solid #e1e5e8;
    padding-top: 20px;
    margin-top: 60px;
    clear: both
}

.btn-group::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.btn-group__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group--center .btn-group__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 48em) {
    .btn-group__inner {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.btn-group__cta {
    width: 100%;
    font-weight: 600;
    height: 48px;
    padding: 12px 20px;
    font-size: .8125em;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 9999em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    background-color: #4fc143;
    color: #fff;
    border: 2px solid transparent;
    margin-bottom: 10px
}

.btn-group__cta:focus {
    outline: 1px dotted #4fc143
}

.btn-group__cta:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.btn-group__cta:hover,.btn-group__cta:focus {
    border-color: #0f9600;
    color: #fff
}

.btn-group__cta:active {
    background-color: #0f9600;
    color: #fff
}

@media(min-width: 48em) {
    .btn-group__cta {
        width:250px
    }
}

@media(min-width: 48em) {
    .btn-group--center .btn-group__cta {
        margin-left:10px;
        margin-right: 10px
    }
}

.btn-group__cta--secondary {
    color: #4fc143;
    background-color: transparent;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.btn-group__cta--secondary:hover,.btn-group__cta--secondary:focus {
    color: #73ce69
}

.btn-group__cta--secondary:active {
    color: #3e9d34
}

.btn-group__cta--secondary:hover,.btn-group__cta--secondary:active,.btn-group__cta--secondary:focus {
    border-color: transparent;
    background-color: transparent
}

.btn-group__cta--secondary:empty {
    display: none
}

@media(min-width: 48em) {
    .btn-group__cta--secondary {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.btn-group__cta--primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 48em) {
    .btn-group__cta--primary {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

.progress,.slider {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.progress__inner,.slider__inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 3px 2%;
    height: 12px;
    background-color: #e1e5e8;
    border-radius: 12px
}

.progress__fill,.slider__fill {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4fc143;
    z-index: 1
}

.progress__fill,.progress__fill--goal {
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out
}

.progress__fill--goal {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c5ced4
}

.slider__handle {
    position: absolute;
    top: -9px;
    left: 0;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2
}

.slider__handle::after {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 9999em;
    content: " ";
    border: 3px solid #fff;
    background-color: #0f9600;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.slider__handle--dragging::after {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2)
}

.slider__step-container {
    width: 100%;
    height: 100%;
    clear: both
}

.slider__step-container::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.slider__step-container--8 {
    margin-left: -6%;
    width: 112%
}

.slider__step-container--8 .slider__step {
    width: 12.5%
}

.slider__step {
    float: left;
    position: relative;
    height: 100%
}

.slider__step::before {
    position: absolute;
    overflow: hidden;
    border-radius: 9999em;
    content: " ";
    top: 0;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background-color: #fff
}

.progress-steps {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.progress-steps__step {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    background-color: #fff;
    vertical-align: top;
    border-radius: 9999em;
    padding-top: .325em;
    width: 2.375em;
    height: 2.375em;
    border: 2px solid #87969d;
    color: #87969d
}

.progress-steps__step:last-child {
    margin-right: 0
}

.progress-steps__step:last-child::after {
    display: none
}

.progress-steps__step::after {
    display: block;
    position: absolute;
    content: " ";
    border-bottom: 1px solid #c5ced4;
    width: 25px;
    height: 0;
    top: 50%;
    right: -27px;
    margin-top: -1px
}

.progress-steps__step--complete {
    padding-top: 0;
    background-color: #4fc143;
    color: #fff;
    border: 2px solid transparent
}

.progress-steps__step--current {
    border: 2px solid #4fc143;
    color: #4fc143
}

.progress-steps__complete-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    color: #fff;
    font-size: 2em;
    top: .04em
}

.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toggle--bordered {
    margin-bottom: 0;
    border-top: 1px solid #e1e5e8;
    border-bottom: 1px solid #e1e5e8;
    margin-top: -1px;
    padding: 20px 10px
}

.toggle__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 9999em;
    width: 3em;
    height: 1.5em;
    background-color: #c5ced4;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.toggle__button:hover::after,.toggle__button:focus::after {
    will-change: transform
}

.toggle__button:hover .toggle__switch,.toggle__button:focus .toggle__switch {
    will-change: transform
}

.toggle__button::after {
    position: absolute;
    display: block;
    content: " ";
    top: .375em;
    left: .5625em;
    width: .85em;
    height: .7em;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
    -webkit-transform: scale(0,0);
    transform: scale(0,0)
}

.toggle--on .toggle__button {
    background-color: #4fc143
}

.toggle--on .toggle__button::after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.toggle__switch {
    position: absolute;
    overflow: hidden;
    border-radius: 9999em;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border: 3px solid #b6c2c8;
    outline: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggle--on .toggle__switch {
    border-color: #49b63f;
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em)
}

.toggle__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .875em;
    line-height: 1.428571429;
    margin-right: 10px
}

@media(min-width: 71.5em) {
    .toggle__label {
        font-size:1em;
        line-height: 1.5
    }
}

.tooltip {
    position: absolute;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.428571429;
    text-align: center;
    display: none;
    padding: 1.2em;
    max-width: 320px;
    color: #fff;
    background-color: #475860;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 10;
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em)
}

@media(min-width: 71.5em) {
    .tooltip {
        font-size:1em;
        line-height: 1.5
    }
}

.tooltip:hover,.tooltip:focus {
    color: #fff
}

.tooltip--visible {
    display: block;
    will-change: transform,opacity
}

.tooltip--on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,0,0.265,1.55);
    transition: opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,0,0.265,1.55);
    transition: transform .25s cubic-bezier(0.68,0,0.265,1.55),opacity .25s ease-in-out;
    transition: transform .25s cubic-bezier(0.68,0,0.265,1.55),opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,0,0.265,1.55)
}

.tooltip--off {
    opacity: 0;
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    -webkit-transition: opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,-0.55,0.265,0);
    transition: opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,-0.55,0.265,0);
    transition: transform .25s cubic-bezier(0.68,-0.55,0.265,0),opacity .25s ease-in-out;
    transition: transform .25s cubic-bezier(0.68,-0.55,0.265,0),opacity .25s ease-in-out,-webkit-transform .25s cubic-bezier(0.68,-0.55,0.265,0)
}

.tooltip::before {
    position: absolute;
    display: block;
    content: " ";
    top: -10px;
    left: 50%;
    margin-left: -11px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #475860
}

.tooltip--right::before {
    left: auto;
    margin-left: 0;
    right: 10px
}

.tooltip--left::before {
    margin-left: 0;
    left: 10px
}

.tooltip--top {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em)
}

.tooltip--top.tooltip--on {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.tooltip--top.tooltip--off {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em)
}

.tooltip--top::before {
    top: auto;
    bottom: -10px;
    border-top: 11px solid #475860;
    border-bottom: 0
}

.tooltip--error {
    background-color: #e40449
}

.tooltip--error::before {
    border-bottom: 11px solid #e40449
}

.tooltip--top.tooltip--error::before {
    border-top: 11px solid #e40449;
    border-bottom: 0
}

.loading {
    margin-bottom: 30px;
    color: #87969d;
    text-align: center;
    font-size: 1em;
    line-height: 1.5
}

@media(min-width: 71.5em) {
    .loading {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.loading--small {
    font-size: .875em;
    line-height: 1.428571429
}

@media(min-width: 71.5em) {
    .loading--small {
        font-size:1em;
        line-height: 1.5
    }
}

.loading--medium {
    font-size: 1.125em;
    line-height: 1.222222222
}

@media(min-width: 71.5em) {
    .loading--medium {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.loading--large {
    font-size: 1.375em;
    line-height: 1.272727273
}

@media(min-width: 71.5em) {
    .loading--large {
        font-size:1.875em;
        line-height: 1.2
    }
}

.loading--xlarge {
    font-size: 1.625em;
    line-height: 1.153846154
}

@media(min-width: 71.5em) {
    .loading--xlarge {
        font-size:2.25em;
        line-height: 1.166666667
    }
}

.loading--xxlarge {
    font-size: 2em;
    line-height: 1
}

@media(min-width: 71.5em) {
    .loading--xxlarge {
        font-size:3em
    }
}

.loading__icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    will-change: transform;
    -webkit-animation: spin 1s infinite linear .1s;
    animation: spin 1s infinite linear .1s
}

.loading__copy {
    display: inline-block;
    position: relative;
    top: .05em;
    margin-left: .3em
}

.loading--vertical .loading__copy {
    display: block;
    margin-left: 0
}

.modal-background {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    z-index: 9998;
    background: rgba(135,150,157,0.8);
    cursor: pointer
}

.modal--open+.modal-background {
    display: block;
    will-change: opacity
}

.modal--visible+.modal-background {
    opacity: 1
}

.modal--closed+.modal-background {
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.modal--hide-close+.modal-background,.modal--actions+.modal-background,.modal--tile-detail+.modal-background {
    cursor: default
}

.modal--tile-detail+.modal-background {
    background: #4fc143
}

.modal {
    position: fixed;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    left: 50%;
    max-width: 25em;
    max-height: 96%;
    width: 96%;
    border-radius: 15px;
    -webkit-transition: all .25s cubic-bezier(0.68,0,0.265,1.55);
    transition: all .25s cubic-bezier(0.68,0,0.265,1.55);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    background: #fff;
    -webkit-box-shadow: 0 1px 0 0 #e1e5e8;
    box-shadow: 0 1px 0 0 #e1e5e8;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 9999
}

.modal--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform,opacity
}

.modal--visible {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.modal--success {
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transition: all .25s cubic-bezier(0.68,-0.55,0.265,0);
    transition: all .25s cubic-bezier(0.68,-0.55,0.265,0);
    opacity: 0
}

.modal--closed {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all .25s cubic-bezier(0.68,-0.55,0.265,0);
    transition: all .25s cubic-bezier(0.68,-0.55,0.265,0);
    opacity: 0
}

.modal--large {
    max-width: 48em
}

.modal--inline {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    background: #fff;
    max-height: none;
    z-index: 1
}

.modal--inline.modal--small {
    max-width: 25em
}

.modal--video {
    max-width: 96%;
    width: auto;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.modal--iframe {
    height: 100%
}

@media(max-width: 48em) {
    .modal--select {
        width:100%;
        max-width: 100%;
        top: auto;
        bottom: 0;
        border-radius: 0;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }

    .modal--select.modal--visible {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .modal--select.modal--success,.modal--select.modal--closed {
        -webkit-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }
}

.modal--tile-detail {
    overflow: hidden;
    max-width: 96%;
    max-height: 98%;
    height: 98%;
    border-radius: 8px
}

@media(min-width: 48em) {
    .modal--tile-detail {
        max-width:64em;
        max-height: 96%;
        height: 96%
    }
}

.modal__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 30px
}

.modal--inline .modal__header {
    display: none
}

.modal--tile-detail .modal__header {
    background-color: #f0f2f2
}

@media(min-width: 48em) {
    .modal--tile-detail .modal__header {
        padding:20px 10px 20px 30px
    }
}

.modal--tile-detail.modal--show-back .modal__header {
    padding-left: 0
}

@media(min-width: 48em) {
    .modal--tile-detail.modal--show-back .modal__header {
        padding:20px 10px
    }
}

.modal__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-top: .5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    z-index: 1;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

@media(min-width: 71.5em) {
    .modal__close {
        margin-top:.8em
    }
}

.modal--actions .modal__close {
    display: none
}

.modal--hide-title .modal__close {
    margin-top: 10px;
    margin-bottom: 10px
}

@media(min-width: 48em) {
    .modal--tile-detail .modal__close {
        margin-top:1.3em
    }
}

.modal__close:hover .modal__close-icon,.modal__close:focus .modal__close-icon {
    color: #4fc143
}

.modal--hide-close .modal__close {
    display: none
}

.modal__close--outer {
    position: absolute;
    margin: 0;
    right: -40px;
    top: -40px
}

.modal__close-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #87969d;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    font-size: 1.1em
}

.modal__close--outer .modal__close-icon {
    color: #fff
}

.modal__back {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-top: .5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    z-index: 1;
    outline: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: none
}

@media(min-width: 71.5em) {
    .modal__back {
        margin-top:.8em
    }
}

.modal--actions .modal__back {
    display: none
}

.modal--hide-title .modal__back {
    margin-top: 10px;
    margin-bottom: 10px
}

@media(min-width: 48em) {
    .modal--tile-detail .modal__back {
        margin-top:1.3em
    }
}

.modal__back:hover .modal__back-icon,.modal__back:focus .modal__back-icon {
    color: #4fc143
}

.modal--show-back .modal__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__back-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #87969d;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    font-size: 1.4em
}

.modal__help {
    margin-left: 10px;
    width: 1em;
    height: 1em;
    position: relative;
    display: none;
    top: .2em
}

.modal__help:hover .modal__help-icon,.modal__help:focus .modal__help-icon {
    color: #4fc143
}

.modal--show-help .modal__help {
    display: inline-block
}

.modal__help-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #87969d;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    position: relative;
    font-size: 1em;
    top: -0.3em
}

.modal__header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #87969d
}

@media(min-width: 71.5em) {
    .modal__header-title {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.modal--hide-title .modal__header-title {
    display: none
}

.modal--tile-detail .modal__header-title {
    font-size: 1.125em;
    line-height: 1.222222222;
    color: #475860
}

@media(min-width: 48em) {
    .modal--tile-detail .modal__header-title {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.modal__toolbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #e1e5e8;
    border-bottom: 1px solid #e1e5e8;
    text-align: center;
    padding: 10px 30px
}

.modal--hide-toolbar .modal__toolbar {
    display: none
}

.modal__content {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.blog-iframe-modal .modal__content ::-webkit-scrollbar {
    display: none
}

.blog-iframe-modal .modal__content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal--iframe .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal--select .modal__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.modal--inline .modal__content {
    padding-top: 30px;
    overflow: visible
}

.modal--video .modal__content {
    padding: 0
}

.modal--tile-detail .modal__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.modal--content-align-center-center .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__content-iframe {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.modal__logo {
    margin: 10px auto 40px;
    background-position: top left;
    background-size: 100% 100%
}

.modal__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #e1e5e8
}

.modal__action-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 1px solid #e1e5e8;
    font-size: .875em;
    line-height: 1.428571429;
    text-align: center;
    color: #4fc143;
    padding: 1em
}

@media(min-width: 71.5em) {
    .modal__action-btn {
        font-size:1em;
        line-height: 1.5
    }
}

.modal__action-btn:hover,.modal__action-btn:focus {
    color: #73ce69
}

.modal__action-btn:active {
    color: #3e9d34
}

.modal__action-btn:empty {
    display: none
}

.modal__action-btn:last-of-type {
    border: 0
}

.modal__action-btn--primary {
    font-weight: 600
}

.modal__success {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    border-radius: 15px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.modal--success-open .modal__success {
    display: block;
    will-change: opacity
}

.modal--success-visible .modal__success {
    opacity: 1
}

.modal__success-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    font-size: 7em;
    color: #4fc143;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.text {
    margin-bottom: 30px
}

.table-wrapper {
    overflow: auto;
    width: 100%
}

.table-wrapper .table {
    width: 1035px
}

.table {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e1e5e8;
    font-size: 1em;
    line-height: 1.5
}

@media(min-width: 71.5em) {
    .table {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.table thead th {
    border-bottom: 1px solid #e1e5e8
}

.table tr {
    border-top: 1px solid #e1e5e8;
    background-color: #fff
}

.table tr:first-child {
    border-top: 0
}

.table tr:nth-child(even) {
    background: #f7f8f8
}

.table th,.table td {
    border-left: 1px solid #e1e5e8;
    text-align: left;
    padding: 10px
}

.table th:first-child,.table td:first-child {
    border-left: 0
}

.table th:first-child:nth-last-child(1),.table td:first-child:nth-last-child(1) {
    width: 100%
}

.table th:first-child:nth-last-child(2),.table th:first-child:nth-last-child(2) ~ th,.table th:first-child:nth-last-child(2) ~ td,.table td:first-child:nth-last-child(2),.table td:first-child:nth-last-child(2) ~ th,.table td:first-child:nth-last-child(2) ~ td {
    width: 50%
}

.table th:first-child:nth-last-child(3),.table th:first-child:nth-last-child(3) ~ th,.table th:first-child:nth-last-child(3) ~ td,.table td:first-child:nth-last-child(3),.table td:first-child:nth-last-child(3) ~ th,.table td:first-child:nth-last-child(3) ~ td {
    width: 33.3333%
}

.table th:first-child:nth-last-child(4),.table th:first-child:nth-last-child(4) ~ th,.table th:first-child:nth-last-child(4) ~ td,.table td:first-child:nth-last-child(4),.table td:first-child:nth-last-child(4) ~ th,.table td:first-child:nth-last-child(4) ~ td {
    width: 25%
}

.table th:first-child:nth-last-child(5),.table th:first-child:nth-last-child(5) ~ th,.table th:first-child:nth-last-child(5) ~ td,.table td:first-child:nth-last-child(5),.table td:first-child:nth-last-child(5) ~ th,.table td:first-child:nth-last-child(5) ~ td {
    width: 20%
}

.table td {
    vertical-align: top
}

.table [colspan] {
    width: auto !important
}

.list {
    margin-bottom: 30px
}

.list li {
    margin-bottom: 10px
}

.list--disc li {
    margin-left: 20px;
    list-style-type: disc
}

.list--square li {
    margin-left: 20px;
    list-style-type: square
}

.list--ordered li {
    margin-left: 20px;
    list-style-type: inherit
}

.list--link-select li {
    border-bottom: 1px solid #e1e5e8;
    margin-bottom: 0
}

.list--link-select li:first-child {
    border-top: 1px solid #e1e5e8
}

.list--link-select li a {
    display: block;
    padding: 20px 30px
}

.list .list {
    margin-top: 20px;
    margin-left: 20px
}

.video {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 18.125em;
    height: 10.18258em
}

@media(min-width: 27.4375em) {
    .video {
        width:23.4375em;
        height: 13.16713em
    }
}

@media(min-width: 34em) {
    .video {
        width:30em;
        height: 16.85393em
    }
}

@media(min-width: 41.5em) {
    .video {
        width:37.5em;
        height: 21.06742em
    }
}

@media(min-width: 44em) {
    .video {
        width:40em;
        height: 22.47191em
    }
}

@media(min-width: 64em) {
    .video--large {
        width:60em;
        height: 33.70787em
    }
}

@media(min-width: 71.5em) {
    .video--full {
        width:67.3125em;
        height: 37.81601em
    }
}

.modal .video {
    margin-bottom: 0
}

.video__player {
    width: 100%;
    height: 100%;
    background: #000
}

.modal .video__player {
    display: none
}

.modal--visible .video__player {
    display: block
}

.video__player iframe {
    width: 100%;
    height: 100%
}

.image {
    display: block
}

.tile {
    overflow: hidden;
    width: 18.75em;
    height: 10.875em;
    border-radius: 6px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .625em;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12)
}

@media(min-width: 22.75em) {
    .tile {
        width:21.5em;
        height: 12.4375em
    }
}

.tile--chosen {
    opacity: 1;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5)
}

.tile--ghost {
    opacity: .5
}

.tile--dragging {
    opacity: 1;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5)
}

.tile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid #e1e5e8;
    height: 3em;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__header-drag {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%;
    display: none;
    width: 2.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__header-drag-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c5ced4;
    font-size: .8125em
}

.tile__header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    margin-left: .8em;
    font-size: 1.125em;
    color: #25333b
}

.tile__header-expand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 2.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__header-expand:hover .tile__header-expand-icon,.tile__header-expand:focus .tile__header-expand-icon {
    color: #4fc143
}

.tile__header-expand-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c5ced4;
    font-size: 1.125em;
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.tile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #475860;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__action-button {
    display: none;
    width: 100%;
    border-top: 1px solid #e1e5e8;
    height: 3em
}

.tile--show-action-button .tile__action-button {
    display: block
}

.tile__action-button-label {
    text-transform: uppercase;
    color: #4fc143;
    font-size: .875em
}

.tile__footer {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 1.875em;
    background-color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__footer-settings {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100%;
    display: none;
    width: 2.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tile__footer-settings-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c5ced4;
    font-size: 1.125em
}

.tile-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px
}

.modal--tile-detail .tile-message {
    display: block;
    text-align: center;
    max-width: 23.4375em
}

.tile-message__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    font-size: 3em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.modal--tile-detail .tile-message__icon {
    margin-right: 0;
    font-size: 6em
}

.tile-message__copy {
    color: #87969d;
    font-size: .75em;
    line-height: 1.333333333;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media(min-width: 48em) {
    .tile-message__copy {
        font-size:.875em;
        line-height: 1.285714286
    }
}

.modal--tile-detail .tile-message__copy {
    width: 100%;
    margin-top: 20px;
    font-size: 1em;
    line-height: "48em"
}

@media(min-width: 71.5em) {
    .modal--tile-detail .tile-message__copy {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.tile-carousel {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tile-carousel--large {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f0f2f2
}

.tile-carousel__inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out
}

.tile-carousel__page {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.tile-carousel__icon {
    width: 5em;
    height: 5em;
    display: block;
    margin: 0 auto 20px
}

@media(min-width: 48em) {
    .tile-carousel__icon {
        width:8em;
        height: 8em
    }
}

.tile-carousel__copy {
    margin-bottom: 20px;
    font-size: 1.125em;
    line-height: 1.222222222;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

@media(min-width: 48em) {
    .tile-carousel__copy {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.tile-carousel__navigation {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875em;
    flex: 0 0 1.875em
}

.tile-carousel__navigation-arrow {
    height: 100%;
    padding: 0 .5em;
    visibility: hidden
}

.tile-carousel__navigation-arrow:hover .tile-carousel__navigation-arrow-icon,.tile-carousel__navigation-arrow:focus .tile-carousel__navigation-arrow-icon {
    color: #4fc143
}

.tile-carousel--show-arrow-left .tile-carousel__navigation-arrow--left {
    visibility: visible
}

.tile-carousel--show-arrow-right .tile-carousel__navigation-arrow--right {
    visibility: visible
}

.tile-carousel--large .tile-carousel__navigation-arrow {
    display: none
}

.tile-carousel__navigation-arrow-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c5ced4;
    font-size: .9em;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.tile-carousel__navigation-dot {
    height: 100%;
    padding: 0 .1em
}

.tile-carousel__navigation-dot-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #c5ced4;
    font-size: .4em;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.tile-carousel__navigation-dot--active .tile-carousel__navigation-dot-icon {
    color: #4fc143
}

.tile-carousel__overlay-arrow {
    position: absolute;
    width: 2em;
    height: 2em;
    color: #c5ced4;
    display: none;
    top: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -2em;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out
}

.tile-carousel--large .tile-carousel__overlay-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4em;
    height: 4em;
    margin-top: -4em
}

.tile-carousel__overlay-arrow:hover,.tile-carousel__overlay-arrow:focus {
    color: #4fc143
}

.tile-carousel__overlay-arrow--left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tile-carousel--show-arrow-left .tile-carousel__overlay-arrow--left {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tile-carousel__overlay-arrow--right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.tile-carousel--show-arrow-right .tile-carousel__overlay-arrow--right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tile-carousel__overlay-arrow-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 2em
}

@media(min-width: 48em) {
    .tile-carousel--large .tile-carousel__overlay-arrow-icon {
        font-size:3em
    }
}

.tile-content-container {
    padding-left: 20px;
    padding-right: 20px
}

@media(min-width: 48em) {
    .tile-content-container {
        margin-right:auto;
        margin-left: auto;
        max-width: 46em
    }
}

.direct-deposit-tile-info {
    width: 100%
}

.direct-deposit-tile-info--large {
    padding-top: 30px;
    padding-bottom: 30px
}

.direct-deposit-tile-info__row {
    width: 100%
}

.direct-deposit-tile-info__column {
    display: inline-block;
    width: 50%
}

.direct-deposit-tile-info__column--label {
    color: #4fc143;
    text-transform: uppercase;
    text-align: right;
    font-size: .75em;
    line-height: 1.333333333;
    padding-right: .5em
}

@media(min-width: 48em) {
    .direct-deposit-tile-info__column--label {
        font-size:.875em;
        line-height: 1.285714286
    }
}

@media(min-width: 48em) {
    .direct-deposit-tile-info--large .direct-deposit-tile-info__column--label {
        font-size:1em;
        line-height: "48em";
        font-weight: 300
    }
}

@media(min-width: 48em) and (min-width:71.5em) {
    .direct-deposit-tile-info--large .direct-deposit-tile-info__column--label {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.direct-deposit-tile-info__column--value {
    font-size: .75em;
    line-height: 1.333333333;
    padding-left: .5em
}

@media(min-width: 48em) {
    .direct-deposit-tile-info__column--value {
        font-size:.875em;
        line-height: 1.285714286
    }
}

@media(min-width: 48em) {
    .direct-deposit-tile-info--large .direct-deposit-tile-info__column--value {
        font-size:1.125em;
        line-height: 1.222222222
    }
}

@media(min-width: 48em) and (min-width:48em) {
    .direct-deposit-tile-info--large .direct-deposit-tile-info__column--value {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.transactions-tile {
    width: 100%
}

.transactions-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px
}

.transactions-table__body {
    width: 100%
}

.transactions-table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.transactions-table__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4em 0 .4em .7em
}

.transactions-table__column:first-of-type {
    padding-left: 0
}

.transactions-table__column--date {
    color: #87969d;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .75em
}

.transactions-table__column--description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: .9375em
}

.transactions-table__column--amount {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: .9375em
}

.transactions-table__row--deposit .transactions-table__column--amount {
    color: #4fc143
}

.transactions-table__row--pending .transactions-table__column--amount {
    color: #c5ced4
}

.transactions-table__column-description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 11.8em
}

.transactions-table__description-status {
    padding-left: 10px;
    font-size: .6875em;
    line-height: 1.272727273;
    color: #c5ced4
}

@media(min-width: 71.5em) {
    .transactions-table__description-status {
        font-size:.75em;
        line-height: 1.333333333
    }
}

.tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab {
    text-transform: uppercase;
    text-align: center;
    font-size: .875em;
    line-height: 1.428571429;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1em .5em;
    border-bottom: 5px solid transparent
}

@media(min-width: 71.5em) {
    .tab {
        font-size:1em;
        line-height: 1.5
    }
}

.tab:hover,.tab:focus {
    color: #4fc143
}

.tab--active {
    border-bottom: 5px solid #4fc143
}

.tile--detail .tab {
    font-size: .875em;
    line-height: 1.428571429
}

@media(min-width: 48em) {
    .tile--detail .tab {
        font-size:1em;
        line-height: 1.5
    }
}

.tab-content__page {
    display: none
}

.tab-content__page--active {
    display: block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-fixed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.clear {
    clear: both
}

.clear::after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.center {
    margin-right: auto;
    margin-left: auto
}

.gap-top-xsmall {
    margin-top: 10px !important
}

.gap-top-small {
    margin-top: 20px !important
}

.gap-top-medium {
    margin-top: 30px !important
}

.gap-top-large {
    margin-top: 60px !important
}

.gap-top-xlarge {
    margin-top: 90px !important
}

.gap-top-xxlarge {
    margin-top: 120px !important
}

.gap-bottom-xsmall {
    margin-bottom: 10px !important
}

.gap-bottom-small {
    margin-bottom: 20px !important
}

.gap-bottom-medium {
    margin-bottom: 30px !important
}

.gap-bottom-large {
    margin-bottom: 60px !important
}

.gap-bottom-xlarge {
    margin-bottom: 90px !important
}

.gap-bottom-xxlarge {
    margin-bottom: 120px !important
}

.gap-left-xsmall {
    margin-left: 10px !important
}

.gap-left-small {
    margin-left: 20px !important
}

.gap-left-medium {
    margin-left: 30px !important
}

.gap-right-xsmall {
    margin-right: 10px !important
}

.gap-right-small {
    margin-right: 20px !important
}

.gap-right-medium {
    margin-right: 30px !important
}

.gap-left-zero {
    margin-left: 0 !important
}

.gap-right-zero {
    margin-right: 0 !important
}

.gap-top-zero {
    margin-top: 0 !important
}

.gap-bottom-zero {
    margin-bottom: 0 !important
}

.pad-top-xsmall {
    padding-top: 10px !important
}

.pad-top-small {
    padding-top: 20px !important
}

.pad-top-medium {
    padding-top: 30px !important
}

.pad-top-large {
    padding-top: 60px !important
}

.pad-top-xlarge {
    padding-top: 90px !important
}

.pad-top-xxlarge {
    padding-top: 120px !important
}

.pad-bottom-xsmall {
    padding-bottom: 10px !important
}

.pad-bottom-small {
    padding-bottom: 20px !important
}

.pad-bottom-medium {
    padding-bottom: 30px !important
}

.pad-bottom-large {
    padding-bottom: 60px !important
}

.pad-bottom-xlarge {
    padding-bottom: 90px !important
}

.pad-bottom-xxlarge {
    padding-bottom: 120px !important
}

.pad-left-xsmall {
    padding-left: 10px !important
}

.pad-left-small {
    padding-left: 20px !important
}

.pad-left-medium {
    padding-left: 30px !important
}

.pad-right-xsmall {
    padding-right: 10px !important
}

.pad-right-small {
    padding-right: 20px !important
}

.pad-right-medium {
    padding-right: 30px !important
}

.pad-left-zero {
    padding-left: 0 !important
}

.pad-right-zero {
    padding-right: 0 !important
}

.pad-top-zero {
    padding-top: 0 !important
}

.pad-bottom-zero {
    padding-bottom: 0 !important
}

.g2b-refresh.go2bank-redesign .pad-bottom-zero.gd-content-card__img--top {
    padding-bottom: 0 !important
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

.small-hide,.hidden {
    display: none
}

@media(min-width: 48em) {
    .medium-hide {
        display:none
    }

    .medium-show {
        display: block
    }
}

@media(min-width: 71.5em) {
    .large-hide {
        display:none
    }

    .large-show {
        display: block
    }
}

@media(min-width: 118.75em) {
    .xlarge-hide {
        display:none
    }

    .xlarge-show {
        display: block
    }
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.type-xxxxlarge {
    font-size: 3em;
    line-height: 1
}

@media(min-width: 71.5em) {
    .type-xxxxlarge {
        font-size:3.75em
    }
}

.type-xxxlarge {
    font-size: 2em;
    line-height: 1
}

@media(min-width: 71.5em) {
    .type-xxxlarge {
        font-size:3em
    }
}

.type-xxlarge {
    font-size: 1.625em;
    line-height: 1.153846154
}

@media(min-width: 71.5em) {
    .type-xxlarge {
        font-size:2.25em;
        line-height: 1.166666667
    }
}

.type-xlarge {
    font-size: 1.375em;
    line-height: 1.272727273
}

@media(min-width: 71.5em) {
    .type-xlarge {
        font-size:1.875em;
        line-height: 1.2
    }
}

.type-large {
    font-size: 1.125em;
    line-height: 1.222222222
}

@media(min-width: 71.5em) {
    .type-large {
        font-size:1.5em;
        line-height: 1.333333333
    }
}

.type-medium,.type-default {
    font-size: 1em;
    line-height: 1.5
}

@media(min-width: 71.5em) {
    .type-medium,.type-default {
        font-size:1.125em;
        line-height: 1.66667
    }
}

.type-small {
    font-size: .875em;
    line-height: 1.428571429
}

@media(min-width: 71.5em) {
    .type-small {
        font-size:1em;
        line-height: 1.5
    }
}

.type-xsmall {
    font-size: .75em;
    line-height: 1.333333333
}

@media(min-width: 71.5em) {
    .type-xsmall {
        font-size:.875em;
        line-height: 1.285714286
    }
}

.type-xxsmall {
    font-size: .6875em;
    line-height: 1.272727273
}

@media(min-width: 71.5em) {
    .type-xxsmall {
        font-size:.75em;
        line-height: 1.333333333
    }
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 600
}

.font-regular {
    font-weight: 400
}

.font-light {
    font-weight: 300
}

.font-italic {
    font-style: italic
}

.type-uppercase {
    text-transform: uppercase
}

.type-sm-caps {
    text-transform: uppercase;
    letter-spacing: .1em
}

.type-transform-none {
    text-transform: none
}

.type-align-left {
    text-align: left
}

.type-align-center {
    text-align: center
}

.type-align-right {
    text-align: right
}

.type-align-top {
    vertical-align: top
}

.type-align-middle {
    vertical-align: middle
}

.type-align-bottom {
    vertical-align: bottom
}

.type-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.type-force-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.bordered {
    border: 1px solid #e1e5e8
}

.border-top {
    border-top: 1px solid #e1e5e8
}

.border-right {
    border-right: 1px solid #e1e5e8
}

.border-bottom {
    border-bottom: 1px solid #e1e5e8
}

.border-left {
    border-left: 1px solid #e1e5e8
}

.border-none {
    border: 0
}

.bg-color-primary {
    background-color: #4fc143 !important;
    color: #fff !important
}

.bg-color-primary-dark {
    background-color: #0f9600 !important;
    color: #fff !important
}

.bg-color-secondary {
    background-color: #575683 !important;
    color: #fff !important
}

.bg-color-white {
    background-color: #fff !important
}

.bg-color-lighter {
    background-color: #f0f2f2 !important
}

.bg-color-light {
    background-color: #c5ced4 !important
}

.bg-color-medium {
    background-color: #87969d !important;
    color: #fff !important
}

.bg-color-dark {
    background-color: #475860 !important;
    color: #fff !important
}

.bg-color-darker {
    background-color: #25313b !important;
    color: #fff !important
}

.bg-color-success {
    background-color: #4fc143 !important;
    color: #fff !important
}

.bg-color-warning {
    background-color: #f90 !important;
    color: #fff !important
}

.bg-color-error,.validation-summary-errors {
    background-color: #e40449 !important !important;
    color: #fff !important
}

.type-color-primary {
    color: #4fc143 !important
}

.type-color-link {
    color: #4fc143 !important
}

.type-color-link:hover,.type-color-link:focus {
    color: #73ce69 !important
}

.type-color-link:active {
    color: #3e9d34 !important
}

.type-color-link-white {
    color: #fff !important
}

.type-color-link-white:hover,.type-color-link-white:focus {
    color: #73ce69 !important
}

.type-color-link-white:active {
    color: #3e9d34 !important
}

.type-color-primary-dark {
    color: #0f9600 !important
}

.type-color-secondary {
    color: #575683 !important
}

.type-color-white {
    color: #fff !important
}

.type-color-light {
    color: #c5ced4 !important
}

.type-color-medium {
    color: #87969d !important
}

.type-color-dark {
    color: #475860 !important
}

.type-color-darker {
    color: #25313b !important
}

.type-color-success {
    color: #4fc143 !important
}

.type-color-warning {
    color: #f90 !important
}

.type-color-error {
    color: #e40449 !important
}

.image-fit-vertical {
    height: 100%;
    width: auto
}

.image-fixed-size {
    width: auto;
    height: auto
}

.smallbutton {
    width: 100%;
    float: right
}

@media(min-width: 48em) {
    .smallbutton {
        width:auto;
        min-width: 300px
    }
}

img {
    width: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    min-height: 100px
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.gdtabs .gd-tabs-default,.gdtabs .gd-tab-content {
    display: none
}

.gdtabs .tabs {
    background: #eefcff;
    margin-bottom: 30px
}

.gdtabs .gd-tabs-mobile {
    display: block
}

.gdtabs .gd-tabs-mobile .tab {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    position: relative
}

.gdtabs .gd-tabs-mobile .tab::after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    transition: .5s transform;
    right: 15px;
    top: 36%
}

.gdtabs .gd-tabs-mobile .tab.active {
    border-bottom: 1px solid #ccc
}

.gdtabs .gd-tabs-mobile .tab.active::after {
    transform: rotate(-135deg);
    top: 45%
}

.gdtabs .tab {
    font-size: 12px
}

.gdtabs .tab.active {
    border-bottom: 6px solid #56d120
}

.gdtabs .tab-content__page {
    background: #fff
}

.gdtabs .tab-content__page:first-child {
    display: block
}

.gdtabs .product-faq {
    display: none
}

@media(min-width: 600px) {
    .gdtabs .gd-tabs-default {
        display:flex
    }

    .gdtabs .gd-tab-content {
        display: block
    }

    .gdtabs .gd-tabs-mobile {
        display: none
    }

    .gdtabs .tab {
        font-size: 13px;
        text-transform: none
    }

    .gdtabs .tab-content__page {
        min-height: 500px
    }
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.cmp-help select {
    background: #d4f1df url("../../../content/dam/greendot/chevron-down.png") no-repeat 100% 50%;
    background-size: 40px;
    color: #333;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px
}

@media(min-width: 768px) {
    .cmp-help select {
        margin-bottom:30px
    }
}

.btn {
    height: auto
}

.btn--primary-white-text-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.btn--primary-white-text-outline:hover,.primary-white-text-outline:active,.primary-white-text-outline:focus {
    border-color: #040404;
    color: #040404
}

.btn--primary-black-text-outline {
    border-color: #040404;
    background-color: transparent;
    color: #040404
}

.btn--primary-black-text-outline:hover,.primary-black-text-outline:active,.primary-black-text-outline:focus {
    border-color: #4fc143;
    color: #4fc143
}

.primary-black-text-white-outline:active,.primary-black-text-white-outline:focus {
    border-color: #fff;
    background-color: #fff;
    color: #040404
}

.btn--primary-white-text-green-solid {
    border-radius: 0;
    border-color: #85c150;
    background-color: #85c150;
    color: #fff;
    text-transform: unset
}

.btn--primary-white-text-green-solid:hover,.btn--primary-white-text-green-solid:active,.btn--primary-white-text-green-solid:focus {
    border-color: #85c150;
    background-color: #fff;
    color: #85c150
}

.btn--primary-white-text-green-rushcard {
    border-radius: 4px;
    border-color: #2dbb54;
    background-color: #2dbb54;
    color: #fff;
    text-transform: unset
}

.btn--primary-white-text-green-rushcard:hover,.btn--primary-white-text-green-rushcard:active,.btn--primary-white-text-green-rushcard:focus {
    border-color: #2dbb54;
    background-color: #fff;
    color: #2dbb54
}

.btn--primary-white-text-green-rushcard-mobile-hide {
    border-radius: 4px;
    border-color: #2dbb54;
    background-color: #2dbb54;
    color: #fff;
    text-transform: unset
}

@media(max-width: 768px) {
    .btn--primary-white-text-green-rushcard-mobile-hide {
        display:none
    }
}

.btn--primary-white-text-green-rushcard-mobile-hide:hover,.btn--primary-white-text-green-rushcard-mobile-hide:active,.btn--primary-white-text-green-rushcard-mobile-hide:focus {
    border-color: #2dbb54;
    background-color: #fff;
    color: #2dbb54
}

.btn--primary-white-text-green-rushcard-desktop-hide {
    border-radius: 4px;
    border-color: #2dbb54;
    background-color: #2dbb54;
    color: #fff;
    text-transform: unset
}

@media(min-width: 769px) {
    .btn--primary-white-text-green-rushcard-desktop-hide {
        display:none
    }
}

.btn--primary-white-text-green-rushcard-desktop-hide:hover,.btn--primary-white-text-green-rushcard-desktop-hide:active,.btn--primary-white-text-green-rushcard-desktop-hide:focus {
    border-color: #2dbb54;
    background-color: #fff;
    color: #2dbb54
}

.btn--primary-white-text-bluishgreen-solid {
    border-color: #008077;
    background-color: #008077;
    color: #fff;
    text-transform: unset
}

.btn--primary-white-text-bluishgreen-solid:hover,.btn--primary-white-text-bluishgreen-solid:active,.btn--primary-white-text-bluishgreen-solid:focus {
    border-color: #008077;
    background-color: #fff;
    color: #008077
}

.btn--green-outline-black-text-white-solid {
    border-color: #00ae47;
    background-color: #fff;
    color: #000;
    text-transform: unset;
    font-family: "NunitoSans-Black",sans-serif
}

.btn--green-outline-black-text-white-solid:hover,.btn--green-outline-black-text-white-solid:active,.btn--green-outline-black-text-white-solid:focus {
    border-color: #fff;
    background-color: #00ae47;
    color: #000
}

.btn--primary-white-text-blue-solid {
    border-radius: 0;
    border-color: #2f83cf;
    background-color: #2f83cf;
    color: #fff;
    text-transform: unset
}

.btn--primary-white-text-blue-solid:hover,.btn--primary-white-text-blue-solid:active,.btn--primary-white-text-blue-solid:focus {
    border-color: #006bc0;
    background-color: #006bc0;
    color: #94b2db
}

.btn-secondary-green-black-text {
    border-color: #00ac3f;
    background-color: #00ac3f;
    color: #000;
    text-transform: unset;
    font-family: "NunitoSans-Black",sans-serif
}

.btn-secondary-green-black-text:hover,.btn-secondary-green-black-text:active,.btn-secondary-green-black-text:focus {
    border-color: #00ac3f;
    background-color: #fff;
    color: #000
}

.btn-form--primary-green-black-text {
    font-weight: 600;
    height: 48px;
    padding: 10px 50px;
    text-transform: unset;
    border-radius: 9999em;
    background-color: #4fc143;
    color: #000
}

@media(max-width: 600px) {
    .btn-form--primary-green-black-text {
        height:40px;
        padding: 0 30px
    }
}

.btn-form--primary-green-black-text:hover,.btn-form--primary-green-black-text:active,.btn-form--primary-green-black-text:focus {
    border-color: #4fc143;
    background-color: #fff;
    color: #000
}

.btn-form--secondary-green-black-text {
    font-weight: 600;
    height: 48px;
    padding: 10px 50px;
    text-transform: unset;
    border-radius: 9999em;
    background-color: #00ac3f;
    color: #000
}

@media(max-width: 600px) {
    .btn-form--secondary-green-black-text {
        height:40px;
        padding: 0 30px
    }
}

.btn-form--secondary-green-black-text:hover,.btn-form--secondary-green-black-text:active,.btn-form--secondary-green-black-text:focus {
    border-color: #00ac3f;
    background-color: #fff;
    color: #000
}

.btn--link-black,.btn--link-white,.btn--link-green {
    border: 0;
    border-radius: 0;
    height: 35px
}

.btn--link-black span,.btn--link-white span,.btn--link-green span {
    font-family: "NunitoSans-Black",sans-serif
}

.btn--link-white {
    color: #fff;
    background-color: transparent;
    border-bottom: solid 2px;
    padding-left: 0;
    padding-right: 0
}

.btn--link-white:hover,.btn--link-white:focus {
    color: #3e9d34;
    border-bottom: solid 2px;
    background-color: transparent;
    border-color: #3e9d34
}

.btn--link-white:active {
    color: #fff;
    border-bottom: solid 2px;
    background-color: transparent;
    border-color: #3e9d34
}

.btn--link-black {
    border-color: #040404;
    color: #040404;
    background-color: transparent;
    border-bottom: solid 2px;
    padding-left: 0;
    padding-right: 0
}

.btn--link-green {
    border-radius: 0;
    color: #4fc143;
    background-color: transparent;
    border-bottom: solid 2px #4fc143;
    padding-left: 0;
    padding-right: 0
}

.btn--link-black:hover,.btn--link-black:focus {
    border-color: #3e9d34;
    color: #3e9d34;
    border-bottom: solid 2px;
    background-color: transparent
}

.btn--link-green:hover,.btn--link-green:focus {
    border-color: #4fc143;
    color: #4fc143;
    border-bottom: solid 2px;
    background-color: transparent
}

.btn--link-black:active {
    border-color: #3e9d34;
    color: #3e9d34;
    border-bottom: solid 2px;
    background-color: transparent
}

.btn--primary-black-text-yellow-rushcard {
    background-color: #fbde00;
    border-color: #fbde00;
    color: #000;
    border-radius: 4px
}

.btn--primary-black-text-yellow-rushcard:hover,.btn--primary-black-text-yellow-rushcard:active,.btn--primary-black-text-yellow-rushcard:focus {
    border-color: #fbde00;
    background-color: #fff;
    color: #000
}

.btn--link-yellow,.btn--link-yellow:hover,.btn--link-yellow:active,.btn--link-yellow:focus {
    font-family: "NunitoSans-Black",sans-serif;
    background-color: #e8d436;
    border-color: #e8d436;
    color: #2f3538;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    padding: 16px 46px
}

@media(min-width: 1280px) {
    .btn--link-yellow,.btn--link-yellow:hover,.btn--link-yellow:active,.btn--link-yellow:focus {
        padding-left:56px;
        padding-right: 56px
    }
}

.btn--link-underline,.btn--link-underline:hover,.btn--link-underline:active,.btn--link-underline:focus {
    font-family: "NunitoSans-Black",sans-serif;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #475860;
    border-radius: 0;
    color: #2f3538;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    padding: 0
}

@media(min-width: 1280px) {
    .btn--link-underline,.btn--link-underline:hover,.btn--link-underline:active,.btn--link-underline:focus {
        font-size:2rem;
        line-height: 2rem
    }
}

.btn--link-underline .link-label,.btn--link-underline:hover .link-label,.btn--link-underline:active .link-label,.btn--link-underline:focus .link-label {
    vertical-align: bottom
}

.btn-gd-home-orange {
    font-family: "NunitoSans-Regular",sans-serif;
    background: #fd7b27;
    font-size: 1.2rem;
    color: #fff;
    padding: 1rem 16px;
    line-height: 1.6rem
}

.btn-gd-home-orange:hover,.btn-gd-home-orange:active,.btn-gd-home-orange:focus {
    color: #fd7b27;
    border-color: #fd7b27;
    background: rgba(0,0,0,0);
    outline: 0
}

.btn-gd-home-redesign {
    font-family: "NunitoSans-Black",sans-serif;
    background: #beebce;
    border-radius: 76px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 800
}

.btn-gd-home-redesign:hover,.btn-gd-home-redesign:active,.btn-gd-home-redesign:focus {
    color: #000;
    border-color: #beebce;
    background: rgba(0,0,0,0);
    outline: 0
}

@media(min-width: 768px) {
    .btn-gd-home-redesign {
        font-size:inherit
    }
}

.b2b-refresh .btn.btn--link-yellow,.b2b-refresh .btn.btn--link-yellow:hover,.b2b-refresh .btn.btn--link-yellow:active,.b2b-refresh .btn.btn--link-yellow:focus {
    font-family: "NunitoSans-Black",sans-serif;
    background-color: #e8d436;
    border-color: #e8d436;
    color: #2f3538;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    padding: 16px 46px
}

@media(min-width: 1280px) {
    .b2b-refresh .btn.btn--link-yellow,.b2b-refresh .btn.btn--link-yellow:hover,.b2b-refresh .btn.btn--link-yellow:active,.b2b-refresh .btn.btn--link-yellow:focus {
        padding-left:56px;
        padding-right: 56px
    }
}

.b2b-refresh .btn.btn--link-underline,.b2b-refresh .btn.btn--link-underline:hover,.b2b-refresh .btn.btn--link-underline:active,.b2b-refresh .btn.btn--link-underline:focus {
    font-family: "NunitoSans-Black",sans-serif;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #475860;
    border-radius: 0;
    color: #2f3538;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    padding: 0
}

@media(min-width: 1280px) {
    .b2b-refresh .btn.btn--link-underline,.b2b-refresh .btn.btn--link-underline:hover,.b2b-refresh .btn.btn--link-underline:active,.b2b-refresh .btn.btn--link-underline:focus {
        font-size:2rem;
        line-height: 2rem
    }
}

.b2b-refresh .btn.btn--link-underline .link-label,.b2b-refresh .btn.btn--link-underline:hover .link-label,.b2b-refresh .btn.btn--link-underline:active .link-label,.b2b-refresh .btn.btn--link-underline:focus .link-label {
    vertical-align: bottom
}

.b2b-refresh .newsletterform .cmp-form-button {
    height: auto;
    border-radius: 9999em;
    float: none
}

.b2b-refresh .newsletterform .cmp-form-button,.b2b-refresh .newsletterform .cmp-form-button:hover,.b2b-refresh .newsletterform .cmp-form-button:active,.b2b-refresh .newsletterform .cmp-form-button:focus {
    font-family: "NunitoSans-Black",sans-serif;
    background-color: #e8d436;
    border-color: #e8d436;
    color: #2f3538;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 1px;
    padding: 16px 46px
}

@media(min-width: 1280px) {
    .b2b-refresh .newsletterform .cmp-form-button,.b2b-refresh .newsletterform .cmp-form-button:hover,.b2b-refresh .newsletterform .cmp-form-button:active,.b2b-refresh .newsletterform .cmp-form-button:focus {
        padding-left:56px;
        padding-right: 56px
    }
}

.non-overlay {
    background: #000
}

.modal__full-width {
    border-radius: 0;
    height: 100%;
    max-width: none;
    max-height: 100%;
    top: 0;
    left: 0;
    transform: none;
    width: 100%
}

.modal__full-width.modal--visible {
    -webkit-transform: initial;
    transform: none
}

.modal--large {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    max-width: 900px
}

.modal__content {
    padding: 0;
    border-radius: 8px
}

@media(max-width: 768px) {
    .modal__content {
        max-height:800px
    }
}

.modal__content .popup-container {
    position: static
}

.modal--visible .modal__close {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2
}

.modal__close-icon {
    height: 12px;
    width: 12px;
    fill: #2945ff
}

.footnotes-sup {
    color: #2945ff !important;
    font-weight: bold;
    font-size: 1.1rem;
    vertical-align: unset
}

.popup-container .text {
    margin-bottom: 0 !important
}

.modal-popup-mobile {
    padding-top: 42px;
    padding-bottom: 29px;
    word-wrap: break-word
}

.modal-popup-mobile a {
    text-decoration: underline
}

@media(min-width: 768px) {
    .modal-popup-mobile {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.modal-foot-notes-text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 768px) {
    .modal-foot-notes-text {
        font-size:1.6rem;
        line-height: 2rem
    }
}

.border_radius {
    border-radius: 15px;
    background-color: #000;
    display: block;
    max-height: 600px
}

.border_radius-child>div {
    border-radius: 15px
}

.rounded-borders {
    display: block;
    max-height: 600px
}

.gd-searchbox-inline {
    z-index: 1;
    width: 100%;
    text-align: center
}

.gd-searchbox-inline .gd-inlinesearch-icon {
    margin-left: -55px
}

.gd-searchbox-inline .gd-inlinesearch-icon svg {
    transform: scale(0.5);
    fill: #aaa
}

.gd-searchbox-inline .gd-search-link {
    display: none;
    margin: 0 20px
}

.gd-searchbox-inline .gd-search-link input {
    color: #040404;
    font-family: "NunitoSans-Black",sans-serif;
    border-bottom: 2px solid #040404
}

.gd-searchbox-inline .gd-input {
    color: #555;
    border: 1.5px solid #1c4d56;
    margin-top: 20px;
    max-width: 400px;
    width: 92%;
    padding: 10px;
    background-color: #fff
}

.gd-searchbox-inline .icon {
    margin-bottom: 0
}

@media(min-width: 1025px) {
    .gd-searchbox-inline .gd-search-link {
        display:block
    }

    .gd-searchbox-inline .gd-search-link input {
        cursor: pointer
    }

    .gd-searchbox-inline .gd-input {
        margin-top: 0;
        width: 50%
    }

    .gd-searchbox-inline .gd-search-link,.gd-searchbox-inline .gd-searchmenu-close {
        display: inline-block
    }
}

.search-banner .cmp-searchbox__default {
    max-width: 544px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 16px
}

@media(min-width: 768px) {
    .search-banner .cmp-searchbox__default {
        padding:24px 0 16px
    }
}

.search-banner .cmp-searchbox__form {
    padding: 2px 10px 2px 17px;
    box-shadow: 0 1px 0 #e5e5e5;
    border-radius: 48px;
    background: #fff
}

.searchbox-with-border .search-banner .cmp-searchbox__form {
    border: 1px solid #8c8c8c
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field {
    border: 0;
    width: 90%;
    margin: 0;
    font-size: 1.5rem;
    max-width: 90%
}

@media(min-width: 768px) {
    .search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field {
        width:90%
    }
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:focus,.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:active,.search-banner .cmp-searchbox__form .gd-searchbox-inline .input-group-field:hover {
    outline: 0
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-inlinesearch-icon {
    display: inline-block;
    height: 21px;
    width: 21px;
    margin-left: 0
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-inlinesearch-icon .docs-icon {
    font-size: 2rem;
    transform: none;
    vertical-align: text-bottom
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link {
    margin: 0;
    position: relative;
    padding: 0;
    width: 24px;
    display: flex;
    justify-content: space-between
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    border: 0
}

.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:focus,.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:active,.search-banner .cmp-searchbox__form .gd-searchbox-inline .gd-search-link .button:hover {
    outline: 0
}

.search-background {
    background: url(../../go2bank/clientlibs/go2bank-site/resources/images/icon-search.svg) no-repeat;
    background-size: contain
}

.searchbox {
    position: fixed;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(-20px);
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    background-color: #d7ffc5;
    box-shadow: 0 6px 10px -5px rgba(0,0,0,0.86)
}

.searchbox.active {
    visibility: visible;
    transform: translateY(0);
    z-index: 501
}

.searchbox .gd-search-link {
    margin: 20px auto
}

.searchbox .gd-search-link input {
    color: #040404;
    font-family: "NunitoSans-Black",sans-serif;
    border-bottom: 2px solid #040404
}

.searchbox .gd-searchmenu-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.searchbox .gd-searchmenu-close svg {
    fill: #aaa
}

.searchbox .gd-inlinesearch-icon {
    display: none
}

.searchbox .gd-inlinesearch-icon svg {
    transform: scale(0.5);
    fill: #aaa
}

.searchbox .gd-input {
    margin-top: 20px;
    max-width: 400px;
    width: 92%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff
}

.searchbox .icon {
    margin-bottom: 0
}

@media(min-width: 1025px) {
    .searchbox .gd-searchmenu-close {
        position:relative;
        top: auto;
        cursor: pointer
    }

    .searchbox .gd-search-link {
        margin: 0 20px
    }

    .searchbox .gd-search-link input {
        cursor: pointer
    }

    .searchbox .gd-input {
        margin-top: 0;
        width: 50%
    }

    .searchbox .gd-search-link,.searchbox .gd-searchmenu-close {
        display: inline-block
    }

    .searchbox .gd-searchmenu-close {
        margin-left: 15%
    }
}

.top-banner__wrapper {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    background: #041e42;
    align-items: center;
    padding: 10px 25px 10px 15px;
    position: relative;
    z-index: 9
}

@media(min-width: 768px) {
    .top-banner__wrapper {
        padding:10px 0
    }
}

.top-banner__icon {
    margin-right: 10px;
    max-width: 40px
}

.top-banner p {
    color: #fff;
    font-family: "NunitoSans-Regular",sans-serif;
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    max-width: 800px
}

@media(min-width: 768px) {
    .top-banner p {
        font-size:1.6rem;
        display: block;
        width: auto
    }
}

.top-banner p a {
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    outline: 0
}

.top-banner__close {
    position: absolute;
    top: 5px;
    right: 10px;
    outline: 0
}

.show-top-banner .aem-Grid.position-relative {
    position: relative
}

.already-banner {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    padding: 5px 0
}

@media(min-width: 768px) {
    .already-banner {
        padding:10px 0
    }
}

.already-banner .left-section p {
    color: #000;
    margin-right: 2px;
    font-weight: 600
}

@media(max-width: 768px) {
    .already-banner .left-section p {
        font-size:1.2rem;
        line-height: 1.6rem
    }
}

.already-banner .right-section a {
    margin-left: 3px;
    padding: 8px 12px;
    border: 2px solid #00b24b;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    color: #00b24b;
    border-radius: 76px
}

@media(max-width: 768px) {
    .already-banner .right-section a {
        font-size:1.2rem;
        margin-left: 10px
    }
}

@media(max-width: 768px) {
    .top-banner .stimulus-banner {
        font-size:1.2rem;
        padding: 10px 13px
    }
}

.ujet-config-nonedit {
    display: none
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.cmp-video-text {
    margin: 0;
    position: relative
}

.cmp-video-text .video-text {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    display: flex
}

.cmp-video-text .video-text .flag {
    font-family: "NunitoSans-Black",sans-serif;
    white-space: nowrap;
    color: #fff;
    background-color: #00a196;
    padding: 10px 30px;
    margin-bottom: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 5px 6px 0 rgba(0,0,0,0.29)
}

.cmp-video-text .video-text .jargon {
    width: 100%;
    height: 50px;
    padding: 20px 10px;
    position: relative
}

@media(max-width: 1144px) {
    .cmp-video-text .video-text .jargon {
        padding:10px 15px
    }
}

.cmp-video-text .video-text .jargon p {
    font-size: 2.2rem;
    text-align: center;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width: 1144px) {
    .cmp-video-text .video-text .jargon p {
        font-size:2rem;
        line-height: 2rem
    }
}

.cmp-video-text .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.cmp-video-text .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-center .video-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-center .cmp-video-text {
    width: 50%
}

@media(max-width: 768px) {
    .video-center .cmp-video-text {
        width:100%
    }
}

@media(max-width: 767px) {
    .find-atm-component .map-box-body {
        display:flex;
        flex-wrap: wrap-reverse;
        width: 100%
    }

    .find-atm-component #map {
        height: 500px;
        width: 100%
    }

    .find-atm-component #search-atm {
        height: auto;
        width: 100%
    }

    .find-atm-component .search-container {
        display: flex;
        width: 100%
    }

    .find-atm-component .locations-container {
        height: auto;
        max-height: 300px;
        margin-bottom: 20px
    }
}

@media(min-width: 768px) {
    .find-atm-component .map-box-body {
        display:flex;
        height: 600px
    }

    .find-atm-component #map {
        height: 100%;
        flex: 2
    }

    .find-atm-component #search-atm {
        height: 100%;
        flex: 1;
        padding-left: 30px
    }

    .find-atm-component .search-container {
        display: flex
    }

    .find-atm-component .locations-container {
        height: 410px
    }
}

.find-atm-component .map-box-body {
    background-color: #fff;
    padding: 30px
}

.find-atm-component .instruct {
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 0;
    border-bottom: 1px #000 dashed;
    font-size: 1.5rem;
    font-family: Helvetica,Arial,sans-serif
}

.find-atm-component .map-box-header {
    font-size: 2rem;
    font-family: ff-din-web-condensed,Helvetica,Arial;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #4fc143;
    padding: 15px 10px
}

.find-atm-component .map-box-header p {
    margin-bottom: 0
}

.find-atm-component .search-container {
    margin-bottom: 0;
    padding-bottom: 20px
}

.find-atm-component .search-container input[type="text"] {
    border: 1px solid #a0a8ab;
    flex: 1;
    padding-left: 10px;
    min-width: 0
}

.find-atm-component .search-container button {
    font-size: 2rem;
    text-align: center;
    height: 38px;
    line-height: 1rem;
    margin-left: 15px;
    border-radius: 0;
    cursor: pointer;
    color: #fff
}

.find-atm-component .locations-container {
    overflow-y: auto;
    padding: 10px 0
}

.find-atm-component .locations-container:focus-visible {
    outline: 1px solid rgba(0,83,226,0.4)
}

.find-atm-component .locations-container .location {
    display: flex
}

.find-atm-component .locations-container .marker {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: top;
    background-color: #4fc143;
    text-align: center;
    flex: 0 0 30px
}

.find-atm-component .locations-container .location-info {
    font-family: Helvetica,Arial,sans-serif;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 1.5
}

.find-atm-component .locations-container .location {
    margin-bottom: 20px
}

.find-atm-component .locations-container .name {
    font-weight: bold;
    font-size: 1.8rem;
    color: #4fc143;
    line-height: 1.8
}

.find-atm-component .locations-container .marker-icon {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    font-family: "ff-din-web-condensed",Helvetica,Arial;
    line-height: 3rem
}

.find-atm-component .atm-input-error {
    font-family: Helvetica,Arial,sans-serif;
    border: 2px solid #f00 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #fee;
    padding: 8px;
    margin-bottom: 15px;
    display: none
}

.find-atm-component .locations-container.one-line-error {
    height: auto;
    max-height: 345px
}

.find-atm-component .locations-container.two-line-error {
    height: 325px
}

.find-atm-component .locations-container.three-line-error {
    height: 305px
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.content-slider-wrapper {
    padding: 0 70px;
    max-width: 1235px;
    margin: 0 auto
}

.content-slider-wrapper .slick-slide {
    display: flex;
    flex-direction: column;
    padding: 8px
}

.content-slider-wrapper .slick-next,.content-slider-wrapper .slick-prev {
    z-index: 5;
    top: 40%
}

.content-slider-wrapper .slick-next {
    right: 15px
}

.content-slider-wrapper .slick-prev {
    left: 15px
}

.content-slider-wrapper .slick-next:before,.content-slider-wrapper .slick-prev:before {
    color: #000;
    font-size: 2.6rem
}

.content-slider-wrapper .content-block .card-content {
    padding: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    margin-bottom: 16px;
    background: var(--content-card-bg)
}

.content-slider-wrapper .slick-next:before {
    content: "";
    background-image: var(--rightArrow-background);
    height: 28px;
    width: 16px;
    display: inline-block
}

.content-slider-wrapper .slick-prev:before {
    content: "";
    background-image: var(--leftArrow-background);
    height: 28px;
    width: 16px;
    display: inline-block
}

@media(max-width: 550px) {
    .content-slider-wrapper {
        padding:0 48px 0 16px
    }

    .content-slider-wrapper .slick-prev:before {
        display: none
    }

    .content-slider-wrapper .content-block .card-content {
        padding: 16px
    }
}

.gd-form-inline button {
    display: block;
    margin: 0 auto
}

.gd-form-inline .input__error-text {
    margin-top: 2px
}

.gd-form-modal .input__error-text {
    margin-top: 0
}

@media(max-width: 600px) {
    .gd-form-modal .launch-button {
        display:block;
        margin: 0 auto
    }
}

.gd-form-modal .gd-modal-submit {
    padding-top: 30px
}

.gd-form-modal .gd-modal-submit button {
    background: #000;
    padding: 15px 50px
}

.gd-form-modal__default {
    display: none
}

.gd-form-modal__expanded {
    display: block
}

.gd-faqs-list .list.list--disc li {
    list-style-type: disc !important
}

.gd-faqs-list ul.gd-accordian {
    margin-bottom: 2em;
    border-bottom: 1px solid #65d961;
    list-style-type: none
}

.gd-faqs-list img {
    max-width: 250px
}

.gd-faqs-list__faq {
    border-top: 1px solid #65d961;
    padding: 2em 0;
    cursor: pointer
}

.gd-faqs-list__faq .gd-toggle-icon {
    display: inline-block;
    font-size: 2em;
    vertical-align: -webkit-baseline-middle
}

.gd-faqs-list__faq .gd-toggle-icon__plus {
    color: #65d961
}

.gd-faqs-list__faq .gd-toggle-icon__minus {
    color: #555;
    display: none
}

.gd-faqs-list__question--text {
    margin-left: 1.7em;
    display: inline-block;
    width: 75%;
    vertical-align: -webkit-baseline-middle
}

.gd-faqs-list__answer {
    margin-left: 4em;
    display: none
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.x-font-medium {
    font-size: 1.4rem;
    font-weight: 600
}

@media(min-width: 768px) {
    .x-font-medium {
        font-size:1.6rem
    }
}

.gd-table {
    max-width: 980px;
    margin: auto
}

.gd-table__container {
    overflow-x: auto
}

.gd-table__table {
    display: table;
    text-align: center;
    width: 100%
}

@media(min-width: 768px) {
    .gd-table__table {
        min-width:600px
    }
}

.gd-table__head {
    display: table-row
}

.gd-table__head--cell {
    display: table-cell;
    font-weight: 600;
    padding: 20px 5px;
    vertical-align: middle;
    width: 20%
}

@media(min-width: 768px) {
    .gd-table__head--cell {
        padding:30px
    }
}

.gd-table__head--cell:nth-of-type(1) {
    padding: 0;
    width: 40%
}

.gd-table__head--cell:nth-of-type(1) img:nth-of-type(1) {
    height: 90px;
    padding: 20px 15px
}

.gd-table__head--cell img {
    max-width: 100%;
    max-height: 97px
}

.gd-table__head--cell:nth-of-type(2) {
    border: 3px solid #00ac3f;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom: 0
}

@media(min-width: 768px) {
    .gd-table__head--cell:nth-of-type(2) {
        border-width:7px
    }
}

.gd-table__row {
    display: table-row
}

.gd-table__row:nth-child(even) {
    background-color: #fafafa
}

.gd-table__row:last-child .gd-table__cell {
    padding: 25px 0
}

@media(min-width: 768px) {
    .gd-table__row:last-child .gd-table__cell {
        padding:50px 0
    }
}

.gd-table__row:last-child .gd-table__cell:nth-of-type(2) {
    border-bottom: 3px solid #00ac3f;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px
}

@media(min-width: 768px) {
    .gd-table__row:last-child .gd-table__cell:nth-of-type(2) {
        border-width:7px;
        border-top-width: 1px
    }
}

.gd-table__cell {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #d0d0d0;
    padding: 20px 10px;
    width: 20%
}

@media(max-width: 768px) {
    .gd-table__cell {
        font-size:1.2rem
    }
}

@media(min-width: 768px) {
    .gd-table__cell {
        padding:25px
    }
}

.gd-table__cell:nth-of-type(1) {
    width: 40%
}

.gd-table__cell:nth-of-type(2) {
    border-left: 3px solid #00ac3f;
    border-right: 3px solid #00ac3f
}

@media(min-width: 768px) {
    .gd-table__cell:nth-of-type(2) {
        border-left-width:7px;
        border-right-width: 7px
    }
}

.gd-table__cell>div {
    align-items: center;
    display: flex
}

.gd-table__cell>div>p {
    font-size: 1.2rem;
    margin-bottom: 0;
    max-width: 392px;
    text-align: left;
    width: 100%
}

@media(min-width: 768px) {
    .gd-table__cell:first-child>div>p {
        padding-right:25px;
        width: 90%
    }
}

.gd-table__cell img {
    max-width: 32px
}

@media(min-width: 768px) {
    .gd-table__cell img {
        max-width:45px
    }
}

.fee-chart-table .gd-table {
    max-width: 922px !important
}

.fee-chart-table .gd-table__cell {
    padding: 24px 16px 24px 32px !important;
    vertical-align: baseline !important
}

.fee-chart-table .gd-table__cell:nth-of-type(2) {
    padding: 24px 24px 24px 32px !important
}

.fee-chart-table .gd-table__cell div p {
    padding: 0 !important;
    max-width: 100% !important
}

.fee-chart-table .gd-table__head--cell {
    text-align: center !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

@media(max-width: 768px) {
    .fee-chart-table .gd-table__cell {
        padding:24px 16px 24px 8px !important
    }

    .fee-chart-table .gd-table__cell:nth-of-type(2) {
        padding: 24px 12px 24px 16px !important
    }
}

.input--hide-help .input__help {
    display: flex
}

.hide--message {
    display: none
}

.gd-layout-container {
    position: relative
}

@media(max-width: 599px) {
    .gd-layout-container.pad-top-large {
        padding-top:20px !important
    }

    body:not(.b2b-refresh) .gd-layout-container.pad-top-large .gd-layout-container__two {
        padding: 0
    }
}

@media(max-width: 768px) {
    .gd-layout-container.mobile-twotone {
        background:none !important
    }
}

@media(min-height: 768px) {
    .gd-layout-container.gdtop-default {
        padding-top:0
    }

    .gd-layout-container.gdbottom-default {
        padding-top: 0
    }

    .gd-layout-container.gdleft-default {
        padding-top: 0
    }

    .gd-layout-container.gdleft-small {
        padding-left: 20px
    }

    .gd-layout-container.gdleft-medium {
        padding-left: 50px
    }

    .gd-layout-container.gdleft-large {
        padding-left: 100px
    }

    .gd-layout-container.gdleft-xlarge {
        padding-left: 150px
    }

    .gd-layout-container.gdright-default {
        padding-top: 0
    }

    .gd-layout-container.gdright-small {
        padding-right: 20px
    }

    .gd-layout-container.gdright-medium {
        padding-right: 50px
    }

    .gd-layout-container.gdright-large {
        padding-right: 100px
    }

    .gd-layout-container.gdright-xlarge {
        padding-right: 150px
    }
}

.gd-layout-container__two {
    display: none
}

.gd-layout-container__dfcol .gd-layout-container__default {
    display: block
}

.gd-layout-container__2col .gd-layout-container__two {
    display: block
}

.gd-layout-container__bgrepeat {
    background-repeat: repeat;
    background-position: top left
}

.gd-layout-container__bgimg {
    background-position: right center;
    background-size: cover
}

@media(min-width: 640px) {
    .gd-layout-container__bgimg {
        background-size:50%
    }
}

.gd-layout-container__bgright {
    background-position: right center
}

.gd-layout-container__bgleft {
    background-position: left center
}

.gd-layout-container__bgcenter {
    background-position: center
}

.gd-layout-container__bgtop {
    background-position: top
}

.gd-layout-container__bgbottom {
    background-position: bottom
}

@media(max-width: 767px) {
    .gd-layout-container__nopaddingmobile .grid-row,.gd-layout-container__nopaddingmobile .column {
        padding-left:0;
        padding-right: 0
    }
}

.gd-layout-container.gd-top-left-corner {
    margin-top: 20px;
    border-top-left-radius: 40px
}

@media(max-width: 767px) {
    .gd-layout-container.gd-top-left-corner {
        margin-top:10px;
        border-top-left-radius: 20px
    }
}

.gd-layout-container.gd-top-right-corner {
    margin-top: 20px;
    border-top-right-radius: 40px
}

@media(max-width: 767px) {
    .gd-layout-container.gd-top-right-corner {
        margin-top:10px;
        border-top-right-radius: 20px
    }
}

.fluid-container>.gd-layout-container>.grid-container {
    max-width: inherit;
    padding: 0
}

.fluid-container>.gd-layout-container .gd-layout-container__bgimg {
    margin-left: -1.25%;
    margin-right: -1.25%
}

@media(min-width: 48em) {
    .fluid-container>.gd-layout-container .gd-layout-container__bgimg {
        margin-left:-1.5625%;
        margin-right: -1.5625%
    }
}

@media(min-width: 71.5em) {
    .fluid-container>.gd-layout-container .gd-layout-container__bgimg {
        margin-left:-1.22378%;
        margin-right: -1.22378%
    }
}

@media(min-width: 1144px) {
    .gd-centered-2col>.gd-layout-container>.grid-container.gd-layout-container__two {
        padding-left:160px;
        padding-right: 160px
    }
}

@media(max-width: 1144px) {
    .gd-centered-2col>.gd-layout-container>.grid-container>.gd-layout-container__col1bg>.column.medium-4,.gd-centered-2col>.gd-layout-container>.grid-container>.gd-layout-container__col2bg>.column.medium-4 {
        width:100%
    }
}

.inline-img-text .gd-content-card__wrap {
    display: flex;
    align-items: center;
    flex-direction: row !important
}

.vertical-align-top .inline-img-text .gd-content-card__wrap {
    align-items: flex-start
}

.inline-img-text .gd-content-card__wrap .gd-content-card__media {
    max-width: 68px;
    width: 100%
}

.vertical-align-top .inline-img-text .gd-content-card__wrap .gd-content-card__media,.vertical-align-center .inline-img-text .gd-content-card__wrap .gd-content-card__media {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: 20px
}

.go2bank .vertical-align-top .inline-img-text .gd-content-card__wrap .gd-content-card__media,.go2bank .vertical-align-center .inline-img-text .gd-content-card__wrap .gd-content-card__media {
    margin-right: 10px
}

.vertical-align-top .inline-img-text .gd-content-card__content {
    width: fit-content
}

@media(max-width: 64rem) {
    .wm-inline-img-text .gd-content-card__wrap .gd-content-card__media {
        max-width:51px
    }
}

.g2b-inline-img-text .gd-content-card__wrap {
    align-items: end
}

.gd-add-cash-hero {
    position: relative
}

.gd-add-cash-hero__buttons {
    display: flex;
    margin-bottom: 10px
}

.gd-add-cash-hero__buttons--cta1 {
    margin-right: 23px
}

.gd-add-cash-hero__buttons img {
    max-width: 160px
}

@media(min-width: 768px) {
    .gd-add-cash-hero__buttons img {
        max-width:184px
    }
}

.gd-add-cash-hero__text {
    padding: 20px 36px 60px
}

@media(min-width: 768px) {
    .gd-add-cash-hero__text {
        display:flex;
        align-items: center
    }
}

@media(min-width: 1144px) {
    .gd-add-cash-hero__text {
        max-width:575px;
        padding-top: 70px;
        padding-left: 5.8rem;
        padding-right: 0
    }
}

.gd-add-cash-hero__text h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin: 0 0 10px
}

@media(min-width: 1144px) {
    .gd-add-cash-hero__text h1 {
        font-size:5rem;
        line-height: 6rem;
        margin-bottom: 20px
    }
}

.gd-add-cash-hero__text p,.gd-add-cash-hero__text li {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 10px
}

@media(min-width: 1144px) {
    .gd-add-cash-hero__text p,.gd-add-cash-hero__text li {
        font-size:2.5rem;
        margin-bottom: 15px
    }
}

.gd-add-cash-hero__text p b {
    font-size: 2.5rem;
    line-height: 3rem
}

@media(min-width: 1144px) {
    .gd-add-cash-hero__text p b {
        font-size:3rem;
        line-height: 3.7rem
    }
}

.gd-add-cash-hero__text ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 26px
}

@media(min-width: 1144px) {
    .gd-add-cash-hero__text ul {
        margin-bottom:50px
    }
}

.gd-add-cash-hero__wrapper {
    padding: 0;
    max-width: inherit
}

@media(min-width: 768px) {
    .gd-add-cash-hero__wrapper {
        display:flex
    }
}

.gd-add-cash-hero__img {
    padding: 0
}

.gd-add-cash-hero__img img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.gd-add-cash-hero__disclaimer p {
    font-size: 1.5rem;
    line-height: 1.5
}

@media(min-width: 768px) {
    .gd-add-cash-hero__disclaimer p {
        font-size:2rem
    }
}

footer.b2b-footer {
    width: 100%;
    position: relative;
    border-top: 2px solid #fff
}

footer.b2b-footer::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0M0U1NDI3NzFENzExRTk4MEI0OUI3OUNBNDIyQjQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0M0U1NDI4NzFENzExRTk4MEI0OUI3OUNBNDIyQjQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODQzRTU0MjU3MUQ3MTFFOTgwQjQ5Qjc5Q0E0MjJCNDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODQzRTU0MjY3MUQ3MTFFOTgwQjQ5Qjc5Q0E0MjJCNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n688+AAAArElEQVR42lyQWw6FIAwFeVSBjbH/1ahwQe9IE2Lohx/TkzNUm3M+jqO1llISEWutMeY8z1qrEueckICGEDRx33cp5XkeJSQgjg7vPUgTvzHsYoyaICDaacZc10XiS8oYWSz7vk8LhC8SNy28FC810zK9op2LpY5518MjXLtYWPPdtk0JWwdablHy9cpyC161TO97HbX69sWipPcOea/DSic/aXohrOlgi+ovwADFHb4cnuB98QAAAABJRU5ErkJggg==');
    background-repeat: repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

footer.b2b-footer .gdfooter-logo {
    width: 93px
}

footer.b2b-footer .gdfooter-container {
    position: relative;
    min-height: 400px
}

footer.b2b-footer .gdfooter-linkstyles {
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
    cursor: pointer
}

footer.b2b-footer .gdfooter-linkstyles:hover {
    color: #4fc143
}

footer.b2b-footer .gdfooter-link {
    margin: 12px 20px 0 0;
    display: block
}

@media(min-width: 71.5em) {
    footer.b2b-footer .gdfooter-link {
        display:inline-block
    }
}

footer.b2b-footer .gdfooter-social {
    margin-top: 20px
}

footer.b2b-footer .gd-disclaimer {
    color: #fff;
    padding-top: 35px
}

footer.b2b-footer .gd-disclaimer p:last-child {
    margin: 0
}

footer.b2b-footer .social-icon {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    height: 25px;
    width: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

footer.b2b-footer .gd-b2b-logo {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAKI0lEQVR42uWce9CVRR3HP7wcITJIECWK8AqIjoIgL7eKFdRh1iKNMcEs/2i8zVg6jWRWtK2WgWhJdlHGbKYIw8l0RNdbxKKY5V3LFA2VS4mT6dvL/Y1Lf+wu757zPuec53nOec8B/M6cOc/ZZ/e3+/uefXZ/+9vfsz1oMLSVA4BRwBDgRGAo0BPoD/T12TYB7wG7gHXAX4ENwAtKmHcb2d4eDSJlGjANmAC0AgfnFLUFeBZYBSwHrBJm135JkLZyLHAeMAM4tpuqeQO4G/itEuap7qig7gRpK6cDlwPTu4mUcngYWKiEMfUUWjeCtJUC+A5wamN56YKVwDVKmD/WQ1jNBGkrBwE3Al9oMjGlWAJcqYR5qxYhNRGkrTwfuBk4pNlslEE7cJkS5td5BeQmSFu5CLiw2QykxG1KmFxtzUyQtvJw4D5gXLO1zoingBlKmI1ZCmUiSFs5AlgBDG62tjnxNiCUMK+kLZCaIG3lCcBfyG/k7SvYAkxQwvwtTeZUBGkrjwVeAD7YbO3qhG3ASUqYf1TLWJUgbeWhwKvAgGZrVWe8CwxXwvynUqaWFIKWc+CRg9dpebVMFQnSVt6OW3kfqBilrfxlpQxlHzFt5Uzgd83WoEGYqYT5fdKNRIK0lf2Ad4CDmt3yBqEDOEwJ0156o9wjdhvvH3IAenmdu6BLD9JWtuLsnfcjWkv9Skk96OfNbmUT0UX3IoK0lacCYxrUmLyu0u3d2Kax2sopcUJpD7omg7C3gNk4M2Aq8DSwDDgLOJtOG+PrOLfr54E2nHukFXje318JzAKOB4YBZwJLE+q7DpgMHINz9n8Z+Ht0/6e+7pnAk8BNvp6JGfX6Xvxj7xjkF6KpF3HAJCXME+VuaiuvAeYC/ZQwm3za1ODp01auBTYoYSaXKf994Jv+52lKmOUJeVqAF4ETgClKmEcrtOdHwBUpdTtOCbMainvQpRnI2RCTo628UFt5ZUme/v77SJ+nR0TO4Tgz4spIxjnayovDbyXMt/zlY4EcbWUvbeVXtZXjfJ7d/k8A+Hgk62ht5UPeoRdwfwb9LgkXMUGzMwh4LWrMEGARsEBbeVa5AkqYPdrKU7SVrwNvAr1xjwLayoOAO4FbtJXHR8U2+rwB5wILfX0Br/rv2Cy5ETgjVpRsrp1ZRQRpKz8BHJ5BQFzZR6PrXlXKXQ8cBfQBDo72tOJyR0XXmzyRAYG8oVFauB//2f/z31ujtJ4Z9PuItnIyQMEnfDpD4dLGdCQ0rBwGRtc7o+sdwNU4d8oLUXqhpPxdvo41UVpSzwjtqGVT8Uzg8dCARm3VJE7RSpidwLyEWx1EPUgJ8zRutoyxtgJRe2po61SAgl93jW4QQYkN1lb2Aj6De/RavLK7gUHAo1G+YThf+C7cY9kBDPe3q/XerP730drKvgWcYVht7Ohusg6lvOfgjej6XODaMvmSemdMStbe1BsY0wIcnUO53dF1TG7vDDLiBseKXIV75KcDmyketEO9a3yeT9Fp22SpOy2ObgFG5igYK7c+um7LIGOgtrKQUO7HShirhHnI19Mvuhe2bNb5PI8Bd/i0ApWRZw9wZAvwsRwFjwkXfmt3BjBLCfNgBhkDgCO8jK245ckFSpj4UelL8R+4BGfQXhGltfrvDiojz4A9pEC+rjlUWzlJCfMnr+AyAG3l4GgvPJgC8RiyrUTOQryJoYS5J76hrQzLjJO0lTOUMPd68m4pkRHWTmujtOD42hylrSc7evXQVi7HT2k5cCuwGvgXbt20RAkz3yt4I/A1YA6ddsv1dI0VWomzjFfjBtojcAvbC0ryzQMewUWcfQi3SL6Czhn4J0CI6LgKGI9bUM/F7WBMwYXlZMHygq8sKzbjnGrjfEPiRgaEaXdBFVlT/KcU24EHvJyRwDf8pxwu85+AduAwij2F63CWf7XxKqBv2oyl2KaEOS380Fa+hjP/n43yDM0stRhPKmE+5+UPo3PNlaoscDpuYB6DC666AWc/nYYjvF8aQS0UP6dpcZi2Mt4OOhE4UgnzjFeoQO0RZvFy5pCMZbcrYdqVMP/1+r2DC14YinPpvJdSzqaWDJlLcae2cgyAEmZ7GJy1laNxY0X/nHKTCMqy0ITiR2gXbo33JVyk7HH42TMF2gpUnx7LYTjwjLbyCeDfPm0gMKlGYgJ21lA29kzsxD1OnwXG4sKP06KjAPyzRkUm1omQDmAxzkVxCcXrw1Ij7xXgDzjbpjfucQ5j3log9nS2+/yDM5IDsKEAvFwnBWvBWlzczpsA3jt5kbayjxJmG8VG3hwlzA1xYT/m/QDnoRzlxx4AvMyR2srxwJ8ztuvlAsW+lWbhuoicAvABJczN3udMRNBDgRxt5XCcg36xEmY9MMfHZs/QVj4SIsm0lb1xj9wJOdq1pgU3Ne9oMkHxFH4z0KatvNb7nKFzwF4W5bsct9NxcZT2CPArnPEZcDLO/vlFxjbtAJ5t8TsOzzeZoNiXE9ZWp0dpYRaLZ9wwLvWN0tr8d0tCvqx4TgmzOQiyTSYonsbDem1LQr5Y8Z0l37GceM23m3xYEVd4X5MJihEUSvInV3OA1fPVivvBE6SEWYWLAG0WqinWo0JaNTdGHjfHRiXM43sJ8rgjh6BGYU+FtLyPUCXs5SIm6JYcguqFWMkwjhxUJV+Pkvyl9wPyLMhv7UKQ34te1SSC4j+qX0JaEkJIcp+EezFRWU2YVWFfPqkRczMKqxfi+Ov5wL2AjtLCgD0oSgueyjjgYlBX0bwE3EN6f/m34x9F3U8JY7WVz+AWdY3EcJxzDCXMYtyaLEZQ7hzgh/56HvCAEib2QZ3jv/f62b2b9mxtpaR6AMPTSpjYyEx8Pi/FBxU0EFdrK58KPm4fK3Au8F2cERn2/ydoKxcA85Uw7+AddN6hNg/nygC3Y/IzQCthwuycZjDvEuFSLsp1Kc4v3Gg8jOstoe423DDQk+J3RDbhjNttuFX6J8vI24ZbZnTgVvsfrlD3UiXMrNLEciP8hbhorUbvuJ5R8vuQMvn64raqq6EPMCJFvh3ARUk3EmcKHy98XoPJaSZmJ8VIQ4WpVAlzF3B7s1veANyuhLm73M00b/s8R+OiPxqN55UwJ1fKkOZtn2m4jbcDDe963SqiKkH+rIzxFIez7e/YCoxPcw5Imh6EfzOvlXx7aPsatuDIqfq2IaQkCEAJ8xJwCm6/e3/F28DYtO+rQgaCYO+CdhSNt7TrgSeB0fFCNA1qOVjgVsoYV/sgFilhLs5TMFMPiuErPJ9sUWWNRjvwxbzkQA0EAShhfoMz5XOfjdGNWAyM8N6B3Kjn8ThTcMfj5A3Gqhcs7nicFfUQ1l0HLH0FkI3lhQeBm3zwZ93Q3Ud0zcZFVXTXEV2v447oWrrfHNGVBG3lVJxZP5H6HPL2GC66Y2W0Pd0taAhBMfwxgSfReUzgEbjJoj+dDvt23DbzblzkRzgm8MVGHxP4f/i87KK1cDViAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 72px;
    display: block
}

footer.b2b-footer .tag-line {
    color: #fff;
    font-size: 24px
}

footer.b2b-footer .device-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50px;
    width: 150px;
    display: block;
    margin-right: 10px
}

footer.b2b-footer-copyright {
    color: #fff;
    font-size: .875em
}

.b2b-refresh .b2b-footer::before {
    background: #2f3538
}

.b2b-refresh .b2b-footer .gdfooter-logo {
    text-align: center;
    width: 100%
}

.b2b-refresh .b2b-footer .gdfooter-logo .gd-b2b-logo {
    background: 0;
    height: auto;
    margin: auto;
    max-width: 72px;
    width: auto
}

@media(min-width: 768px) {
    .b2b-refresh .b2b-footer .gdfooter-logo .gd-b2b-logo {
        max-width:135px;
        margin-bottom: 40px
    }
}

.b2b-refresh .b2b-footer .gdfooter-links {
    text-align: center;
    width: 100%
}

.b2b-refresh .b2b-footer .gdfooter-link {
    margin: 10px 10px 0
}

.b2b-refresh .b2b-footer .gdfooter-linkstyles {
    text-transform: uppercase
}

.b2b-refresh .b2b-footer .gdfooter-social {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: 100%
}

@media(min-width: 768px) {
    .b2b-refresh .b2b-footer .gdfooter-social {
        margin-top:50px
    }
}

.b2b-refresh .b2b-footer .gdfooter-social .social-icon {
    height: 40px;
    margin: 0 10px;
    width: 40px
}

@media(min-width: 768px) {
    .b2b-refresh .b2b-footer .gdfooter-social .social-icon {
        height:48px;
        width: 48px
    }
}

.b2b-refresh .b2b-footer .gdfooter-social .social-icon .logo,.b2b-refresh .b2b-footer .gdfooter-social .social-icon .hover {
    height: auto;
    max-width: 100%;
    width: auto
}

.b2b-refresh .b2b-footer__hide {
    display: none
}

.b2b-refresh .b2b-footer .gd-disclaimer {
    padding-top: 40px
}

@media(min-width: 768px) {
    .b2b-refresh .b2b-footer .gd-disclaimer {
        padding-top:90px
    }
}

.b2b-refresh .b2b-footer .gd-disclaimer .large-11 {
    width: 100%
}

.b2b-refresh .b2b-footer .gd-disclaimer p {
    font-size: 1.4rem;
    line-height: 1.35
}

@media(min-width: 1600px) {
    .b2b-refresh .b2b-footer .gd-disclaimer p {
        font-size:1.8rem
    }
}

.gd-livefyre-live-blog .s-liveblog {
    background-color: transparent !important
}

.gd-livefyre-live-blog .super-header {
    display: none;
    height: 1px !important
}

.gd-livefyre-live-blog .s-collection-view .header,.gd-livefyre-live-blog .s-collection-view .footer {
    display: none;
    height: 1px !important
}

.gd-content-card__block .gd-content-card__wrap {
    display: block;
    text-align: center
}

.gd-content-card__inline .gd-content-card__wrap {
    display: inline-block;
    text-align: left
}

.gd-content-card {
    padding: 20px;
    overflow: hidden
}

.gd-content-card .green-color {
    color: #85c150
}

@media(min-width: 640px) {
    .gd-content-card.gdtop-none {
        padding-top:0
    }

    .gd-content-card.gdbottom-none {
        padding-bottom: 0
    }

    .gd-content-card.gdleft-default {
        padding-left: 20px
    }

    .gd-content-card.gdleft-none {
        padding-left: 0
    }

    .gd-content-card.gdleft-medium {
        padding-left: 40px
    }

    .gd-content-card.gdleft-large {
        padding-left: 80px
    }

    .gd-content-card.gdright-default {
        padding-right: 20px
    }

    .gd-content-card.gdright-none {
        padding-right: 0
    }

    .gd-content-card.gdright-medium {
        padding-right: 40px
    }

    .gd-content-card.gdright-large {
        padding-right: 80px
    }
}

@media(min-width: 640px) {
    .gd-content-card {
        max-height:none
    }
}

.gd-content-card .label {
    display: none
}

.gd-content-card__title {
    font-size: 22px
}

.gd-content-card__content {
    position: relative;
    font-size: 16px
}

.gd-content-card__content--center {
    text-align: center
}

.gd-content-card__content--left {
    text-align: left
}

.gd-content-card__content--right {
    text-align: right
}

.gd-content-card.gd-medium .gd-content-card__content {
    font-size: 18px
}

.gd-content-card__img {
    margin: 0 auto;
    position: relative
}

.gd-content-card__img--top,.gd-content-card__img--bottom,.gd-content-card__img--middle {
    display: none
}

.gd-content-card__img img {
    max-width: 100%;
    width: auto
}

.gd-content-card__icon {
    display: none
}

.gd-content-card__media {
    display: block
}

.gd-content-inline .gd-content-card__media {
    display: block
}

.gd-content-inline .gd-content-card__media svg,.gd-content-inline .gd-content-card__media img {
    display: block;
    margin: 0 auto
}

.gd-content-inline .gd-content-card__content {
    min-height: auto;
    text-align: center
}

@media(min-width: 640px) {
    .gd-content-inline .gd-content-card__media {
        width:40%;
        display: inline-block;
        vertical-align: top
    }

    .gd-content-inline .gd-content-card__content {
        width: 55%;
        display: inline-block;
        text-align: left
    }
}

.gd-content-overlap .gd-content-card__wrap {
    position: relative
}

.gd-content-overlap .gd-content-card__img {
    text-align: center
}

.gd-content-overlap .gd-content-card__content {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 60%
}

@media(min-width: 769px) {
    .gd-content-overlap .gd-content-card__content {
        top:25%;
        left: 45%;
        width: 55%
    }
}

.gd-icon .gd-content-card__icon {
    display: block
}

.gd-img-top .gd-content-card__img--top {
    display: block
}

.gd-img-top__small img {
    width: 75px
}

.gd-img-top__default img {
    width: 155px
}

.gd-img-top__large img {
    width: 70%
}

@media(min-width: 767px) {
    .gd-img-top__141 img {
        max-width:141px
    }
}

.gd-img-bottom .gd-content-card__img--bottom {
    display: block
}

.gd-img-half img {
    width: 50%
}

.gd-img-three-quarter img {
    width: 75%
}

.gd-img-bottom--top-pad-zero .gd-content-card__img--bottom {
    padding-top: 0 !important
}

.gd-content-card__cta-bottom {
    display: none
}

.gd-img-middle .gd-content-card__cta-bottom,.gd-img-middle .gd-content-card__img.gd-content-card__img--bottom {
    display: block
}

.gd-img-middle .gd-content-card__img.gd-content-card__img--bottom {
    padding-bottom: 20px
}

@media(min-width: 768px) {
    .gd-img-middle .gd-content-card__img.gd-content-card__img--bottom {
        padding-top:0 !important
    }
}

.gd-img-middle .gd-content-card__cta {
    display: none
}

.gd-icon-orange .gd-content-card__icon,.gd-icon-green .gd-content-card__icon,.gd-icon-grey .gd-content-card__icon,.gd-icon-blue .gd-content-card__icon {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    position: relative;
    margin: 0 auto
}

.gd-icon-orange .gd-content-card__icon svg,.gd-icon-green .gd-content-card__icon svg,.gd-icon-grey .gd-content-card__icon svg,.gd-icon-blue .gd-content-card__icon svg {
    fill: #fff;
    font-size: 2.2em;
    position: relative;
    top: 50%;
    transform: translateY(-30%)
}

.gd-icon-orange .gd-content-card__icon {
    background-color: #f1853b
}

.gd-icon-green .gd-content-card__icon {
    background-color: #01ad40
}

.gd-icon-grey .gd-content-card__icon {
    background-color: #4f5f62
}

.gd-icon-blue .gd-content-card__icon {
    background-color: #176bae
}

.gdleft-none {
    padding-left: 0 !important
}

.gdright-none {
    padding-right: 0 !important
}

@media(max-width: 767px) {
    .mobile-content-inline .gd-content-card__media {
        width:0;
        vertical-align: top;
        display: inline-block
    }

    .mobile-content-inline .gd-content-card__content {
        width: 55%;
        display: inline-block;
        text-align: left
    }

    .mobile-content-inline .gd-content-card__img {
        width: 40%;
        vertical-align: top;
        float: left;
        padding-right: 10px
    }

    .mobile-left-align {
        text-align: left
    }

    .mobile-left-align .gd-content-card__media {
        display: block
    }

    .mobile-left-align .gd-content-card__media img {
        margin: 0
    }

    .mobile-left-align .gd-content-card__content {
        display: block;
        width: 100%;
        text-align: left
    }

    .mobile-center-align {
        text-align: center
    }

    .mobile-center-align .gd-content-card__media {
        display: block
    }

    .mobile-center-align .gd-content-card__media img {
        margin: 0
    }

    .mobile-center-align .gd-content-card__content {
        display: block;
        width: 100%;
        text-align: center
    }

    .gd-content-inline.mobile-image-small .gd-content-card__media img,.gd-content-inline.mobile-image-small .gd-content-card__img img {
        width: 75px
    }

    .no-mobile-min-height .gd-content-card__content {
        min-height: auto !important
    }
}

.left-quote-style {
    display: inline;
    font-size: 12rem;
    line-height: 6rem
}

.text-inside-quotes {
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 2.2rem;
    padding-left: 10px
}

.right-quote-style {
    font-size: 12rem;
    display: block;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 0
}

.image-no-top-pad .gd-content-card__img {
    padding-top: 0 !important
}

@media(max-width: 1143px) {
    .gd-layout-container__3col .mobile-center-align {
        text-align:center
    }
}

.credential-section .gd-content-card__content {
    display: flex !important;
    flex-direction: row !important
}

@media(max-width: 767px) {
    .credential-section .gd-content-card__content {
        justify-content:center
    }
}

.vertical-align-center.credential-section .gd-content-card__content {
    align-items: center
}

.credential-section .gd-content-card__content * {
    margin-bottom: 0
}

.credential-section .gd-content-card__title {
    font-family: "Averta",sans-serif;
    font-weight: 800;
    padding-right: 8px
}

@media(min-width: 768px) {
    .credential-section .gd-content-card__title {
        padding-right:15px
    }
}

@media(min-width: 768px) {
    .content-card-height .content-card {
        height:auto !important
    }

    .tabgrid-container-left>.grid-container {
        padding-left: 0
    }
}

.gd-product-overview-tile {
    padding: 0 40px
}

@media(min-width: 1025px) {
    .gd-product-overview-tile {
        padding:0 80px
    }
}

@media(max-width: 600px) {
    .mobile-hide {
        display:none
    }
}

@media(min-width: 600px) {
    .desktop-hide {
        display:none
    }
}

.grey-background {
    background-color: #f0f0f0
}

@media(max-width: 600px) {
    .grey-background h4 {
        font-size:2.2rem
    }
}

.grey-background p {
    font-size: 1.6rem;
    margin-bottom: 0
}

.new-three-percent .nopad {
    padding: 0
}

@media(max-width: 768px) {
    .new-three-percent .flex-card .gd-content-card__wrap {
        display:flex
    }

    .new-three-percent .flex-card .gd-content-card__wrap .gd-content-card__img {
        padding-bottom: 0 !important
    }

    .new-three-percent .flex-card .gd-content-card__wrap .gd-content-card__img img {
        max-width: none
    }

    .new-three-percent .flex-card .gd-content-card__wrap .gd-content-card__content .gd-content-card__title {
        display: none
    }

    .new-three-percent .flex-card .gd-content-card__wrap .gd-content-card__content p {
        text-align: left;
        padding-left: 15px;
        margin-bottom: 0
    }
}

.gd-content-card__bubble .gd-content-card__content {
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.05),5px 5px 5px 0 rgba(0,0,0,0.05);
    padding: 10px 15px
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.mobile-app-icons img {
    max-width: 200px;
    margin: 0 auto
}

.gdfooter2 {
    background-color: #fff;
    color: #000;
    width: 100%
}

.gdfooter2 .gd-disclaimer p {
    color: #000
}

@media(min-width: 768px) {
    .gdfooter2-links ul {
        margin-bottom:0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 105px
    }

    .gdfooter2-links ul li {
        margin-bottom: 0;
        margin: 5px 5px 5px 0
    }
}

.gdfooter2-centered {
    text-align: center
}

.gdfooter2-title h4 {
    font-size: 18px;
    font-family: "NunitoSans-Bold",sans-serif
}

.gdfooter2-divider {
    height: 2px;
    border: 0;
    color: #00ae41;
    background-color: #00ae41;
    margin: 2% 0
}

.gdfooter2-link__listitem {
    margin-bottom: 5%
}

.gdfooter2-linkstyles {
    color: #000;
    text-transform: inherit;
    cursor: pointer
}

.gdfooter2-linkstyles:hover {
    color: #00ae41
}

.gdfooter2-social__link {
    display: inline-block
}

.gdfooter2-social__link img {
    width: 31.6px
}

.gdfooter2-social__list {
    list-style-type: none
}

.gdfooter2-social__listitem {
    display: inline-block;
    margin: 0 2%
}

.gdfooter2-badge__ios,.gdfooter2-badge__android {
    display: inline-block
}

.gdfooter2-badge__ios img,.gdfooter2-badge__android img {
    width: 130px
}

@media(min-width: 768px) {
    .gdfooter2-badge__ios img,.gdfooter2-badge__android img {
        width:180px
    }
}

@media(max-width: 767px) {
    .mobile-link-align-center .gdfooter2-link__listitem {
        text-align:center
    }
}

@media(max-width: 767px) {
    .mobile-link-align-right .gdfooter2-link__listitem {
        text-align:right
    }
}

.background-properties {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left
}

.mobile-app-icons img {
    max-width: 200px;
    margin: 0 auto
}

.gdfooter {
    background-color: #222;
    width: 100%
}

.gdfooter .gd-disclaimer div {
    color: #686868
}

@media only screen and (min-width: 770px) {
    .gdfooter-link {
        display:inline-block;
        margin-left: 5%
    }
}

.gdfooter-link:first-child {
    margin-left: 0
}

@media only screen and (min-width: 770px) {
    .gdfooter-link__listitem {
        display:inline-block;
        margin-right: 5%;
        margin-bottom: 5%
    }
}

.gdfooter-linkstyles {
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
    cursor: pointer
}

.gdfooter-linkstyles:hover {
    color: #4fc143
}

.gdfooter-social__link {
    display: inline-block;
    font-size: .45em;
    color: #222;
    background-color: #999;
    border-radius: 50%;
    padding: 5px;
    margin-left: 2%
}

.gdfooter-social__link:hover {
    color: #222
}

.gdfooter-social__list {
    list-style-type: none
}

.gdfooter-social__listitem {
    display: inline-block
}

.gdfooter-logo__gdlogo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background: url("../../../content/dam/greendot/global/en_us/images/logos/logo_1c.png");
    padding: 20px 30px 30px
}

.gdfooter-logo__ios {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background: url("../../../content/dam/greendot/global/en_us/images/logos/downloadLinks_01.png");
    padding: 25px 45px
}

.gdfooter-logo__android {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background: url("../../../content/dam/greendot/global/en_us/images/logos/downloadLinks_02.png");
    margin-left: 0;
    padding: 25px 49px
}

@media only screen and (min-width: 770px) {
    .gdfooter-logo__ios {
        background-repeat:no-repeat;
        background-size: contain;
        background-position: top left;
        background: url("../../../content/dam/greendot/global/en_us/images/logos/downloadLinks_01.png");
        padding: 15px 65px
    }

    .gdfooter-logo__android {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
        background: url("../../../content/dam/greendot/global/en_us/images/logos/downloadLinks_02.png");
        margin-left: 0;
        padding: 15px 69px
    }
}

.gdfooter-copyright {
    color: #999;
    font-size: .875em
}

.gdfooter .sponsors img {
    width: 90px;
    padding-right: 5px
}

.gdfooter .sponsors img.small-img {
    width: 40px
}

.gdfooter .sponsors .gd-fdic-logo {
    width: 65px;
    height: auto;
    opacity: .5
}

.horizontal-line__container {
    align-items: center;
    display: flex;
    margin: auto;
    width: 100%
}

.horizontal-line__hr {
    border: 0;
    border-top: 2px solid #86969d;
    flex-grow: 1
}

.horizontal-line__text {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 5px;
    max-width: 200px;
    padding: 0 20px;
    text-align: center
}

@media(min-width: 600px) {
    .horizontal-line__text {
        font-size:2.4rem;
        max-width: 405px;
        width: 100%
    }
}

.horizontal-line .horizontal-line__text p {
    font: inherit;
    margin-bottom: 0
}

.inline-link-banner__wrap {
    padding: 0 10px
}

.inline-link-banner__wrap a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000
}

.inline-link-banner__wrap a:hover {
    text-decoration: underline
}

.inline-link-banner__wrap .banner-img {
    width: 40px;
    margin-right: 15px
}

@media(max-width: 600px) {
    .inline-link-banner__wrap .banner-img {
        width:60px;
        margin-right: 26px
    }
}

.inline-link-banner__wrap .banner-img img {
    width: 100%
}

.inline-link-banner__wrap .banner-text p {
    margin: 0;
    text-align: left;
    display: inline-flex;
    font-size: 1.8rem;
    font-family: "NunitoSans-Bold",sans-serif
}

@media(max-width: 600px) {
    .inline-link-banner__wrap .banner-text p {
        display:block
    }
}

@media(max-width: 376px) {
    .inline-link-banner__wrap .banner-text p {
        font-size:1.6rem
    }
}

@media(max-width: 320px) {
    .inline-link-banner__wrap .banner-text p {
        font-size:1.4rem
    }
}

@media(min-width: 600px) and (max-width:1025px) {
    .inline-link-banner__wrap .banner-text p {
        max-width:270px !important
    }
}

@media(max-width: 600px) {
    .inline-link-banner__wrap .banner-text .small-text p {
        font-size:1.4rem
    }
}

@media(max-width: 376px) {
    .inline-link-banner__wrap .banner-text .small-text p {
        font-size:.9rem
    }
}

@media(max-width: 320px) {
    .inline-link-banner__wrap .banner-text .small-text p {
        font-size:1rem
    }
}

.inline-link-banner__wrap .banner-caret {
    width: 10px;
    margin-left: 15px
}

.inline-link-banner__wrap .banner-caret img {
    width: 100%
}

@media(max-width: 600px) {
    .inline-link-banner__wrap .banner-caret {
        width:23px;
        margin-left: 0
    }
}

@media(min-width: 600px) {
    .inline-link-banner__wrap {
        padding:0
    }
}

.b2b-onscreen {
    width: 100%
}

.b2b-onscreen__wrapper {
    margin: 20px 0 0
}

@media(min-width: 640px) {
    .b2b-onscreen__wrapper {
        margin:0
    }
}

.b2b-onscreen .b2b-onscreen-linkGroup {
    display: none
}

@media(min-width: 640px) {
    .b2b-onscreen .b2b-onscreen-linkGroup {
        display:block
    }
}

.b2b-onscreen__link {
    padding-bottom: 5px
}

.b2b-onscreen__link a {
    color: #000;
    text-transform: capitalize
}

.b2b-onscreen__link a:hover,.b2b-onscreen__link a.current {
    color: #81c04a;
    border-bottom: #81c04a solid 1px
}

.b2b-onscreen .developers-link {
    color: #81c04a;
    border: 1px solid #81c04a;
    padding: 10px 15px
}

.cmp-searchResult .search-results-content .search-text p {
    padding: 0 30px;
    font-family: "NunitoSans-Regular",sans-serif
}

.cmp-searchResult .search-results-content .search-text .gd-keyword {
    font-family: "NunitoSans-Black",sans-serif;
    text-transform: capitalize
}

.cmp-searchResult .search-results-content .grid-row {
    max-width: 1144px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px
}

@media(min-width: 640px) {
    .cmp-searchResult .search-results-content .grid-row {
        text-align:left;
        padding: 0
    }
}

.cmp-searchResult .search-results-content .search-result-block:nth-child(even) {
    background-color: #d7ffc5
}

.cmp-searchResult .search-results-content .search-result-block:nth-child(odd) {
    background-color: #fff
}

.cmp-searchResult .search-results-content .search-result-block__text {
    padding: 15px 30px;
    vertical-align: -webkit-baseline-middle
}

.cmp-searchResult .search-results-content .search-result-block__text .search-results-content__link,.cmp-searchResult .search-results-content .search-result-block__text .search-results-content__title--link {
    color: #040404;
    font-family: "NunitoSans-Black",sans-serif
}

.cmp-searchResult .search-results-content .search-result-block__text .search-results-content__link {
    border-bottom: solid 2px;
    text-transform: uppercase
}

.cmp-searchResult .search-results-content .search-result-block__text .search-results-content__title--link {
    text-transform: capitalize
}

@media(min-width: 640px) {
    .cmp-searchResult .search-results-content .search-result-block__text {
        display:inline-block;
        width: 65%
    }
}

.cmp-searchResult .search-results-content .search-result-block__img {
    padding-bottom: 20px
}

.cmp-searchResult .search-results-content .search-result-block__img img {
    max-width: 200px;
    border-radius: 100px
}

@media(min-width: 640px) {
    .cmp-searchResult .search-results-content .search-result-block__img {
        display:inline-block;
        width: 30%
    }
}

.cmp-searchResult .search-results-pagination {
    font-size: 1.125em;
    font-family: "NunitoSans-Regular",sans-serif;
    text-transform: capitalize
}

.cmp-searchResult .search-results-pagination li {
    display: inline-block;
    width: 30px;
    border: 2px solid #59c143;
    border-radius: 50px
}

.cmp-searchResult .search-results-pagination svg {
    font-size: .6em
}

.cmp-searchResult .search-results-pagination__next,.cmp-searchResult .search-results-pagination__prev {
    padding: 0
}

.cmp-searchResult .search-results-pagination__next a,.cmp-searchResult .search-results-pagination__prev a {
    border: 2px solid #59c143;
    border-radius: 25px;
    padding: 2px 12px
}

.cmp-searchResult .search-results-pagination__next a span,.cmp-searchResult .search-results-pagination__prev a span {
    font-size: .8em
}

@media(min-width: 640px) {
    .cmp-searchResult .search-results-pagination svg {
        font-size:.75em
    }

    .cmp-searchResult .search-results-pagination__next a,.cmp-searchResult .search-results-pagination__prev a {
        padding: 2px 15px
    }

    .cmp-searchResult .search-results-pagination__next a span,.cmp-searchResult .search-results-pagination__prev a span {
        font-size: 1em
    }
}

.sitemap-list p {
    font-size: 1.8rem;
    margin-bottom: 16px
}

.sitemap-list .sitemap-list-inner {
    margin-left: 15px !important
}

.sitemap-list .sitemap-list-inner li {
    margin-bottom: 0
}

.sitemap-list__element {
    margin-bottom: 12px;
    display: inline-block
}

.static-content-bottom-hero {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 600px
}

.static-content-bottom-hero .gd-static-cta {
    text-align: left
}

@media(min-width: 600px) {
    .static-content-bottom-hero {
        min-height:800px
    }
}

.static-content-bottom-hero header {
    margin-bottom: 20px
}

.static-content-bottom-hero header h2 {
    font-size: 2.250em;
    color: #fff
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.cmp-testimonial {
    white-space: normal
}

.cmp-testimonial .two-column-text-image-pair--image-round,.cmp-testimonial .two-column-text-image-pair__image {
    border-radius: 0
}

.cmp-testimonial .n-column-image-above__heading {
    font-family: "NunitoSans-Black",sans-serif;
    font-size: 1.875em;
    text-align: center
}

.cmp-testimonial .two-column-text-image-pair {
    margin: 0 auto
}

.cmp-testimonial .two-column-text-image-pair__image {
    width: 60%;
    margin: 0 auto
}

@media only screen and (max-width: 48em) {
    .cmp-testimonial .two-column-text-image-pair__image {
        margin:10% auto;
        width: 50%
    }
}

.cmp-testimonial .two-column-text-image-pair__heading {
    font-family: 'PTSerif-Italic',serif
}

@media only screen and (max-width: 48em) {
    .cmp-testimonial .two-column-text-image-pair__heading {
        margin-bottom:0
    }
}

.cmp-testimonial .two-column-text-image-pair__subheading {
    font-family: 'NunitoSans-Black',sans-serif
}

.cmp-testimonial .two-column-text-image-pair__copy,.cmp-testimonial .two-column-text-image-pair__disclaimer-copy {
    font-family: 'NunitoSans-Regular',sans-serif
}

.cmp-testimonial .two-column-text-image-pair__disclaimer-copy {
    padding: 0;
    text-align: center
}

@media only screen and (max-width: 48em) {
    .cmp-testimonial .two-column-text-image-pair {
        text-align:center
    }
}

.cmp-testimonial .testimonial-cta {
    color: #000;
    text-align: left;
    height: auto;
    width: 80%;
    margin: 0;
    margin-top: 20px;
    border-bottom: 2px solid #000;
    font-family: 'NunitoSans-Black',sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media only screen and (max-width: 48em) {
    .cmp-testimonial .testimonial-cta {
        width:100%;
        text-align: center
    }
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.b2b-refresh .brand-logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 401
}

.b2b-refresh .brand-logo a {
    display: block
}

.b2b-refresh .brand-logo a:focus {
    outline: thin dotted;
    outline-color: #3e9d34
}

@media(min-width: 768px) {
    .b2b-refresh .brand-logo {
        top:10px;
        left: 45px
    }
}

@media(min-width: 1144px) {
    .b2b-refresh .brand-logo {
        width:80px;
        height: 80px;
        top: 35px
    }
}

.gd-menu-open .brand-logo {
    position: fixed
}

.for-business .brand-logo {
    top: 15px
}

@media(min-width: 1144px) {
    .for-business .brand-logo {
        top:75px
    }
}

.three-percent .brand-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 185px
}

@media(min-width: 375px) {
    .three-percent .brand-logo {
        width:240px
    }
}

@media(max-width: 767px) {
    .three-percent.gd-menu-open .brand-logo {
        top:0
    }
}

@media(min-width: 375px) {
    .three-percent.gd-menu-open .brand-logo {
        width:240px
    }
}

@media(max-width: 767px) {
    .three-percent.gd-menu-open .brand-logo:before {
        content:' ';
        width: 140%;
        height: 70px;
        background: #191919;
        position: absolute;
        z-index: -1;
        left: -30%
    }
}

@media(max-width: 767px) {
    .three-percent.gd-menu-open .brand-logo .gd-brand-logo {
        padding-top:15px
    }
}

@media(max-width: 374px) {
    .three-percent.gd-menu-open .brand-logo .gd-brand-logo {
        width:185px;
        position: relative
    }
}

@media(min-width: 375px) {
    .three-percent.gd-menu-open .brand-logo .gd-brand-logo {
        width:240px
    }
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.gd-text-white {
    color: #fff
}

.LtBlue-backgroundColor {
    background-color: #51c2d6
}

.LtBlue-backgroundColor-alt {
    background-color: #e2fafe
}

.LtBlue-backgroundColor-b2b {
    background-color: #c7f7ff
}

.gdwhite-backgroundColor {
    background-color: #fff
}

.gdblue-backgroundColor {
    background-color: #176bae
}

.gdorange-backgroundColor {
    background-color: #f1853b
}

.gddarkgrey-backgroundColor {
    background-color: #333
}

.gdmediumgrey-backgroundColor {
    background-color: #555
}

.gdgrey-backgroundColor {
    background-color: #ccc
}

.gdlightgrey-backgroundColor {
    background-color: #f0f0f0
}

.gdLtGreen-backgroundColor {
    background-color: #effae7
}

.gdyellow-backgroundColor {
    background-color: #d7ffc5
}

.gdseafoam-backgroundColor {
    background-color: #ddf9eb
}

.gdbluegreen-backgroundColor {
    background-color: #1c4d56
}

.gdteal-backgroundColor {
    background-color: #4f5f62
}

.gdneongreen-backgroundColor {
    background-color: #63eb28
}

.gdgreenaccent-backgroundColor {
    background-color: #01ad40
}

.gdmoneygreen-backgroundColor {
    background-color: #296f59
}

.gdYellowWhite-backgroundColor {
    background: linear-gradient(180deg,#fffed2 50%,#fff 50%)
}

@media(min-width: 768px) {
    .gdYellowWhite-backgroundColor {
        background:linear-gradient(90deg,#fffed2 50%,#fff 50%)
    }
}

.gdLtBlueNeonGreen-backgroundColor {
    background: linear-gradient(180deg,#eefcff 50%,#5acd2b 50%)
}

@media(min-width: 768px) {
    .gdLtBlueNeonGreen-backgroundColor {
        background:linear-gradient(90deg,#eefcff 50%,#5acd2b 50%)
    }
}

.gdbluegrey-backgroundColor {
    background: linear-gradient(180deg,#51c2d6 50%,#e5e5e5 50%)
}

@media(min-width: 768px) {
    .gdbluegrey-backgroundColor {
        background:linear-gradient(90deg,#51c2d6 50%,#e5e5e5 50%)
    }
}

.gdgreyblue-backgroundColor {
    background: linear-gradient(180deg,#e5e5e5 50%,#51c2d6 50%)
}

@media(min-width: 768px) {
    .gdgreyblue-backgroundColor {
        background:linear-gradient(90deg,#e5e5e5 50%,#51c2d6 50%)
    }
}

.gdgreyltGreen-backgroundColor {
    background: linear-gradient(180deg,#e5e5e5 50%,#ebffe2 50%)
}

@media(min-width: 768px) {
    .gdgreyltGreen-backgroundColor {
        background:linear-gradient(90deg,#e5e5e5 50%,#ebffe2 50%)
    }
}

.gdltGreengrey-backgroundColor {
    background: linear-gradient(180deg,#ebffe2 50%,#e5e5e5 50%)
}

@media(min-width: 768px) {
    .gdltGreengrey-backgroundColor {
        background:linear-gradient(90deg,#ebffe2 50%,#e5e5e5 50%)
    }
}

.gdseawhite-backgroundColor {
    background: linear-gradient(180deg,#dbf7e8 50%,#fff 50%)
}

@media(min-width: 768px) {
    .gdseawhite-backgroundColor {
        background:linear-gradient(90deg,#dbf7e8 50%,#fff 50%)
    }
}

.gdwhitesea-backgroundColor {
    background: linear-gradient(180deg,#fff 50%,#dbf7e8 50%)
}

@media(min-width: 768px) {
    .gdwhitesea-backgroundColor {
        background:linear-gradient(90deg,#fff 50%,#dbf7e8 50%)
    }
}

.gdgreywhite-backgroundColor {
    background: linear-gradient(180deg,#e5e5e5 50%,#fff 50%)
}

@media(min-width: 768px) {
    .gdgreywhite-backgroundColor {
        background:linear-gradient(90deg,#e5e5e5 50%,#fff 50%)
    }
}

.gdwhitegrey-backgroundColor {
    background: linear-gradient(180deg,#fff 50%,#e5e5e5 50%)
}

@media(min-width: 768px) {
    .gdwhitegrey-backgroundColor {
        background:linear-gradient(90deg,#fff 50%,#e5e5e5 50%)
    }
}

.gdwhiteltbluealt-backgroundColor {
    background: linear-gradient(180deg,#fff 50%,#e2fafe 50%)
}

@media(min-width: 768px) {
    .gdwhiteltbluealt-backgroundColor {
        background:linear-gradient(90deg,#fff 50%,#e2fafe 50%)
    }
}

.gdwhitegreen-backgroundColor {
    background: linear-gradient(180deg,#fff 50%,#ebffe3 50%)
}

@media(min-width: 768px) {
    .gdwhitegreen-backgroundColor {
        background:linear-gradient(90deg,#fff 50%,#ebffe3 50%)
    }
}

.gdblueyellow-backgroundColor {
    background: linear-gradient(180deg,#52c2d6 50%,#f0f9e6 50%)
}

@media(min-width: 768px) {
    .gdblueyellow-backgroundColor {
        background:linear-gradient(90deg,#52c2d6 50%,#f0f9e6 50%)
    }
}

.gdwalmart-backgroundColor {
    background: linear-gradient(180deg,#176aac 40%,#3098ec 60%)
}

@media(min-width: 768px) {
    .gdwalmart-backgroundColor {
        background:linear-gradient(90deg,#176aac 50%,#3098ec 50%)
    }
}

.b2b-primary-background {
    background: linear-gradient(180deg,#e0e4e6,#fff);
    margin-top: -1px
}

.b2b-secondary-background {
    background: linear-gradient(125deg,#2f3538,#475860)
}

.gdWhiteNeonGreen-backgroundColor {
    background: linear-gradient(180deg,#fff 50%,#1ab555 50%)
}

@media(min-width: 768px) {
    .gdWhiteNeonGreen-backgroundColor {
        background:linear-gradient(90deg,#fff 50%,#1ab555 50%)
    }
}

.gd-border-radius .column>.aem-Grid {
    border-radius: 10px
}

html {
    font-family: "NunitoSans-Regular",sans-serif;
    overflow-x: hidden;
    font-size: 10px
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #fff;
    font-size: 1.6rem
}

body b {
    font-family: "NunitoSans-Black",sans-serif
}

.image {
    margin-bottom: 0
}

sup {
    font-size: 1rem;
    font-family: "NunitoSans-Regular",sans-serif
}

.twentyPxPaddingDefault {
    padding: 20px
}

.basicpage>.root {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

.gdfooter {
    flex-shrink: 0
}

.gd-show {
    display: block
}

.gd-hide {
    display: none
}

h1,h2,h3,h4,h5 {
    font-family: "NunitoSans-Black",sans-serif;
    line-height: 1.3
}

h1 {
    font-size: 4.8rem
}

@media(max-width: 599px) {
    h1 {
        font-size:3.8rem
    }
}

h2 {
    font-size: 3.6rem
}

@media(max-width: 599px) {
    h2 {
        font-size:2.9rem
    }
}

h3 {
    font-size: 2.8rem
}

@media(max-width: 599px) {
    h3 {
        font-size:2.2rem
    }
}

h4 {
    font-size: 2.4rem
}

@media(max-width: 599px) {
    h4 {
        font-size:1.9.rem
    }
}

h5 {
    font-size: 1.9rem
}

@media(max-width: 599px) {
    h5 {
        font-size:1.5rem
    }
}

ul.gd-bulleted-list li,ul.gd-bulleted-list--white li {
    list-style-position: inside
}

ul.gd-bulleted-list li:before,ul.gd-bulleted-list--white li:before {
    color: #000;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em
}

ul.gd-bulleted-list--white li:before {
    color: #fff
}

ul.list.list-ordered {
    padding: 0;
    margin: 0 0 10px 0
}

ul.list.list-ordered li {
    margin: 0 0 2px 0;
    padding: 0 0 0 15px;
    counter-increment: inst
}

ul.list.list-ordered li::before {
    content: counter(inst);
    color: #01ad40;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 6px 0 -13px
}

ul.list.list-disc {
    padding: 0;
    margin: 0 0 10px 0
}

ul.list.list-disc li {
    margin: 0 0 2px 0;
    padding: 0 0 0 15px
}

ul.list.list-disc li::before {
    content: "";
    margin: 0 0 0 -13px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMxMjA1NTYxNkI5MDExRTlBNENBOUUyNzUyMzRGRjUzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMxMjA1NTYyNkI5MDExRTlBNENBOUUyNzUyMzRGRjUzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzEyMDU1NUY2QjkwMTFFOUE0Q0E5RTI3NTIzNEZGNTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzEyMDU1NjA2QjkwMTFFOUE0Q0E5RTI3NTIzNEZGNTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7lAswzAAAAWElEQVR42iSKsQ2AMBAD7YgB2CgUKWEGMgJMQkYIO9AiERZ7nMeFJZ+Pc0sjic3MIoDzincdCBwCWQAkp+VNCCCyBjzmvQbVI7NbYk5b0N778auoEsonwAD4bh0s5ycw7QAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: left top;
    width: 12px;
    display: inline-block;
    height: 8px
}

.gd-mobile-textCenter {
    text-align: center
}

@media(min-width: 640px) {
    .gd-mobile-textCenter {
        text-align:left
    }
}

.gd-direct-disc {
    font-size: .675em
}

.gd-pipe-right__desktop {
    position: relative
}

.gd-pipe-right__desktop:after {
    border-right: 0
}

@media(min-width: 1025px) {
    .gd-pipe-right__desktop:after {
        content:" ";
        margin: 0;
        width: auto;
        height: 150px;
        position: absolute;
        right: 0;
        top: 20%;
        border-right: 1px solid #21d5a4;
        color: #21d5a4
    }
}

.gd-hero-cta2,.gd-hero-cta1 {
    width: 100%;
    margin-right: 15px
}

.gd-hero-cta2 a,.gd-hero-cta1 a {
    width: 100%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.gd-single-card .cmp-image__image {
    width: 311px
}

.gd-for-people-two-up p {
    margin-bottom: 0
}

.gd-for-people-two-up .apple-link,.gd-for-people-two-up .google-link {
    position: absolute;
    bottom: 180px;
    right: 10px;
    max-width: 40% !important
}

.gd-for-people-two-up .google-link {
    bottom: 90px
}

.gd-for-people-two-up .gd-phone-ad-image {
    position: relative;
    top: 30px;
    left: -20px;
    width: 60%
}

.gd-for-people-two-up .gd-turbo-tax-phone-image {
    margin-top: -20px;
    margin-left: 80px
}

.gd-disclaimer {
    font-family: "NunitoSans-Regular",sans-serif;
    font-size: 1.2rem !important
}

.gd-disclaimer p,.gd-disclaimer ul,.gd-disclaimer ol,.gd-disclaimer span {
    font-size: 1.2rem
}

span.gd-disclaimer {
    font-size: 1.2rem !important
}

.gd-product-cards-special img.cmp-image__image {
    width: auto;
    height: 160px;
    max-width: none
}

@media(min-width: 768px) and (max-width:1143px) {
    .gd-product-cards-special img.cmp-image__image {
        height:120px
    }
}

@media(min-width: 1144px) {
    .gd-col-height-sm .column>div {
        height:250px
    }

    .gd-col-height-md .column>div {
        height: 400px
    }

    .gd-col-height-lg .column>div {
        height: 600px
    }
}

@media(min-width: 600px) {
    .inline-list-2col ul {
        display:inline-block;
        vertical-align: top;
        padding: 0 20px
    }

    body:not(.b2b-refresh) .inline-list-2col ul li {
        list-style: none;
        padding: 5px 0
    }
}

.b2b-refresh .inline-list-2col ul {
    margin-bottom: 0
}

@media(min-width: 1144px) {
    .b2b-refresh .inline-list-2col ul {
        width:49%
    }
}

.gd-login-icon-threePercent.gd-login-icon__mobile,.gd-login-icon-threePercent.gd-login-icon__desktop {
    display: none !important
}

.three-percent .standard-hero,.three-percent .alternate-hero,.three-percent .product-detail-hero,.three-percent .help-hero {
    padding-top: 60px
}

.gd-handwriting {
    font-size: 6rem
}

.gd-handwriting .gd-text-script-green {
    font-size: 8rem
}

@media(max-width: 768px) {
    .gd-handwriting {
        font-size:5rem
    }

    .gd-handwriting .gd-text-script-green {
        font-size: 6rem
    }
}

.gd-block-quote {
    margin: 20px 5px 5px 5px
}

@media(min-width: 769px) {
    .gd-block-quote {
        margin:15px 40px
    }
}

.gd-block-quote blockquote,.gd-block-quote p {
    position: relative;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

@media(max-width: 768px) {
    .gd-block-quote blockquote,.gd-block-quote p {
        font-size:1.3rem
    }
}

.gd-block-quote blockquote:before,.gd-block-quote p:before,.gd-block-quote blockquote:after,.gd-block-quote p:after {
    position: absolute;
    color: #00baba;
    font-size: 12rem;
    font-family: Georgia,sans-serif
}

@media(max-width: 768px) {
    .gd-block-quote blockquote:before,.gd-block-quote p:before,.gd-block-quote blockquote:after,.gd-block-quote p:after {
        font-size:6.5rem
    }
}

.gd-block-quote blockquote:before,.gd-block-quote p:before {
    content: open-quote;
    line-height: 1;
    top: -25px;
    left: -50px
}

@media(max-width: 768px) {
    .gd-block-quote blockquote:before,.gd-block-quote p:before {
        top:-30px;
        left: -10px
    }
}

.gd-block-quote blockquote:after,.gd-block-quote p:after {
    content: close-quote;
    line-height: 0;
    right: -40px;
    bottom: -25px
}

@media(max-width: 768px) {
    .gd-block-quote blockquote:after,.gd-block-quote p:after {
        right:-10px;
        bottom: -15px
    }
}

@media(min-width: 600px) {
    .mobileBreak {
        display:none
    }
}

@media(max-width: 600px) {
    .desktopBreak {
        display:none
    }
}

@media(max-width: 768px) {
    .blk-link-long-wrap a.btn {
        text-align:left;
        font-size: 1.1rem
    }
}

@media(max-width: 320px) {
    .blk-link-long-wrap a.btn {
        text-align:left;
        font-size: 1rem
    }
}

.footer-overlap>.grid-container>.gd-layout-container__defaultbg>div {
    margin-bottom: -180px
}

.read-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.hide-title .cmp-title {
    display: none
}

.text-with-button-style {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #000;
    border-radius: 100px
}

.iframe {
    display: flex;
    justify-content: center;
    align-items: center
}

.cmp-iframe {
    max-width: 375px !important
}

@media(min-width: 600px) {
    .cmp-iframe {
        max-width:540px !important
    }
}

@media(min-width: 1025px) {
    .cmp-iframe {
        max-width:900px !important
    }
}

.hide-scroll::-webkit-scrollbar {
    display: none
}

.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.secondaryText-with-button-style {
    display: inline-block;
    padding: 0 12px 16px;
    border: 2px solid #000;
    border-radius: 100px
}

.pos-relative {
    position: relative !important
}

.pos-absolute {
    position: absolute !important
}

.pos-static {
    position: static !important
}

.pos-fixed {
    position: fixed !important
}

.pos-indexs {
    top: var(--mobile-top-position);
    left: var(--mobile-left-position);
    right: var(--mobile-right-position);
    bottom: var(--mobile-bottom-position)
}

@media(min-width: 1024px) {
    .pos-indexs {
        top:var(--desktop-top-position);
        left: var(--desktop-left-position);
        right: var(--desktop-right-position);
        bottom: var(--desktop-bottom-position)
    }
}

.animation-position {
    position: absolute !important;
    left: 10px;
    bottom: 150px;
    width: 240px;
    height: 102px
}

@media(min-width: 700px) {
    .animation-position {
        left:167px
    }
}

@media(min-width: 1100px) {
    .animation-position {
        right:auto;
        left: 217px;
        bottom: 165px;
        width: 378px;
        height: 162px
    }
}

.sticky-icon img {
    position: fixed !important;
    bottom: 75px;
    right: 25px;
    width: 48px;
    height: auto;
    z-index: 10
}

@media(min-width: 1024px) {
    .sticky-icon img {
        right:67px;
        width: 73px
    }
}

.width-100 {
    width: 100% !important
}

.display-flex {
    display: flex !important
}

.align-items-flex-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-flex-end {
    align-items: flex-end !important
}

.justify-content-flex-start {
    justify-content: flex-start !important
}

.justify-content-flex-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.list-disc--style li {
    list-style-type: disc !important
}

.darling-home-content .column {
    padding: 0 !important
}

.font-24-32 {
    font-size: 2.4rem !important;
    line-height: 2.6rem !important
}

@media(min-width: 768px) {
    .font-24-32 {
        font-size:3.2rem !important;
        line-height: 4.9rem !important
    }
}

.font-16-24 {
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
    letter-spacing: 0
}

@media(min-width: 768px) {
    .font-16-24 {
        font-size:2.4rem !important;
        line-height: 2.6rem !important
    }
}

.font-32-64 {
    font-size: 3.2rem !important;
    line-height: 4rem !important;
    letter-spacing: 0
}

@media(min-width: 768px) {
    .font-32-64 {
        font-size:6.4rem !important;
        line-height: 8rem !important
    }
}

@media(max-width: 768px) {
    #blueImageRendering {
        min-height:340px;
        margin: auto;
        max-width: 267px
    }
}

.homenewtab {
    margin-top: -3px
}

.gd-border .grid-row .gd-layout-container__defaultbg>.column {
    border: #000 2px solid;
    border-radius: 20px
}

.gd-layout-container__3col .grid-row {
    border: 0
}

@media only screen and (max-width: 767px) {
    .how-to-videos .vertical-align-top .inline-img-text .image-2x {
        max-width:160px;
        height: auto
    }
}

@media only screen and (min-width: 768px) and (max-width:1144px) {
    .how-to-videos .vertical-align-top .inline-img-text .image-2x {
        max-width:328px;
        height: auto
    }
}

#teconsent a img {
    top: -2px !important
}

.align-items-end .inline-img-text .gd-content-card__wrap {
    align-items: flex-end
}

.align-items-start .inline-img-text .gd-content-card__wrap {
    align-items: flex-start
}

.align-items-center .inline-img-text .gd-content-card__wrap {
    align-items: center
}

@media(min-width: 1025px) {
    .gap-top-16pt-neg {
        margin-top:-16px !important
    }

    .gap-top-80pt-neg {
        margin-top: -80px !important
    }

    .gap-top-32pt-neg {
        margin-top: -32px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-16pt-neg-mobile {
        margin-top:-16px !important
    }

    .gap-top-32pt-neg-mobile {
        margin-top: -32px !important
    }
}

img {
    height: auto
}

.margin-top-heart-icon {
    margin-top: -10px
}

.go2bank-redesign.g2b-refresh .content-card p {
    margin-bottom: 8px
}

.g2b-refresh-border-radius .gd-layout-container {
    border-radius: 20px
}

@media(max-width: 767px) {
    .g2b-refresh-border-radius .gd-layout-container {
        border-radius:0
    }
}

.g2b-refresh-hero .gd-content-card__content {
    display: flex;
    flex-direction: column
}

.g2b-refresh-hero .gd-content-card__content .gd-content-card__title h1 {
    margin-bottom: 8px
}

.g2b-refresh-hero .gd-content-card__content .gd-content-card__title p {
    margin-bottom: 32px
}

@media(max-width: 768px) {
    .g2b-refresh-hero .gd-content-card__content .gd-content-card__title p {
        margin-bottom:24px
    }
}

@media(max-width: 768px) {
    .g2b-refresh-hero .gd-content-card__content .gd-content-card__text {
        text-align:center
    }
}

.g2b-refresh-hero .gd-content-card__content .gd-content-card__cta {
    margin-bottom: 16px
}

@media(max-width: 768px) {
    .grey-section>.grid-container {
        padding-left:0;
        padding-right: 0
    }

    .grey-section>.grid-container:first-of-type .column:first-of-type {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 620px) {
    .max-width-340-mobile {
        max-width:340px
    }
}

.cmp-list__item-link {
    display: inline-block
}

.btn--primary-black-text-white-outline {
    border-color: #fff;
    background-color: #fff;
    color: #040404
}

.btn--primary-black-text-white-outline:hover {
    border-color: #4fc143;
    background-color: #4fc143;
    color: #fff
}

.btn:focus {
    outline-offset: -1px
}

.input__error-text {
    margin-top: 0
}

.cmp-form-button {
    color: #fff;
    font-family: "NunitoSans-Light",sans-serif;
    font-size: 1.3rem
}

.text.input-half {
    margin-bottom: 15px
}

@media(min-width: 1144px) {
    .margin-left {
        margin-left:2%
    }

    .input-half {
        width: 49%;
        display: inline-block
    }
}

.contactform .cmp-form-button {
    background-color: #000;
    padding: 5px 30px;
    float: right
}

@media(max-width: 600px) {
    .newsletterform .cmp-form-text,.partnerform .cmp-form-text {
        margin-right:0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.newsletterform .cmp-form-button,.partnerform .cmp-form-button {
    height: 50px;
    vertical-align: -webkit-baseline-middle;
    padding: 0 30px
}

@media(max-width: 600px) {
    .newsletterform .cmp-form-button,.partnerform .cmp-form-button {
        float:right
    }
}

.newsletterform .cmp-form-button,.partnerform .cmp-form-button {
    background-color: c
}

.newsletterform .text,.partnerform .text,.newsletterform .button,.partnerform .button {
    display: block
}

@media(min-width: 1144px) {
    .newsletterform .text,.partnerform .text,.newsletterform .button,.partnerform .button {
        float:none;
        display: inline-block;
        vertical-align: top
    }
}

@media(min-width: 1144px) {
    .newsletterform .text,.partnerform .text {
        width:80%
    }

    .newsletterform .button,.partnerform .button {
        width: 18%
    }
}

.newsletterform .cmp-form-button {
    background-color: #5180cc
}

.partnerform .cmp-form-button {
    background-color: #81c04a
}

@media(min-width: 768px) {
    .row-reverse.flex-grid>.gd-layout-container>.gd-layout-container__two,.row-reverse.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70,.row-reverse.flex-grid>.gd-layout-container__two_ver70,.row-reverse.flex-grid>.gd-layout-container__two {
        display:flex;
        flex-direction: row-reverse
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70,.gd-layout-container__2col.flex-grid>.gd-layout-container__two,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70,.gd-layout-container__2col .flex-grid>.gd-layout-container__two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column {
        width: 100%
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child {
        height: 100%
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child {
        height: 100%
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div {
        height: 100%
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto {
        height: auto
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap {
        justify-content: center
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-center .gd-content-card__wrap .gd-content-card__content {
        flex-grow: inherit
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap {
        justify-content: flex-start
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child.vertical-align-top .gd-content-card__wrap .gd-content-card__content {
        flex-grow: inherit
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text {
        flex-grow: 1
    }

    .gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col.flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two_ver70 .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__2col .flex-grid>.gd-layout-container__two .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div {
        height: auto
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column {
        width: 100%
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child {
        height: 100%
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child {
        height: 100%
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child div {
        height: 100%
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child div.height-auto {
        height: auto
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text {
        flex-grow: 1
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div {
        height: auto
    }
}

@media(min-width: 1144px) {
    .gd-layout-container__3col .flex-grid>.gd-layout-container__three {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33.33%
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column {
        width: 100%
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child {
        height: 100%
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child {
        height: 100%
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child div {
        height: 100%
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child div.height-auto,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child div.height-auto {
        height: auto
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap .gd-content-card__content .gd-content-card__text {
        flex-grow: 1
    }

    .gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col1bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col2bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div,.gd-layout-container__3col .flex-grid>.gd-layout-container__three .gd-layout-container__col3bg .column .aem-Grid:first-child div:first-child .gd-content-card__wrap div {
        height: auto
    }

    .gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col1bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col2bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col3bg,.gd-layout-container__4col .flex-grid>.gd-layout-container__four .gd-layout-container__col4bg {
        width: 25%
    }
}

.g2b__wrapper {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    color: #262626
}

@media(min-width: 768px) {
    .g2b__wrapper .column.large-6:nth-of-type(1) {
        padding:0
    }
}

@media(min-width: 768px) {
    .g2b__wrapper .content-card {
        max-width:636px;
        margin-left: auto
    }
}

.g2b__wrapper .btn {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.g2b__wrapper .btn--width-medium {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-top: 9px;
    padding-bottom: 9px
}

@media(min-width: 768px) {
    .g2b__wrapper .btn--width-medium {
        font-size:2.4rem;
        line-height: 2.6rem;
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 308px
    }
}

.g2b__wrapper .btn--primary-white-text-blue-solid {
    border-color: #2945ff;
    background-color: #2945ff;
    border-radius: 47px;
    color: #fff;
    text-decoration: none
}

.g2b__wrapper .btn--primary-white-text-blue-solid:hover,.g2b__wrapper .btn--primary-white-text-blue-solid:focus,.g2b__wrapper .btn--primary-white-text-blue-solid:active {
    background-color: #fff;
    border-color: #2945ff;
    color: #2945ff
}

.g2b__heading {
    font: 800 3.2rem/3rem "Averta",sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 10px
}

@media(min-width: 768px) {
    .g2b__heading {
        font-size:4.8rem;
        line-height: 4.8rem;
        margin-bottom: 30px
    }
}

@media(min-width: 1144px) {
    .g2b__heading {
        font-size:8rem;
        line-height: 7.5rem
    }
}

.g2b__subheading {
    font: 1.8rem/2.2rem "Averta",sans-serif
}

@media(max-width: 768px) {
    .g2b__subheading {
        margin-bottom:10px
    }
}

@media(min-width: 1144px) {
    .g2b__subheading {
        font-size:3.8rem;
        line-height: 4.4rem;
        margin-bottom: 60px
    }
}

.tax-reward-cta {
    margin-top: 19px;
    color: #2945ff;
    max-width: 308px;
    text-align: center
}

@media(max-width: 768px) {
    .tax-reward-cta {
        margin-left:auto;
        margin-right: auto
    }
}

.tax-reward-cta a {
    font-weight: 700;
    text-decoration: underline;
    color: #2945ff;
    font-family: "Averta",sans-serif
}

.tax-reward-cta a:hover {
    color: #2945ff;
    text-decoration: underline
}

.tax-reward-cta a span {
    font-size: 1.6rem;
    line-height: 1.58rem
}

.tax-reward-terms {
    margin-top: 10px;
    max-width: 308px;
    text-align: center
}

@media(max-width: 768px) {
    .tax-reward-terms {
        margin-left:auto;
        margin-right: auto
    }
}

.tax-reward-terms p {
    font-family: "Averta",sans-serif;
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 3px
}

.gd-card-tax-reward-cta {
    margin-top: 15px;
    color: #00b24b;
    text-align: center
}

@media(max-width: 768px) {
    .gd-card-tax-reward-cta {
        margin-left:auto;
        margin-right: auto
    }
}

.gd-card-tax-reward-cta a {
    font-weight: 800;
    text-decoration: underline;
    color: #00b24b
}

.gd-card-tax-reward-cta a:hover {
    text-decoration: underline;
    color: #00b24b
}

.gd-card-tax-reward-cta a span {
    font-size: 1.6rem;
    line-height: 1.5rem
}

.gd-card-tax-reward-terms {
    margin-top: 10px;
    text-align: center
}

@media(max-width: 768px) {
    .gd-card-tax-reward-terms {
        margin-left:auto;
        margin-right: auto;
        margin-top: 9px
    }
}

.gd-card-tax-reward-terms p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #262626;
    font-weight: 400;
    margin-bottom: 24px
}

.dotted-container {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0 !important
}

@media(max-width: 768px) {
    .dotted-container {
        width:87%
    }
}

.top-banner-padding {
    padding: 10px 11px
}

@media(max-width: 768px) {
    .gd-card-heading {
        font-size:3rem;
        padding: 0 22px;
        line-height: 3.3rem;
        margin-bottom: 10px
    }

    .corpsite-g2b-heading {
        font-size: 3.1rem;
        line-height: 2.9rem
    }

    .corpsite-g2b-subheading {
        font-size: 1.7rem;
        line-height: 2.1rem
    }

    .corpsite-g2b__subheading {
        line-height: 2.1rem
    }

    .corpsite-homepage-btn {
        max-width: max-content
    }

    .gd-cards-btn {
        max-width: max-content;
        line-height: 1.6rem;
        font-size: 1.2rem
    }

    .gd-cards-already {
        font-size: 1.7rem;
        line-height: 2.3rem;
        color: #262626;
        margin-bottom: 8px;
        font-weight: 400
    }

    .gd-card-learnmore-cta {
        font-size: 1.6rem;
        line-height: 1.5rem
    }

    .gd-card-1-retail {
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 3.4rem;
        color: #000;
        font-family: "NunitoSans-Regular",sans-serif
    }

    .years-text {
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 2.7rem;
        color: #262626;
        margin-bottom: 0;
        margin-left: 12px
    }

    .years-section-top {
        padding-top: 36px !important;
        padding-bottom: 14px !important
    }

    .years-section-bottom {
        padding-top: 14px !important;
        padding-bottom: 36px !important
    }

    .register-activate-cta {
        margin-bottom: 0
    }
}

.g2b-font {
    font-family: "Averta",sans-serif
}

@media(max-width: 600px) {
    .go2bank .footnotes_tooltip .footnotes_tooltiptext {
        word-wrap:break-word;
        font-size: 1rem !important;
        line-height: 1.2rem !important;
        font-weight: 400 !important
    }
}

.gd-content-card.overflow-visible {
    overflow: visible !important
}

.gd-table__container.overflow-visible {
    overflow: visible !important
}

body.touch-enabled .footnote_link {
    display: none
}

body:not(.touch-enabled) .footnotes-popup {
    display: none
}

.go2bank .footnote_link {
    cursor: pointer !important
}

.go2bank .footnote_link .footnotes_tooltip .footnotes_tooltiptext {
    word-wrap: break-word;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 400 !important
}

.go2bank .footnotes_tooltip sup {
    color: #2945ff !important;
    font-weight: bold;
    font-size: 1em;
    line-height: .5;
    vertical-align: text-bottom
}

.footnotes_tooltip {
    position: relative;
    display: inline-block
}

@media(max-width: 1144px) {
    .show-tooltip .footnotes_tooltip .footnotes_tooltiptext {
        display:block
    }
}

@media(min-width: 1144px) {
    .footnotes_tooltip:active .footnotes_tooltiptext,.footnotes_tooltip:focus .footnotes_tooltiptext,.footnotes_tooltip:hover .footnotes_tooltiptext {
        display:block
    }
}

@media(device-width: 1366px) and (orientation:landscape) {
    .footnotes_tooltip:active .footnotes_tooltiptext,.footnotes_tooltip:focus .footnotes_tooltiptext,.footnotes_tooltip:hover .footnotes_tooltiptext {
        display:none
    }
}

.footnotes_tooltip .footnotes_tooltiptext {
    display: none;
    width: 280px;
    background-color: #444f51;
    color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 2;
    bottom: 120%;
    left: 50%;
    text-align: left;
    margin-left: -140px
}

@media(min-width: 1144px) {
    .footnotes_tooltip .footnotes_tooltiptext {
        bottom:calc(100% + 12px) !important
    }
}

.invert.footnotes_tooltip .footnotes_tooltiptext {
    top: 100%;
    bottom: auto !important
}

.footnotes_tooltip .footnotes_tooltiptext a {
    text-decoration: underline;
    color: #fff
}

.footnotes_tooltip .footnotes_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    margin-bottom: -1px;
    border: 15px solid;
    border-color: #444f51 transparent transparent transparent
}

@media(min-width: 1144px) {
    .footnotes_tooltip .footnotes_tooltiptext::after {
        top:100%
    }
}

.invert.footnotes_tooltip .footnotes_tooltiptext::after {
    top: auto;
    bottom: 100% !important;
    transform: rotate(180deg)
}

.footnotes__text {
    display: none
}

.show-tooltip {
    position: relative
}

.show-tooltip .footnotes__text {
    width: 280px;
    background-color: #444f51;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 400 !important;
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 2;
    bottom: auto;
    display: block;
    margin: 0
}

@media(max-width: 1144px) {
    .show-tooltip .footnotes__text {
        max-width:280px
    }
}

.show-tooltip .footnotes__text.centered {
    left: -140px
}

.show-tooltip .footnotes_tooltip .footnotes_tooltiptext,.show-tooltip .footnotes_tooltip:active .footnotes_tooltiptext,.show-tooltip .footnotes_tooltip:focus .footnotes_tooltiptext,.show-tooltip .footnotes_tooltip:hover .footnotes_tooltiptext {
    display: block;
    height: 0;
    width: 0;
    left: -8px;
    text-indent: -9999px;
    margin-left: 0
}

.toggle-readmore__content {
    overflow: hidden;
    position: relative;
    padding-top: 15px
}

.toggle-readmore__content p,.toggle-readmore .toggle-readmore__btn {
    font-size: 1.1rem;
    line-height: 1.5
}

@media(min-width: 1144px) {
    .toggle-readmore__content p,.toggle-readmore .toggle-readmore__btn {
        font-size:1.5rem
    }
}

.toggle-readmore__ellipsis,.toggle-readmore__btn,.toggle-readmore__btn--less {
    display: none
}

.toggle-readmore.readmore-enabled .toggle-readmore__ellipsis {
    display: inline;
    position: absolute;
    background-color: #fff;
    background: linear-gradient(to right,rgba(255,255,255,0),#a9ddf7 44%,#a9ddf7);
    color: initial;
    bottom: 0;
    right: 0;
    text-align: center;
    max-width: 482px;
    margin-left: auto;
    width: 40px
}

.toggle-readmore.readmore-enabled .toggle-readmore__btn {
    font-family: "Everyday-Bold",sans-serif;
    display: block;
    color: #001e60;
    outline: 0;
    margin-top: 10px;
    text-decoration: underline
}

.toggle-readmore.readmore-enabled .toggle-readmore__btn:focus,.toggle-readmore.readmore-enabled .toggle-readmore__btn:focus-visible {
    outline: 1px dotted
}

.toggle-readmore.readmore-expanded .toggle-readmore__ellipsis,.toggle-readmore.readmore-expanded .toggle-readmore__btn--more {
    display: none
}

.toggle-readmore.readmore-expanded .toggle-readmore__btn--less {
    display: inline
}

.toggle-readmore p {
    margin-bottom: 0 !important
}

.help-page .text h2 {
    margin-bottom: 26px
}

@media(min-width: 768px) {
    .help-page .text h2 {
        margin-bottom:56px
    }
}

.help-page .layout-container .cmp-list {
    list-style-type: none
}

.help-page .layout-container .cmp-list__item {
    margin: 0 0 16px
}

@media(min-width: 768px) {
    .help-page .layout-container .cmp-list__item {
        margin:0 0 24px
    }
}

.help-page .layout-container .gd-layout-container__2col ul {
    margin-bottom: 0
}

.help-page .layout-container .gd-layout-container__2col .cmp-list__item {
    margin: 0 0 16px
}

.help-page .layout-container .gd-layout-container__2col .list {
    margin: 16px 0
}

@media(min-width: 768px) {
    .help-page .layout-container .gd-layout-container__2col .list {
        margin-top:24px
    }
}

@media(max-width: 767px) {
    .help-page .layout-container .gd-layout-container__col2bg .list {
        margin-top:0
    }
}

.help-page .gd-layout-container__two .text,.help-page .gd-layout-container__default .text {
    margin-bottom: 0
}

.help-page .gd-layout-container__two .cmp-list__item:last-child,.help-page .gd-layout-container__default .cmp-list__item:last-child {
    margin: 0
}

.help-page .gd-layout-container__two .cmp-list__item .cmp-list__item-link,.help-page .gd-layout-container__default .cmp-list__item .cmp-list__item-link {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #2945ff
}

@media(min-width: 768px) {
    .help-page .gd-layout-container__two .cmp-list__item .cmp-list__item-link,.help-page .gd-layout-container__default .cmp-list__item .cmp-list__item-link {
        font-size:1.7rem
    }
}

.help-page .gd-layout-container__two .gd-layout-container_nopad:nth-of-type(n+2) h4 {
    margin-top: 11px
}

@media(min-width: 768px) {
    .help-page .gd-layout-container__two .gd-layout-container_nopad:nth-of-type(n+2) h4 {
        margin-top:0
    }
}

.help-page .gd-layout-container__default .faq-component p,.help-page .gd-layout-container__default .faq-component li {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #262626
}

.help-page .go2bank-inline-link-banner .inline-link-banner__wrap a .banner-img {
    width: 24px;
    min-width: 24px
}

.help-page .horizontal-line__container {
    width: 97%
}

@media(min-width: 768px) {
    .help-page .horizontal-line__container {
        width:100%
    }
}

.help-page .go2bank-inline-link-banner {
    padding: 0 20px 0 5px
}

@media(min-width: 768px) {
    .help-page .go2bank-inline-link-banner {
        padding:0 5px
    }
}

.help-page .cmp-title__text {
    font-family: "Averta",sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .help-page .cmp-title__text {
        margin-bottom:56px;
        text-align: center
    }
}

@media(min-width: 1144px) {
    .help-page .cmp-title__text {
        font-size:3.8rem;
        line-height: 4.8rem
    }
}

.help-page .faq-component a,.help-page .faq-component a:hover,.help-page .faq-component a:focus,.help-page .faq-component a:active {
    color: #2945ff
}

.go2bank-breadcrumb {
    text-align: center
}

@media(max-width: 768px) {
    .go2bank-breadcrumb {
        text-align:left
    }
}

.go2bank-breadcrumb .cmp-breadcrumb__item {
    display: inline
}

.go2bank-breadcrumb .cmp-breadcrumb__item:after {
    content: '/'
}

.go2bank-breadcrumb .cmp-breadcrumb__item:last-child:after {
    display: none
}

.anchor-scroll {
    scroll-margin-top: 52px
}

@media(min-width: 1249.5px) {
    .anchor-scroll {
        scroll-margin-top:80px
    }
}

#rushcard-popup.non-overlay {
    background: transparent
}

#rushcard-popup.non-overlay .modal__content .layout-container {
    padding: 20px 10px;
    background: #fff !important;
    border-radius: 15px
}

#rushcard-popup.non-overlay .cmp-link {
    display: flex;
    align-items: center;
    justify-content: center
}

#rushcard-popup.non-overlay .modal__content {
    overflow: visible
}

#rushcard-popup.non-overlay p {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    font-family: Everyday-Regular,sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 20px
}

#rushcard-popup.non-overlay .btn.js-button-nopopup {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #6d6e71;
    margin: 0 5px;
    display: inline-block;
    font-family: Everyday-Regular,sans-serif
}

#rushcard-redirect-disclaimer {
    z-index: 100000
}

.cursor-pointer {
    cursor: pointer
}

.blue-2945ff-color {
    color: #2945ff
}

.black-4b4b4b-color {
    color: #4b4b4b
}

.white-fff-color {
    color: #fff !important
}

.black-000-color {
    color: #000
}

.bg-white-fff-color {
    background-color: #fff
}

.bg-grey-bebebe-color {
    background-color: #bebebe
}

.blue-0000ee-color {
    color: #00e
}

@media(max-width: 560px) {
    .font-size-m-18 {
        font-size:1.8rem !important
    }
}

@media(max-width: 560px) {
    .line-height-m-24 {
        line-height:2.4rem !important
    }
}

.line-height-27 {
    line-height: 2.7rem !important
}

@media(max-width: 560px) {
    .font-size-m-16 {
        font-size:1.6rem !important
    }
}

@media(max-width: 560px) {
    .line-height-m-21 {
        line-height:2.1rem !important
    }
}

.font-size-16 {
    font-size: 1.6rem !important
}

.vertical-align-baseline {
    vertical-align: baseline !important
}

.vertical-align-middle {
    vertical-align: middle !important
}

.d-inline {
    display: inline !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-table {
    display: table !important
}

.d-flex {
    display: flex !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.go2bank-table td p {
    padding: 15px 10px 0
}

.go2bank-table-with-font td p {
    padding: 15px 10px 0;
    font-size: 1.6rem
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.pad-top-15 {
    padding-top: 15px !important
}

.pad-left-xsmall {
    padding-left: 10px !important
}

.pad-left-small {
    padding-left: 20px !important
}

.pad-left-medium {
    padding-left: 30px !important
}

.pad-left-large {
    padding-left: 60px !important
}

.pad-left-xlarge {
    padding-left: 90px !important
}

.pad-left-xxlarge {
    padding-left: 120px !important
}

.pad-right-xsmall {
    padding-right: 10px !important
}

.pad-right-small {
    padding-right: 20px !important
}

.pad-right-medium {
    padding-right: 30px !important
}

.pad-right-large {
    padding-right: 60px !important
}

.pad-right-xlarge {
    padding-right: 90px !important
}

.pad-right-xxlarge {
    padding-right: 120px !important
}

@media(min-width: 1025px) {
    .gap-right-zeropt {
        margin-right:0 !important
    }
}

@media(min-width: 1025px) {
    .gap-right-2pt {
        margin-right:2px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-4pt {
        margin-right:4px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-8pt {
        margin-right:8px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-12pt {
        margin-right:12px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-16pt {
        margin-right:16px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-24pt {
        margin-right:24px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-32pt {
        margin-right:32px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-40pt {
        margin-right:40px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-48pt {
        margin-right:48px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-56pt {
        margin-right:56px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-64pt {
        margin-right:64px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-72pt {
        margin-right:72px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-80pt {
        margin-right:80px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-88pt {
        margin-right:88px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-96pt {
        margin-right:96px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-104pt {
        margin-right:104px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-112pt {
        margin-right:112px !important
    }
}

@media(min-width: 1025px) {
    .gap-right-120pt {
        margin-right:120px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-zeropt {
        margin-left:0 !important
    }
}

@media(min-width: 1025px) {
    .gap-left-2pt {
        margin-left:2px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-4pt {
        margin-left:4px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-8pt {
        margin-left:8px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-12pt {
        margin-left:12px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-16pt {
        margin-left:16px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-24pt {
        margin-left:24px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-32pt {
        margin-left:32px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-40pt {
        margin-left:40px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-48pt {
        margin-left:48px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-56pt {
        margin-left:56px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-64pt {
        margin-left:64px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-72pt {
        margin-left:72px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-80pt {
        margin-left:80px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-88pt {
        margin-left:88px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-96pt {
        margin-left:96px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-104pt {
        margin-left:104px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-112pt {
        margin-left:112px !important
    }
}

@media(min-width: 1025px) {
    .gap-left-120pt {
        margin-left:120px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-zeropt-mobile {
        margin-left:0 !important
    }
}

@media(max-width: 1024px) {
    .gap-left-2pt-mobile {
        margin-left:2px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-4pt-mobile {
        margin-left:4px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-8pt-mobile {
        margin-left:8px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-12pt-mobile {
        margin-left:12px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-16pt-mobile {
        margin-left:16px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-20pt-mobile {
        margin-left:20px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-24pt-mobile {
        margin-left:24px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-32pt-mobile {
        margin-left:32px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-40pt-mobile {
        margin-left:40px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-48pt-mobile {
        margin-left:48px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-56pt-mobile {
        margin-left:56px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-64pt-mobile {
        margin-left:64px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-72pt-mobile {
        margin-left:72px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-80pt-mobile {
        margin-left:80px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-88pt-mobile {
        margin-left:88px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-96pt-mobile {
        margin-left:96px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-104pt-mobile {
        margin-left:104px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-112pt-mobile {
        margin-left:112px !important
    }
}

@media(max-width: 1024px) {
    .gap-left-120pt-mobile {
        margin-left:120px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-zeropt-mobile {
        margin-right:0 !important
    }
}

@media(max-width: 1024px) {
    .gap-right-2pt-mobile {
        margin-right:2px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-4pt-mobile {
        margin-right:4px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-8pt-mobile {
        margin-right:8px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-12pt-mobile {
        margin-right:12px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-16pt-mobile {
        margin-right:16px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-20pt-mobile {
        margin-right:20px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-24pt-mobile {
        margin-right:24px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-32pt-mobile {
        margin-right:32px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-40pt-mobile {
        margin-right:40px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-48pt-mobile {
        margin-right:48px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-56pt-mobile {
        margin-right:56px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-64pt-mobile {
        margin-right:64px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-72pt-mobile {
        margin-right:72px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-80pt-mobile {
        margin-right:80px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-88pt-mobile {
        margin-right:88px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-96pt-mobile {
        margin-right:96px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-104pt-mobile {
        margin-right:104px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-112pt-mobile {
        margin-right:112px !important
    }
}

@media(max-width: 1024px) {
    .gap-right-120pt-mobile {
        margin-right:120px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-zeropt {
        padding-bottom:0 !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-2pt {
        padding-bottom:2px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-4pt {
        padding-bottom:4px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-8pt {
        padding-bottom:8px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-12pt {
        padding-bottom:12px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-16pt {
        padding-bottom:16px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-24pt {
        padding-bottom:24px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-32pt {
        padding-bottom:32px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-40pt {
        padding-bottom:40px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-48pt {
        padding-bottom:48px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-56pt {
        padding-bottom:56px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-64pt {
        padding-bottom:64px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-72pt {
        padding-bottom:72px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-80pt {
        padding-bottom:80px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-88pt {
        padding-bottom:88px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-96pt {
        padding-bottom:96px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-104pt {
        padding-bottom:104px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-112pt {
        padding-bottom:112px !important
    }
}

@media(min-width: 1025px) {
    .pad-bottom-120pt {
        padding-bottom:120px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-zeropt {
        padding-top:0 !important
    }
}

@media(min-width: 1025px) {
    .pad-top-2pt {
        padding-top:2px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-4pt {
        padding-top:4px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-8pt {
        padding-top:8px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-12pt {
        padding-top:12px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-16pt {
        padding-top:16px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-24pt {
        padding-top:24px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-32pt {
        padding-top:32px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-40pt {
        padding-top:40px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-48pt {
        padding-top:48px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-56pt {
        padding-top:56px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-64pt {
        padding-top:64px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-72pt {
        padding-top:72px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-80pt {
        padding-top:80px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-88pt {
        padding-top:88px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-96pt {
        padding-top:96px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-104pt {
        padding-top:104px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-112pt {
        padding-top:112px !important
    }
}

@media(min-width: 1025px) {
    .pad-top-120pt {
        padding-top:120px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-zeropt-mobile {
        padding-top:0 !important
    }
}

@media(max-width: 1024px) {
    .pad-top-2pt-mobile {
        padding-top:2px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-4pt-mobile {
        padding-top:4px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-8pt-mobile {
        padding-top:8px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-12pt-mobile {
        padding-top:12px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-16pt-mobile {
        padding-top:16px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-20pt-mobile {
        padding-top:20px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-24pt-mobile {
        padding-top:24px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-32pt-mobile {
        padding-top:32px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-40pt-mobile {
        padding-top:40px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-48pt-mobile {
        padding-top:48px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-56pt-mobile {
        padding-top:56px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-64pt-mobile {
        padding-top:64px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-72pt-mobile {
        padding-top:72px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-80pt-mobile {
        padding-top:80px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-88pt-mobile {
        padding-top:88px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-96pt-mobile {
        padding-top:96px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-104pt-mobile {
        padding-top:104px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-112pt-mobile {
        padding-top:112px !important
    }
}

@media(max-width: 1024px) {
    .pad-top-120pt-mobile {
        padding-top:120px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-zeropt-mobile {
        padding-bottom:0 !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-2pt-mobile {
        padding-bottom:2px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-4pt-mobile {
        padding-bottom:4px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-8pt-mobile {
        padding-bottom:8px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-12pt-mobile {
        padding-bottom:12px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-16pt-mobile {
        padding-bottom:16px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-20pt-mobile {
        padding-bottom:20px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-24pt-mobile {
        padding-bottom:24px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-32pt-mobile {
        padding-bottom:32px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-40pt-mobile {
        padding-bottom:40px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-48pt-mobile {
        padding-bottom:48px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-56pt-mobile {
        padding-bottom:56px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-64pt-mobile {
        padding-bottom:64px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-72pt-mobile {
        padding-bottom:72px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-80pt-mobile {
        padding-bottom:80px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-88pt-mobile {
        padding-bottom:88px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-96pt-mobile {
        padding-bottom:96px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-104pt-mobile {
        padding-bottom:104px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-112pt-mobile {
        padding-bottom:112px !important
    }
}

@media(max-width: 1024px) {
    .pad-bottom-120pt-mobile {
        padding-bottom:120px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-zeropt {
        padding-right:0 !important
    }
}

@media(min-width: 1025px) {
    .pad-right-2pt {
        padding-right:2px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-4pt {
        padding-right:4px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-8pt {
        padding-right:8px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-12pt {
        padding-right:12px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-16pt {
        padding-right:16px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-24pt {
        padding-right:24px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-32pt {
        padding-right:32px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-40pt {
        padding-right:40px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-48pt {
        padding-right:48px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-56pt {
        padding-right:56px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-64pt {
        padding-right:64px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-72pt {
        padding-right:72px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-80pt {
        padding-right:80px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-88pt {
        padding-right:88px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-96pt {
        padding-right:96px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-104pt {
        padding-right:104px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-112pt {
        padding-right:112px !important
    }
}

@media(min-width: 1025px) {
    .pad-right-120pt {
        padding-right:120px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-zeropt {
        padding-left:0 !important
    }
}

@media(min-width: 1025px) {
    .pad-left-2pt {
        padding-left:2px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-4pt {
        padding-left:4px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-8pt {
        padding-left:8px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-12pt {
        padding-left:12px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-16pt {
        padding-left:16px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-24pt {
        padding-left:24px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-32pt {
        padding-left:32px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-40pt {
        padding-left:40px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-48pt {
        padding-left:48px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-56pt {
        padding-left:56px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-64pt {
        padding-left:64px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-72pt {
        padding-left:72px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-80pt {
        padding-left:80px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-88pt {
        padding-left:88px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-96pt {
        padding-left:96px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-104pt {
        padding-left:104px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-112pt {
        padding-left:112px !important
    }
}

@media(min-width: 1025px) {
    .pad-left-120pt {
        padding-left:120px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-zeropt-mobile {
        padding-left:0 !important
    }
}

@media(max-width: 1024px) {
    .pad-left-2pt-mobile {
        padding-left:2px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-4pt-mobile {
        padding-left:4px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-8pt-mobile {
        padding-left:8px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-12pt-mobile {
        padding-left:12px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-16pt-mobile {
        padding-left:16px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-20pt-mobile {
        padding-left:20px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-24pt-mobile {
        padding-left:24px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-32pt-mobile {
        padding-left:32px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-40pt-mobile {
        padding-left:40px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-48pt-mobile {
        padding-left:48px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-56pt-mobile {
        padding-left:56px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-64pt-mobile {
        padding-left:64px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-72pt-mobile {
        padding-left:72px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-80pt-mobile {
        padding-left:80px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-88pt-mobile {
        padding-left:88px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-96pt-mobile {
        padding-left:96px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-104pt-mobile {
        padding-left:104px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-112pt-mobile {
        padding-left:112px !important
    }
}

@media(max-width: 1024px) {
    .pad-left-120pt-mobile {
        padding-left:120px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-zeropt-mobile {
        padding-right:0 !important
    }
}

@media(max-width: 1024px) {
    .pad-right-2pt-mobile {
        padding-right:2px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-4pt-mobile {
        padding-right:4px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-8pt-mobile {
        padding-right:8px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-12pt-mobile {
        padding-right:12px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-16pt-mobile {
        padding-right:16px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-20pt-mobile {
        padding-right:20px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-24pt-mobile {
        padding-right:24px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-32pt-mobile {
        padding-right:32px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-40pt-mobile {
        padding-right:40px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-48pt-mobile {
        padding-right:48px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-56pt-mobile {
        padding-right:56px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-64pt-mobile {
        padding-right:64px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-72pt-mobile {
        padding-right:72px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-80pt-mobile {
        padding-right:80px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-88pt-mobile {
        padding-right:88px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-96pt-mobile {
        padding-right:96px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-104pt-mobile {
        padding-right:104px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-112pt-mobile {
        padding-right:112px !important
    }
}

@media(max-width: 1024px) {
    .pad-right-120pt-mobile {
        padding-right:120px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-zeropt {
        margin-bottom:0 !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-2pt {
        margin-bottom:2px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-4pt {
        margin-bottom:4px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-8pt {
        margin-bottom:8px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-12pt {
        margin-bottom:12px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-16pt {
        margin-bottom:16px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-24pt {
        margin-bottom:24px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-32pt {
        margin-bottom:32px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-40pt {
        margin-bottom:40px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-48pt {
        margin-bottom:48px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-56pt {
        margin-bottom:56px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-64pt {
        margin-bottom:64px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-72pt {
        margin-bottom:72px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-80pt {
        margin-bottom:80px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-88pt {
        margin-bottom:88px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-96pt {
        margin-bottom:96px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-104pt {
        margin-bottom:104px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-112pt {
        margin-bottom:112px !important
    }
}

@media(min-width: 1025px) {
    .gap-bottom-120pt {
        margin-bottom:120px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-zeropt {
        margin-top:0 !important
    }
}

@media(min-width: 1025px) {
    .gap-top-2pt {
        margin-top:2px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-4pt {
        margin-top:4px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-8pt {
        margin-top:8px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-12pt {
        margin-top:12px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-16pt {
        margin-top:16px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-24pt {
        margin-top:24px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-32pt {
        margin-top:32px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-40pt {
        margin-top:40px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-48pt {
        margin-top:48px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-56pt {
        margin-top:56px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-64pt {
        margin-top:64px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-72pt {
        margin-top:72px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-80pt {
        margin-top:80px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-88pt {
        margin-top:88px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-96pt {
        margin-top:96px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-104pt {
        margin-top:104px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-112pt {
        margin-top:112px !important
    }
}

@media(min-width: 1025px) {
    .gap-top-120pt {
        margin-top:120px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-zeropt-mobile {
        margin-top:0 !important
    }
}

@media(max-width: 1024px) {
    .gap-top-2pt-mobile {
        margin-top:2px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-4pt-mobile {
        margin-top:4px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-8pt-mobile {
        margin-top:8px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-12pt-mobile {
        margin-top:12px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-16pt-mobile {
        margin-top:16px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-20pt-mobile {
        margin-top:20px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-24pt-mobile {
        margin-top:24px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-32pt-mobile {
        margin-top:32px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-40pt-mobile {
        margin-top:40px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-48pt-mobile {
        margin-top:48px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-56pt-mobile {
        margin-top:56px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-64pt-mobile {
        margin-top:64px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-72pt-mobile {
        margin-top:72px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-80pt-mobile {
        margin-top:80px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-88pt-mobile {
        margin-top:88px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-96pt-mobile {
        margin-top:96px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-104pt-mobile {
        margin-top:104px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-112pt-mobile {
        margin-top:112px !important
    }
}

@media(max-width: 1024px) {
    .gap-top-120pt-mobile {
        margin-top:120px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-zeropt-mobile {
        margin-bottom:0 !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-2pt-mobile {
        margin-bottom:2px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-4pt-mobile {
        margin-bottom:4px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-8pt-mobile {
        margin-bottom:8px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-12pt-mobile {
        margin-bottom:12px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-16pt-mobile {
        margin-bottom:16px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-20pt-mobile {
        margin-bottom:20px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-24pt-mobile {
        margin-bottom:24px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-32pt-mobile {
        margin-bottom:32px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-40pt-mobile {
        margin-bottom:40px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-48pt-mobile {
        margin-bottom:48px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-56pt-mobile {
        margin-bottom:56px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-64pt-mobile {
        margin-bottom:64px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-72pt-mobile {
        margin-bottom:72px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-80pt-mobile {
        margin-bottom:80px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-88pt-mobile {
        margin-bottom:88px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-96pt-mobile {
        margin-bottom:96px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-104pt-mobile {
        margin-bottom:104px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-112pt-mobile {
        margin-bottom:112px !important
    }
}

@media(max-width: 1024px) {
    .gap-bottom-120pt-mobile {
        margin-bottom:120px !important
    }
}

.two-col-grid-width-zero-gap.grid-control-width .two-column-container .container .cmp-container {
    margin: 0
}

.padding-92-left {
    padding-left: 92px !important
}

.padding-184-left {
    padding-left: 184px !important
}

.padding-276-left {
    padding-left: 276px !important
}

.padding-368-left {
    padding-left: 368px !important
}

.padding-460-left {
    padding-left: 460px !important
}

.padding-92-right {
    padding-right: 92px !important
}

.padding-184-right {
    padding-right: 184px !important
}

.padding-276-right {
    padding-right: 276px !important
}

.padding-368-right {
    padding-right: 368px !important
}

.padding-460-right {
    padding-right: 460px !important
}

.g2b-refresh .gd-img-top .small-hide {
    display: none !important
}

@media(min-width: 48em) {
    .g2b-refresh .gd-img-top .medium-hide {
        display:none !important
    }

    .g2b-refresh .gd-img-top .medium-show {
        display: block !important
    }
}

@media(min-width: 71.5em) {
    .g2b-refresh .gd-img-top .large-hide {
        display:none !important
    }

    .g2b-refresh .gd-img-top .large-show {
        display: block !important
    }
}

.g2b-refresh .inline-img-text .image {
    padding-bottom: 0 !important
}

.g2b-refresh .inline-img-text .gd-content-card__title p {
    margin-bottom: 0
}

.g2b-refresh .bg-curve .bg-curve-content .gd-content-card__wrap {
    position: relative;
    z-index: 9
}

.g2b-refresh .btn--small {
    font-size: 18px;
    line-height: 25.2px
}

@media(min-width: 768px) {
    .g2b-refresh .btn--small {
        line-height:22.25px
    }
}

.g2b-refresh .grey-section:has(.empty-container) {
    margin-bottom: 0 !important
}

.g2b-refresh .inline-img-text .image {
    padding-bottom: 0 !important
}

.g2b-refresh .inline-img-text .gd-content-card__title p {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .g2b-refresh .custom-horizontal-slider>.aem-Grid {
        padding-left:82px;
        padding-right: 12px
    }
}

.g2b-refresh .heading-xxl-img-inline {
    font-size: 4rem;
    line-height: 4.4rem;
    letter-spacing: -0.5px
}

@media(min-width: 768px) {
    .g2b-refresh .heading-xxl-img-inline {
        font-size:8.6rem;
        line-height: 10.6rem
    }
}

.g2b-refresh.go2bank-redesign .pad-bottom-24pt.pad-bottom-24pt-mobile.gd-content-card__img--top {
    padding-bottom: 24px !important
}

.g2b-refresh.go2bank-redesign .pad-bottom-16pt.pad-bottom-16pt-mobile.gd-content-card__img--top {
    padding-bottom: 16px !important
}

@media(max-width: 768px) {
    .g2b-refresh .width-40-mobile {
        width:40px
    }

    .g2b-refresh .width-60-mobile {
        width: 60px
    }

    .g2b-refresh .height-40-mobile {
        height: 40px
    }
}

.g2b-refresh .link .pad-right-zeropt .pad-right-zeropt-mobile a {
    padding-right: 0
}

.g2b-refresh .mob-pad-zero .grid-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.g2b-refresh .bg-color-f8f8f8 {
    background-color: #f8f8f8
}

.g2b-refresh .link-blue {
    color: #2945ff
}

.g2b-refresh .go2bank .footnotes_tooltip sup {
    cursor: pointer
}

.g2b-refresh .no-faq-section .faq-section {
    display: none
}

.g2b-refresh .heading-small-v2 {
    font-size: 2.4rem;
    line-height: 2.9rem
}

.g2b-refresh .g2b-refresh .heading-large-48 {
    color: #000
}

.g2b-refresh .g2b-refresh .grey-section.faq-section a {
    font-size: 1.8rem !important
}

@media(max-width: 767.5px) {
    .g2b-refresh .mobile-center-align {
        text-align:center
    }
}

@media(min-width: 768px) {
    .g2b-refresh .g2b-refresh-hero .gd-content-card__content .gd-content-card__text {
        text-align:left
    }
}

@media(min-width: 1144px) {
    .g2b-refresh .link .pad-right-zeropt .pad-right-zeropt-mobile a {
        padding-right:0
    }
}

@media(min-width: 768px) and (max-width:1144px) {
    .g2b-refresh .grey-section>.grid-container:first-of-type .column:first-of-type {
        padding:15px
    }
}

@media(min-width: 768px) and (max-width:1144px) {
    .g2b-refresh .vertically-center-noflex-ipad {
        margin-top:calc(20vw)
    }
}

@media(min-width: 1025px) {
    .g2b-refresh .extra-space {
        margin-bottom:0 !important
    }
}

.wordbreak {
    word-break: break-all
}

.go2bank-redesign h3,.parallax__heading {
    margin-bottom: 0
}

.parallax__wrapper {
    padding: 0 17px
}

.parallax__wrapper--text-img .parallax__img {
    margin: 0 45px
}

.parallax-scroll {
    padding-bottom: 13px
}

@media(max-width: 768px) {
    .parallax-custom-animation .custom-animation {
        margin-top:24px !important
    }

    .parallax-custom-animation .parallax__wrapper--text-img {
        margin: 27px 0
    }
}

@media(min-width: 768px) and (max-width:818px) {
    .parallax-custom-animation .custom-animation {
        width:80% !important
    }
}

@media(min-width: 819px) {
    .parallax-custom-animation .custom-animation {
        width:80% !important
    }
}

.use-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media(max-width: 767px) {
    .mobile-image-align-left {
        display:flex
    }
}

.cmp-breadcrumb {
    display: inline-block;
    list-style: none;
    padding: 0
}

.cmp-breadcrumb__item {
    display: inline-block;
    vertical-align: top
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.slider-table {
    font-family: "ProximaNova",serif;
    font-weight: 400;
    color: #000;
    padding-left: 16px;
    padding-right: 16px
}

.slider-table__container {
    background-color: #fff;
    max-width: 1110px;
    margin: 35px auto 40px
}

@media(min-width: 768px) {
    .slider-table__container {
        padding:20px 24px 36px
    }
}

@media(min-width: 1110px) {
    .slider-table__container {
        box-shadow:0 0 10px 0 rgba(0,0,0,0.25);
        padding: 16px 12px;
        border-radius: 8px
    }
}

.slider-table__table {
    overflow: hidden
}

.slider-table p {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0
}

.slider-table__heading {
    padding-top: 20px;
    text-align: center;
    font-size: 3.25rem;
    line-height: 4rem;
    font-family: "Averta",sans-serif;
    color: #333;
    font-weight: 800
}

.slider-table__subheading a {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0
}

.slider-table__subheading a,.slider-table__subheading a:hover,.slider-table__subheading a:focus,.slider-table__subheading a:active {
    color: #5ddf2a;
    text-decoration: underline
}

.slider-table .comparison-table-row:nth-of-type(1) .slider-table__fixed-column {
    display: none
}

@media(min-width: 1110px) {
    .slider-table .comparison-table-row:nth-of-type(1) .slider-table__fixed-column.column-fixed {
        display:flex
    }
}

@media(min-width: 1110px) {
    .slider-table .comparison-table-row:nth-of-type(2n) {
        background:rgba(196,196,196,0.2)
    }
}

.slider-table__row {
    position: relative
}

@media(min-width: 1110px) {
    .slider-table__row .slider-table__row-cell:nth-of-type(even) {
        background:rgba(196,196,196,0.1)
    }
}

@media(max-width: 1109px) {
    .slider-table__row .slider-table__row-cell:nth-of-type(odd) {
        background:rgba(196,196,196,0.1)
    }
}

.slider-table__row .slider-table__row-cell {
    height: auto;
    text-align: center
}

@media(max-width: 1110px) {
    .column-fixed+.slider-table__row .slider-table__row-cell:nth-of-type(1) {
        display:none
    }
}

@media(min-width: 1110px) {
    .column-fixed+.slider-table__row .slick-current {
        visibility:hidden
    }

    .column-fixed+.slider-table__row .slick-current p {
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-weight: 700
    }
}

.slider-table__fixed {
    background-color: #000;
    color: #5ddf2a;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center
}

@media(min-width: 1110px) {
    .slider-table__fixed {
        padding-top:14px;
        padding-bottom: 14px
    }
}

.slider-table__fixed p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.25rem
}

@media(min-width: 1110px) {
    .slider-table__fixed p {
        font-size:1.8rem;
        line-height: 2.5rem
    }
}

.slider-table__fixed-column {
    background: #e5e5e5;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding: 4px;
    margin: 0
}

@media(min-width: 1110px) {
    .slider-table__fixed-column.column-fixed {
        justify-content:flex-start;
        position: absolute;
        width: 200px;
        background: #fff;
        padding-left: 18px;
        padding-right: 18px;
        height: 43px;
        z-index: 1
    }
}

.slider-table__fixed-column p {
    margin-right: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center
}

@media(min-width: 1110px) {
    .slider-table__fixed-column p {
        font-size:1.2rem;
        line-height: 1.7rem;
        font-weight: 700;
        text-align: left
    }
}

.slider-table__head img {
    margin: 18px auto 10px;
    max-height: 146px;
    max-width: 100%
}

@media(min-width: 1110px) {
    .slider-table__head img {
        max-height:159px
    }
}

.slider-table__body:not(.slider-table__head) .slider-table__row-cell {
    display: flex;
    flex-direction: column-reverse;
    padding: 14px;
    justify-content: center
}

@media(min-width: 768px) {
    .slider-table__body:not(.slider-table__head) .slider-table__row-cell {
        padding-top:16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1110px) {
    .slider-table__body:not(.slider-table__head) .slider-table__row-cell {
        padding-top:6px;
        padding-bottom: 6px
    }
}

@media(min-width: 1110px) {
    .slider-table__body:not(.slider-table__head):nth-of-type(2n) .column-fixed {
        background:rgba(196,196,196,0.05)
    }
}

.slider-table .slick-arrow {
    display: flex !important;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 19px;
    justify-content: center;
    outline: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 19px;
    z-index: 1;
    background: #5ddf2a;
    text-indent: -99999px
}

.slider-table .slick-arrow[aria-disabled="true"] {
    display: none !important
}

.slider-table .slick-arrow::after {
    content: "";
    display: block;
    height: 6px;
    width: 6px
}

.slider-table .slick-arrow.slick-prev {
    left: 0
}

.slider-table .slick-arrow.slick-prev::after {
    transform: rotate(45deg);
    border-left: 2px solid #475860;
    border-bottom: 2px solid #475860
}

.slider-table .slick-arrow.slick-next {
    right: 0
}

.slider-table .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    border-right: 2px solid #475860;
    border-bottom: 2px solid #475860;
    left: 2%
}

.slider-table .slick-list {
    overflow: visible
}

.slider-table .slick-track {
    display: flex;
    min-height: 36px
}

.slider-table__img {
    max-width: 15px;
    margin: 0 3px
}

.slider-table__icon-wrapper {
    display: flex;
    margin: 0 auto 4px;
    justify-content: center
}

.slider-table .js-help-link {
    position: relative
}

.slider-table .js-tooltip {
    display: none;
    position: relative
}

.slider-table .js-tooltip::after {
    content: "";
    height: 24px;
    width: 24px;
    background: #444f51;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%) rotate(45deg)
}

.slider-table .js-tooltip.tooltip--visible {
    position: absolute;
    display: block;
    background: #444f51;
    bottom: 32px;
    color: #fff;
    padding: 10px 14px;
    z-index: 10;
    max-width: 200px !important;
    left: -50% !important;
    transform: translate(-40%) !important;
    top: auto !important
}

.slider-table .js-tooltip.tooltip--right {
    padding-right: 28px
}

.slider-table .js-tooltip p {
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 400;
    text-align: center;
    margin: 0
}

.slider-table .fix-column {
    order: -1;
    position: relative;
    left: 0;
    background-color: #beebce !important;
    z-index: 1
}

.slider-table .update-arrow .slick-prev {
    left: 50%;
    transform: translate(-50%,-50%)
}

@media(min-width: 768px) {
    .slider-table .update-arrow .slick-prev {
        left:33.33%
    }
}

@media(min-width: 1144px) {
    .slider-table .update-arrow .slick-prev {
        left:20%
    }
}

.locator {
    font-family: Averta
}

.locator__header p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: -0.03em;
    margin-bottom: 10px
}

.locator__disclaimer p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.9rem
}

.locator__body {
    background-color: #fff;
    width: 100%
}

@media(min-width: 768px) {
    .locator__body {
        display:flex;
        height: 648px
    }
}

.locator__map {
    border-radius: 8px;
    height: 500px;
    width: 100%
}

@media(min-width: 768px) {
    .locator__map {
        height:100%;
        flex: 2
    }
}

.locator__search--wrapper {
    height: auto;
    width: 100%
}

@media(min-width: 768px) {
    .locator__search--wrapper {
        height:100%;
        flex: 1;
        padding-right: 16px
    }
}

.locator__search--input-container {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative
}

.locator__search--input-container::before {
    content: "";
    height: 24px;
    width: 24px;
    top: 14px;
    position: absolute;
    left: 18px
}

.locator__search--input {
    flex: 1;
    padding: 14px 44px;
    font-size: 1.5rem;
    line-height: 1.9rem;
    border: 1px solid #2945ff;
    border-radius: 30px;
    max-width: 273px;
    outline: 0
}

.locator__search--input::placeholder {
    color: #999
}

.full-width .locator__search--input {
    max-width: none
}

.locator__search--btn {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    margin-left: 16px;
    cursor: pointer;
    color: #2945ff
}

.locator__locations--wrapper {
    border: 1px solid #2945ff;
    border-radius: 8px;
    height: auto;
    max-height: 300px;
    margin-bottom: 20px;
    overflow: hidden
}

@media(min-width: 768px) {
    .locator__locations--wrapper {
        max-height:582px;
        margin: 0
    }
}

.locator__locations--wrapper.one-line-error {
    display: none
}

.locator .locations-container {
    overflow-y: auto;
    height: auto;
    max-height: 300px
}

.locator .locations-container:focus-visible {
    outline: 1px solid rgba(0,83,226,0.4)
}

@media(min-width: 768px) {
    .locator .locations-container {
        max-height:580px
    }
}

.locator__location {
    box-shadow: 0 1px 0 0 #e5e5e5;
    display: flex;
    padding: 16px
}

.locator__location--info {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    flex-grow: 1
}

.locator__location--name {
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: #262626
}

.locator__address {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #4d4d4d
}

.locator__marker {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: top;
    background-color: #2945ff;
    text-align: center;
    flex: 0 0 30px
}

.locator__marker--icon {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 3rem
}

.locator__search-error {
    color: #e82b36;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 15px;
    display: none
}

.locator__direction {
    color: #262626;
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 44px
}

.locator__direction a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%
}

.locator__direction--icon {
    height: 32px;
    width: 32px;
    background: #eaecff;
    display: block;
    border-radius: 50%;
    position: relative
}

.locator__direction--icon::before {
    content: "";
    height: 12px;
    width: 16px;
    top: 10px;
    left: 8px;
    position: absolute
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.blog-list {
    margin-bottom: 0
}

.blog-list .blog-list-cards {
    margin-bottom: 0
}

.blog-list .blog-list-cards li {
    margin-bottom: 0
}

.blog-list-feature {
    list-style-type: none;
    margin-bottom: 40px
}

.blog-list-feature li {
    margin-bottom: 0
}

.feature-blog {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    align-items: flex-start
}

@media(min-width: 769px) {
    .feature-blog {
        padding:75px 25px 0 25px;
        max-width: 1160px;
        margin: 0 auto
    }
}

@media(min-width: 769px) and (max-width:1024px) {
    .feature-blog {
        justify-content:center;
        flex-direction: row;
        align-items: center
    }
}

@media(min-width: 1025px) {
    .feature-blog {
        flex-direction:row;
        align-items: center
    }
}

.feature-blog-image {
    flex: 1;
    width: 100%
}

.feature-blog-image img {
    max-width: 100%;
    height: auto
}

@media(min-width: 768px) and (max-width:1024px) {
    .feature-blog-image img {
        width:100%
    }
}

.feature-blog-text {
    flex: 1;
    font-family: "Averta",sans-serif;
    padding: 35px 34px 20px 34px;
    text-align: left
}

@media(min-width: 769px) and (max-width:1024px) {
    .feature-blog-text {
        flex:1
    }
}

@media(min-width: 769px) {
    .feature-blog-text {
        padding:0 0 0 18px
    }
}

.feature-blog-text .feature-blog-badge ul {
    list-style-type: none;
    margin-bottom: 10px
}

@media(min-width: 768px) {
    .feature-blog-text .feature-blog-badge ul {
        margin-bottom:17px
    }
}

.feature-blog-text a {
    text-decoration: none
}

.feature-blog__share-list {
    list-style: none;
    display: flex;
    margin-top: 10px !important;
    margin-bottom: 0
}

.feature-blog__share-list--item {
    margin: 10px 12px 0 0;
    max-width: 25px
}

@media(min-width: 769px) {
    .feature-blog__share-list--item {
        margin-right:19px;
        max-width: 38px
    }
}

.blog-list-cards {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

@media(min-width: 769px) {
    .blog-list-cards {
        padding:0 25px;
        max-width: 1160px;
        margin: 0 auto
    }
}

@media(min-width: 769px) and (max-width:1024px) {
    .blog-list-cards {
        padding:20px 0 0 0;
        justify-content: flex-start
    }
}

.blog-list-cards .cmp-list__item {
    padding: 0 31px 0 25px
}

@media(min-width: 769px) and (max-width:1024px) {
    .blog-list-cards .cmp-list__item {
        flex:0 0 50%
    }
}

@media(min-width: 1025px) {
    .blog-list-cards .cmp-list__item {
        flex:0 0 33.333%;
        padding-left: 0;
        padding-right: 18px
    }
}

.share-icon {
    display: inline-block
}

.share-icon img {
    max-width: 100%
}

.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 1025px) {
    .pagination-controls {
        margin-top:14px
    }
}

.pagination-numbers {
    font: 400 1.6rem/1.9rem "Averta",sans-serif;
    text-align: center;
    color: #000
}

.pagination-numbers a {
    text-decoration: none;
    padding-right: 5px
}

.pagination-prev,.pagination-next {
    font: 400 1.6rem/1.9rem "Averta",sans-serif;
    padding-left: 18px
}

.pagination-prev a,.pagination-next a {
    text-decoration: none
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.blog-card {
    display: flex;
    flex-direction: column
}

.blog-card-image {
    width: 100%
}

.blog-card-image img {
    max-width: 100%;
    height: auto
}

.blog-card-text {
    padding-top: 14px;
    font-family: "Averta",sans-serif
}

@media(min-width: 770px) {
    .blog-card-text {
        padding-top:28px
    }
}

@media(min-width: 768px) and (max-width:769px) {
    .blog-card-text {
        max-width:350px
    }
}

.blog-card-text a {
    text-decoration: none
}

.blog-card-badge {
    padding-top: 8px
}

@media(min-width: 769px) {
    .blog-card-badge {
        padding-top:13px
    }
}

.blog-card-badge ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 28px
}

@media(min-width: 770px) {
    .blog-card-badge ul {
        margin-bottom:40px
    }
}

.blog-card__share-list {
    list-style: none;
    display: flex;
    margin-bottom: 0
}

.blog-card__share-list--item {
    margin: 15px 12px 0 0;
    max-width: 25px
}

@media(min-width: 769px) {
    .blog-card__share-list--item {
        margin-right:19px;
        margin-top: 20px;
        max-width: 38px
    }
}

.share-icon {
    display: inline-block
}

.share-icon img {
    max-width: 100%;
    width: 100%
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.related-posts {
    padding: 50px 25px 0 25px
}

@media(min-width: 769px) {
    .related-posts {
        max-width:1160px;
        margin: 0 auto
    }
}

@media(min-width: 1025px) {
    .related-posts {
        padding-top:70px
    }
}

.related-posts-heading {
    font-family: 'Averta',sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0
}

.blog-detail+.responsivegrid .text {
    margin-bottom: 24px
}

@media(min-width: 769px) {
    .blog-detail+.responsivegrid .text {
        margin-bottom:34px
    }
}

.blog-text-section {
    padding: 30px 25px 0 25px
}

@media(min-width: 769px) {
    .blog-text-section {
        max-width:1160px;
        margin: 0 auto
    }
}

@media(min-width: 1025px) {
    .blog-text-section {
        padding-top:25px
    }
}

.header.header-with-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: auto;
    width: 100vw
}

.header.header-with-top-banner .g2b-header {
    position: static
}

.go2bank .header .hotfix-component,.gd-redesign .header .hotfix-component,.walmart .header .hotfix-component {
    display: none
}

.go2bank .header+div,.gd-redesign .header+div,.walmart .header+div {
    padding-top: 52px
}

@media(min-width: 1249.5px) {
    .go2bank .header+div,.gd-redesign .header+div,.walmart .header+div {
        padding-top:80px
    }
}

.go2bank .header .brand-logo-container,.gd-redesign .header .brand-logo-container,.walmart .header .brand-logo-container {
    margin: 0
}

.gd-redesign {
    padding-top: 0 !important
}

a.skip-link {
    left: -99999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    width: auto !important
}

a.skip-link:focus,a.skip-link:active {
    color: #fff !important;
    background-color: #000;
    left: auto;
    top: auto;
    height: auto;
    overflow: auto;
    margin: 10px;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #000;
    text-align: center;
    font-size: 1.6rem;
    z-index: 999;
    width: auto
}

.g2b-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 52px
}

.g2b-header__logo {
    display: inline-block;
    max-width: 104px
}

.g2b-header__logo .cmp-image {
    display: flex
}

@media(max-width: 1249.5px) {
    .g2b-header__logo .cmp-image {
        max-height:50px
    }

    .g2b-header__logo .cmp-image.large-hide {
        display: flex
    }
}

@media(min-width: 1249.5px) {
    .g2b-header__logo {
        max-width:156px
    }
}

.g2b-header__logo--right {
    display: flex;
    width: 100%;
    max-width: none !important;
    justify-content: flex-end
}

.g2b-header .large-hide {
    display: block
}

@media(min-width: 1249.5px) {
    .g2b-header .large-hide {
        display:none
    }
}

.g2b-header .large-show {
    display: none
}

@media(min-width: 1249.5px) {
    .g2b-header .large-show {
        display:block
    }
}

@media(min-width: 1249.5px) {
    .g2b-header {
        height:80px;
        padding: 22px 24px;
        border-bottom: 1px solid #e5e5e5
    }
}

.g2b-header__logo-wrapper {
    display: flex;
    align-items: center
}

.g2b-header__hamburger {
    height: 32px;
    width: 32px;
    margin-right: 8px
}

.g2b-header__hamburger-icon {
    max-width: 100%
}

@media(min-width: 1249.5px) {
    .g2b-header__hamburger {
        display:none
    }
}

.g2b-header__waitlist .g2b-header__hamburger {
    margin-left: 10px
}

.g2b-header__hamburger.hamburger-right {
    order: 1;
    margin-right: 0;
    margin-left: 10px
}

@media(max-width: 1249.5px) {
    .menu-open .g2b-header__menu-background {
        position:fixed;
        background: rgba(0,0,0,0.5);
        opacity: .5;
        height: 100%;
        top: 52px;
        left: 0;
        width: 100%
    }
}

@media(min-width: 1249.5px) {
    .g2b-header__nav-wrapper {
        display:flex;
        flex-grow: 1;
        justify-content: center
    }
}

@media(max-width: 1249.5px) {
    .g2b-header__nav {
        position:fixed;
        top: 52px;
        left: -400px;
        transition: left .5s;
        visibility: hidden
    }
}

@media(max-width: 1249.5px) {
    .menu-right .g2b-header__nav {
        right:-400px;
        left: auto;
        transition: right .5s
    }
}

@media(max-width: 1249.5px) {
    .menu-open .g2b-header__nav {
        background:#fff;
        box-shadow: 0 -1px 0 #e5e5e5;
        display: flex;
        flex-direction: column;
        left: 0;
        height: calc(100vh - 60px);
        height: -webkit-fill-available;
        overflow: auto;
        padding-bottom: 100px;
        width: 269px;
        visibility: visible
    }
}

@media(min-width: 1249.5px) {
    .g2b-header__nav {
        display:flex;
        flex-grow: 1;
        justify-content: center
    }
}

@media(max-width: 1249.5px) {
    .menu-open .menu-right .g2b-header__nav {
        left:auto;
        height: auto;
        right: 0;
        padding-bottom: 0
    }
}

.g2b-header .header-navigation__item,.g2b-header .g2b-header__link {
    border: 0;
    font-size: 1.7rem;
    line-height: 2.1rem;
    text-transform: none;
    padding: 20px 16px 19px 16px;
    height: auto;
    text-align: left
}

@media(max-width: 1249.5px) {
    .g2b-header .header-navigation__item,.g2b-header .g2b-header__link {
        box-shadow:0 1px 0 #e5e5e5;
        width: 100%
    }
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item,.g2b-header .g2b-header__link {
        font-size:1.5rem;
        line-height: 1.8rem;
        padding: 30px 16px
    }
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item .g2b-header__link {
        padding:0
    }
}

@media(max-width: 1249.5px) {
    .g2b-header .g2b-header__link {
        display:flex;
        align-items: center
    }
}

@media(min-width: 1249.5px) {
    .g2b-header__right-links {
        display:flex !important
    }
}

@media(min-width: 1249.5px) {
    .g2b-header__right-links .desktop-hide {
        display:none
    }
}

.g2b-header__link-img {
    height: 30px;
    margin: -4px 10px -5px 0;
    width: 30px
}

@media(min-width: 1249.5px) {
    .g2b-header__link-img {
        display:none
    }
}

.show-image .g2b-header__link-img {
    display: inline;
    height: auto;
    width: auto
}

.g2b-header__waitlist {
    display: flex;
    margin-left: auto
}

.g2b-header .header-navigation {
    flex-grow: 1
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation {
        display:flex;
        justify-content: center;
        padding-left: 25px;
        padding-right: 5px
    }
}

.g2b-header .header-navigation__item {
    padding: 0
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item {
        padding:31px 16px
    }
}

.g2b-header .header-navigation__item.active-hover {
    cursor: pointer;
    position: relative;
    transition: .3s
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item.active-hover {
        padding-right:32px
    }
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary,.g2b-header .header-navigation__item.active-hover:focus .header-navigation__secondary,.g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary {
        display:block !important;
        border: 1px solid #e5e5e5;
        background: #fff;
        top: 80px;
        right: -118px;
        width: 268px;
        padding-bottom: 0;
        position: absolute;
        border-top: 0
    }

    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary:before,.g2b-header .header-navigation__item.active-hover:focus .header-navigation__secondary:before,.g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        border: 1px solid #ccc
    }

    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary:after,.g2b-header .header-navigation__item.active-hover:focus .header-navigation__secondary:after,.g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 12px;
        height: 9px;
        background: #fff
    }
}

.g2b-header .header-navigation__secondary {
    margin: 0;
    display: none;
    list-style: none
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__secondary li {
        text-align:center;
        padding: 13px 4px;
        border-bottom: 1px solid #e5e5e5
    }
}

@media(max-width: 1249.5px) {
    .g2b-header .header-navigation__item-link,.g2b-header .header-navigation__secondary-link {
        display:block;
        padding: 20px 16px
    }
}

@media(max-width: 1249.5px) {
    .g2b-header .header-navigation__item-link {
        width:85%
    }
}

@media(max-width: 1249.5px) {
    .g2b-header .header-navigation__secondary-link {
        padding:13px 16px 13px 28px
    }
}

.g2b-header .header-navigation__main {
    margin: 0
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__main {
        display:flex;
        width: 100%
    }
}

.g2b-header .plus {
    border-left: 3px solid #8c8c8c;
    border-top: 3px solid #8c8c8c;
    transform: rotate(135deg);
    transition: .3s;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 26px;
    right: 18px;
    cursor: pointer
}

@media(min-width: 1249.5px) {
    .g2b-header .plus {
        top:34px;
        right: 10px;
        transform: rotate(-135deg)
    }
}

.g2b-header .btn {
    font-size: 1.3rem;
    line-height: 1.6rem
}

@media(min-width: 1249.5px) {
    .g2b-header .btn {
        font-size:1.5rem;
        line-height: 1.8rem;
        padding: 8px 0;
        margin-right: 8px;
        align-self: center
    }
}

.g2b-header .btn .g2b-header__link {
    color: inherit !important
}

.g2b-header .btn:not(.g2b-header__top-links--item) {
    padding: 6px 14px
}

@media(min-width: 1249.5px) {
    .g2b-header .btn:not(.g2b-header__top-links--item) {
        padding:8px 16px
    }
}

.g2b-header .btn:not(.g2b-header__top-links--item) .g2b-header__link {
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 1249.5px) {
    .g2b-header .btn.btn--primary-black-text-white-solid {
        background-color:#fff !important;
        color: #000 !important;
        border: 2px solid #000 !important
    }

    .g2b-header .btn.btn--primary-black-text-white-solid:hover,.g2b-header .btn.btn--primary-black-text-white-solid:focus,.g2b-header .btn.btn--primary-black-text-white-solid:active {
        background-color: #fff !important;
        color: #000 !important;
        border: 2px solid #000 !important
    }
}

.g2b-header .gd-search-icon {
    cursor: pointer
}

.no-cursor {
    cursor: default !important
}

@media(max-width: 1249.5px) {
    .active-submenu .g2b-header__link {
        box-shadow:none
    }
}

@media(max-width: 1249.5px) {
    .active-submenu .plus {
        transform:rotate(225deg) !important;
        transition: .3s
    }
}

@media(min-width: 1249.5px) {
    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary {
        border-top:1px solid #e5e5e5
    }

    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary:before {
        top: -5px;
        background: #fff
    }

    .g2b-header .header-navigation__item.active-hover:hover .header-navigation__secondary:after {
        top: 0;
        width: 15px;
        height: 9px
    }

    .g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary {
        border-top: 1px solid #e5e5e5
    }

    .g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary:before {
        top: -5px;
        background: #fff
    }

    .g2b-header .header-navigation__item.active-hover.active-submenu .header-navigation__secondary:after {
        top: 0;
        width: 15px
    }
}

.gd-brand-logo__link:active .cmp-image,.gd-brand-logo__link:focus .cmp-image {
    outline: 1px solid #0053e2
}

.gd-text-italic {
    font-family: "PTSerif-Italic",serif
}

.gd-text-serif {
    font-family: "PTSerif-Regular",serif
}

.gd-text-bold {
    font-family: "NunitoSans-Black",sans-serif
}

.gd-text-realbold {
    font-family: "NunitoSans-Bold",sans-serif
}

.gd-text-regular {
    font-family: "NunitoSans-Regular",sans-serif
}

.gd-text-light {
    font-family: "NunitoSans-Light",sans-serif
}

.gd-text-extralight {
    font-family: "NunitoSans-ExtraLight",sans-serif
}

.gd-text-semibold {
    font-family: "NunitoSans-SemiBold",sans-serif
}

.gd-text-script-green {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #00ae41;
    color: #00ae41
}

.gd-text-script {
    font-family: "ShadowsIntoLight-Regular",sans-serif;
    text-shadow: 1px 1px 1px #000;
    color: #000
}

.gd-gotham-light {
    font-family: "Gotham-Light",sans-serif
}

.gd-gotham-book {
    font-family: "Gotham-Book",sans-serif
}

.gd-gotham-bold {
    font-family: "Gotham-Bold",sans-serif
}

.gd-gotham-black {
    font-family: "Gotham-Black",sans-serif
}

.text-style__black h1,.text-style__black h2,.text-style__black p,.text-style__black div,.text-style__black a {
    color: #000
}

.text-style__white h1,.text-style__white h2,.text-style__white p,.text-style__white div {
    color: #fff
}

.gd-primary-regular {
    font-family: "ProximaNova",serif;
    font-weight: 400
}

.gd-primary-bold,.gd-secondary-bold {
    font-family: "ProximaNova",serif;
    font-weight: 700
}

.parallax .custom-animation svg {
    max-height: calc(100vh - 100px)
}

@media(max-width: 768px) {
    .parallax-scroll {
        padding:40px 0
    }
}

@media(min-width: 769px) {
    .parallax:not(.parallax-ie) {
        position:relative;
        height: 400vh;
        width: 100%;
        background: transparent;
        max-width: 1030px;
        margin: auto
    }
}

.parallax__wrapper {
    padding: 0 45px
}

@media(min-width: 769px) {
    .parallax:not(.parallax-ie) .parallax__wrapper {
        position:sticky;
        z-index: 0;
        top: 80px;
        height: calc(100vh - 80px);
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow-y: hidden
    }

    .parallax:not(.parallax-ie) .parallax__wrapper.secondary-z-index {
        z-index: 2;
        overflow-y: unset
    }
}

@media(max-width: 768px) {
    .parallax__wrapper--text-img {
        margin:40px 0
    }
}

.parallax__wrapper--text-img .parallax__img {
    margin: auto;
    max-width: max-content
}

.parallax__wrapper--text-img .parallax__img img {
    max-width: 350px
}

@media(min-width: 769px) {
    .parallax:not(.parallax-ie) .parallax__wrapper--text-img .parallax__img {
        display:none
    }
}

@media(min-width: 769px) {
    .parallax__inner-wrapper {
        display:flex;
        width: 100%;
        height: 100%
    }

    .parallax__inner-wrapper.image-inverse {
        flex-direction: row-reverse
    }
}

.parallax__container-one {
    display: none
}

@media(min-width: 769px) {
    .parallax:not(.parallax-ie) .parallax__container-one {
        width:46.3%;
        height: auto;
        display: block
    }
}

.parallax__container-one .slick-slide {
    padding: 5px 0;
    margin-top: var(--parallax-slide-margin)
}

.parallax__container-one .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    width: 341px;
    margin: auto 0;
    visibility: hidden
}

.parallax__container-one .slick-current {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center
}

.parallax__container-one .slick-current img {
    visibility: visible
}

.parallax__container-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(min-width: 769px) {
    .parallax:not(.parallax-ie) .parallax__container-two {
        align-content:center;
        height: 100%;
        width: 53.7%;
        padding-bottom: 30px
    }
}

.parallax__container-two .slick-slider {
    max-width: 100%
}

.parallax__heading {
    font-size: 3rem;
    line-height: 3.7rem;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.parallax__heading h2,.parallax__heading p {
    font: inherit
}

@media(min-width: 769px) {
    .parallax__heading {
        margin-bottom:60px;
        text-align: left
    }
}

@media(max-width: 768px) {
    .parallax__inactive {
        display:none;
        height: 0
    }
}

.parallax .slick-slide:not(.slick-current) .parallax__slide-step {
    line-height: 1
}

.parallax .slick-slide:not(.slick-current) .parallax__inactive+h2,.parallax .slick-slide:not(.slick-current) .parallax__inactive+h3 {
    display: none
}

.parallax .slick-slide:not(.slick-current) p {
    display: none
}

.parallax .slick-slide.slick-current .parallax__inactive {
    display: none
}

.parallax .slick-slide.slick-current h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    transition: color .5s;
    height: auto;
    font-weight: 400;
    margin-bottom: 0
}

.parallax .slick-slide.slick-current p {
    display: block;
    transition: color .5s
}

.parallax__text {
    display: flex;
    margin: 5px 0
}

@media(max-width: 769px) {
    .parallax__text {
        max-width:450px
    }
}

@media(min-width: 769px) {
    .parallax__text {
        margin-bottom:18px;
        cursor: pointer
    }
}

.parallax__text h2,.parallax__text p {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0
}

.parallax__text span.parallax__slide-step {
    font-weight: 800;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: middle;
    line-height: 1;
    font-size: 3.2rem;
    text-align: center;
    transition: background-color .5s;
    color: #666;
    background-color: transparent
}

.parallax .slick-active .parallax__slide-step {
    background-color: transparent;
    color: #2945ff
}

.parallax .slick-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    list-style: none;
    transform: translateY(-50%);
    bottom: auto;
    width: auto
}

.parallax .slick-dots li {
    cursor: pointer;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 4px 0;
    display: block
}

.parallax .slick-dots button {
    display: none
}

.parallax .parallax .slick-active.slick-current p {
    display: none
}

.parallax .parallax .slick-active.slick-current p:not(.footnotes__text) {
    display: block
}

.parallax .show-tooltip .footnotes__text {
    display: block !important
}

.parallax__inner-wrapper--default .slick-vertical .slick-slide {
    min-height: auto
}

.parallax__inner-wrapper--default .slick-list {
    overflow: visible !important
}

.parallax__inner-wrapper--default .parallax__container-two .slick-track {
    transform: translate3d(0,0,0) !important
}

.parallax__inner-wrapper--default .parallax__text span.parallax__slide-step {
    line-height: 4.8rem
}

.parallax__inner-wrapper--default .slick-active .parallax__slide-step {
    background-color: #f6cbc5
}

div:not(.parallax-scroll-g2b-site-refresh)>.parallax .parallax__container-one .slick-list {
    height: auto !important
}

.web-chat-wrapper .web-chat-window-container__title-btn-container .eureka-icon {
    height: 24px;
    width: 24px;
    vertical-align: top
}

.web-chat-wrapper .eureka-context-icon--has-bg .eureka-context-icon__inner {
    height: 24px;
    width: 24px
}

.web-chat-wrapper .web-chat-window-container__title-btn-container .eureka-context-icon {
    padding: 4px
}

.web-chat-wrapper .eureka-dialog-action {
    width: 32px;
    height: 32px
}

:root {
    --eureka-core-typography-headings-level5-font-size: 1.9rem !important;
    --eureka-core-typography-sub-text-font-size: 1.3rem !important;
    --eureka-core-typography-large-font-size: 1.7rem !important;
    --eureka-core-typography-large-mobile-font-size: 1.6rem !important;
    --eureka-core-typography-sub-text-mobile-font-size: 1.3rem !important
}

.web-chat-wrapper .eureka-callout__title {
    font-weight: 700
}

.web-chat-module .eureka-list-item__text-container {
    padding: 12px 12px 12px 0 !important
}

.web-chat-module .eureka-list-item__text {
    font-size: 1.5rem
}

.web-chat-module .eureka-resource-list-item-nav-action-icon {
    padding: 12px 12px 12px 0 !important
}

.eureka-tile--pad-content .eureka-tile__content-container-inner,.eureka-tile__heading-container {
    padding: 12px 16px !important
}

.eureka-resource-list-item-nav-action-icon {
    padding: 12px !important
}

.eureka-list-item__text-container {
    padding: 12px !important
}

.web-chat-choose-option-window__header-container {
    padding: 0 !important
}

.eureka-resource-list-item-nav-action-icon__icon-safe-space {
    height: 28px !important;
    width: 28px !important
}

.web-chat-module .eureka-floating-label-composer:not(.eureka-floating-label-composer--no-label) .eureka-text-input,.web-chat-module .eureka-floating-label-composer:not(.eureka-floating-label-composer--no-label) .eureka-textarea {
    padding: 20px 12px 4px
}

.web-chat-module .eureka-floating-label-composer .eureka-form-label {
    padding: 0 12px 12px
}

.eureka-floating-label-composer--has-value .eureka-floating-label-composer__label-container,.eureka-floating-label-composer__control-container:focus-within .eureka-floating-label-composer__label-container {
    top: 2px !important
}

.web-chat-module .eureka-floating-label-composer__label-container {
    top: 12px
}

.web-chat-module .web-chat-leave-message__message-input {
    width: 100%
}

.eureka-modal__actions-container,.eureka-modal__heading-container,.eureka-modal__main-container {
    padding: 16px !important
}

.eureka-modal__actions-container,.eureka-modal__main-container {
    padding-top: 0 !important
}

.web-chat-wrapper {
    margin-right: 80px
}

.web-chat-module .web-chat-modal-wrapper .eureka-button__content-container {
    padding: 4px 0 9px
}

.web-chat-module .eureka-floating-label-composer--has-value .eureka-form-label,.web-chat-module .eureka-floating-label-composer__control-container:focus-within .eureka-form-label {
    padding: 0 12px
}

.web-chat-module .eureka-resource-list-item__icon-container {
    padding: 12px
}

.web-chat-wrapper .web-chat-window-container__tile-header .web-chat-window-container__tile-header-title {
    font-weight: 700
}

.web-chat-module .web-chat-modal-wrapper__overlay.eureka-modal__overlay .eureka-modal__main-container {
    padding-bottom: 0 !important
}

.web-chat-module .web-chat-leave-message__leave-message-content .web-chat-leave-message__error-msg {
    font-size: 1.3rem
}

.web-chat-module .web-chat-leave-message__message-input .web-chat-message-input {
    margin-top: 24px
}

.web-chat-module .web-chat-leave-message__message-input .web-chat-message-input.web-chat-textarea-autosize {
    padding-top: 0
}

.content-scroll-slider {
    width: 100%;
    height: 260px;
    color: var(--text-color);
    max-width: 488px
}

.content-scroll-slider .slick-track,.content-scroll-slider .slick-list {
    height: 260px
}

.content-scroll-slider .slick-dotted.slick-slider {
    margin: 0
}

.content-scroll-slider .scroll-slides {
    width: 100%
}

.content-scroll-slider .scroll-slides .scroll-slide {
    color: var(--text-color);
    background: transparent;
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    max-width: 452px
}

.content-scroll-slider .slick-dots {
    position: absolute;
    top: 42px;
    right: 13px;
    bottom: auto;
    width: auto;
    display: flex !important;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap
}

.content-scroll-slider .slick-dots li {
    display: block;
    height: 20px
}

.content-scroll-slider .slick-dots li button:before {
    font-size: 36px;
    color: var(--non-active-bullet-color);
    opacity: 1
}

.content-scroll-slider .slick-dots li.slick-active button:before {
    color: var(--bullet-color)
}

.content-scroll-slider .slick-slide .scroll-content p img {
    display: inline-block
}

@media(max-width: 550px) {
    .content-scroll-slider {
        max-width:300px
    }

    .content-scroll-slider .scroll-slides {
        width: 300px
    }

    .content-scroll-slider .scroll-slides .scroll-slide {
        width: 300px
    }

    .content-scroll-slider .slick-dots {
        display: inline !important;
        bottom: auto;
        top: revert;
        left: 96px;
        right: unset
    }

    .content-scroll-slider .slick-dots li {
        display: inline-block;
        width: 3px
    }

    .content-scroll-slider .slick-track,.content-scroll-slider .slick-list {
        height: 200px
    }
}

.hero-banner-carousel .grid-container {
    max-width: 100%
}

.hero-banner-carousel .grid-container,.hero-banner-carousel .column {
    padding: 0 !important
}

.hero-banner-carousel .content-scroll-slider {
    display: block !important
}

.hero-banner-carousel .vertical-slider {
    padding: 0
}

.hero-banner-carousel .carousel-wrapper {
    width: 100%;
    padding: 0 20px;
    height: 641px !important
}

@media(min-width: 1000px) {
    .hero-banner-carousel .carousel-wrapper {
        height:722px !important;
        padding: 1.5625%
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel .carousel-wrapper {
        height:806px !important;
        padding: 1.22378%
    }
}

.hero-banner-carousel .carousel-content {
    width: 100%;
    position: relative;
    margin: 0 auto
}

@media(min-width: 48em) {
    .hero-banner-carousel .carousel-content {
        padding:20px 0
    }
}

.hero-banner-carousel .content-scroll-slider,.hero-banner-carousel .content-scroll-slider .scroll-slides,.hero-banner-carousel .content-scroll-slider .scroll-slides .scroll-slide,.hero-banner-carousel .content-scroll-slider .slick-track,.hero-banner-carousel .content-scroll-slider .slick-list {
    width: 100% !important;
    max-width: 100% !important;
    height: 641px !important
}

@media(min-width: 1000px) {
    .hero-banner-carousel .content-scroll-slider,.hero-banner-carousel .content-scroll-slider .scroll-slides,.hero-banner-carousel .content-scroll-slider .scroll-slides .scroll-slide,.hero-banner-carousel .content-scroll-slider .slick-track,.hero-banner-carousel .content-scroll-slider .slick-list {
        height:722px !important
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel .content-scroll-slider,.hero-banner-carousel .content-scroll-slider .scroll-slides,.hero-banner-carousel .content-scroll-slider .scroll-slides .scroll-slide,.hero-banner-carousel .content-scroll-slider .slick-track,.hero-banner-carousel .content-scroll-slider .slick-list {
        height:806px !important
    }
}

.hero-banner-carousel .content-scroll-slider .scroll-slides .scroll-slide {
    display: block !important;
    padding: 0
}

.hero-banner-carousel .already-an-account-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-banner-carousel .content-scroll-slider .slick-dots {
    bottom: 30px;
    left: 40%;
    top: auto;
    right: auto;
    flex-direction: row
}

@media(min-width: 600px) {
    .hero-banner-carousel .content-scroll-slider .slick-dots {
        left:44%;
        bottom: 10px
    }
}

@media(min-width: 1000px) {
    .hero-banner-carousel .content-scroll-slider .slick-dots {
        left:46%
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel .content-scroll-slider .slick-dots {
        flex-direction:column;
        left: 167px;
        bottom: 109px
    }
}

.hero-banner-carousel .btn.top-open-account {
    width: 196px;
    height: 40px
}

@media(min-width: 48em) {
    .hero-banner-carousel .btn.top-open-account {
        width:267px;
        height: 49px
    }
}

.hero-banner-carousel .go2bank-logo {
    width: 207px;
    height: 47px;
    margin: 35px 0 75px
}

.hero-banner-carousel p {
    margin: 0 !important
}

.hero-banner-carousel .go2bank-info-img {
    max-width: 1060px;
    height: auto;
    margin-bottom: 16px
}

.hero-banner-carousel .fdic-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1108px;
    width: 100%;
    margin: 0 auto !important
}

@media(min-width: 71.5em) {
    .hero-banner-carousel .fdic-logo {
        position:absolute;
        right: 166px;
        bottom: 90px
    }
}

.hero-banner-carousel .fdic-logo img {
    width: 49px;
    height: 30px;
    margin-bottom: 30px
}

@media(min-width: 71.5em) {
    .hero-banner-carousel .fdic-logo img {
        width:96px;
        height: 57px
    }
}

.hero-banner-carousel .sub-heading {
    margin-bottom: 125px
}

.hero-banner-carousel .slick-dots li button {
    color: #020d77
}

.hero-banner-carousel .logoimage {
    margin-top: 45px
}

.hero-banner-carousel .banner-mobile {
    width: 100%;
    max-width: 300px
}

.hero-banner-carousel #slick-slide00 .logoimage {
    margin-top: 40px;
    margin-bottom: 70px
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide00 .logoimage {
        margin-top:55px;
        margin-bottom: 75px
    }
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide00 .fdic-logo {
        width:300px
    }
}

.hero-banner-carousel #slick-slide00 .overdraft {
    width: 100%;
    max-width: 1108px
}

.hero-banner-carousel #slick-slide00 .mobile-slide1-banner {
    margin-bottom: 16px;
    width: 100%;
    max-width: 300px
}

.hero-banner-carousel #slick-slide00 .btn.top-open-account {
    margin-top: 32px
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide00 .btn.top-open-account {
        margin-top:57px
    }
}

.hero-banner-carousel #slick-slide00 .already-an-account-btn {
    margin-bottom: 55px !important
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide00 .already-an-account-btn {
        margin-bottom:95px !important
    }
}

.hero-banner-carousel #slick-slide01 {
    margin-top: -641px;
    margin-left: 100vw
}

@media(min-width: 1000px) {
    .hero-banner-carousel #slick-slide01 {
        margin-top:-722px
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel #slick-slide01 {
        margin:auto
    }
}

.hero-banner-carousel #slick-slide01 .sl-two-banner {
    padding: 0 50px
}

.hero-banner-carousel #slick-slide01 .sl-two-banner img {
    width: 223px;
    height: auto
}

.hero-banner-carousel #slick-slide01 .logoimage {
    margin-bottom: 40px
}

.hero-banner-carousel #slick-slide01 .cmp-link.top-open-account {
    margin: 23px 0 16px
}

.hero-banner-carousel #slick-slide01 .already-an-account-btn a {
    margin-bottom: 38px;
    display: block
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide01 .already-an-account-btn a {
        margin-bottom:24px
    }
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide01 .position-carousel2-two {
        top:350px;
        position: relative;
        left: 0
    }
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide01 .position-carousel2-one {
        top:320px;
        position: relative;
        right: 180px
    }
}

@media(min-width: 71.5em) {
    .hero-banner-carousel #slick-slide01 .fdic-logo {
        position:static;
        justify-content: center
    }
}

.hero-banner-carousel #slick-slide01 .d-sl-two-banner {
    position: relative;
    max-width: 1108px;
    width: 100%;
    margin: 0 auto !important
}

.hero-banner-carousel #slick-slide01 .d-sl-two-banner .carousel2banner-text-img {
    position: absolute;
    left: 40px;
    top: 2px
}

.hero-banner-carousel #slick-slide01 .d-sl-two-banner .carousel2banner-img {
    position: absolute;
    right: 5px;
    top: -5px
}

.hero-banner-carousel #slick-slide02 {
    margin-top: -641px;
    margin-left: 200vw
}

@media(min-width: 1000px) {
    .hero-banner-carousel #slick-slide02 {
        margin-top:-722px
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel #slick-slide02 {
        margin:auto
    }
}

.hero-banner-carousel #slick-slide02 .m-logoimage {
    margin: 40px 0 35px
}

.hero-banner-carousel #slick-slide02 .d-logoimage {
    margin: 47px 0 95px
}

@media(min-width: 1110px) {
    .hero-banner-carousel #slick-slide02 .fdic-logo {
        bottom:0
    }
}

.hero-banner-carousel #slick-slide02 .position-carousel3-one {
    text-align: right
}

@media(min-width: 550px) {
    .hero-banner-carousel #slick-slide02 .position-carousel3-one {
        text-align:center
    }
}

@media(min-width: 1110px) {
    .hero-banner-carousel #slick-slide02 .position-carousel3-one {
        font-size:2.6rem;
        line-height: 2.9rem !important;
        letter-spacing: -0.79px;
        position: relative;
        bottom: 34px;
        left: 327px
    }
}

.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn {
    border-color: transparent
}

.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:hover,.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:active,.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:focus {
    background-color: #020d77;
    border-color: #fff
}

.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:hover .link-label,.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:active .link-label,.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn:focus .link-label {
    color: #fff
}

.hero-banner-carousel #slick-slide02 .position-carousel3-two .top-open-account.btn .link-label {
    color: #020d77
}

.hero-banner-carousel .slide-three-active .slick-dots li button {
    color: #fff;
    background-color: #fff
}

.hero-banner-carousel .slick-dots li {
    margin-right: 8px;
    margin-left: 0;
    width: auto
}

@media(min-width: 71.5em) {
    .hero-banner-carousel .slick-dots li {
        height:auto;
        margin-right: 0;
        margin-bottom: 8px
    }
}

.hero-banner-carousel .slick-dots li.slick-active button {
    width: 36px;
    border-radius: 15px
}

@media(min-width: 71.5em) {
    .hero-banner-carousel .slick-dots li.slick-active button {
        width:6px;
        height: 36px
    }
}

.hero-banner-carousel .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    color: #020d77;
    background-color: #020d77
}

.hero-banner-carousel .slick-dots li button:before {
    display: none
}

@media(max-width: 776px) {
    .vertical-spacing-top .vertical-slider {
        padding-top:20px
    }
}

@media(min-width: 71.5em) {
    .review-block-c-lg .column {
        padding-left:0
    }

    .review-block-c-lg .cmp-image {
        margin-left: 0 !important
    }
}

.content-scroll-slider .scroll-slides .scroll-slide {
    height: 220px;
    padding-right: 8px
}

.vertical-slider {
    padding-left: 50px
}

.review-block-c-lg {
    background-size: auto !important;
    background-position: top
}

.radius-top {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px
}

.radius-bottom {
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px
}

@media(max-width: 776px) {
    .review-block-c-sm {
        background-size:auto !important;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 19px;
        margin: 20px;
        background-position: top
    }

    .review-block-c-sm .column {
        padding: 0
    }

    .vertical-slider {
        padding-left: 0
    }
}

@media(max-width: 1150px) and (min-width:medium) {
    .review-block-c-md {
        background-size:100% !important;
        background-position-y: 4% !important;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 19px;
        margin: 20px
    }

    .vertical-slider {
        padding-left: 20px
    }

    .vertical-slider .content-scroll-slider .scroll-slides .scroll-slide {
        padding-right: 45px
    }
}

.horizontal-slider .content-scroll-slider {
    max-width: 100%;
    height: auto
}

.horizontal-slider .content-scroll-slider .slick-track {
    height: auto
}

.horizontal-slider .content-scroll-slider .scroll-slides {
    width: auto
}

.horizontal-slider .content-scroll-slider .scroll-slides .scroll-slide {
    max-width: 100%;
    height: 100%;
    padding: 31px;
    justify-content: start;
    align-items: start
}

@media(max-width: 768px) {
    .horizontal-slider .content-scroll-slider .scroll-slides .scroll-slide {
        padding:37px 18px 31px
    }
}

.horizontal-slider .content-scroll-slider .slick-list {
    box-shadow: 0 0 20px 0 #00000026;
    border-radius: 20px;
    padding: 0;
    height: auto;
    height: 296px
}

.horizontal-slider .content-scroll-slider .slick-dots {
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    top: 0;
    margin-top: 40px;
    gap: 8px;
    left: 0;
    right: 0
}

@media(max-width: 768px) {
    .horizontal-slider .content-scroll-slider .slick-dots {
        display:flex !important
    }
}

.horizontal-slider .content-scroll-slider .slick-dots li {
    height: 8px;
    width: 26px;
    border-radius: 100px;
    padding: 0;
    margin: 0
}

.horizontal-slider .content-scroll-slider .slick-dots li button {
    width: 100%;
    height: 100%
}

.horizontal-slider .content-scroll-slider .slick-dots li button:before {
    font-size: 0;
    background: var(--non-active-bullet-color);
    width: 100%;
    height: 100%;
    border-radius: 100px
}

.horizontal-slider .content-scroll-slider .slick-dots li.slick-active button:before {
    background: var(--bullet-color)
}

.fixed-badge-img {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 2
}

.gdyellowgreen-white-highlight {
    background: #f7fbfc;
    background: -moz-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: -webkit-linear-gradient(-80deg,#f7fbfc 0,#d7ffc5 53%);
    background: linear-gradient(160deg,#f7fbfc 0,#d7ffc5 53%)
}

.faq-vote {
    display: inline-block;
    transition-duration: .4s;
    cursor: pointer;
    padding: 0
}

.faq-vote span {
    padding: 9px 20px;
    display: inline-block;
    border-radius: 2.9375rem
}

.vote-up.active,.vote-down.active {
    background-color: transparent;
    border-color: #2945ff;
    color: #2945ff
}

.faq-votes-controls .link,.faq-votes-controls .link .cmp-link {
    display: inline-block
}

.faq-votes-controls .link a,.faq-votes-controls .link .cmp-link a {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 400;
    min-width: 82px;
    border-width: 1px;
    color: #000;
    border-color: #000
}

.faq-votes-controls .link a:hover,.faq-votes-controls .link .cmp-link a:hover,.faq-votes-controls .link a.active,.faq-votes-controls .link .cmp-link a.active,.faq-votes-controls .link a:active,.faq-votes-controls .link .cmp-link a:active,.faq-votes-controls .link a:focus,.faq-votes-controls .link .cmp-link a:focus {
    border: 1px solid #2945ff;
    color: #2945ff;
    outline: 0
}

.faq-votes-controls {
    text-align: center
}

.faq-votes-controls .link:last-child {
    margin-left: 11px
}

.popup-main-container {
    position: fixed;
    top: 0;
    left: 0
}

.popup-main-container.popup-container-visible {
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    width: 100%;
    height: 100%
}

.popup-main-container .popup-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 36px 36px 20px;
    border-radius: 8px;
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 750px
}

.popup-main-container .popup-overlay .speedbump-component {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.popup-main-container .popup-overlay .gd-content-card {
    padding: 0 !important
}

.popup-main-container .popup-overlay .gd-content-card p {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left
}

.popup-main-container .popup-overlay p {
    font-size: 1.5rem;
    line-height: 1.7rem
}

.popup-main-container #continueLink {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #6d6e71;
    margin: 0 5px;
    display: inline-block;
    font-weight: 400
}

.popup-main-container .speedbump_close-button {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #6d6e71;
    margin: 0 5px;
    display: inline-block;
    line-height: normal
}

.cmp-image__image {
    width: 100%;
    height: auto
}

#gd-help-select-product {
    display: none
}

ul {
    list-style-type: disc
}
