/**  * Foundation for Sites by ZURB  * Version 6.2.0  * foundation.zurb.com  * Licensed under MIT Open Source  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**    * 1. Set default font family to sans-serif.    * 2. Prevent iOS and IE text size adjust after device orientation change,    *    without disabling user zoom.    */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**    * Remove default margin.    */
body {
    margin: 0;
}

/* HTML5 display definitions      ========================================================================== */
/**    * Correct `block` display not defined for any HTML5 element in IE 8/9.    * Correct `block` display not defined for `details` or `summary` in IE 10/11    * and Firefox.    * Correct `block` display not defined for `main` in IE 11.    */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**    * 1. Correct `inline-block` display not defined in IE 8/9.    * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.    */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**    * Prevent modern browsers from displaying `audio` without controls.    * Remove excess height in iOS 5 devices.    */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**    * Address `[hidden]` styling not present in IE 8/9/10.    * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.    */
[hidden],
template {
    display: none;
}

/* Links      ========================================================================== */
/**    * Remove the gray background color from active links in IE 10.    */
a {
    background-color: transparent;
}

/**    * Improve readability of focused elements when they are also in an    * active/hover state.    */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics      ========================================================================== */
/**    * Address styling not present in IE 8/9/10/11, Safari, and Chrome.    */
abbr[title] {
    border-bottom: 1px dotted;
}

/**    * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.    */
b,
strong {
    font-weight: bold;
}

/**    * Address styling not present in Safari and Chrome.    */
dfn {
    font-style: italic;
}

/**    * Address variable `h1` font-size and margin within `section` and `article`    * contexts in Firefox 4+, Safari, and Chrome.    */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**    * Address styling not present in IE 8/9.    */
mark {
    background: #ff0;
    color: #000;
}

/**    * Address inconsistent and variable font size in all browsers.    */
small {
    font-size: 80%;
}

/**    * Prevent `sub` and `sup` affecting `line-height` in all browsers.    */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content      ========================================================================== */
/**    * Remove border when inside `a` element in IE 8/9/10.    */
img {
    border: 0;
}

/**    * Correct overflow not hidden in IE 9/10/11.    */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content      ========================================================================== */
/**    * Address margin not present in IE 8/9 and Safari.    */
figure {
    margin: 1em 40px;
}

/**    * Address differences between Firefox and other browsers.    */
hr {
    box-sizing: content-box;
    height: 0;
}

/**    * Contain overflow in all browsers.    */
pre {
    overflow: auto;
}

/**    * Address odd `em`-unit font size rendering in all browsers.    */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Tables      ========================================================================== */
/**    * Remove most spacing between table cells.    */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

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

body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row::before,
.row::after {
    content: " ";
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {

    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

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

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

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

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

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

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n + 1),
.small-up-1>.columns:nth-of-type(1n + 1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n + 1),
.small-up-2>.columns:nth-of-type(2n + 1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n + 1),
.small-up-3>.columns:nth-of-type(3n + 1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n + 1),
.small-up-4>.columns:nth-of-type(4n + 1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n + 1),
.small-up-5>.columns:nth-of-type(5n + 1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n + 1),
.small-up-6>.columns:nth-of-type(6n + 1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n + 1),
.small-up-7>.columns:nth-of-type(7n + 1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n + 1),
.small-up-8>.columns:nth-of-type(8n + 1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left;
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1>.column:nth-of-type(1n + 1),
    .medium-up-1>.columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left;
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2>.column:nth-of-type(2n + 1),
    .medium-up-2>.columns:nth-of-type(2n + 1) {
        clear: both;
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left;
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3>.column:nth-of-type(3n + 1),
    .medium-up-3>.columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left;
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4>.column:nth-of-type(4n + 1),
    .medium-up-4>.columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left;
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5>.column:nth-of-type(5n + 1),
    .medium-up-5>.columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left;
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6>.column:nth-of-type(6n + 1),
    .medium-up-6>.columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left;
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7>.column:nth-of-type(7n + 1),
    .medium-up-7>.columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left;
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8>.column:nth-of-type(8n + 1),
    .medium-up-8>.columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

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

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

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

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

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

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left;
    }

    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1>.column:nth-of-type(1n + 1),
    .large-up-1>.columns:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left;
    }

    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2>.column:nth-of-type(2n + 1),
    .large-up-2>.columns:nth-of-type(2n + 1) {
        clear: both;
    }

    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left;
    }

    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3>.column:nth-of-type(3n + 1),
    .large-up-3>.columns:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left;
    }

    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4>.column:nth-of-type(4n + 1),
    .large-up-4>.columns:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left;
    }

    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5>.column:nth-of-type(5n + 1),
    .large-up-5>.columns:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left;
    }

    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6>.column:nth-of-type(6n + 1),
    .large-up-6>.columns:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left;
    }

    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7>.column:nth-of-type(7n + 1),
    .large-up-7>.columns:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left;
    }

    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8>.column:nth-of-type(8n + 1),
    .large-up-8>.columns:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: "\2014 \0020";
}

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

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

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

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

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

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

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

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

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

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

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

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow:
        0 7px 0 #fefefe,
        0 14px 0 #fefefe;
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow:
        0 7px 0 #cacaca,
        0 14px 0 #cacaca;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon.dark::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow:
        0 7px 0 #0a0a0a,
        0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow:
        0 7px 0 #8a8a8a,
        0 14px 0 #8a8a8a;
}

body.is-reveal-open {
    overflow: hidden;
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

[data-whatinput="mouse"] .reveal {
    outline: 0;
}

@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
    min-width: 0;
}

.reveal> :last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

ul.co-nav,
.breadcrumb {
    display: none;
}

#CompVideo {
    display: none;
}

.profile #PDetails {
    display: none;
}

.profile #PTitle h1 {
    display: none;
}

#CompCareerHead {
    display: none;
}

.profile .open-jobs h2 {
    display: none;
}

@media screen and (max-width: 415px) {
    form#emailFriend {
        display: block;
        clear: both;
        padding: 10px;
    }
}

.application-instructions-header,
.custom-apply-text {
    display: none;
}

body,
html {
    margin: 0
}

body {
    font-size: 16px;
    line-height: 1.5em;
    background: #fff;
    font-family: 'Source Serif Pro', serif;
    color: #5f5f5f;
    overflow-x: hidden
}

.hide-for-large-only,
.show-for-small-only {
    display: inherit !important
}

.hide-for-medium-down {
    display: none !important
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

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

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

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

.medium-text-left {
    text-align: inherit !important
}

.medium-text-center {
    text-align: inherit !important
}

.medium-text-right {
    text-align: inherit !important
}

.large-text-left {
    text-align: inherit !important
}

.large-text-center {
    text-align: inherit !important
}

.large-text-right {
    text-align: inherit !important
}

@media screen and (min-width:40em) {

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .show-for-small-only {
        display: none !important
    }

    .hide-for-medium-down {
        display: none !important
    }

    .small-text-left {
        text-align: inherit !important
    }

    .small-text-center {
        text-align: inherit !important
    }

    .small-text-right {
        text-align: inherit !important
    }

    .large-text-left {
        text-align: inherit !important
    }

    .large-text-center {
        text-align: inherit !important
    }

    .large-text-right {
        text-align: inherit !important
    }

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

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

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

@media screen and (min-width:64em) {

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .hide-for-large-only {
        display: none !important
    }

    .hide-for-medium-down {
        display: inherit !important
    }

    .small-text-left {
        text-align: inherit !important
    }

    .small-text-center {
        text-align: inherit !important
    }

    .small-text-right {
        text-align: inherit !important
    }

    .medium-text-left {
        text-align: inherit !important
    }

    .medium-text-center {
        text-align: inherit !important
    }

    .medium-text-right {
        text-align: inherit !important
    }

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

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

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

@media (max-width:1023px) {

    .column,
    .columns {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .row .row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (max-width:639px) {

    .column,
    .columns {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .row .row {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
}

.srt {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.text-white {
    color: #fff !important
}

.text-orange {
    color: #ffd107 !important
}

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

.h1,
.h2,
.h3,
.h4 {
    font-family: Roboto, sans-serif
}

.h2 {
    position: relative;
    color: #002d82;
    font-size: 36px;
    font-weight: 300;
    margin-right: .03125rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

.h2__yellow-border::before {
    content: "";
    background-color: #ffd107;
    display: block;
    height: 4px;
    width: 94px;
    margin: 0 auto;
    margin-bottom: 16px
}

.h2__yellow-border--left::before {
    margin-right: auto;
    margin-left: 0
}

.h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: .03125rem;
    line-height: 1.33;
    color: #002d82
}

.h3__benefit {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center
}

.h4 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.625rem;
    text-transform: uppercase;
    float: left;
    margin: 0 .75rem 0 0;
    color: #002d82
}

.p {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.625rem;
    margin-bottom: 1.125rem
}

.p__disclaimer {
    color: #939598;
    font-size: 1rem;
    line-height: 1.625rem
}

.a__button {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding: .75rem 1rem;
    color: #002d82;
    font-size: 18px;
    line-height: 1.5rem;
    display: inline-block;
    background-color: #fff;
    border: 3px solid #002d82;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.a__button-header {
    background-color: #fff;
    color: #002d82;
    border: solid 3px #002d82
}

.a__button:hover {
    color: #fff;
    background-color: #002d82
}

.a__button-smaller {
    font-size: 20px;
    line-height: 20px;
    padding: .75rem
}

figure {
    margin: 0
}

.figure__stat {
    text-align: center;
    color: #5f5f5f;
    border-right: 1px solid #5f5f5f;
    margin: 0;
    padding: 2rem 0;
    padding-right: .9375rem
}

.figure__stat em {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #002d82;
    line-height: 3rem;
    font-style: normal;
    display: block
}

@media (max-width:1023px) {
    .h1__eyebrow {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: .5rem
    }

    .h2 {
        font-size: 2.25rem;
        line-height: 1.1
    }

    .h3 {
        font-size: 1.5rem;
        line-height: 1.2
    }
}

@media (max-width:639px) {
    .a__button {
        font-size: 1.25rem;
        line-height: 1
    }

    .h2 {
        font-size: 2rem;
        line-height: 1.125;
        margin-bottom: .75rem
    }

    .h3 {
        font-size: 1.5rem;
        line-height: 1
    }

    .p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1rem
    }
}

.box__blue {
    padding: 2.25rem 3.5rem
}

.section {
    padding: 4rem 0;
    background: #fff
}

.section__alt {
    background: #e6e7e9
}

.section__border-top {
    border-top: 1px solid #ddd
}

.no-padding {
    padding: 0 !important
}

.section__home-2 {
    padding-top: 0
}

.section__home-2 i {
    color: #ffd107;
    margin-right: .5rem
}

.section__home-2 .p__disclaimer {
    border-top: 1px solid #ddd;
    margin: 1rem auto;
    padding: 1rem auto
}

.section__home-3>.row:first-child {
    margin-bottom: 2rem
}

.img-info--wrapper {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.img__job-touch {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 80px
}

.ul__job-position-list {
    margin: 0 0 .8rem 0;
    padding: 0;
    opacity: 0
}

.ul__job-position-list li {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    line-height: 16px;
    margin-bottom: 8px;
    list-style-type: none;
    padding-left: 6px;
    position: relative
}

.ul__job-position-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: .5rem;
    color: #5f5f5f;
    content: "\f105";
    position: absolute;
    top: 0;
    left: -6px
}

.ul__job-position-list .columns:first-of-type {
    padding-right: 5px
}

.ul__job-position-list .columns:last-of-type {
    padding-left: 5px
}

.section__home-4 {
    background-color: #f2f2f2;
    margin-top: 3rem
}

.section__home-4 .row:last-child .columns:last-child .figure__stat {
    border: 0
}

.section__home-5 {
    padding: 4rem 0 2rem 0
}

.hero__commercial-bank .row__header-text,
.hero__community-bank .row__header-text,
.hero__corporate .row__header-text,
.hero__life-at-webster-bank .row__header-text,
.hero__students-recent-graduates .row__header-text {
    margin-top: -4.5rem
}

.section__commercial-bank-1,
.section__community-bank-1,
.section__corporate-1,
.section__life-at-1,
.section__students-grads-1 {
    padding-top: 3rem
}

.video__left {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4142/image/2025/5/IMHKL_video-left-2ONkSTR/video-left-2ONkSTR.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    padding: 25rem 2rem 1rem 2rem;
    position: relative;
    z-index: 1
}

.video__left::before {
    content: '';
    position: absolute;
    z-index: -9;
    display: block !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .25)
}

.overview-video__left {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4142/image/2025/5/7G82M_overview-info-imgQklfcd/overview-info-imgQklfcd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23rem 2rem 2rem 2rem
}

.overview-video__left .h3,
.video__left .h3 {
    margin-bottom: 2rem
}

.overview-video__left .a__button,
.video__left .a__button {
    color: #ffd107
}

.overview-video__left .a__button i,
.video__left .a__button i {
    margin-right: .75rem;
    color: #fff
}

.testimonials_right {
    background: #fff;
    min-height: 500px;
    position: relative;
    padding: 2.5rem 0
}

.testimonials_right .unslider {
    min-height: calc(500px - 5rem)
}

.testimonials_right .unslider ul li {
    padding: 0 2rem
}

.testimonials_right .unslider .unslider-nav {
    margin-top: 3rem
}

.blockquote {
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    font-style: normal;
    color: #5f5f5f;
    line-height: 30px;
    border: 0;
    padding: 2.5rem 2.25rem 2rem 3rem;
    font-weight: 500;
    position: relative;
    margin: 1rem auto
}

.blockquote:before {
    font-family: 'Source Serif Pro', serif;
    color: #002d82;
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    padding-left: 15px;
    padding-top: 15px;
    width: 200px;
    content: "“"
}

.blockquote:after {
    font-family: 'Source Serif Pro', serif;
    color: #002d82;
    font-size: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    padding-left: 160px;
    padding-top: 65px;
    width: 200px;
    content: "”"
}

.img__team {
    border-radius: 50%
}

.cite {
    font-style: normal
}

.cite:before {
    content: ""
}

.cite .h4 {
    font-size: 1.75rem;
    text-transform: none;
    margin: 1.5rem 0 .25rem 0;
    display: block;
    float: none
}

.cite__title {
    font-family: Roboto, sans-serif;
    font-size: 1rem
}

.icon__benefit {
    width: 70px;
    margin-bottom: 1rem
}

.section__commercial-bank-2 .h2,
.section__community-bank-2 .h2,
.section__corporate-2 .h2 {
    margin-bottom: 2rem
}

.section__commercial-bank-2 .blockquote,
.section__community-bank-2 .blockquote,
.section__corporate-2 .blockquote {
    margin-bottom: 2rem
}

.section__commercial-bank-3,
.section__community-bank-3,
.section__corporate-3 {
    background: #f2f2f2
}

.section__community-bank-3 .ul__job-position-list {
    opacity: 1;
    margin: 0 auto;
    padding-top: 4rem
}

.section__commercial-bank-3 .ul__job-position-list {
    opacity: 1;
    margin: 0 auto
}

.section__corporate-3 .ul__job-position-list {
    opacity: 1;
    margin: 0 auto;
    padding-top: 2rem
}

.section__corporate-3 .h4 {
    float: none;
    margin: 1.5rem 0 .5rem 0
}

.section__students-grads-3 .ul__job-position-list {
    opacity: 1;
    margin-top: 1rem
}

.section__students-grads-3 .ul__job-position-list li {
    color: #5f5f5f
}

@media (min-width:1024px) and (max-width:1199px) {
    #company-profile-main .ul__job-position-list li {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    .section__life-at-4 .large-3 .small-9 {
        padding: 0 .75rem 0 0
    }

    .section__home-2 .p {
        padding-left: 2rem
    }
}

@media (max-width:1023px) {
    .section {
        padding: 3rem 0
    }

    .hero__home .row__header-text {
        margin-top: 0
    }

    .section__home-1 .p {
        margin-bottom: 0
    }

    .section__home-1 {
        padding-bottom: 0
    }

    .section__home-5 {
        padding: 3rem 0 1.5rem 0
    }

    .ul__job-position-list {
        opacity: 1;
        margin: 0 0 1.5rem .5rem
    }

    #company-profie-main .ul__job-position-list li {
        color: #5f5f5f
    }

    .hero__commercial-bank .row__header-text,
    .hero__community-bank .row__header-text,
    .hero__corporate .row__header-text,
    .hero__life-at-webster-bank .row__header-text,
    .hero__students-recent-graduates .row__header-text {
        margin-top: 0
    }

    .h1 {
        display: block;
        font-size: 3rem
    }

    .section__life-at-2 {
        padding: 0
    }

    .video__left {
        min-height: 0;
        padding: 20rem 2rem 5rem 2rem
    }

    .section__commercial-bank-3 .ul__job-position-list,
    .section__community-bank-3 .ul__job-position-list {
        padding-top: 0
    }

    #company-profile-main .ul__job-position-list li {
        color: #5f5f5f
    }
}

@media (max-width:1023px) and (min-width:640px) {
    .figure__stat {
        border: 0
    }

    .section__life-at-4 .column:last-child:not(:first-child),
    .section__life-at-4 .columns:last-child:not(:first-child) {
        float: none
    }
}

@media (max-width:639px) {
    .section {
        padding: 2rem 0
    }

    .section__life-at-2 {
        padding: 0
    }

    .section__home-2 .p {
        margin-bottom: .5rem
    }

    .drawer .a__button {
        margin-bottom: .75rem;
        font-size: 1rem
    }

    .section__home-3>.row:first-child {
        margin-bottom: 1rem
    }

    .figure__stat {
        border-right: 0;
        border-bottom: 1px dotted #fff
    }

    .hero__commercial-bank .row__header-text,
    .hero__community-bank .row__header-text,
    .hero__corporate .row__header-text,
    .hero__life-at-webster-bank .row__header-text,
    .hero__students-recent-graduates .row__header-text {
        margin-top: 0
    }

    .section__community-bank-3 .ul__job-position-list {
        padding-top: 0
    }

    .section__community-bank-3 .ul__job-position-list .columns {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .figure__stat {
        padding: 1.5rem 0
    }

    .figure__stat em {
        font-size: 3rem
    }

    .video__left {
        min-height: 0;
        padding: 15rem 1rem 2rem 1rem
    }

    .video__left .h3 {
        margin-bottom: 1.5rem
    }

    .icon__benefit {
        width: 40px;
        display: block;
        margin: 0 auto 1.75rem auto
    }

    .section__home-5 {
        padding: 2rem 0 1rem 0
    }

    .h1 {
        font-size: 2.5rem
    }
}

.grid-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

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

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

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

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

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

.wb-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.unslider {
    overflow: auto;
    position: relative;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel>li {
    float: left
}

.unslider-vertical>ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    color: #fff;
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
    display: none
}

.accordion {
    max-width: 375px;
    margin: 0 auto;
    float: none
}

.accordion div:nth-child(odd) {
    margin-top: 1rem
}

.accordion div:first-child {
    margin-top: 0
}

.accordion .drawer {
    background: #fff;
    padding: 1rem;
    border-top: 1px solid #ddd;
    width: 100%
}

.accordion-item {
    border-bottom: 1px solid #f0f
}

.accordion-item-active .accordion-header {
    background: #fff
}

.accordion-item-active .accordion-header-icon {
    color: #fff
}

.accordion-item-active .accordion-header h1 {
    color: #fff
}

.accordion-header {
    background: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    height: 80px;
    position: relative
}

.accordion-header .h3 {
    font-size: 1.25rem;
    padding: 1.75rem 0 1.75rem 1rem
}

.accordion-header i {
    color: #ffd107;
    border: 1px solid #ffd107;
    font-size: .75rem;
    line-height: 1px;
    vertical-align: middle;
    top: 26px;
    width: 25px;
    height: 25px;
    right: 1rem;
    position: absolute;
    padding: 12px 7px 10px 7px;
    border-radius: 50%
}

.accordion-header:nth-child(11) .h3 {
    padding: 1.25rem 0 1.25rem 1rem
}

.accordion-content {
    display: none;
    padding: 1rem;
    color: #212121;
    background: #fff;
    font-size: 15px;
    line-height: 1.45em
}

.accordion-content p {
    margin: 0;
    margin-bottom: 3px
}

.accordion-header-icon {
    font-family: Roboto, sans-serif;
    float: right;
    color: #888;
    font-size: 15px;
    vertical-align: middle
}

.accordion-header-icon.accordion-header-icon-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff
}

.row .accordion .row {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:339px) {
    .accordion-header .h3 {
        font-size: 1.125rem;
        padding: 1.825rem 0 1.75rem 1rem
    }

    .accordion-header:nth-child(11) .h3 {
        padding: 1.325rem 0 1.25rem 1rem
    }
}

@media (min-width:640px) {
    .accordion {
        max-width: 600px
    }

    .accordion-header {
        height: 120px
    }

    .img__job-touch {
        min-height: 120px
    }

    .accordion-header i {
        top: 46px
    }

    .accordion-header .h3 {
        font-size: 1.75rem;
        line-height: 1.2;
        padding: 2.5rem 0 2.5rem 1rem
    }

    .accordion-header:nth-child(11) .h3 {
        padding: 1.75rem 0 1.75rem 1rem
    }
}

.footer {
    font-family: Roboto, sans-serif;
    background-color: #002d82;
    padding: 1.875rem 0
}

.footer__inner-content {
    margin: 0 auto
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__row--top {
    padding-bottom: 1.875rem
}

.footer__row--bottom {
    padding-top: 1.875rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__awards-wrapper,
.footer__contact-wrapper,
.footer__copyright-wrapper,
.footer__cta,
.footer__nav,
.footer__social-nav-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.footer__awards-wrapper,
.footer__social-nav-wrapper,
.link--equal-housing-lender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__social-nav-wrapper,
.link--equal-housing-lender {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__address,
.footer__copyright,
.footer__copyright-wrapper,
.footer__header,
.footer__header-social,
.footer__legal-name,
.link.link--equal-housing-lender.link--text-icon.link-list__link .link__label,
.link.link--equal-housing-lender.link--text-icon.link-list__link .link__label-end,
.link__label,
.social-nav__link {
    color: #fff
}

.footer__header-social {
    padding-right: .5rem;
    font-weight: 400;
    font-size: 16px
}

.footer__nav,
.social-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-nav__item {
    padding: 0 .4rem
}

.social-nav__link {
    font-size: 22px
}

.footer__nav-item {
    display: block;
    padding-bottom: 1rem
}

.footer__header-sm,
.footer__nav-link {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700
}

.footer__nav-link:hover,
.link--text-icon .link__label:hover,
.link--text:hover {
    text-decoration: underline
}

.footer__header-sm {
    margin-bottom: 1rem
}

.footer__logo {
    display: inline-block;
    width: 245px;
    margin-bottom: 1rem
}

.footer__address {
    font-style: normal;
    font-size: 18px
}

.footer__name,
.link--FDIC {
    font-weight: 400;
    line-height: 1.625;
    font-size: 1.375rem;
    color: #fff
}

.footer__name {
    padding-right: .5rem
}

.link__label {
    font-weight: 700;
    font-size: 18px
}

.footer__inner-content .link--equal-housing-lender .link__icon svg {
    width: 2rem;
    height: 2rem;
    padding-right: .5rem;
    fill: #fff
}

.footer__copyright {
    font-size: 14px;
    font-weight: 400
}

.footer__award {
    width: 200px;
    padding-right: 15px
}

#footerpowered {
    background-color: #002d82;
    font-family: Roboto, sans-serif;
    min-height: 16px;
    margin: 0;
    padding: 0 0 2rem 0
}

#footerpowered .PoweredBy {
    width: inherit !important;
    padding: 0 .9375rem 0 .9375rem;
    max-width: 75rem;
    text-align: left;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    color: #fff
}

#footerpowered .PoweredBy a {
    color: #fff;
    text-decoration: underline
}

@media (max-width:1023px) {
    #footerpowered .PoweredBy {
        padding: 0 2rem 0 2rem
    }
}

@media (max-width:639px) {
    .box__talent-community {
        margin: 0;
        border: 0;
        padding: 2rem 0
    }

    #footerpowered .PoweredBy {
        padding: 0 .9375rem 0 .9375rem
    }
}

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

@media (min-width:992px) {
    .footer__inner-content {
        max-width: 960px
    }
}

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

    .footer__awards-wrapper,
    .footer__contact-wrapper,
    .footer__copyright-wrapper,
    .footer__cta,
    .footer__nav,
    .footer__social-nav-wrapper {
        width: 50%
    }

    .footer__social-nav-wrapper,
    .link--equal-housing-lender {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__contact-wrapper,
    .footer__copyright-wrapper {
        text-align: right
    }

    .footer__row--middle {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1200px) {
    .footer__inner-content {
        max-width: 1140px
    }
}

@media (max-width:991.98px) {

    .footer__awards-wrapper,
    .footer__contact-wrapper,
    .footer__copyright-wrapper,
    .footer__cta,
    .footer__nav,
    .footer__social-nav-wrapper {
        padding-bottom: 1.875rem
    }
}

@media (max-width:767.98px) {
    .footer__inner-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

#job-detail .job-description {
    margin-top: 83px
}

#job-detail .inner {
    max-width: 960px;
    margin: 0 auto
}

#job-detail .content :not(i) {
    font-family: 'Source Serif Pro', serif
}

#job-detail .application-instructions-header,
#job-detail .job-title {
    font-family: Roboto, sans-serif !important;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 2rem;
    color: #002d82;
    line-height: 2.5rem
}

#job-detail .co-nav li a {
    color: #353b3b;
    text-shadow: none
}

#job-detail #PContentContainer {
    max-width: 1100px;
    margin: 0 auto 0 auto
}

#job-detail .co-nav li a {
    color: #353b3b;
    text-shadow: none
}

#job-detail .ApplyButton,
#job-detail .ApplyButton strong {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

#job-detail .apply-button {
    background: #fff;
    border: solid 3px #002d82;
    color: #002d82;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#job-detail .job-description .job-share-button,
#job-detail .job-description .map-button {
    border-radius: 0;
    color: #002d82
}

#job-detail .apply-button:hover,
#job-detail .job-description .job-share-button:hover,
#job-detail .job-description .map-button:hover {
    color: #fff;
    background-color: #002d82
}

#job-detail .ApplyButton strong {
    font-size: 1.5rem
}

#job-detail .job-description-content p:first-of-type {
    margin-top: 1rem
}

#job-detail .custom-apply-text,
#job-detail .job-description-content p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #5f5f5f;
    line-height: 1.625rem;
    margin-bottom: 1.125rem
}

#job-detail .job-description .job-description-content li,
#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-notes.important-notes li,
#job-detail .job-description .job-notes.important-notes p,
#job-detail .job-description .job-notes.important-notes span,
#job-detail .job-description .job-skills li,
#job-detail .job-description .job-skills p,
#job-detail .job-description .job-skills span {
    font-size: 1.125rem !important;
    color: #5f5f5f !important;
    font-family: 'Source Serif Pro', serif !important
}

#job-detail .job-description ul {
    margin-top: 1rem
}

#job-detail .job-description-content ul li {
    font-weight: 400;
    font-size: 1.125rem;
    color: #5f5f5f;
    line-height: 1.625rem;
    margin-bottom: .25rem
}

#job-detail .apply-preface-text {
    display: none
}

.job-body ol,
.job-body ul {
    margin-left: 20px
}

.job-body li {
    list-style: disc
}

.job-body b,
.job-body strong {
    font-weight: 600
}

.job-body em {
    font-style: italic
}

.job-list li ul li a span.title:before {
    display: none !important
}

.job-list li ul li:hover a span.title:before {
    display: block !important
}

/*.page-jobs #jobs-list {
    margin-top: 131px
}*/

#jobs-list.jobs-list .pagination.mobile,
#jobs-list.jobs-list .pagination.mobile a {
    color: #002d82;
    display: none
}

#jobs-list.jobs-list .pagination {
    display: block
}

#jobs-list * {
    font-family: Roboto, sans-serif
}

.jobsearch-links {
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    margin: 3rem 0
}

#jobs-list .fa {
    font-family: FontAwesome
}

#jobs-list .results-list .result-item,
#jobs-list .results-list .result-item:nth-child(even) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 2.5rem;
    margin: 0;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#jobs-list .results-list .result-item:hover {
    background-color: #002d82;
    border-bottom: 1px solid #002d82
}

#jobs-list .results-list .result-item:hover * {
    color: #fff
}

#jobs-list .item-title a {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #5f5f5f;
    line-height: 30px
}

#jobs-list .city-state {
    font-family: 'Source Serif Pro', serif;
    display: inline-block;
    float: right
}

#jobs-list .city-state:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-left: 1rem;
    content: "\f041";
    font-size: 1.25rem;
    color: #939598
}

#jobs-list .city-state:hover:after {
    color: #fff
}

#jobs-list .sort-container {
    display: none
}

#jobs-list main .results-container {
    padding: 0
}

#jobs-list main .results-container .results-header {
    margin: 0;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    max-width: none;
    color: #a9a9a9;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

#jobs-list .app {
    overflow: hidden
}

#jobs-list .card {
    margin: 0;
    max-width: none;
    min-height: 30rem;
    border-left: 1px solid #ddd
}

#jobs-list .app.stacked .filter-block {
    width: 30rem;
    display: inline-block;
    background: #f2f2f2;
    padding: 3rem 4rem;
    /*padding-bottom: 9999999rem;*/
    /*margin-bottom: -9999999rem*/
}

#jobs-list aside .filter-group>h3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002d82;
    line-height: 2rem;
    text-transform: none;
    border-bottom: 0;
    margin: 0 0 1rem 0
}

#jobs-list aside .reset-filters a {
    font-size: 1rem;
    color: #a9a9a9;
    line-height: 1.5rem
}

#jobs-list .filter-category-container .filter-options-list-container:after,
#jobs-list .filter-category-container .filter-options-list-container:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

#jobs-list .stacked main {
    width: calc(100% - 30rem);
    display: inline-block
}

#jobs-list .app.stacked .filter-block .filter-container .advanced-search-container {
    margin: 3rem 0 0 0
}

#jobs-list .embedded-company-follow-form .subscribe-button,
#jobs-list .job-search-button.primary {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    height: auto;
    margin-top: 1rem;
    padding: .75rem 1rem;
    color: #002d82;
    font-size: 18px;
    line-height: 1.5rem;
    display: inline-block;
    background-color: #fff;
    border: 3px solid #002d82;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

#jobs-list .embedded-company-follow-form .subscribe-button:hover,
#jobs-list .job-search-button.primary:hover {
    color: #fff;
    background-color: #002d82;
    cursor: pointer
}

#jobs-list .pagination {
    padding: .75rem 1.5rem;
    margin: 0 0 -7px 0 !important;
    border-left: 1px solid #ddd
}

#jobs-list .pagination a {
    text-transform: capitalize
}

#jobs-list.jobs-list .pagination a.not-selectable {
    color: #5f5f5f
}

#jobs-list .pagination a.selectable {
    color: #002d82
}

#jobs-list .pagination .page-links {
    padding: 0;
    min-height: 0
}

#jobs-list .filter-category-container {
    margin: 0 0 4px 0
}

#jobs-list .Select-control {
    border-color: transparent;
    border: 0
}

#jobs-list .keyword-input,
#jobs-list .req-number-input{
    margin-bottom: .25rem;
    border: 0
}

#jobs-list .embedded-company-follow-form .embedded-company-follow-form .Select-control,
#jobs-list .embedded-company-follow-form .embedded-company-follow-form .frequency-select,
#jobs-list .embedded-company-follow-form .embedded-company-follow-form input[type=email] {
    background: #e6e7e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

#jobs-list .Select-arrow {
    color: #5f5f5f !important;
    background: 0 0
}

#jobs-list .no-results-company-follow-container p.message {
    color: #5f5f5f
}

#jobs-list .no-results-company-follow-container {
    padding: 2rem 0
}

@media (max-width:1023px) {
    #jobs-list .app.stacked .filter-block {
        width: 100%;
        padding: 1.5rem 2rem;
        margin-bottom: 0
    }

    #jobs-list .stacked main {
        display: block;
        width: 100%
    }

    #jobs-list .jobsearch-links {
        display: none
    }

    #jobs-list .card {
        border-left: 0
    }

    #jobs-list .results-container {
        border-top: 1px solid #ddd
    }

    #jobs-list main .results-container .results-header {
        border-left: 0
    }

    #company-profile-main #jobs-list .results-list .result-item,
    #company-profile-main #jobs-list .results-list .result-item:nth-child(even) {
        margin: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        padding: 1.5rem 2rem
    }

    #jobs-list .city-state {
        padding-right: 1.75rem
    }
}

@media (min-width:640px) and (max-width:1023px) {
    #jobs-list .app.stacked .filter-block .filter-container .keyword-search {
        float: left;
        width: inherit;
        display: inline-block;
        margin: 0
    }
}

@media (max-width:639px) {
    #jobs-list .city-state {
        display: block;
        float: none;
        position: relative
    }

    #jobs-list .city-state:after {
        top: 1px;
        left: 0
    }

    #jobs-list .results-list .result-item:after {
        content: ""
    }

    #jobs-list .results-list .result-item,
    #jobs-list .results-list .result-item:nth-child(even) {
        padding: 1rem
    }

    #jobs-list main .results-container .results-header {
        padding: .75rem 1rem
    }

    #jobs-list .app.stacked .filter-block {
        display: block;
        width: 100%;
        padding: 1.5rem 1rem;
        margin-bottom: 0
    }
}

.square-img {
    max-width: 200px
}

.fa {
    display: inline !important
}

.overview-video_wrapper,
.reasons__wrapper--flex {
    margin-bottom: 2rem
}

@media (min-width:640px) {
    .reasons__wrapper--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.eyebrow-nav {
    background-color: #002d82;
    padding: .75rem 0
}

.eyebrow-nav__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px
}

.eyebrow-nav__link {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    background: 0 0;
    border: 0
}

.eyebrow-nav__link--icon,
.eyebrow-nav__link--label {
    display: inline-block;
    vertical-align: middle
}

.eyebrow-nav__link--icon svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block
}

.eyebrow-nav__link:hover .eyebrow-nav__link--label {
    text-decoration: underline
}

.nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .17);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .17);
    z-index: 999
}

.nav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 190px)
}

.nav__logo {
    width: 40px;
    position: relative;
    display: inline-block;
    margin-right: 30px
}

.nav__cta {
    width: 190px
}

.dropdown__list,
.nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav__list {
    width: calc(100% - 70px);
    margin-left: auto
}

.nav__item {
    position: relative;
    margin-right: 30px
}

.dropdown__link,
.nav__btn,
.nav__link {
    font-family: Roboto, sans-serif;
    display: block;
    font-size: 1rem;
    line-height: normal;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.dropdown__link,
.nav__link {
    color: #5f5f5f
}

.nav__btn,
.nav__link {
    text-align: center;
    font-weight: 700
}

.nav__link {
    text-transform: uppercase;
    padding: 30px 0;
    border-top: 3px solid #fff
}

.nav__link:hover {
    color: #002d82
}

.nav__btn {
    width: 100%;
    padding: .75rem 1.25rem;
    border: solid 3px #002d82;
    color: #002d82;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav__btn:hover {
    color: #fff;
    background-color: #002d82
}

.dropdown__list {
    position: absolute;
    width: 18rem;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
    z-index: 3
}

.nav__item.nav__dropdown:hover .dropdown__list {
    display: block;
    opacity: 1;
    visibility: visible
}

.dropdown__item {
    min-width: 200px;
    display: block
}

.dropdown__link {
    padding: 1rem 1.5rem
}

.dropdown__link:hover {
    color: #002d82;
    text-decoration: underline
}

@media (min-width:992px) {
    .eyebrow-nav__link {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: normal
    }
}

.nav__burger {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 72px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    margin-right: 15px;
    background-color: #fff;
    pointer-events: auto;
    -webkit-transition: opacity .3s cubic-bezier(.4, 0, 0, 1), visibility 0s;
    -o-transition: opacity .3s cubic-bezier(.4, 0, 0, 1), visibility 0s;
    transition: opacity .3s cubic-bezier(.4, 0, 0, 1), visibility 0s;
    z-index: 1001
}

.nav__text {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center;
    margin-top: 10px
}

.nav__burger-line {
    display: block;
    width: 38px;
    height: 3px;
    -webkit-transition: all .4s cubic-bezier(.43, .195, .02, 1);
    -o-transition: all .4s cubic-bezier(.43, .195, .02, 1);
    transition: all .4s cubic-bezier(.43, .195, .02, 1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
    background-color: #5f5f5f
}

.nav__burger-line:nth-child(2) {
    margin: 7px 0;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

.nav__burger:hover .nav__burger-line:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav__burger:hover .nav__burger-line {
    background-color: #002d82;
    color: #002d82
}

.nav__burger:hover .nav__text {
    text-decoration: underline;
    color: #002d82
}

.nav.has-nav-open .nav__burger-line:nth-child(1) {
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
    -webkit-transform: rotate(-45deg) translateY(-3px);
    -ms-transform: rotate(-45deg) translateY(-3px);
    transform: rotate(-45deg) translateY(-3px)
}

.nav.has-nav-open .nav__burger-line:nth-child(2) {
    opacity: 0
}

.nav.has-nav-open .nav__burger-line:nth-child(3) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: rotate(45deg) translateY(4px);
    -ms-transform: rotate(45deg) translateY(7px);
    transform: rotate(45deg) translateY(7px)
}

.nav.has-nav-open .o-overlay {
    opacity: 1;
    visibility: visible
}

.nav.has-nav-open .mega-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.o-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: visibility .6s cubic-bezier(.25, .46, .45, .94) .6s, background-color .6s linear, opacity .6s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: visibility .6s cubic-bezier(.25, .46, .45, .94) .6s, background-color .6s linear, opacity .6s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .6s;
    -o-transition: visibility .6s cubic-bezier(.25, .46, .45, .94) .6s, background-color .6s linear, opacity .6s cubic-bezier(.25, .46, .45, .94) .6s, transform .6s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: visibility .6s cubic-bezier(.25, .46, .45, .94) .6s, background-color .6s linear, opacity .6s cubic-bezier(.25, .46, .45, .94) .6s, transform .6s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: visibility .6s cubic-bezier(.25, .46, .45, .94) .6s, background-color .6s linear, opacity .6s cubic-bezier(.25, .46, .45, .94) .6s, transform .6s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .6s
}

.mega-menu {
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 1s cubic-bezier(.4, 0, .2, 1);
    -o-transition: 1s cubic-bezier(.4, 0, .2, 1);
    transition: 1s cubic-bezier(.4, 0, .2, 1)
}

.mega-menu__wrap {
    position: absolute;
    top: 10.5em;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

.mega-menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.mega-menu__level:focus {
    outline: 0
}

.mega-menu__level--current {
    visibility: visible
}

.mega-menu__item {
    display: block;
    width: 100%
}

.mega-menu__item-link {
    position: relative;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1;
    padding: 1.5em 3.75em 1.5em 2.5em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none
}

.mega-menu__item-link:focus,
.mega-menu__item-link:hover {
    color: #fff;
    background-color: #002d82
}

.mega-menu__item-link[data-submenu]::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 52px;
    padding: .25em 1.25em;
    color: #5f5f5f;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.mega-menu__item-link.-curent::before {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: .5em;
    height: 4px;
    color: #ea131e
}

.animate-outToRight .mega-menu__item {
    -webkit-animation: outToRight .6s both cubic-bezier(.7, 0, .3, 1);
    animation: outToRight .6s both cubic-bezier(.7, 0, .3, 1)
}

.animate-outToLeft .mega-menu__item {
    -webkit-animation: outToLeft .6s both cubic-bezier(.7, 0, .3, 1);
    animation: outToLeft .6s both cubic-bezier(.7, 0, .3, 1)
}

.animate-inFromLeft .mega-menu__item {
    -webkit-animation: inFromLeft .6s both cubic-bezier(.7, 0, .3, 1);
    animation: inFromLeft .6s both cubic-bezier(.7, 0, .3, 1)
}

.animate-inFromRight .mega-menu__item {
    -webkit-animation: inFromRight .6s both cubic-bezier(.7, 0, .3, 1);
    animation: inFromRight .6s both cubic-bezier(.7, 0, .3, 1)
}

[class*=' animate-'],
[class^=animate-] {
    visibility: visible
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mega-menu__breadcrumbs {
    display: none
}

.mega-menu__breadcrumbs a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 1;
    font-style: normal;
    color: #a9a9a9;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

.mega-menu__breadcrumbs a:hover {
    color: #5f5f5f
}

.mega-menu__breadcrumbs a:last-child {
    pointer-events: none
}

.mega-menu__breadcrumbs a:not(:last-child)::after {
    content: '\f178';
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 .5em;
    color: #5f5f5f
}

.mega-menu__breadcrumbs a:not(:last-child):hover::after {
    color: #5f5f5f
}

.mega-menu__back {
    position: absolute;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    z-index: 100;
    right: 2.25em;
    margin: 0;
    padding: .75rem 2rem;
    cursor: pointer;
    color: #fff;
    background-color: #002d82;
    border: solid 3px #002d82;
    display: inline-block;
    bottom: 20%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.mega-menu__back:hover {
    color: #fff;
    outline: 0
}

.mega-menu__back--hidden {
    pointer-events: none;
    opacity: 0
}

@media (min-width:992px) {
    .mega-menu {
        display: none
    }

    .nav__nav {
        background-color: #fff;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 30px;
        min-height: 74px
    }

    .nav__burger {
        display: none
    }

    .nav__btn,
    .nav__cta,
    .nav__item {
        display: inline-block
    }
}

@media (max-width:991px) {
    .nav__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav__nav {
        width: calc(100% - 102px);
        padding-left: 15px
    }

    .nav__list {
        display: none
    }
}

@media (max-width:424px) {
    .nav__wrapper {
        width: 100%
    }

    .nav__cta {
        display: none
    }
}

.row__hover-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hover-card {
    position: relative;
    display: block;
    min-height: 20rem;
    width: 100%;
    background-color: #002d82;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 0 18px .0625rem #e6e6e6;
    box-shadow: 0 0 18px .0625rem #e6e6e6;
    overflow: hidden
}

.hover-card__wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: top .7s cubic-bezier(.64, -.01, .59, 1);
    -o-transition: top .7s cubic-bezier(.64, -.01, .59, 1);
    transition: top .7s cubic-bezier(.64, -.01, .59, 1)
}

.hover-card__header,
.hover-card__hover-content {
    background-color: #002d82
}

.hover-card__header {
    padding: 1rem .5rem
}

.hover-card__title {
    font-family: Roboto, sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    margin-right: 0;
    line-height: 1.4;
    text-align: center;
    color: #fff
}

.hover-card__content {
    padding: 2rem
}

.hover-card__icon {
    margin-bottom: 1rem;
    width: 5rem;
    margin: 0 auto
}

.hover-card__hover-content {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    height: 100%
}

.hover-card__hover-content .p {
    color: #fff;
    margin-bottom: 2rem
}

.hover-card__list {
    color: #fff;
    padding-left: 1.8rem
}

.hover-card__btn {
    position: relative;
    width: 100%;
    text-align: right;
    padding-bottom: 1rem
}

.hover-card__btn-wrapper {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

.hover-card__btn-line {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hover-card__btn-line::before {
    content: "";
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    display: block;
    height: 1px;
    width: 100%
}

.hover-card__btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .5rem
}

.hover-card__btn-text {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    padding-right: .5rem
}

.hover-card__btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffd107;
    border: .125rem solid #ffd107;
    width: 30px;
    height: 30px
}

.hover-card__btn-arrow svg {
    width: 1.25rem;
    height: 1.25rem
}

.hover-card__btn-arrow svg path {
    fill: #5f5f5f
}

.hover-card:hover .hover-card__wrapper {
    top: -50rem
}

.hover-card__btn:hover .hover-card__btn-text {
    text-decoration: underline
}

.hover-card__btn:hover .hover-card__btn-arrow {
    background-color: #fff
}

.hover-card__btn:hover .hover-card__btn-arrow svg path {
    fill: #ffd107
}

@media (min-width:768px) {
    .hover-card {
        width: calc(50% - 30px)
    }
}

.link__btn {
    position: relative;
    width: 100%;
    text-align: right;
    padding-bottom: 1rem
}

.link__btn-wrapper {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

.link__btn-line {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer .link__btn-line {
    max-width: 4rem
}

.link__btn-line:before {
    content: "";
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    display: block;
    height: 1px;
    width: 100%
}

.link__btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .5rem
}

.link__btn-text {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    padding-right: .5rem
}

.link__btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffd107;
    border: .125rem solid #ffd107;
    width: 30px;
    height: 30px
}

.link__btn-arrow svg {
    width: 1.25rem;
    height: 1.25rem
}

.link__btn .link__btn-arrow svg path {
    color: #5f5f5f
}

.link__btn:hover .link__btn-text {
    text-decoration: underline
}

.link__btn:hover .link__btn-arrow {
    background-color: #fff
}

.link__btn:hover .link__btn-arrow svg path {
    fill: #ffd107
}

.hero {
    margin-top: 10rem
}

.hero--image {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0
}

.hero--image .hero__content-wrapper {
    position: relative
}

.hero--image .hero__content-inner-wrapper {
    padding: 0 1rem
}

.title {
    font-size: 2.25rem;
    font-weight: 300;
    color: #002d82;
    margin-right: 0;
    line-height: 1.11;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif
}

.hero--image .hero__image-wrapper {
    margin-bottom: 1rem
}

.hero--image .title {
    margin-bottom: 1rem
}

.hero--image .hero--image__body,
.maintenance-message__body {
    border-left: .0625rem solid #b6b6b6;
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif;
    padding: .75rem 0 .75rem 1.5rem;
    margin-bottom: 1rem
}

.maintenance-message__body>p:last-of-type{
    margin-bottom: 0;
}


.hero--image .hero--image__cta {
    margin-bottom: 1rem
}

.hero--image .hero__image-wrapper .image--hero_image {
    width: 100%
}

.button {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 0;
    line-height: 1.7;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: 0 0
}

.button--primary {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 0;
    line-height: 1.7;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: .75rem 2rem;
    background-color: #fff;
    border: 2px solid #002d82;
    border-radius: 0;
    color: #002d82
}

@media (min-width:768px) {
    .hero--image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .hero--image .hero__content-wrapper {
        width: 50%;
        max-width: 50%
    }

    .hero--image .hero__content-inner-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 4rem
    }

    .hero--image .hero--image__body,
    .maintenance-message__body {
        padding: 1rem 0 1rem 1.875rem;
        margin-bottom: 1.5rem
    }

    .hero--image .hero__image-wrapper {
        width: 50%;
        max-width: 50%;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .title {
        font-size: 4rem;
        font-weight: 300;
        margin-right: .03125rem;
        line-height: 1.21
    }

    .hero--image .hero--image__body,
    .maintenence-message__body {
        font-size: 1.125rem;
        font-weight: 400;
        margin-right: 0;
        line-height: 1.625
    }

    .button {
        font-size: 1.125rem;
        font-weight: 700;
        margin-right: 0;
        line-height: 1.8
    }

    .button--primary {
        font-size: 1.125rem;
        font-weight: 700;
        margin-right: 0;
        line-height: 1.8;
        border: 3px solid #002d82
    }
}

.promo {
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.5rem
}

.promo--icon .promo__inner-content {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 1rem
}

.promo--icon .promo__headline {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #002d82;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1.5rem;
    max-width: 100%
}

.promo--icon .promo__content-wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.promo--icon .promo__inner-content:before {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    width: 100vw;
    height: 100%;
    z-index: -100;
    top: 0;
    left: 1.875rem
}

.promo--icon .promo__headline:after {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .75rem
}

.promo--icon .promo__icon {
    -ms-flex-preferred-size: 4.5rem;
    flex-basis: 4.5rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 1.5rem
}

.svg--box {
    background-color: #002d82;
    padding: 25%;
    position: relative;
    display: block;
    margin-right: 11.1%;
    margin-bottom: 11.1%
}

.svg--box:after {
    content: "";
    position: absolute;
    border: .0625rem solid #002d82;
    top: 11.1%;
    left: 11.1%;
    height: 100%;
    width: 100%
}

.promo--icon .promo__body {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif;
    min-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-bottom: 1.5rem
}

.promo--icon .promo__actions {
    overflow: hidden;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.promo--icon .button--primary {
    width: 100%;
    margin-bottom: 1.5rem
}

.button--primary:hover {
    color: #fff;
    background-color: #002d82
}

.promo--icon .promo__actions--links {
    margin-bottom: 1rem
}

.promo--icon .promo__actions--links .link {
    display: block;
    margin-bottom: .5rem
}

@media (min-width:576px) {
    .promo--icon .promo__headline:after {
        width: 6.25rem
    }

    .promo--icon .promo__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .promo {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .promo--icon .promo__headline {
        margin-bottom: 1.875rem
    }

    .promo--icon .promo__headline:after {
        width: 15.9375rem
    }

    .promo--icon .promo__headline:after {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: currentColor;
        content: "";
        display: block;
        height: 1px;
        width: 15.9375rem;
        background: #5f5f5f
    }

    .promo--icon .promo__inner-content:before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        left: 5rem
    }

    .promo--icon .promo__icon {
        -ms-flex-preferred-size: 6rem;
        flex-basis: 6rem;
        margin-right: 1.875rem
    }

    .promo--icon .promo__body {
        margin-right: 1.875rem;
        margin-bottom: 0
    }

    .promo--icon .promo__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .promo--icon .promo__inner-content {
        margin-left: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-right: 0
    }

    .promo__headline {
        font-size: 3rem;
        font-weight: 300;
        margin-right: .03125rem;
        line-height: 1.25
    }

    .promo--icon .promo__headline:after {
        width: 19.375rem
    }

    .promo--icon .promo__headline:after {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: currentColor;
        content: "";
        display: block;
        height: 1px;
        width: 19.375rem;
        background: #5f5f5f
    }

    .promo--icon .promo__icon {
        -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
        margin-right: 3rem
    }

    .promo--icon .promo__body {
        font-size: 1.125rem;
        font-weight: 400;
        margin-right: 0;
        line-height: 1.625
    }
}

@media (min-width:1200px) {
    .promo {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

@media (max-width:767.98px) {
    .promo--icon .promo__content-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .promo--icon .promo__body:after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        margin-top: 5rem;
        z-index: -50;
        background-color: #fff
    }

    .promo--watermark .promo--watermark__watermark {
        width: 16.25rem;
        height: 9.5rem;
        right: -4rem
    }
}

.promo--watermark {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 1.875rem -50vw;
    padding-bottom: 0;
    overflow-x: hidden
}

.promo--watermark .promo__inner-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.promo--watermark .promo__content-wrapper {
    position: relative
}

.promo--watermark .promo--watermark__watermark {
    position: absolute;
    top: 0;
    z-index: -25
}

.promo--watermark .promo__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.promo--watermark .promo--watermark__watermark svg g,
.promo--watermark .promo--watermark__watermark svg path,
.promo--watermark .promo--watermark__watermark svg polygon {
    fill: #f9f9f9;
    stroke: #f9f9f9
}

.promo--watermark .promo__body {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 1.5rem
}

.promo--watermark .promo__headline:before {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:576px) {
    .promo--watermark {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .promo--watermark .promo__inner-content {
        max-width: 540px
    }

    .promo--watermark .promo__content-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 4rem
    }

    .promo--watermark .promo__headline:before {
        width: 4.875rem
    }
}

@media (min-width:768px) {
    .promo--watermark {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .promo--watermark {
        min-height: 13.25rem
    }

    .promo--watermark .promo__inner-content {
        max-width: 720px
    }

    .promo--watermark .promo__content-wrapper {
        margin-left: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-top: 5rem;
        padding-bottom: 0
    }

    .promo--watermark .promo--watermark__watermark {
        width: 22.5rem;
        height: 13.25rem;
        left: -8.25rem
    }

    .promo--watermark .promo__headline {
        margin-bottom: 1.875rem
    }

    .promo--watermark .promo__headline:before {
        width: 10rem
    }

    .promo--watermark .promo__headline:before {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: currentColor;
        content: "";
        display: block;
        height: 1px;
        width: 10rem;
        background: #5f5f5f;
        margin-right: .75rem
    }

    .promo--watermark .promo__body,
    .promo--watermark .promo__links {
        margin-left: 8.3333333333%
    }

    .promo--watermark .promo__body {
        margin-bottom: 1.875rem
    }
}

@media (min-width:992px) {
    .promo--watermark {
        min-height: 25.375rem
    }

    .promo--watermark .promo__inner-content {
        max-width: 960px
    }

    .promo--watermark .promo__content-wrapper {
        margin-left: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-top: 5rem;
        padding-bottom: 0
    }

    .promo--watermark .promo--watermark__watermark {
        width: 43.25rem;
        height: 25.375rem;
        left: -18.5rem
    }

    .promo--watermark .promo__headline {
        margin-bottom: 3rem
    }

    .promo--watermark .promo__headline:before {
        width: 13.125rem
    }

    .promo--watermark .promo__headline:before {
        display: inline-block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: currentColor;
        content: "";
        display: block;
        height: 1px;
        width: 13.125rem;
        background: #5f5f5f;
        margin-right: 1rem
    }

    .promo--watermark .promo__body,
    .promo--watermark .promo__links {
        margin-left: 16.6666666667%
    }

    .promo--watermark .promo__body {
        margin-bottom: 3rem
    }

    .promo--watermark .promo__body {
        font-size: 1.125rem;
        font-weight: 400;
        margin-right: 0;
        line-height: 1.625
    }
}

@media (min-width:1200px) {
    .promo--watermark {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .promo--watermark .promo__inner-content {
        max-width: 1140px
    }
}

.promo--contact {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 0
}

.promo--contact .promo__wrapper {
    padding: 1.875rem
}

.promo--contact .promo__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 3rem;
    -webkit-box-shadow: 0 0 0 .0625rem #5f5f5f;
    box-shadow: 0 0 0 .0625rem #5f5f5f
}

.promo--contact .promo__headline {
    font-size: 1.625rem;
    font-weight: 300;
    margin-right: 0;
    line-height: 1.3;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    left: -4rem;
    text-align: left;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding: .75rem 0;
    margin-bottom: 1.5rem;
    background-color: #f2f2f2
}

@media (min-width:768px) {
    .promo--contact .promo__wrapper {
        padding: 4rem 0
    }

    .promo--contact .promo__inner-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .promo--contact .promo__headline {
        position: relative;
        width: 100%;
        left: -7rem;
        text-align: left;
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .promo--contact .promo__wrapper {
        padding: 6rem 0
    }

    .promo--contact .promo__headline {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .promo--contact .promo__headline {
        font-size: 2.25rem;
        font-weight: 300;
        margin-right: 0;
        line-height: 1.222
    }
}

@media (min-width:1200px) {
    .promo--contact .promo__inner-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.page-hsa-bank-careers #CompHTMLPageBottom .promo--contact,
.page-life-at-webster-bank #CompHTMLPageBottom .promo--contact {
    display: none
}

.row__benefits,
.row__product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.5rem
}

.card--info-list {
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.card--info-list .card__inner-content {
    height: 100%;
    margin-left: 1.5rem;
    padding: 1.5rem;
    background: #f2f2f2
}

.card--info-list .card__title-wrapper {
    position: relative;
    width: 100%;
    left: -3.375rem;
    text-align: left;
    width: calc(100% + 3.375rem);
    padding-bottom: 1rem
}

.accented-content {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

.accented-content__content-wrapper {
    display: inline-block;
    padding: 0 0 0 1rem
}

.accented-content--after .accented-content__content-wrapper {
    padding: 0 1rem 0 0
}

.accented-content__content-wrapper>* {
    margin: 0
}

.accented-content__line-wrapper {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.accented-content__line-wrapper:before {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    width: 100%
}

.card--info-list .card__body {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif
}

@media (min-width:768px) {
    .card--info-list {
        padding-right: .9375rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .card--info-list .card__title-wrapper {
        position: relative;
        width: 100%;
        left: -2.4375rem;
        text-align: left;
        width: calc(100% + 2.4375rem)
    }
}

@media (min-width:992px) {
    .card--info-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(45.83333% - 3.375rem);
        flex: 0 0 calc(45.83333% - 3.375rem);
        max-width: calc(45.83333% - 3.375rem)
    }

    .card--info-list .card__title-wrapper {
        position: relative;
        width: 100%;
        left: -3.375rem;
        text-align: left;
        width: calc(100% + 3.375rem)
    }

    .card--info-list .card__body {
        font-size: 1.125rem;
        font-weight: 400;
        margin-right: 0;
        line-height: 1.625
    }

    .row__product-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {

    .row__benefits,
    .row__product-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.card--content,
.card--product-detail {
    position: relative;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    word-wrap: break-word
}

.card--product-detail .card__inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3rem
}

.card--content .card__inner-content,
.card--product-detail .card__inner-content {
    height: 100%;
    -webkit-box-shadow: 0 0 0 .0625rem #5f5f5f;
    box-shadow: 0 0 0 .0625rem #5f5f5f
}

.card--content .card__title,
.card--product-detail .card__title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-right: 0;
    line-height: 1.25;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    left: -16px;
    text-align: left;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff
}

.card--content .card__body,
.card--product-detail .card__body {
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
    line-height: 1.5;
    font-family: 'Source Serif Pro', serif;
    padding: 0 1.5rem 1.5rem
}

.card--product-detail .card__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0 0;
    padding: 0 1.5rem 1.5rem
}

.card--product-detail .card__links .link--text-icon {
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif
}

.link--text-icon .link__label-end {
    display: inline;
    vertical-align: baseline;
    white-space: nowrap;
    color: #002d82
}

.link--text-icon .link__label {
    display: inline;
    vertical-align: middle;
    color: #002d82
}

.link--text-icon .link__icon {
    display: inline-block;
    vertical-align: middle
}

.link--text-icon .link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block
}

.svg--colorable circle,
.svg--colorable ellipse,
.svg--colorable g,
.svg--colorable line,
.svg--colorable path,
.svg--colorable polygon,
.svg--colorable polyline,
.svg--colorable rect,
.svg--colorable svg,
.svg--colorable text,
svg.ext circle,
svg.ext ellipse,
svg.ext g,
svg.ext line,
svg.ext path,
svg.ext polygon,
svg.ext polyline,
svg.ext rect,
svg.ext svg,
svg.ext text,
svg.mailto circle,
svg.mailto ellipse,
svg.mailto g,
svg.mailto line,
svg.mailto path,
svg.mailto polygon,
svg.mailto polyline,
svg.mailto rect,
svg.mailto svg,
svg.mailto text {
    color: currentColor;
    fill: currentColor
}

@media (min-width:576px) {

    .card--content,
    .card--product-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {

    .card--content,
    .card--product-detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .card--content .card__title,
    .card--product-detail .card__title {
        font-size: 1.5rem;
        font-weight: 700;
        margin-right: .03125rem;
        line-height: 1.33;
        position: relative;
        width: 100%;
        left: -16px;
        text-align: left
    }

    .card--content .card__body,
    .card--product-detail .card__body {
        font-size: 1.125rem;
        font-weight: 400;
        margin-right: 0;
        line-height: 1.625
    }

    .card--product-detail .card__links .link--text-icon {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: normal
    }

    .card--product-detail .card__links .link--text-icon {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: normal
    }
}

.core-center {
    font-weight: bold;
    text-align: center;
}

.center {
    text-align: center;
}


/* popup */

#overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    z-index: 999999;
}

.c-popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    font-size: 2.2rem;
    background: #002d82;
    color: #fff;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.64, -0.11, 0.59, 1.07);
}

.c-popup__close:hover {
    color: #fff;
    background-color: #011438;
}

.c-popup {
    position: absolute;
    background: #fff;
    max-width: 60rem;
    height: auto;
    margin: 2rem auto;
    text-align: center;
    top: 20%;
    left: calc(50% - 30rem);
    z-index: 999;
}

.c-popup__content {
    padding: 2rem;
}

.maintenance-message{
    margin-top: 160px;
}


@media screen and (max-width: 1300px) {
    
    .maintenance-message{
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

@media screen and (max-width: 700px) {
    .maintenance-message{
        margin-left: 2rem;
        margin-right: 2rem;
    }
}





.c-main-hero-search__location-content .location-search__input-icon--pin {
    display: none !important;
}