@charset "UTF-8";

:root {
    --primary: #003b67;
    --secondary: #0598dd;
    --link: #0077cc;
    --green: #138575;
    --light-green: #32a494;
    --purple: #80488e;
    --light-purple: #a7509f;
    --orange: #ff8847;
    --grey: #ececec;
    --dark-grey: #cccccc;
    --bluish-grey: #f2f7fa;
    --text: #262626;
    --white: #ffffff;
    --motd: #C4F1FF;
}

/* RAF */
.raf-global-login {
    font-weight: bold;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: var(--white);
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: var(--text);
    width: 100vw;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    /* -webkit-appearance: button; */
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    /* -webkit-appearance: textfield; */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* vital to home page hero : begin */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* vital to home page hero : end */

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--link);
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

#wm-footer a {
    color: var(--white);
}

#wm-footer-links .sr-only {
    color: #000000 !important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

/* 2025 Styles */
h3 {
    font-size: 22px;
    /* color: var(--link); */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-weight: 500;
    line-height: 1.2;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #666;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h2,
.h2 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: var(--white);
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '— ';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: ' —';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: var(--white);
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-no-padding {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}
/*
@media(min-width:768px) {

    .container,
    .container-no-padding {
        width: 750px;
    }
}
*/
@media(min-width:992px) {

    .container,
    .container-no-padding {
        width: 970px;
    }

}

@media(min-width:1200px) {

    .container,
    .container-no-padding {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-right: 5px;
    margin-left: 5px;
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input.half-width,
.half-width {
    width: 48%
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    /* display: block; */
    font-weight: 300;
    width: 100%;
    padding: 6px 12px;
    background-color: var(--white);
    background-image: none;
    border: 2px solid var(--dark-grey);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 25px;
    line-height: normal;
    border-radius: 10px;
    text-decoration: none;
    width: auto;
}

.steves-gigantic-button {
    padding: 20px 80px 20px 80px;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    transition: background-color .3s ease;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
    text-align: left;
}

.steves-gigantic-button:hover {
    padding: 20px 80px 20px 80px;
    background-color: #fff;
    color: #262626;
    font-weight: normal;
    text-decoration: none !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: var(--white);
    text-decoration: none;
    transition: background-color .3s ease;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-hero-new {
    padding: 15px 25px 15px 25px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
    transition: background-color .3s ease;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    text-align: left;
}

.btn-hero-new:hover {
    color: var(--text);
    background-color: var(--white);
    border-color: var(--white);
    transition: background-color .3s ease;
}

.btn-default {
    color: var(--white);
    background-color: var(--link);
    border-color: var(--link);
}

#btn-welcome-login,
#olb-modal-btn {
    width: 100%;
}

.btn-inverse {
    border: var(--link) 1px solid;
    color: var(--link);
    background-color: var(--white);
    margin-top: 0px;
}

.btn-inverse:focus {
    color: var(--link);
}

#topNavLogin .btn-inverse {
    margin-top: 0px;
    padding: 14px 25px;
    font-weight: 500;
}

.btn-inverse:hover,
#topNavLogin .btn-inverse:hover {
    color: var(--white);
    background-color: var(--link);
    border: var(--link) 1px solid;
    text-decoration: none !important;
}

.btn-default:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: var(--white);
    background-color: var(--link);
    border-color: var(--link);
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: var(--white);
    border-color: var(--grey);
}

.btn-primary {
    color: var(--white);
    background-color: var(--link);
    border-color: var(--link);
}

.btn-primary:focus,
.btn-primary.focus {
    color: var(--white);
    background-color: var(--link);
    border-color: var(--link);
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: var(--white);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: var(--white);
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: var(--white);
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: var(--white);
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: var(--white);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: var(--white);
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}


.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: var(--white);
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: var(--white);
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: var(--white);
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: var(--white);
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: var(--white);
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: var(--white);
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: var(--white);
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    /* -webkit-appearance: none; */
}

.modal-apply a,
.apply-cta {
    color: var(--white);
}


#apply-for-a-home-loan-modal .apply-cta {
    color: var(--link);
}

.modal-open {
    overflow: hidden
}


.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}

.modal h2 {
    font-size: 24px;
}

#contact-us h5 {
    font-size: 24px;
}

#contact-us .chat-hours,
#contact-us .contact-hours {
    line-height: normal;
    font-size: 14px;
    padding-top: 5px;
}

#contact-us .btn-default {
    width: 100%;
    display: block;
}

.contact-button-wrap {
    padding: 10px 0px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

#contact-us .modal-content {
    max-height: 600px;
}

.modal-content {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    color: var(--text);
    z-index: 450;
    background-color: var(--white);
    /* line-height: normal; */
}

#contact-us .modal-content {
    max-width: 400px;
    max-height: 500px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

*:focus {
    outline: none
}

html,
body,
.scroller {
    height: 100%
}

.row {
    margin: 0
}

h2 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

p,
a {
    font-size: 16px
}

.lighter-text {
    font-weight: 200
}

b {
    font-weight: bold
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    margin: 0 auto
}

.btn-full-width-bottom {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
    background-color: transparent;
    border-top: solid 1px #ccc;
    padding: 20px 0
}

.home-loan-block .btn-full-width-bottom {
    color: var(--white);
}

.exit {
    position: absolute;
    background-color: var(--orange);
    width: 35px;
    height: 35px;
    float: right;
    border-radius: 50%;
    top: -15px;
    right: -15px
}

.exit:before {
    font-size: 1.5em;
    position: relative;
    top: 5px;
    color: var(--white);
    left: 8.5px;
}

.exit:hover {
    cursor: pointer;
}

@media(min-width:992px) {
    .exit {
        display: none
    }
}

.text-right {
    text-align: right
}

.italic {
    font-style: italic
}

.overlay {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .75);
    z-index: 750;
    transition: opacity .2s ease;
}

.isMobile {
    position: absolute;
    display: block
}

@media(min-width:768px) {
    .isMobile {
        display: none
    }
}

section {
    position: relative;
}

.background-image-standard {
    background-size: cover;
    background-position: center
}

.uppercase {
    text-transform: uppercase
}

.sidebar {
    border-left: solid 2px #eee;
    padding: 10px 0 0 50px;
}

@media(max-width:991px) {
    .sidebar {
        margin: 20px 0 0 15px;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.sidebar h1 {
    font-style: italic;
    color: #0084cb;
}

.sidebar a {
    display: block;
    color: #0077CC;
    padding: 10px 0;
}

@media(min-width:992px) {
    .sidebar {
        display: initial;
    }
}

.arrow-after:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    left: 10px
}

.no-padding-bottom {
    padding-bottom: 0
}

h1.utopia {
    font-size: 44px;

}

.scrollable {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


.fa-share-alt-square {
    color: #59ba46;
}

.fa-facebook-square {
    color: #0054a6;
}

.fa-google-plus-square {
    color: #f27020;
}

.fa-linkedin-square {
    color: #0084cb;
}

.fa-pinterest-square {
    color: #ef424a;
}

.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(/assets/content/images/blue.png) no-repeat;
    background-color: var(--white);
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}

.icheckbox_flat-blue.checked {
    background-position: -22px 0;
}

.icheckbox_flat-blue.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-blue.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-blue {
    background-position: -88px 0;
}

.iradio_flat-blue.checked {
    background-position: -110px 0;
}

.iradio_flat-blue.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-blue.checked.disabled {
    background-position: -154px 0;
}

@media(-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi),
(min-resolution:1.25dppx) {

    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(/assets/content/images/blue.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

@keyframes slideInRight {
    0% {
        /* translateX: -100px */
        transform: translateX(-100px);
    }

    100% {
        /* translateX: 0 */
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation: .5s ease slideInRight forwards;
    -moz-animation: .5s ease slideInRight forwards;
    -o-animation: .5s ease slideInRight forwards;
    animation: .5s ease slideInRight forwards
}

.fadeInOpacity {
    -webkit-animation: .5s ease fadeInOpacity forwards;
    -moz-animation: .5s ease fadeInOpacity forwards;
    -o-animation: .5s ease fadeInOpacity forwards;
    animation: .5s ease fadeInOpacity forwards
}

.fadeOutOpacity {
    -webkit-animation: .5s ease fadeOutOpacity forwards;
    -moz-animation: .5s ease fadeOutOpacity forwards;
    -o-animation: .5s ease fadeOutOpacity forwards;
    animation: .5s ease fadeOutOpacity forwards
}

.headers {
    width: 100%;
    height: 74px
}

@media(min-width:768px) {
    .headers {
        height: 97px
    }
}

@media(min-width:992px) {
    .headers {
        height: auto
    }
}

.headers a {
    color: #fff
}

.show-header {
    display: none
}

@media(min-width:992px) {
    .show-header {
        display: block
    }
}

nav {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 500;
    padding: 20px 0 140px;
    background-color: rgba(0, 132, 203, .97);
    max-height: 527px;
    transition: opacity .3s ease
}

nav a {
    display: block;
    margin: 17px 0
}

nav a b {
    text-transform: uppercase
}

nav #personal-dropdown,
nav #business-dropdown,
nav #wealth-management-dropdown {
    display: none
}

nav .nav-item-category {
    margin: 30px 0 20px
}

@media(min-width:768px) {
    nav .container {
        width: 768px
    }
}

@media(min-width:992px) {
    nav .container {
        width: 992px
    }
}

@media(min-width:1200px) {
    nav .container {
        width: 1200px
    }
}

nav .col-sm-3 {
    padding: 0 5px
}

@media(min-width:992px) {
    nav .col-sm-3 {
        padding: 0 15px
    }
}

#trigger {
    top: 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    padding: 0 5px
}

#trigger .icon--menu {
    font-size: 3em;
    line-height: .5
}

.open #trigger .icon--menu {
    display: none
}

#trigger .icon--close {
    display: none
}

.open #trigger .icon--close {
    display: inline;
    font-size: 1.7em
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.wrap {
    height: 100%;
    margin: 0 auto;
    transition: transform .3s ease-out
}

.wrap:before {
    opacity: 0;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    transition: opacity .3s ease-out
}

.main {
    background-color: #fff
}

.main p:first-child {
    margin-top: 0
}

footer {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    background-color: #01528a;
    border-top: 10px solid #01528a
}

footer .fa {
    margin: 20px 20px 0
}


footer .fa-arrow-circle-up,
footer .fa-circle-up,
footer .fa-circle-arrow-up {
    position: fixed;
    bottom: 40px;
    right: 20px;
    opacity: .9;
    cursor: pointer;
    z-index: 100;
    color: #999;
}

@media(min-width:992px) {

    footer .fa-arrow-circle-up,
    footer .fa-circle-up,
    footer .fa-circle-arrow-up {
        display: none
    }
}

footer .social-row {
    text-align: center
}

footer .social-row .fa:before {
    font-size: 1.4em
}

footer .main-footer-nav {
    display: none;
    padding: 30px 0;
    text-align: center
}

@media(min-width:768px) {
    footer .main-footer-nav {
        display: block
    }
}

footer .main-footer-nav h6 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    padding: 0 20px;
    font-weight: 300
}

@media(min-width:992px) {
    footer .main-footer-nav h6 {
        padding: 0 25px
    }
}

footer .main-footer-nav hr {
    margin: 10px 0
}

footer .bottom-footer {
    margin: 20px 0
}

footer .bottom-footer .col-sm-4,
footer .bottom-footer .col-sm-8,
footer .bottom-footer .col-sm-12 {
    padding: 0
}

@media(min-width:768px) {

    footer .bottom-footer .col-sm-4,
    footer .bottom-footer .col-sm-8,
    footer .bottom-footer .col-sm-12 {
        padding: 0 30px 0 0
    }
}

footer .bottom-footer .col-sm-4 {
    margin-bottom: 20px
}

@media(min-width:768px) {
    footer .bottom-footer {
        padding: 0 15px
    }
}

footer .bottom-footer img {
    width: 70px
}

footer .bottom-footer h5 {
    display: inline-block;
    font-weight: 300;
    margin-left: 10px
}

footer .bottom-footer a {
    padding: 5px 20px 5px 0;
    font-weight: 600;
    display: block
}

@media(min-width:992px) {
    footer .bottom-footer a {
        display: inline-block
    }
}

footer .bottom-footer a:nth-child(1),
footer .bottom-footer a:nth-child(2) {
    display: inline-block
}

footer .bottom-footer b {
    display: block
}

@media(min-width:992px) {
    footer .bottom-footer b {
        display: inline-block
    }
}

.page-content-wrapper {
    /* replaces legacy splash */
    margin: 60px 0;
}

.splash-content {
    position: relative;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1440px;
    margin: auto
}

@media(min-width:768px) {
    .splash-content {
        min-height: 300px
    }
}

@media(min-width:992px) {
    .splash-content {
        height: 600px
    }
}

.splash-content.align-photo-bottom {
    background-position: 50% 0
}

.splash-text-box {
    position: relative;
    width: 100%;
    padding: 10px 40px 30px 40px;
    background-color: #f27020
}

@media(min-width:992px) {
    .splash-text-box {
        position: absolute;
        max-width: 800px;
        width: 50%;
        background-color: rgba(242, 112, 32, .9);
        bottom: 300px
    }
}

.splash-text-box.disabled {
    display: none
}

.splash-text-box h1 {

    font-size: 44px
}

.splash-text-box h6 {
    font-weight: 300;
    line-height: 26px
}

.services-and-products {
    padding: 30px 10px;
    background-color: #0084cb
}

@media(min-width:544px) {
    .services-and-products {
        padding: 30px 0
    }
}

@media(min-width:768px) {
    .services-and-products {
        padding: 90px 0
    }
}

.services-and-products h1 {

    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 36px
}

@media(min-width:992px) {
    .services-and-products h1 {
        font-size: 30px
    }
}

.services-and-products p {
    margin: 20px 0
}

.services-and-products button {
    margin-bottom: 40px
}

/* OLB Login Modal */

.mobile-login-box {
    display: none;
    /* position: absolute; */
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    max-height: 500px;
    top: 10%;
    border-radius: 10px;
    padding: 30px;
    color: var(--text);
    z-index: 450;
    background-color: var(--white);
}

.mobile-login-box h2 {
    font-size: 24px;
    padding: 0px 0px 10px 0px;
}

.mobile-login-box a {
    color: var(--link);
}

.thirdParty-box .btn-default {
    display: inline-block;
}

.mobile-login-box button {
    display: block;
    margin: 20px 0
}

.feature-blocks {
    padding: 50px 0
}

@media(min-width:768px) {
    .feature-blocks {
        padding: 60px 10px 30px 10px;
    }
}

.feature-blocks .row {
    overflow: hidden;
    margin-bottom: 40px
}

@media (max-width: 736px) {
    .feature-blocks {
        padding-top: 0px;
    }

    .feature-blocks .row {
        margin-bottom: 0px;
    }

    .safe-content-block {
        margin-bottom: 40px;
    }

}

@media(min-width:1200px) {
    .feature-blocks .row {
        max-height: 370px;
    }
}

.feature-blocks .no-height-limit {
    max-height: none;
    margin: 70px 0
}

.feature-blocks hr {
    display: none;
    margin: 20px 10px
}

@media(min-width:768px) {
    .feature-blocks hr {
        display: block
    }
}

.feature-blocks img {
    width: 100%;
}

.photo-right img {
    float: right;
}

@media(min-width:544px) {
    .feature-blocks img {
        max-height: 300px;
        overflow: hidden;
        object-fit: cover;
        object-position: 50% 0%;
        width: 100%
    }
}

@media(min-width:992px) {
    .feature-blocks img {
        height: 100%;
        max-height: 500px
    }
}

@media(min-width:1200px) {
    .feature-blocks img {
        width: 80%;
        max-height: 500px
    }
}

.feature-blocks h1 {
    color: #01528a;
    margin-top: 0;

    font-size: 36px;
}

.feature-blocks p {
    margin: 20px 0;
    color: #4a4a4a
}

.feature-blocks ul {
    list-style-type: disc;
    color: #4a4a4a;
    padding-left: 18px;
    margin-bottom: 40px
}

.feature-blocks ul li {
    padding: 3px 0
}

@media(min-width:992px) {
    .feature-blocks .col-md-8 {
        height: 418px
    }
}

@media(min-width:1200px) {
    .feature-blocks .hidden-sm img {
        float: right
    }
}

@media(min-width:1700px) {
    .feature-blocks .container.extra-width {
        width: 1370px
    }
}

.feature-blocks .app-store-icon {
    width: 45%;
    float: left;
    margin-right: 3%
}

.loan-blocks {
    overflow: auto
}

.loan-blocks [class^="col"] {
    padding: 0
}

.loan-blocks .loan-row {
    height: auto;
    overflow: hidden
}

.loan-blocks .loan-block {
    position: relative;
    width: 100vw;
    height: 100vw;
    text-align: center;
    background-color: #0C866E;
    background-position: center;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat
}

@media(min-width:544px) {
    .loan-blocks .loan-block {
        width: 100vw;
        height: 50vw
    }
}

@media(min-width:768px) {
    .loan-blocks .loan-block {
        float: left;
        width: 100%;
        height: 300px;
        margin: 0
    }
}

@media(min-width:1200px) {
    .loan-blocks .loan-block {
        height: 400px
    }
}

.loan-blocks .loan-block .loan-block-text {
    padding: 0 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 250px
}

@media(min-width:768px) {
    .loan-blocks .loan-block .loan-block-text {
        height: auto
    }
}

@media(min-width:992px) {
    .loan-blocks .loan-block .loan-block-text {
        width: 80%;
        height: 270px
    }
}

.loan-blocks .loan-block h3 {
    font-weight: 300;
    letter-spacing: 2.33px;
    text-transform: uppercase
}

@media(min-width:768px) {
    .loan-blocks .loan-block p {
        margin: 10px 0
    }
}

@media(min-width:1200px) {
    .loan-blocks .loan-block p {
        margin: 10px 0 20px 0
    }
}

.loan-blocks .bottom-triangle:after,
.loan-blocks .top-triangle:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    text-align: center
}

.loan-blocks .bottom-triangle:after {
    bottom: -17px;
    border-top: 20px solid #0C866E
}

.loan-blocks .top-triangle:before {
    display: none;
    top: -20px;
    border-bottom: 20px solid #0C866E
}

@media(min-width:768px) {
    .loan-blocks .top-triangle:before {
        display: initial
    }
}

.safe-experience {
    padding: 30px 0
}

@media(min-width:768px) {
    .safe-experience {
        padding: 70px 0
    }
}

@media(min-width:768px) {
    .safe-experience .container {
        width: 768px
    }
}

@media(min-width:992px) {
    .safe-experience .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .safe-experience .container {
        width: 1170px
    }
}

.safe-experience .col-sm-12 {
    text-align: center;

    color: #01528a
}

@media(min-width:768px) {
    .safe-experience .col-sm-6 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        min-height: 500px
    }

    .safe-experience .col-sm-6 h5 {
        line-height: 24px
    }
}

@media(min-width:768px) {
    .safe-experience .bordered-right {
        border-right: 3px solid #ededed
    }

    .safe-experience .bordered-right .review {
        padding-right: 70px
    }
}

@media(min-width:768px) {
    .safe-experience .col-sm-6:nth-child(3) {
        padding-left: 40px
    }
}

.safe-experience .review {
    margin-bottom: 70px
}

@media(min-width:768px) {
    .safe-experience .review {
        margin-bottom: 40px
    }
}

.safe-experience .review img {
    display: block;
    position: relative;
    bottom: 3px;
    margin-right: 20px;
    margin-bottom: 10px
}

@media(min-width:1200px) {
    .safe-experience .review img {
        display: inline-block
    }
}

.safe-experience span {
    color: #9b9b9b;
    font-weight: bold
}

.safe-experience h1 {
    margin: 10px 0 20px
}

.safe-experience h4 {
    color: #0084cb;

    font-weight: 200;
    letter-spacing: 2.18px;
    text-transform: uppercase;
    margin-top: 15px;
    clear: both
}

.safe-experience h5 {

    font-style: italic;
    color: #9b9b9b;
    line-height: 1.5em
}

.safe-experience button {
    margin: 20px auto;
    display: block
}

@media(min-width:768px) {
    .safe-experience button {
        position: relative;
        top: 20px
    }
}

.safe-experience img {
    float: left
}

.inner-page-splash {
    position: relative;
    padding: 60px 0;
}

.inner-page-splash .page-nav-item:nth-child(n+2):before {
    content: ' / ';
    color: #808080;
    margin: 0 13px
}

.inner-page-splash.no-padding-bottom {
    padding-bottom: 0
}

.inner-page-splash a {
    color: #0077CC
}

.inner-page-splash a:hover {
    text-decoration: underline;
}

.inner-page-splash h1 {
    margin: 20px 0 20px 0;
    font-size: 32px;
    color: var(--text);
    font-weight: 500;
}

.inner-page-splash h2 {
    color: var(--text);
    font-size: 32px;
    font-weight: 300;
}

.safe-content-block {
    padding-top: 40px;
}

.safe-content-block h2 {
    color: #01528a;
    font-size: 28px;
    font-weight: 300;
}

.feature-blocks h2 {
    margin-bottom: 40px;
    color: #01528A;
    font-weight: 300;
}

.inner-page-splash p {
    line-height: 24px;
    color: #262626
}

.inner-page-splash .read-reviews {
    position: relative;
    right: 0;
    text-align: left
}

@media(min-width:768px) {
    .inner-page-splash .read-reviews {
        top: 0;
        right: 50px;
        position: absolute;
        text-align: center
    }
}

.inner-page-splash .read-reviews p {
    font-size: 2em;
    color: #fcb131
}

.depth-2 .nav-image {
    display: none;
    height: 350px;
    background-size: cover;
    background-position: center
}

@media(min-width:992px) {
    .depth-2 .nav-image {
        display: block
    }
}

.depth-2 .col-sm-4 {
    max-width: 100%;
    display: none
}

@media(min-width:992px) {
    .depth-2 .col-sm-4 {
        display: block
    }
}

.depth-2 p {
    margin-top: 20px
}

.depth-2 button {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 1%
}

@media(min-width:544px) {
    .depth-2 button {
        width: 45%
    }
}

@media(min-width:1200px) {
    .depth-2 button {
        width: initial
    }
}

.checking-accounts {
    padding: 10px 0
}

@media(min-width:544px) {
    .checking-accounts {
        padding: 30px
    }
}

.checking-accounts .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media(min-width:768px) {
    .checking-accounts .row {
        flex-wrap: nowrap
    }
}

.checking-accounts .account-option {
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    margin: 30px 0
}

@media(min-width:544px) {
    .checking-accounts .account-option {
        width: 70%
    }
}

@media(min-width:768px) {
    .checking-accounts .account-option {
        width: 90%
    }
}

@media(min-width:768px) {
    .checking-accounts .account-option {
        width: 380px;
        padding-top: 20px;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.checking-accounts .account-option h3 {

    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.33px
}

.checking-accounts .account-option h1 {

    font-size: 70px
}

.checking-accounts .account-option h5 {

    font-weight: bold
}

.checking-accounts .account-option .option-middle {
    background-color: var(--white);
    color: #9b9b9b;
    min-height: 300px;
    padding: 20px
}

.checking-accounts .account-option .option-middle p {
    margin: 20px 0 30px 0
}

.checking-accounts .account-option .option-middle button {
    color: var(--white);
    margin: 10px 0 20px 0
}

.checking-accounts .account-option .option-bottom {
    padding: 20px;
    text-align: left;
    min-height: 700px
}

.checking-accounts .account-option .option-bottom p {
    margin: 25px 0;
    color: var(--white);
}

.checking-accounts .account-option button {
    margin-bottom: 50px
}

.checking-accounts .freedom {
    background-color: #01528A;
    margin-top: 30px;
    padding-bottom: 20px
}

.checking-accounts .freedom .option-top {
    padding-top: 0;
    padding-bottom: 20px
}

.checking-accounts .freedom .option-middle {
    border: 1px solid #01528A;
}

.checking-accounts .perfect-cents {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    z-index: 10;
    background-color: var(--link);
    padding-bottom: 30px
}

.checking-accounts .perfect-cents .option-top {
    padding-top: 30px;
    padding-bottom: 20px
}

.checking-accounts .perfect-cents .option-middle {
    border: 1px solid #0077CC;
}

.checking-accounts .prestige {
    margin-top: 30px;
    background-color: #0C866E;
}

.checking-accounts .prestige .option-top {
    padding-top: 0;
    padding-bottom: 20px
}

.checking-accounts .prestige .option-middle {
    border: 1px solid #0C866E;
}

.checking-accounts .fine-print {
    color: #4a4a4a;
    width: 80%;
    max-width: 1110px;
    margin: 20px auto
}

.checking-accounts .fine-print .option-top {
    padding-bottom: 20px
}

.cash-rewards {
    overflow: hidden
}

.cash-rewards .left-block,
.cash-rewards .right-block {
    position: relative;
    display: inline-block;
}

@media(min-width:768px) {

    .cash-rewards .left-block,
    .cash-rewards .right-block {
        height: 500px
    }
}

.cash-rewards .left-block {
    width: 100%;
    background-color: #0084cb;
    position: relative;
    height: 500px
}

@media(min-width:544px) {
    .cash-rewards .left-block {
        height: 400px
    }
}

@media(min-width:992px) {
    .cash-rewards .left-block {
        height: 500px;
        width: 40%
    }
}

@media(min-width:1700px) {
    .cash-rewards .left-block {
        width: 35%
    }
}

.cash-rewards .right-block {
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        url("/assets/content/images/fpo-cash-rewards.jpg");
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("/assets/content/images/fpo-cash-rewards.jpg");
    background-size: cover;
    background-position: center;
    background-position: 60% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    height: auto
}

@media(min-width:992px) {
    .cash-rewards .right-block {
        height: 500px;
        width: 60%;
        background-position: 0 0
    }
}

@media(min-width:1700px) {
    .cash-rewards .right-block {
        width: 65%
    }
}

.cash-rewards .right-block .business-logo {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:1200px) {
    .cash-rewards .right-block .business-logo {
        height: auto
    }
}

.cash-rewards .right-block .business-logo img {
    max-width: 100%
}

.cash-rewards .block-text {
    padding: 0 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto
}

@media(min-width:544px) {
    .cash-rewards .block-text {
        height: 300px
    }
}

@media(min-width:768px) {
    .cash-rewards .block-text {
        width: 80%;
        height: 300px
    }
}

@media(min-width:992px) {
    .cash-rewards .block-text {
        width: 95%;
        height: 350px
    }
}

.cash-rewards .block-text button {
    margin-top: 20px;
    font-size: 16px;
    margin-right: 20px;
    margin: 20px 20px 0 0
}

.cash-rewards .block-text h1 {

    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3.18px
}

/* SAFE CS (Cross Sell) Styles */
.safe-cs {
    background-color: transparent;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    padding: 70px 0;
}

.safe-cs h1 {
    color: var(--white);
    margin-bottom: 34px;
}

.safe-cs p {
    color: var(--white);
}

.safe-cs-content {
    padding: 140px 0;
}

.resources .container ul li a {
    color: var(--white);
}

.resources a:hover {
    text-decoration: underline;
}

.resources,
.resources-with-faq {
    padding: 20px 0;
    background-color: #333;
    padding: 20px 0 70px
}

.resources h1,
.resources-with-faq h1 {
    font-weight: 300;
    margin-top: 50px;
    color: var(--white);
    font-size: 20px;
}

.resources .utopia,
.resources-with-faq .utopia {

    text-transform: initial;
    font-style: italic;
    letter-spacing: initial;
    font-size: 30px
}

.resources-with-faq a {
    color: #ffffff !important;
}

.resources-with-faq .faq-content li {
    font-size: 16px;
    margin-left: 40px;
    margin-top: 10px;
    color: var(--white);
}

.resources .paragraph-column p,
.resources-with-faq .paragraph-column p {
    margin: 20px 0
}

.resources .paragraph-column h1:nth-of-type(2),
.resources-with-faq .paragraph-column h1:nth-of-type(2) {
    margin-top: 50px
}

@media(min-width:1700px) {

    .resources .container,
    .resources-with-faq .container {
        width: 1450px
    }
}

.resources li,
.resources-with-faq li {
    color: #fcb131;
    padding: 5px 0
}

.resources .faq-trigger,
.resources-with-faq .faq-trigger {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 30px
}

.resources .faq-content,
.resources-with-faq .faq-content {
    display: none
}

.educational-subtitle {
    font-weight: 300;
    font-size: 20px;
}

.education-col {
    padding: 10px 60px 0px 0px;
}

.education-col:last-child {
    padding-right: 0px;
}

.resources-revised h1 {
    font-size: 24px;
}

.resources-revised a {
    color: #ffffff !important;
}

.resources-with-faq {
    padding: 40px 0
}

.resources-with-faq .faqs p {
    padding-left: 10px;
    font-size: 20px;
    color: var(--white);
}

.resources-with-faq .faqs .faq-trigger:before {
    content: "";
    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;
    border-radius: 50%;
    border: solid 2px #fff;
    width: 19px;
    height: 20px;
    text-align: center;
    position: relative;
    font-size: 12px;
    padding: 2.5px 0 0 .5px;
    margin-right: 5px;
    cursor: pointer
}

.resources-with-faq .faqs .faq-content {

    font-size: 16px;
    padding-left: 40px;
    margin-top: 10px
}

.background-image-blocks {
    padding: 40px 0
}

.background-image-blocks h1 {
    color: #0054a6;
    text-align: center;

    margin-bottom: 20px;
    font-size: 44px
}

.background-image-blocks h2 {
    text-transform: uppercase;
    letter-spacing: 2.14px;
    margin-top: 0;

    font-weight: 300
}

.background-image-blocks p {
    margin-bottom: auto
}

.background-image-blocks button {
    align-self: flex-end;
    margin-top: auto
}

.background-image-blocks .loan-outer,
.background-image-blocks .loan-inner {
    min-height: 300px
}

@media(min-width:1200px) {

    .background-image-blocks .loan-outer,
    .background-image-blocks .loan-inner {
        min-height: 370px
    }
}

.background-image-blocks .loan-outer {
    background-position: center;
    background-size: cover
}

.background-image-blocks .loan-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background-color: rgba(1, 82, 138, .9)
}

@media(min-width:1700px) {
    .background-image-blocks .container {
        width: 1370px
    }
}

.background-image-blocks [class^="col"] {
    margin-bottom: 20px
}

.credit-cards {
    background-color: #ecece5;
    padding: 10px
}

@media(min-width:992px) {
    .credit-cards {
        padding: 40px
    }
}

.credit-cards .credit-card-row {
    text-align: center;
    max-width: 1400px;
    margin: auto
}

.credit-cards h1:nth-child(1) {
    text-align: center;
    color: #01528a;
    font-size: 48px;
    font-weight: 600;
    margin: 16px 0 40px;
}

.credit-card-block .mo-details-wrapper {
    min-height: unset;
}

.credit-card-block .mo-details-wrapper .mo-details {
    margin-bottom: 10px;
}

.credit-cards .credit-card-block {
    display: inline-block;
    background-color: var(--white);
    position: relative;
    width: 100%;
    max-width: 410px;
    margin: 10px 0;
    color: #4a4a4a;
    padding: 30px;
    vertical-align: top;
    min-height: 850px;
    text-align: left
}

@media(min-width:992px) {
    .credit-cards .credit-card-block {
        width: 50%;
        margin: 20px 5px
    }
}

@media(min-width:1200px) {
    .credit-cards .credit-card-block {
        width: 33.333%
    }
}

.credit-cards .credit-card-block img {
    max-width: 100%
}

.credit-cards .special-offer {
    border: 3px solid #f27020
}

.credit-cards .special-offer:before {
    content: url(/assets/content/images/triangle-orange-text.png);
    position: absolute;
    top: -1px;
    left: -2px
}

.credit-cards .credit-card-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    color: #4a4a4a;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 40px;
    z-index: 800;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

@media(min-width:768px) {
    .credit-cards .credit-card-overlay {
        max-height: 90%
    }
}

@media(min-width:992px) {
    .credit-cards .credit-card-overlay {
        width: 800px;
        height: 800px
    }
}

.credit-cards .credit-card-overlay ul {
    float: left;
    width: 100%
}

@media(min-width:992px) {
    .credit-cards .credit-card-overlay ul {
        width: 50%
    }
}

.credit-cards .credit-card-overlay p {
    min-height: 90px
}

.credit-cards .credit-card-overlay .credit-card-details {
    display: none;
    overflow: scroll;
    height: 80%
}

@media(min-width:992px) {
    .credit-cards .credit-card-overlay .credit-card-details {
        overflow: visible;
        height: 100%
    }
}

.credit-cards .credit-card-overlay img {
    max-width: 100%
}

.credit-cards ul {
    list-style-type: disc;
    margin: 10px 0;
    padding-left: 20px
}

.credit-cards h4 {
    color: #01528A;
    letter-spacing: 2.18px;
    margin: 18px 0;
    font-weight: 300
}

.credit-cards button {
    color: #fff
}

.credit-cards button:nth-of-type(1) {
    bottom: 90px;
    position: absolute;
    left: 30px
}

.credit-cards .learn-more-trigger {
    color: #9b9b9b
}

.auto-loan-options {
    padding: 20px 0 80px 0;
    text-align: center
}

.auto-loan-options .auto-loan-option-block {
    position: relative;
    background-color: #01528a;
    text-align: center;
    padding: 20px 0;
    min-height: 330px;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.auto-loan-option-block .newAutoR1 {
    color: #fefefe;
}

.auto-loan-options .auto-loan-option-block h3:nth-child(1) {

    font-style: italic;
    margin-bottom: 5px
}

.auto-loan-options .auto-loan-option-block h3:nth-child(2) {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.33px;
    margin-bottom: 5px
}

.auto-loan-options .auto-loan-option-block hr {
    width: 10%;
    margin: 0 auto
}

.auto-loan-options .auto-loan-option-block p {
    width: 70%;
    min-height: 50px;
    margin: 30px auto 20px
}

@media(min-width:992px) {
    .auto-loan-options .auto-loan-option-block p {
        width: 90%
    }
}

.auto-loan-options .auto-loan-option-block button {
    margin-top: 20px
}

.auto-loan-options .container {
    padding: 0
}

@media(min-width:768px) {
    .auto-loan-options .container {
        padding: 0 15px
    }
}

.auto-loan-options [class^="col"] {
    padding: 0
}

@media(min-width:768px) {
    .auto-loan-options [class^="col"] {
        padding: 0 15px
    }
}

.auto-loan-options .row {
    margin-bottom: 20px
}

.auto-loan-options span {
    color: #4a4a4a
}

.protect-your-vehicle {
    background: -webkit-linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
        url("/assets/content/images/ThinkstockPhotos-124681061.jpg");
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
        url("/assets/content/images/ThinkstockPhotos-124681061.jpg");
    background-size: cover;
    background-position: center;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 40px 0 60px
}

.protect-your-vehicle .row:nth-child(1) {
    margin-bottom: 30px
}

.protect-your-vehicle .row:nth-child(2) h3 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.33px;
    margin: 19px 0 10px
}

.protect-your-vehicle img {
    width: 120px;
    height: 80px;
    object-fit: contain
}



.content-with-background-image {
    text-align: center;
    padding: 40px;
    background: -webkit-linear-gradient(rgba(1, 82, 138, .9), rgba(1, 82, 138, .9)),
        url("/assets/content/images/464087821.jpg");
    background: linear-gradient(rgba(1, 82, 138, .9), rgba(1, 82, 138, .9)), url("/assets/content/images/464087821.jpg");
    background-size: cover;
    background-position: center
}

.content-with-background-image button {
    margin-top: 10px
}

.header-photo {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
}

@media(min-width:768px) {
    .header-photo {
        height: 280px;
    }
}

@media (max-width:414px) {
    .header-photo {
        margin-bottom: 20px;
    }
}

.header-photo .credit-card-header {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto
}

.content-with-sidebar {
    padding: 60px 0;
    color: #4a4a4a
}

.content-with-sidebar .content h1 {
    font-size: 48px;
    color: #01528a;
    margin-top: 0;
    margin-bottom: 30px
}

.content-with-sidebar .content p {
    width: 90%;
    margin: 30px 0
}

.content-with-sidebar .sidebar {
    border-left: solid 2px #eee;
    padding: 10px 0 0 50px
}

.content-with-sidebar .sidebar h1 {
    font-style: italic;
    color: #0084cb
}

.content-with-sidebar .sidebar a {
    display: block;
    color: #0077CC;
    padding: 10px 0
}

.content-with-sidebar button {
    color: #fff
}

.cash-flow {
    padding: 30px;
    text-align: center;
    background-color: #edede7
}

.cash-flow h1 {
    color: #0084cb;
    margin-bottom: 20px
}

.cash-flow .cash-block {
    text-align: left;
    background-color: var(--white);
    color: #4a4a4a;
    min-height: 200px;
    padding: 30px;
    margin-bottom: 20px
}

.cash-flow .cash-block h4 {
    color: #0084cb;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.33px
}

.two-column-paragraphs {
    padding: 50px 0;
    color: #4a4a4a
}

.two-column-paragraphs h1 {
    font-size: 48px;
    color: #01528a;
    margin-top: 0;
    margin-bottom: 30px
}

.full-width-three-columns {
    background: -webkit-linear-gradient(rgba(1, 82, 138, .85), rgba(1, 82, 138, .85)),
        url("/assets/content/images/155974596.jpg");
    background: linear-gradient(rgba(1, 82, 138, .85), rgba(1, 82, 138, .85)), url("/assets/content/images/155974596.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 0
}

.full-width-three-columns h1 {
    letter-spacing: 3.18px
}

.full-width-three-columns .col-sm-4 {
    padding: 10px
}

@media(min-width:768px) {
    .full-width-three-columns .col-sm-4 {
        padding: 10px 30px 60px
    }
}

.full-width-three-columns a {
    color: var(--orange);
    font-size: 28px;

    margin-right: 19px
}

.full-width-three-columns ul {
    list-style: disc;
    padding-left: 30px
}

.full-width-three-columns p {
    margin: 20px 0 5px
}

@media(min-width:992px) {
    .full-width-three-columns .bordered {
        height: 230px;
        border-left: solid 2px #a1bccd;
        border-right: solid 2px #a1bccd
    }
}

.news-with-sidebar {
    padding: 70px 0
}

.news-with-sidebar .news-entries {
    color: #4a4a4a
}

@media(min-width:768px) {
    .news-with-sidebar .news-content {
        padding-left: 10px
    }
}

.news-with-sidebar .news-entry {
    margin-bottom: 50px;
    overflow: auto
}

.news-with-sidebar img {
    width: 100%;
    object-fit: cover
}

@media(min-width:768px) {
    .news-with-sidebar img {
        height: 200px
    }
}

.news-with-sidebar span p {
    display: inline-block;
    margin-bottom: 5px
}

.news-with-sidebar span .date {
    color: #9b9b9b;
    margin: 10px 0
}

@media(min-width:768px) {
    .news-with-sidebar span .date {
        margin: 0
    }
}

.news-with-sidebar span .date:after {
    position: relative;
    left: 5px;
    margin-right: 5px;
    content: '•'
}

.news-with-sidebar a {
    color: #0077CC
}

.news-with-sidebar .news-title {
    color: #0084cb;
    letter-spacing: 2.18px;
    margin-top: 2px
}

.news-with-sidebar .single-news {
    color: #4a4a4a
}

.news-with-sidebar .single-news h1 {
    font-size: 48px;
    color: #01528a;
    margin-bottom: 30px
}

.news-with-sidebar .single-news img {
    width: 50%;
    height: initial;
    float: right;
    padding-left: 20px
}

.news-with-sidebar .single-news .social-bar {
    position: relative;
    top: 30px
}

.news-with-sidebar .single-news .social-bar .fa {
    height: auto;
    float: inherit;
    margin-right: 10px;
    padding-left: 0
}


.home-loan-blocks {
    margin-bottom: 100px;
    text-align: center;
    color: #fff
}

.home-loan-blocks .no-padding {
    padding: 0
}

.home-loan-blocks .home-loan-block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    position: relative;
    height: 220px;
    width: 95%;
    background-color: #01528a;
    padding-top: 20px;
    margin-bottom: 30px
}

.home-loan-blocks .btn-full-width-bottom {
    position: absolute
}

.home-loan-blocks .btn-full-width-bottom:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: relative;
    left: 10px
}

.home-loan-blocks .gotham-condensed {
    font-weight: 300;
    letter-spacing: 2.33px
}

.mortgage-rates .mortgage-links {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 10px
}

@media(min-width:768px) {
    .mortgage-rates .mortgage-links {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.mortgage-rates .mortgage-links h6 {
    font-weight: 300
}

.mortgage-rates .mortgage-links .fa {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 15px
}

.mortgage-rates .mortgage-links .col {
    display: block;
    width: 100%
}

@media(min-width:768px) {
    .mortgage-rates .mortgage-links .col {
        width: 50%
    }
}

@media(min-width:992px) {
    .mortgage-rates .mortgage-links .col {
        width: auto
    }
}

.mortgage-rates .no-padding {
    padding: 0
}

.mortgage-rates .rates {
    overflow: auto;
    width: 450px;
    margin: auto;
    text-align: left;
    background-color: rgba(255, 255, 255, .93);
    color: #4a4a4a;
    padding: 0 20px
}

@media(min-width:768px) {
    .mortgage-rates .rates {
        width: 560px
    }
}

.mortgage-rates .mortgage-rates-content {
    text-align: center;
    padding: 70px 0;
}

.mortgage-rates-content a {
    color: #ffffff !important;
}

.mortgage-rates .mortgage-rates-content h1 {
    margin-bottom: 34px;
    font-size: 45px;
    color: var(--white);
}

.mortgage-rates .mortgage-rates-content p {
    margin: 20px 0 30px
}

.mortgage-rates .mortgage-rates-content h6 {
    margin: 5px 0;
    padding: 15px 0;
    font-weight: 300;
    border-top: solid 1px #ccc
}

.mortgage-rates .mortgage-rates-content .gotham-condensed {
    color: #0084cb;
    margin-top: 15px
}

.software-integration {
    background-color: #0084cb;
    text-align: center;
    padding-top: 30px
}

.software-integration h1 {

    font-size: 44px
}

.software-integration img {
    max-width: 100%
}

.software-integration button {
    margin: 20px 0 40px
}


.template {
    margin-top: 50px
}

.sfContentBlock ul {
    list-style: disc;
    padding-left: 20px;
    list-style-position: outside;
    color: #4a4a4a
}

.sfContentBlock p {
    padding: 8px 0 8px 0
}

.sfContentBlock .subBlueBox {
    text-align: left;
    color: #4a4a4a;
    padding: 10px
}

.sfsFooter {
    text-align: center
}

.sfsFooter a {
    text-decoration: underline
}

.sfsFooter .notnomay {
    border: solid 1px #cecece;
    font-weight: bold;
    float: left;
    padding: 10px 20px 10px 20px
}

.notnomaywrap {
    display: inline-block;
    padding: 5px 0 5px 0;
    margin-left: auto;
    margin-right: auto
}

.discboxes {
    text-align: center
}

.blueLine {
    background-color: var(--link);
    padding: 10px 60px 5px 10px
}

.blueLine a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold
}

.sfsAdvisorModal {
    line-height: normal
}

.sfsAdvisorModal p {
    min-height: 0
}

.how-can-we-help li {
    padding-bottom: 5px
}

.how-can-we-help ul {
    color: var(--white);
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px
}

@media(min-width:1054px) {
    .bottom-header h5 a {
        font-size: 19px
    }
}

@media(max-width:1024px) {
    .bottom-header h5 a {
        font-size: 16px
    }
}


.thirdParty-box {
    overflow: visible;
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    max-height: 600px;
    top: 10%;
    border-radius: 10px;
    padding: 30px;
    color: var(--text);
    z-index: 450;
    background-color: var(--white);
}

.thirdParty-box h2 {
    font-size: 24px;
}

.exit3p {
    cursor: pointer;
}

.thirdParty-box button {
    display: block;
    margin: 20px 0
}

.thirdParty-box button span {
    margin-right: 10px
}

.thirdParty a {
    cursor: pointer;
    color: var(--link);
}


.thirdParty {
    cursor: pointer;
}

.thirdParty-box button {
    display: block;
    margin: 20px 0;
}

.thirdParty-box button span {
    margin-right: 10px;
}

.thirdParty a {
    cursor: pointer;
    color: #0077CC;
}


@media screen and (min-width: 667px) and (max-width: 956px) {

    .thirdParty-box {
        max-width: 99%;
        overflow: visible;
        top: 1%;
    }

}

@media(min-width:992px) {
    .splash-text-box {
        max-width: 600px
    }
}

@media(max-width:544px) {
    .depth-2 button {
        width: 60%
    }
}

.temptest {
    border: solid 1px #00f
}

.LostStolenBG {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
        url('/images/default-source/credit-cards/creditcards_footer_1920x849-30.jpg');
    text-align: center;
    padding: 70px 0
}

.sfnewsContent ul {
    list-style-type: disc;
    margin-left: 40px;
    list-style-position: outside;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sfPageWrapper .stickied-header {
    display: none;
}

/* astericks for required form fields */
.required-on-form {
    font-weight: 600;
    font-size: 20px;
}

.eventBodyContent UL {
    list-style: disc;
    margin-left: 40px;
}

/* for view/hide login password */

.seepwd,
.seepwd-olbm,
.seepwd-xa {
    color: var(--dark-gray);
    cursor: pointer;
}

#hp-login .seepwd {
    /*
    top: 172px;
    right: 80px;
    */
    position: relative;
    left: 240px;
    top: -252px;
}

.seepwd {
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 136px;
    right: 36px;
}

.seepwd-olbm {
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    top: 103px;
    right: 5%;
}

.seepwd-xa {
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -50px;
    left: 325px;
}

@media (max-width: 768px) {
    .seepwd-xa {
        left: 95%;
    }
}

@media (max-width: 414px) {
    .seepwd-xa {
        left: 280px;
    }
}

@media (max-width: 375px) {
    .seepwd-xa {
        left: 250px;
    }
}

@media (max-width: 320px) {
    .seepwd-xa {
        left: 225px;
    }
}

#showPassword,
#showPassword-olbm,
#showPassword-xa {
    display: none;
}

#showPassword+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f070";
}

#showPassword:checked+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
}

#showPassword-olbm+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f070";
}

#showPassword-olbm:checked+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
}

#showPassword-xa+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
}

#showPassword-xa:checked+label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
}

/* CSS OVERHAUL */

.safe-css .din-big {
    font-family: DIN;
    font-size: 80px !important;
    color: #0598DD;
}

.safe-css h2 {
    color: #01528a;
    font-size: 28px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    line-height: 1.2;
}

.safe-css .center {
    text-align: center;
}

.safe-css .location-beacon {
    color: #0598DD;
    padding-bottom: 20px;
    font-size: 24px;
}

.grey-bg {
    background-color: #ebebeb;
}

.safe-css .accordion-heading {
    padding-bottom: 20px;
}

.safe-css .accordion {
    border: solid 1px #01528a;
    background-color: var(--white);
    padding: 10px 30px 30px 10px;
    border-radius: 0px;
    text-align: center;
}

.safe-css .accordion-no-icon {
    border: solid 1px #01528a;
    background-color: var(--white);
    padding: 30px;
    border-radius: 0px;
    text-align: center;
}

.safe-css .accordion-icon-lg {
    color: #0598DD;
    font-size: 60px;
    padding-right: 40px;
    position: relative;
    top: 10px;
}

.safe-css .accordion button {
    color: #0598DD;
    display: table-cell;
    vertical-align: middle;
    line-height: 0px;
}

.safe-css .accordion-title a {
    font-size: 26px;
    text-decoration: none;
}

/* 072722 jc */
.btn-expand:hover {
    text-decoration: none !important;
}

.safe-css .accordion-title {
    color: #0077CC;
    font-size: 26px;
    text-decoration: none;
}

.safe-css .accordion-title-no-icon {
    color: #0077CC;
    font-size: 25px;
    padding-left: 30px;
}

.accordion-icon-md {
    color: #0598DD;
    font-size: 50px;
    padding-right: 15px;
    position: relative;
    top: 10px;
}

.safe-css .container p {
    color: #262626;
}

/* Icon when the collapsible content is shown */
.safe-css .btn-expand:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    float: right;
    margin-left: 15px;
    display: inline;
    width: 20px;
    color: #01528a;
    font-size: 28px;
    font-weight: 600;
    padding-top: 30px;
}

/* Icon when the collapsible content is hidden */
.safe-css .btn-expand.collapsed:after {
    content: "\f054";
    width: 20px;
    color: #01528a;
    padding-top: 30px;
}

.btn-expand-no-icon {
    cursor: pointer;
}

/* Icon when the collapsible content is shown */
.safe-css .btn-expand-no-icon:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    float: right;
    margin-left: 15px;
    display: inline;
    width: 20px;
    color: #01528a;
    font-size: 28px;
}

/* Icon when the collapsible content is hidden */
.safe-css .btn-expand-no-icon.collapsed:after {
    content: "\f054";
    width: 20px;
    color: #01528a;
}

@media (max-width: 414px) {

    .safe-css .btn-expand-no-icon:after {
        font-size: 16px;
    }

    .safe-css .btn-expand-no-icon.collapsed:after {
        width: 0px;
    }

}

/* Accordion Styles CSS with Icons */

.pointer-icon {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: var(--white);
    background-color: #01528A;
    padding-top: 3px;
    margin-right: 10px;
}

.accordion-icon-default {
    color: #0077CC;
    font-size: 60px;
    padding-right: 40px;
    position: relative;
    top: 10px;
}

.icon-gray-small {
    color: #adb5bc;
    font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 20px;
    width: 40px;
}

@media (max-width: 414px) {

    .accordion-icon-default,
    .icon-gray-small {
        display: none;
    }

}

.insurance-css .btn-expand:after {

    padding-top: 25px;
}

.insurance-css .btn-expand.collapsed:after {

    padding-top: 25px;
}

.btn-expand {
    cursor: pointer;
}

.safe-css .section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.accordion-content {
    padding-top: 40px;
}

.safe-css .accordion-content-title {
    font-weight: bold;
    font-size: 18px;
}

.safe-css .closeX:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-size: 24px;
    margin: 10px;
    vertical-align: bottom;
}

.closeX {
    cursor: pointer;
}

.safe-css .thirdParty:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f08e";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
}

.safe-css .thirdParty a:hover {
    text-decoration: underline;
}

.safe-css .accordion-second-row {
    padding-top: 30px;
}

.safe-css .blue-gradient-background {
    background: linear-gradient(rgba(1, 82, 138, .8), rgba(1, 82, 138, .8));
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 70px 0;
}

.safe-css .blue-gradient-background p {
    color: var(--white);
    padding: 10px 30px;
}

/* Centering/Padding... */

.center-pad {
    text-align: center;

}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* LISTS */

.safe-css .list-no-type {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.safe-css .list-no-type LI {
    padding-bottom: 16px;
}

/* Borders */

.blue-border {
    border: solid 2px #01528a;
    background-color: var(--white);
    padding: 50px 0px 30px 0px;
    margin-top: 40px;
}

/* Font Spacings */

.safe-css .squeeze-font {
    letter-spacing: -.5px;
}

/* Font Weights */

.safe-css .font-med-bold {
    font-weight: 600;
    padding: 20px 0px;
}

/* Font Colors */

.safe-css .green {
    color: #138575;
}

.safe-css .accordion-icon-lg .ltblue {
    color: #0598DD;
}

.safe-css .accordion-icon-lg .blue {
    color: #01528A;
}

.safe-css .accordion-icon-lg .purple {
    color: #80488E;
}

.safe-css .safe-icon-lg {
    font-size: 60px;
}

#mobileNavbar #second-group a {
    color: #01528A;
}

#mobileNavbar .fa-plus-square,
#mobileNavbar .fa-minus-square {
    position: relative;
    top: 9px;

}

#mobileNavbar .personal-links a,
#mobileNavbar .business-links a,
#mobileNavbar .wm-links a,
#mobileNavbar .community-links a {
    color: #262626;
}

@media (max-width: 414px) {

    #accordion .btn-expand:after,
    #accordion .btn-expand.collapsed:after {
        padding-top: 10px;
    }

    .safe-css .accordion-icon-lg {
        display: none;
    }

    .safe-css .accordion-title-width {
        width: unset;
        position: relative;
        top: 10px;
    }

    .safe-css .accordion-title {
        display: inline-block;
        font-size: 20px;
        vertical-align: bottom;
    }

    .safe-css .accordion-title-no-icon {
        font-size: 20px;
        padding-left: 0px;
    }

    .btn-expand:after {
        padding-top: 0px;
        font-size: 22px;
        padding-right: 0px;
    }

    .center-pad {
        margin-bottom: 20px;
    }

}

@media (max-width: 375px) {

    .btn-expand:after {
        padding-top: 0px;
    }

    .safe-css .accordion-title {
        bottom: 0px;
        font-size: 18px;
    }

    .safe-css .accordion-title-no-icon {
        font-size: 18px;
    }
}

.safe-css .border-right {
    border-right: solid 2px #cecece;
}

/* Optimizer ----------------------- */

.safe-css .optimizer-persona-title {
    text-align: center;
    color: black;
    font-weight: bold;
    padding: 30px 10px;
    font-size: 20px;
}

.safe-css .opttimizer-persona-category {
    color: black;
    font-weight: bold;
    padding: 0px 0px 14px;
}

.safe-css .optimizer ul {
    padding-left: 0px;
    list-style: none;
}

.safe-css .optimizer li {
    padding-bottom: 5px;
}

.safe-css .optimizerHeader {
    background: linear-gradient(to right, #965ba5, #a7468a);
    padding: 10px;
    display: block;
}

.safe-css #optimizerWrapper {
    border-right: solid 1px #a7468a;
    border-bottom: solid 1px #a7468a;
    border-left: solid 1px #a7468a;
}

.safe-css .optimizer-container {
    display: flex;
    flex-wrap: wrap;
}

.safe-css .optimizer-container .optimizerTitle {
    width: 19%;
}

.safe-css .optimizer-container .optimizerTagline {
    width: 60%;
}

.safe-css .optimizer-container .optimizerToggle {
    width: 16%;
}

.safe-css .optimizerTitle {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2.18px;
    font-weight: 300;
    font-size: 30px;
    margin: 15px;
    white-space: nowrap;
}

.safe-css .optimizerTagline {
    font-weight: 300;
    color: var(--white);
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    cursor: pointer;
}

.safe-css .optimizerTagline a {
    text-decoration: none;
    color: var(--white);
}

.safe-css .optimizerToggle {
    color: var(--text);
    font-weight: 300;
    font-size: 16px;
    text-align: right;
    margin-top: 6px;
}

.safe-css .optimizerContent {
    padding: 10px 0 30px 0;
    text-align: center;
}

.safe-css .optimizerButtons {
    text-align: center;
}

.safe-css .optimizerRestart {

    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: var(--link);
    padding: 30px 0 30px 0;
}

.safe-css .optimizerRestart em {
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 20px;
}

.safe-css .optimizerQuestion {
    text-align: center;
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

/* toggle css */

.toggle-handle {
    padding: 6px 12px;
    display: none;
}

.safe-css .toggle-handle {
    border-radius: 50%;
}

.safe-css .optimizer-container .btn-primary {
    border-color: transparent !important;
}

.safe-css .optimizerToggle .btn-primary:hover {
    border-color: transparent !important;
}

.safe-css .optimizerToggle .btn {
    border-radius: 25px !important;
    border-color: transparent !important;
}

.safe-css .optimizerToggle .btn .off {
    background-color: var(--link);
}

.safe-css .toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    color: #666666;
}

/*
#user-preference-modal .toggle-on.btn,
#user-preference-modal .toggle-off.btn {
    padding-right: 0px !important;
}
*/
.safe-css .toggle-on.btn {
    border-radius: 50px;
    background: none;
    background-color: var(--link);
    color: var(--white);
}

.safe-css .toggle-off.btn {
    border-radius: 50px;
    background: none;
    background-color: var(--white);
}

.safe-css .optimizerToggleOnTitle {
    padding-right: 10px;
    letter-spacing: 1px;
}

.optimizerToggleOffTitle {
    padding-right: 12px;
}

.safe-css .optimizerToggleOffTitle {
    padding-left: 10px;
    letter-spacing: 1px;
    color: var(--text);
}

.safe-css .freedomChecking {
    color: #adbd5c;
}

.safe-css .capitolChecking {
    color: #00bbd4;
}

.safe-css .perfectChecking {
    color: #0083c6;
}

.safe-css .prestigeChecking {
    color: #5eba53;
}

.safe-css .optimizerAnswer {
    color: #4a4a4a;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.safe-css .optimizerAnswerProductName {
    text-transform: uppercase;
    letter-spacing: 2.18px;
    font-weight: 300;
    font-size: 30px;
    padding: 0 0 20px 0;
    text-align: center;
}

.safe-css .optimizerAnswerDetails {
    color: #4a4a4a;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.safe-css .applyNowLaunch {
    cursor: pointer;
}

.safe-css .showOptimizer {
    display: block;
}

.safe-css .hideOptimizer {
    display: none;
}

.safe-css .optimizerPullTab {
    position: relative;
    background: none;
    color: #4a4a4a;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9f5097;
    height: 30px;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    z-index: 20;
}

.safe-css .pullBar {
    width: 50px;
    height: 8px;
    border-top: solid 2px rgba(254, 254, 254, .4);
    border-bottom: solid 2px rgba(254, 254, 254, .6);
    position: relative;
    top: 10px;
    left: 10px;
}

@media only screen and (max-width: 991px) {

    .safe-css .optimizer-container .optimizerTitle {
        width: 100%;
        text-align: center;
        order: 1;
    }

    .safe-css .optimizer-container .optimizerTagline {
        width: 100%;
        order: 3;
    }

    .safe-css .optimizer-container .optimizerToggle {
        width: 60%;
        order: 2;
    }

    .safe-css .optimizerHeaderDesktop {
        display: none;
    }

    .safe-css .optimizerHeaderMobile {
        display: block;
    }

    .safe-css .optimizerTitle {
        width: 30%;
        float: left;
    }

    .safe-css .optimizerToggle {
        width: 30%;
        float: right;
    }
}

@media only screen and (max-width: 768px) {

    .safe-css .optimizer-container .optimizerTitle {
        width: 19%;
    }

    .safe-css .optimizer-container .optimizerToggle {
        width: 75%;
    }

    .safe-css .optimizer-container .optimizerTagline {
        width: 100%;
    }

}

@media only screen and (max-width: 736px) {

    .nopad,
    .nopadding {
        padding: 0px 15px 0px 15px !important;
    }

    .safe-css .optimizerPullTab {
        top: -20px;
    }

}

@media only screen and (max-width: 676px) {

    .safe-css .optimizerPullTab {
        top: -10px;
    }

}

@media only screen and (max-width: 440px) {

    .safe-css .optimizerButton {
        width: 60% !important;
        padding: 30px;
        margin: 20px;
    }

    .mobile-hide {
        display: none;
    }


}

@media only screen and (max-width: 414px) {

    .safe-css .optimizerToggle {
        float: left;
        margin-left: 30%;
    }

    .safe-css .optimizer-container .optimizerTitle {
        width: 100%;
        order: 1;
        font-size: 29px;
    }

    .safe-css .optimizer-container .optimizerTagline {
        width: 100%;
        order: 3;
    }

    .safe-css .optimizer-container .optimizerToggle {
        width: 35%;
        order: 2;
    }

    .safe-css .optimizerToggleOnTitle {
        float: left;
        padding-left: 5px;
    }

    .safe-css .optimizerToggleOffTitle {
        float: left;
        padding-left: 20px;
    }

}

@media only screen and (max-width: 375px) {

    .safe-css .optimizerToggle {
        margin-left: 30%;
    }

    .safe-css .optimizer-container .optimizerTagline {
        width: 100%;
        order: 3;
    }

    .safe-css .optimizer-container .optimizerToggle {
        width: 20%;
        order: 2;
    }

}

@media only screen and (max-width: 375px) {

    .safe-css .optimizerToggle {
        margin-left: 30%;
    }

}

/* Community Specific : Begin */

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.noborder {
    border: none;
    border-radius: 0;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flag-bg {
    background: url('/images/default-source/community/philanthropy/military/flag-photo.jpg');
    background-size: cover;
}

@media only screen and (min-width: 992px) {
    .column-5 {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .padding-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .community-breadcrumb {
        text-align: left;
    }
}

/* Community Specific : End */

.ob-mobile-banking-featurette .fas,
.ob-mobile-banking-featurette .far {
    color: var(--white);
}

.blue-gradient-background h3,
.flag-bg,
.mortgage-rates-content,
.resources,
.blueLine,
.loan-block-text,
.LostStolenBG,
.auto-loan-option-block,
.loan-outer,
.bc-blue {
    color: var(--white);
}

.off-canvas-toggle,
.navbar-toggle,
.navbar-collapse,
.search-trigger {
    color: var(--white);
}

/* mortgage officer display page : begin */

.mo-pic {
    width: 45%;
}

@media (max-width: 320px) {

    .mo-button {
        width: 85%;
    }

    .mo-pic {
        width: 60%;
    }
}

@media (max-width: 375px) {

    .mo-button {
        width: 90%;
    }

    .mo-pic {
        width: 50%;
    }
}

@media (max-width: 736px) {

    .credit-cards .credit-card-block {
        max-width: none;
    }

    .mo-pic {
        width: 180px;
    }
}

/* mortgage officer display page : end */

/* MOTD : Begin */

.closeMessage {
    display: block;
}

.motd {
    background-color: var(--motd);
    color: var(--text);
    /* position: relative;
    z-index: 600; */
}

.motd-exit {
    top: 12px;
    right: 25px;
}

.motd-message {
    padding: 0px 30px;
    /* border-left: solid 4px var(--text); */
    margin: 20px 0px;
    font-weight: 500;
}

.motd-link:after {
    padding-left: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "/f054";
}


/* MOTD : End */

/* placeholder for navigation redesign css perhaps */

.mo-extra-buttons .btn-blue {
    width: 100%;
    font-size: 16px !important;
}

@media (max-width: 1024px) {

    .motd-exit {
        top: 5px;
        right: 5px;
    }

    .motd-message {
        border-left: solid 4px var(--text);
    }

    .col-md-3 .btn-blue {
        width: 100%;
        height: 80px;
        vertical-align: middle;
        display: table-cell;
    }
}


@media (max-width: 1023px) {

    .col-md-3 .btn-blue {
        width: 100%;
        display: inline-block;
        vertical-align: none;
        height: unset;
    }
}

@media (max-width: 812px) {

    .inner-page-splash .col-md-3 .btn-blue {
        margin: 20px 10px 20px 0px;
    }

    .inner-page-splash .col-md-4 img {
        margin-bottom: 20px;
    }

    .credit-cards .btn-green:nth-of-type(1) {
        left: 22px !important;
    }

    #p-mo-form {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 414px) {

    .inner-page-splash .col-md-4 img {
        margin-left: 0px;
    }

}

/* Grow Your Money Page CSS : Begin */
.product-header h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-subheader {
    padding-top: 20px;
}

.view-rates-orange {
    text-decoration: none;
    color: #0077CC !important;
    /* switching from orange to blue for ADA */
}


.special-offerCC {
    position: relative;
}

.special-offerCC .featuredCC {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

/* savings page */
#share-savings .safe-product-name,
#special-purpose-share-savings .safe-product-name,
#young-member-savings .safe-product-name,
#kids-club-savings .safe-product-name,
#cesa .safe-product-name {
    background-color: var(--link);
}

/* money market page */
#level-up-mm .safe-product-name,
#capitol-access-mm .safe-product-name,
#preferred-mm .safe-product-name {
    background-color: #A750A1;
}

/* certificate page */
#certSpecial1Product .safe-product-name,
#certSpecial2Product .safe-product-name,
#certSpecial3Product .safe-product-name,
#termCertificateProduct .safe-product-name,
#bumpUpProduct .safe-product-name,
#addOnProduct .safe-product-name {
    background-color: #138575;
}

/* IRA page */
#ira-specia-1 .safe-product-name,
#ira-specia-2 .safe-product-name,
#ira-specia-3 .safe-product-name,
#first-regular-product .safe-product-name,
#second-regular-product .safe-product-name,
#third-regular-product .safe-product-name,
#fourth-regular-product .safe-product-name {
    background-color: #3897d4;
}

#share-savings .safe-product-features li,
#special-purpose-share-savings .safe-product-features li,
#young-member-savings .safe-product-features li,
#kids-club-savings .safe-product-features li,
#cesa .safe-product-features li {
    padding-top: 8px;
}

.safe-product-name-centered,
.learn-more-col {
    text-align: center;
    vertical-align: middle;
    padding-top: 135px;
}

.gym-learn-more {
    margin-top: -10px;
}

/* Icons */

#pcc-features .fa-duotone {
    color: var(--primary);
}

.safe-icon {
    color: #01528a;
}

/* Colors */

.safe-blue {
    color: var(--primary);
}

.safe-green {
    color: #138575;
}

.safe-purple {
    color: #80488E;
}

.safe-ltblue {
    color: #0077CC;
}

/* Background Colors */
.safe-green-bg {
    background-color: #138575;
}

.safe-purple-bg {
    background-color: #80488E;
}

.safe-blue-bg {
    background-color: #01528A;
}

.safe-hyperblue-bg {
    background-color: var(--link);
}

.safe-orange-bg {
    background-color: #D8772A;
}

.safe-gray-bg {
    background-color: #ECECEC;
}

.safe-white-bg {
    background-color: var(--white);
}

.safe-ltpurple-bg {
    background-color: #A750A1;
}

.safe-ltgreen-bg {
    background-color: #32A494;
}

.safe-ltblue-bg {
    background-color: #0598DD;
}


.safe-product-name-savings {
    background-color: #3897d4;
}

.safe-product-name-moneymarket {
    background-color: #138575;
}

.safe-product-name-certificates {
    background-color: #2f999a;
}

.safe-product-name-iras {
    background-color: var(--link);
}

.safe-product-name,
.safe-at-a-glance,
.safe-product-features,
.safe-product-rate {
    padding: 30px 10px 20px 40px;
    height: 300px;
    width: 25%;
    display: table;
    color: #262626;
}

.safe-product-name h4 {
    color: var(--white);
    letter-spacing: 2.18px;
    font-weight: 300;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.safe-product-name,
.safe-product-rate {
    height: 300px;
    width: 25%;
}

.safe-at-a-glance,
.safe-product-features {
    padding: 30px 10px 20px 40px;
    height: 300px;
    width: 25%;
}

.safe-at-a-glance h5,
.safe-product-features h5,
.safe-product-rate h5 {

    font-size: 16px;
    text-transform: uppercase;
    color: #262626;
    font-weight: bold;
}

.safe-product-features li {
    list-style-type: none;
    margin-left: 5px;
    margin-top: 30px;
}

.safe-product-features li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 -25px;
    color: #0083c6;
    font-weight: 900;
}

.money-market li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 2px 10px 0 -25px;
    color: #25b99b;
    font-weight: 900;
}

.iras ul,
.savings ul,
.certificates ul,
.money-market ul {
    padding: 8px 0 8px 20px;
}

.iras li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 2px 10px 0 -25px;
    color: #00bbd6;
    font-weight: 900;
}

.savings li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 2px 10px 0 -25px;
    color: #3897d4;
    font-weight: 900;
}

.certificates li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 2px 10px 0 -25px;
    color: #2f999a;
    font-weight: 900;
}

.safe-rate-percent {
    font-size: 30px;
}

.safe-container {
    padding-left: 0px;
    padding-right: 0px;
}

.safe-container a {
    color: var(--white);
}

.three-points-title {
    font-weight: 300;
    text-transform: uppercase;
    color: #3897d4 !important;
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px !important;
}

.three-points-subtitle {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1024px) {

    .safe-product-name,
    .safe-at-a-glance,
    .safe-product-rate {
        padding: 10px 15px;
        height: 275px;
        width: 25%;
        display: table;
    }

    .safe-product-features {
        padding: 10px 10px 10px 30px;
        height: 275px;
        width: 25%;
        display: table;
    }
}

@media (max-width: 1024px) {

    .safe-product-name,
    .safe-at-a-glance,
    .safe-product-rate {
        padding: 10px 15px;
        height: 300px;
        width: 25%;
        display: table;
    }

    .safe-product-features {
        padding: 10px 10px 10px 30px;
        height: 300px;
        width: 25%;
        display: table;
    }
}



@media (max-width: 736px) {

    .safe-product-name,
    .safe-at-a-glance,
    .safe-product-rate {
        padding: 30px 10px 10px 30px;
        height: inherit;
        width: 100%;
    }

    .safe-product-features {
        padding: 10px 10px 10px 30px;
        height: inherit;
        width: 100%;
    }
}

/* Grow Your Money Page CSS : End */

/* Home Loans Page CSS : Start */
@media (max-width: 583px) {

    #home-loans-apply .btn-green {
        width: 100%;
        margin-bottom: 20px;
    }

}

.apply-for-a-home-loan {
    display: inline-block;
}

/* Home Loans Page CSS : End */

/* News Page and Pagination : Begin */
#ContentPlaceHolder3_C002_eventsFrontendList_ctl00_ctl00_pager {
    z-index: 1000;
    position: relative;
    top: -60px;
}

.sf_pagerNumeric {
    margin-left: 20px;
}

.sf_pagerNumeric a {
    font-size: 18px;
    font-weight: bold;
}

.sf_pagerNumeric:nth-child(odd) a::after {
    content: " | ";
    color: #4a4a4a;
}

.sf_PagerCurrent {
    color: #4a4a4a !important;
}

.sf_PagerCurrent a {
    color: #4a4a4a !important;

}

h2 a {
    color: #0084cb;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
}

@media screen and (max-width: 769px) {
    .sf_2cols_1_67 {
        float: left;
        width: auto;
        margin: 0;
    }

    #newsCategoriesTop {
        display: block;
    }

    .news-with-sidebar .single-news h1 {
        font-size: 32px;
    }

    .inner-page-splash {
        padding: 50px 0;
    }

    .news-with-sidebar {
        padding: 0;
    }

    .news-with-sidebar .single-news img {
        width: 80%;
        float: none;
        margin: 20px;
    }
}

@media screen and (min-width: 1024px) {
    #newsCategoriesTop {
        display: none;
    }
}

@media (max-width: 1023px) {
    .sidebar {
        display: none;
    }
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .news-with-sidebar img {
        height: 100% !important;
    }

    /* IE11 */
}

/* News Page and Pagination : End */

/* Contact Us Page : Begin */

.contact-divider {
    padding: 35px 0 35px 0;
}


.phone-mobile .btn-orange,
.branch-mobile .btn-orange,
.chat-mobile .btn-orange,
.schedule-mobile .btn-orange {
    width: 100% !important;
}

.contact-mobile-copy {
    text-align: center;
    color: #4e4e4e;
    padding: 5px 5px 35px 5px;
}

.phone-mobile,
.schedule-mobile,
#MOBCNT {
    display: none;
}

.contact-icon {
    float: left;
    padding-right: 40px;
    width: 20%;
}

.contact-content {
    float: left;
    padding-left: 20px;
    width: 80%;
    color: #4a4a4a;
}

.contact-list {
    list-style: disc;
    margin-left: 20px;
}

.contact-phone-number {
    letter-spacing: inherit;
}

@media only screen and (max-width: 812px) {

    #MOBCNT {
        display: block;
    }

    #DSKTP {
        display: none;
    }

    .bold-black {
        font-weight: bold;
        color: black !important;
        font-size: 110% !important;
    }

    .phone-mobile .btn-orange,
    .branch-mobile .btn-orange,
    .chat-mobile .btn-orange,
    .schedule-mobile .btn-orange {
        font-size: 16px;
    }

    .contact-content {
        padding-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    #email,
    .contact-address {
        text-align: center;
    }

    .contact-content p {
        text-align: center;
    }

    .contact-icon {
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        padding-right: 0px;
    }

    .fa-4x {
        font-size: 5em;
    }

    .contact-content h2 {
        text-align: center;
    }

    .contact-us-title {
        text-align: center;
    }

    .contact-phone-number {
        white-space: nowrap;
        letter-spacing: -1px;
    }

    .schedule-desktop,
    .schedule-intro,
    .holiday-icon,
    .chat-intro,
    .contact-us-intro,
    .contact-phone-intro,
    .phone-desktop {
        display: none;
    }

    .mobile-numbers-only,
    .schedule-mobile,
    .phone-mobile {
        display: block;
    }

}


@media only screen and (max-width: 375px) {

    .inner-page-splash h1 {
        font-size: 46px;
    }

    .inner-page-splash h2 {
        font-size: 34px;
        padding-bottom: 10px;
    }

    .contact-icon {
        font-size: 12px;
    }

    .contact-phone-number {
        font-size: 14px;
    }

}

/* Contact Us Page : End */

/* Thank you for joining our webinar : start */

.icon-center {
    text-align: center;
    margin: 20px;

}

/* Thank you for joining our webinar : end */

/* Campaign Template Specific : Start */

@media (max-width: 1024px) {

    .navbar-header .btn-ghost {
        border: none;
    }

    #nav-logo {
        margin-left: 1%;
    }

}


@media (max-width: 414px) {
    .campaign .pull-right {
        padding-right: 0px !important;
    }
}

@media (max-width: 320px) {
    .btn .fas {
        display: none;
    }
}

/* Campaign Template Specific : End */

/* Member - Non-Member Modal : Begin */

#loans-link {
    font-weight: bold;
    color: var(--link);
}

.xa-lead-gen-form h1 {
    margin: 16px 0 40px;
    font-size: 24px;
    color: var(--text);
}

.xa-lead-gen-form ul {
    list-style: disc;
    margin-left: 20px;
}

#skip a:hover {
    text-decoration: underline;
}

#xaleadgen {
    padding: 50px 60px 60px 60px;
}

#xaleadgen a {
    color: #cccccc;
    font-weight: 300 !important;
}


#xaleadgen {
    display: none;
}

.leadgen-modal-trigger {
    cursor: pointer;
}

.account-option a {
    text-decoration: underline;
}

.hideDiv {
    display: none;
}

.showDiv {
    display: block;
}

#member-or-new input[type="text"] {
    width: 100%;
    padding: 15px 15px;
    margin: 10px 0;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: inherit;
}

#member-or-new input[type="password"] {
    font: small-caption;
    font-size: 16px;
    width: 100%;
    padding: 15px 15px;
    margin: 10px 0;
    border: none;
    color: #333;
}

#member-or-new a {
    color: var(--link);
    text-decoration: none;
}

.smlogin button {
    display: block;
    margin: 20px 0;
}

#member-or-new .modal-content {
    background-color: var(--white);
}

/*
#member-or-new .modal-body {
    padding: 0px;
}
*/
#member-or-new .modal-body h2 {
    font-size: 24px;
    padding-bottom: 20px;
}

#member-or-new .modal-body a {
    font-weight: bold;
}

#member-or-new .modal-dialog {
    width: 75%;
    height: 75%;
    margin: 10vh auto 0px auto;
}

/*
#member-or-new .modal-body {
    height: 90%;
}
*/

@media (max-width: 1023px) {

    .mobileYesNo {
        display: block;
    }

    .safe-member {
        display: none;
    }

    .new-to-safe {
        display: none;
    }

    #member-or-new .modal-dialog {
        width: 85%;
        height: 75%;
        margin: 2vh auto 0px auto;
    }

}

@media (min-width: 1024px) {

    .mobileYesNo {
        display: none;
    }

    #member-or-new .modal-dialog {
        width: 900px;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

    .safe-member {
        width: 400px;
        float: left;
        border-right: solid 1px var(--white);
        padding-right: 40px;
    }

    .new-to-safe {
        width: 400px;
        float: left;
        padding-left: 40px;

    }

}

.patriot {
    font-size: 14px;
    line-height: normal;
}

.patriot-desktop {
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 20px;
}

.patriot-mobile {
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 60px;
    display: none;
}

/* from modal need to verify */
.patriot-mobile {
    padding-top: 25px !important;
}

@media (max-width: 1023px) {
    .mobileYesNo {
        display: block;
        padding: 15px !important;
    }
}

/* end */


@media (min-width: 813px) {
    .patriot-mobile {
        display: none;
    }

    .patriot-desktop {
        display: block;
    }
}

@media (max-width: 812px) {


    .patriot-mobile {
        display: block;
    }

    .patriot-desktop {
        display: none;
    }
}

/* Member - Non-Member Modal : End */

/* Capitol Club (and Credit Card Product Pages (?) : Start */

.flexme .sfContentBlock p {
    padding: 0px;
}

.upperC {
    text-transform: uppercase;
}

.creditcard-product-right {
    padding: 0px 10px 10px 10px;
}

.creditcard-product-icon {
    float: left;
    margin: 10px 35px;
    font-size: 36px;
    color: #035388;
    text-align: center;
}

.cpi-bg {
    background-color: #ecece5;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 19px 10px 10px 12px;
}

.creditcard-product-details {
    float: left;
    width: 75%;
}

.ccpgIcon {
    width: 75%;
}

.credit-card-flex .currentOffer {
    margin-top: 40px;
}

.ccLearnMore {
    margin-top: 40px;
}

.cardImg {
    width: 300px;
}

@media (max-width: 1024px) {

    .creditcard-product-icon {
        margin: 10px;
    }

}

@media (max-width: 736px) {

    .creditcard-product-icon {
        float: left;
        margin: 10px 10px 0px 0px;
        font-size: 36px;
        color: #035388;
    }

    .creditcard-product-right {
        padding: 0px 0px 10px 0px;
    }

    .cpi-bg {
        width: 60px;
        height: 60px;
        padding: 15px 2px;
        font-size: 28px;
    }

}

@media (max-width: 667px) {

    .creditcard-product-icon {
        float: left;
        margin: 10px 10px 0px 0px;
        font-size: 24px;
        color: #035388;
    }

    .creditcard-product-right {
        padding: 0px 0px 10px 0px;
    }

    .cpi-bg {
        width: 50px;
        height: 50px;
        padding: 13px 4px;
    }

}

@media (max-width: 568px) {

    .creditcard-product-icon {
        float: left;
        margin: 10px 10px 0px 0px;
        color: #035388;
    }

    .cpi-bg {
        padding: 13px 4px 0 5px;
    }

}


@media (max-width: 414px) {

    .creditcard-product-icon {
        float: left;
        margin: 10px 10px 0px 0px;
        color: #035388;
    }

    .creditcard-product-right {
        padding: 0px 0px 10px 0px;
    }

}


@media (max-width: 375px) {

    .creditcard-product-icon {
        display: none;
    }

    .creditcard-product-details {
        width: 85%;
    }

}


@media (max-width: 320px) {

    .creditcard-product-icon {
        display: none;
    }

}

/* Capitol Club (and Credit Card Product Pages (?) : End */

/* Student Loans Page */
.available-loans-title {
    font-weight: bold;
    font-size: 20px;
}

/* Loan Applications : Start */
.loan-app-row {
    background-color: var(--white);
    padding: 20px;
    margin-bottom: 20px;
    min-height: 200px;
}

.loan-app-icon {
    padding: 30px 0 10px 0;
    text-align: center;
}

.loan-app-content h3 {
    color: #262626;
}

.loan-app-content p {
    color: #262626;
    padding: 0;
    margin: 0;
}

/* Loan Applications : End */

/* Legacy Accordion Styles : Begin */
/* Icon when the collapsible content is shown */
.bootstrap-iso .btn-expand:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    float: left;
    margin-left: 15px;
    display: inline;
    color: var(--white);
}

/* Icon when the collapsible content is hidden */
.bootstrap-iso .btn-expand.collapsed:after {
    content: "\f067";
    color: var(--white);
}

/* Legacy Accordion Styles : End */

/* HomeAdvantage Rebate Badge : Start */
.homeadvantage-rebate-wrapper {
    background-image: linear-gradient(to bottom right, #0082c8, #03639d);
    border: solid 10px #f1c418;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin: 20px;
}

.homeadvantage-rebate-copy-wrapper {
    position: relative;
    top: 65px;
    left: 0px;
    text-align: center;
}

.homeadvantage-rebate-copy {

    font-size: 26px;
    color: var(--white);
    line-height: 1.1em;
}

.homeadvantage-rebate-value {

    font-weight: bold;
    font-size: 50px;
    color: var(--white);
    padding: 20px 0 20px 0;
}

/* HomeAdvantage Rebate Badge : End */

/* Business : Begin */
.grid-green {
    background-color: #0C866E;
}

.grid-purple {
    background-color: #80488E;
}

.grid-blue {
    background-color: var(--link);
}

.grid-content-left {
    color: var(--white);
    padding: 30px 40px;
    display: block;
}

.grid-content-right {
    color: var(--white);
    padding: 30px 40px;
    display: block;
}

.grid-image-left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}

.grid-image-right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    float: right;
}


@media(max-width:767px) {

    .grid-image-right,
    .grid-image-left {
        min-height: 200px;
        float: none;
    }
}

/* added back in from v3 for Business/Additional-Resources page */

.how-can-we-help {
    padding: 40px 0;
    color: var(--white);
}

.how-can-we-help .help-modal-outer {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #0054a6;
    text-align: center;
    height: 200px;
    cursor: pointer;
    margin: 10px auto;
    width: 87%
}

@media(min-width:768px) {
    .how-can-we-help .help-modal-outer {
        margin: 0 0 35px 0
    }
}

.how-can-we-help .help-modal-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 82, 138, .9);
    padding: 30px 50px
}

@media(min-width:768px) {
    .how-can-we-help .help-modal-inner {
        padding: 30px 10px
    }
}

@media(min-width:992px) {
    .how-can-we-help .help-modal-inner {
        padding: 30px 50px
    }
}

.how-can-we-help .no-padding {
    padding: 0
}

.how-can-we-help h4 {

    font-style: italic
}

.how-can-we-help h3 {
    letter-spacing: 2.33px;
    line-height: 32px
}

.help-overlays {
    display: none;
    background-color: var(--link);
    position: fixed;
    width: 92%;
    max-width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0 auto;
    z-index: 500;
    padding: 0;
    height: 100%;
    width: 100%
}

@media(min-width:768px) {
    .help-overlays {
        position: absolute;
        top: 5%;
        width: 92%;
        height: 500px
    }
}

@media(min-width:992px) {
    .help-overlays {
        position: absolute;
        height: 490px;
        top: 0
    }
}

.help-overlays h2 {
    margin: 30px 0 25px 30px;
    width: 80%;
    text-align: left
}

@media(min-width:768px) {
    .help-overlays h2 {
        margin-left: 50px;
        text-align: left
    }
}

.help-overlays img {
    max-width: 100%
}

.help-overlays .no-padding {
    padding: 0
}

.help-overlays .modal-img-outer {
    height: 100%;
    padding: 0
}

.help-overlays .modal-img-inner {
    display: none;
    height: 100%;
    background-position: center;
    background-size: cover
}

.help-overlays .row {
    height: 100%
}

@media(min-width:544px) {
    .help-overlays .row {
        overflow: scroll
    }
}

.help-overlays .exit {
    z-index: 200;
    right: 10px;
    top: 15px
}

@media(min-width:768px) {
    .help-overlays .exit {
        top: -15px;
        right: -15px
    }
}

.help-overlays .active-tab {
    background-color: rgba(255, 255, 255, .15)
}

.help-overlays .help-description {
    display: none
}

.help-overlays .help-descriptions {
    display: none
}

@media(min-width:768px) {
    .help-overlays .help-descriptions {
        display: initial
    }
}

.help-overlays .active {
    display: block
}

.help-overlays .help-content {
    padding: 0 0 80px 0
}

.help-content .help-description a {
    color: #fff;
}

.help-overlays .help-description {
    padding: 0
}

.help-overlays button {
    font-size: 16px;
    margin-top: 10px
}

.help-overlays .mobile-text-content {
    padding: 10px 20px;
    background: #01528a
}

@media(min-width:768px) {
    .help-overlays .mobile-text-content {
        display: none
    }
}

.help-overlays .modal-nav-item {
    text-transform: uppercase;
    letter-spacing: 2.33px;
    font-weight: 300;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    overflow: scroll
}

@media(min-width:544px) {
    .help-overlays .modal-nav-item {
        overflow: initial
    }
}

@media(min-width:768px) {
    .help-overlays .modal-nav-item {
        padding: 10px 0 10px 50px
    }
}

.foo {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #0054A6;
    text-align: center;
    height: 200px;
    cursor: pointer;
    margin: 10px auto;
    width: 87%;
}

@media (min-width: 768px) {
    .foo {
        margin: 0 0 35px 0;
    }
}

.foo2 {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 82, 138, 0.9);
    padding: 30px 50px;
}

.foo2 button {
    position: relative;
    right: 5px;
}

@media (min-width: 768px) {
    .foo2 {
        padding: 30px 10px;
    }
}

@media (min-width: 992px) {
    .foo2 {
        padding: 30px 50px;
    }
}

@media (max-width: 375px) {
    .foo2 button {
        position: relative;
    }
}

/* IE11 hack for button width - Business Checking Page */
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .depth-2 button {
        width: 60% !important;
    }

    /* IE11 */
}

.checking-accounts .option-top {
    color: var(--white);
}

.white-font {
    color: #ffffff !important;
}

.white-link a:hover {
    text-decoration: underline !important;
}

.white-black-icon {

    color: var(--white);

}

.white-black-icon:hover {
    color: #000;
}

.bold {
    font-weight: bold;
}

.comments-text-area {
    height: 125px !important;
}

div.iradio_flat-blue span.k-widget.k-tooltip-validation {
    position: relative;
    left: 175px;
    vertical-align: top;
}

/* Business : End */

/* Wealth Management : Start */
.main-footer-nav,
#wm-bottom-footer-div p {
    color: var(--white);
}

/* Wealth Managment : End */

/* About */
.safe-brand-promise p,
.safe-brand-promise h1 {
    color: var(--white);
}

.dave {
    width: 300px;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .dave {
        width: 100%;
    }

}

@media (max-width: 916px) {
    .dave {
        width: 75%;
    }

    .dave-pic {
        text-align: center;
    }
}

.board-member-listing a {
    color: #01528A;
}

#security-tips .btn-blue:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    float: left;
    margin-left: 15px;
    display: inline;
}

/* Icon when the collapsible content is hidden */
#security-tips .btn-blue.collapsed:after {
    content: "\f067";
}

/* Coin Machines */
.locationTitle h1 {
    color: #01528A;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0;
}

.locationTitle a {
    color: #01528A;
}


.locationTitle h1 {
    color: #01528A;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0;
}

/* NMLS Listing : Start */

/* CSV Table Classes */
TABLE.CSVTable {
    border-collapse: collapse;
    width: 100%;
}

/* Header */

TABLE.CSVTable TH {
    font-weight: bold;
}

/* Table Cells */
TABLE.CSVTable TD,
TABLE.CSVTable TH {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid var(--white);
    border-top: 1px solid transparent;
    color: #4a4a4a;
}

/* Default background color for rows */
TABLE.CSVTable TR {
    background: var(--white);
}

/* Background color for odd rows */
TABLE.CSVTable TR.odd {
    background: #ecf2f9;
}

/* NMLS Listing : End */

/* Branch Pages : Start */
.featuresTitle {
    color: #0084cb;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0;
}

/* Branch Pages : End */

/* Online and Mobile Banking : Start */

/* live person chat now snippet */
.lp-chat-now {
    display: inline-block;
    cursor: pointer;
    color: #0077CC;
    font-weight: 300;
}

/* page css content moved here */

.mobile-device-img {
    margin-left: auto;
    margin-right: auto;
}

.ob-mobile-banking-container h1 {

    font-size: 36px;
    color: #aafcff;
    text-align: center;
    margin: 6px 0px;
}

.ob-mobile-banking-container h2 {

    font-size: 24px;
    color: var(--white);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
}

.ob-mobile-banking-featurette {
    padding-top: 40px;
    cursor: pointer;
}

.ob-mobile-banking-featurette h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #aafcff;
    padding-top: 0px;
    margin-top: 0px;
}

.ob-mb-icon .fas,
.ob-mb-icon .far {
    font-size: 50px;
    float: left;
}

.featurette-copy {
    float: left;
    padding-left: 30px;
    width: 75%;
    margin-bottom: 30px;
}

.featurette-copy p {
    color: var(--white);
    margin-top: 10px !important;
}

.ob-row-3 {
    padding-top: 60px;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.ob-apps {
    position: relative;
}

@media (max-width: 414px) {
    .btn-blue {
        margin-bottom: 30px;
    }

    .fa-plane {
        font-size: 40px !important;
    }
}

@media (max-width: 414px) {

    .btn-blue {
        margin-bottom: 30px;
    }

}

@media (max-width: 414px) {

    .btn-blue {
        margin-bottom: 30px;
    }

}

.mb-orange-box,
.mb-purple-box,
.mb-blue-box,
.mb-green-box {
    text-transform: uppercase;
    color: var(--white);
    font-size: 24px;
    text-align: center;
    width: 100%;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    cursor: pointer;
}

.mb-orange-box img {
    padding-top: 20px;
}

.mb-purple-box img {
    padding-top: 30px;
}

.mb-blue-box img {
    padding-top: 30px;
}

.mb-green-box img {
    padding-top: 20px;
}

.mb-orange-box h4 {
    position: absolute;
    bottom: 30px;
    right: 90px;
}

.mb-purple-box h4 {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.mb-blue-box h4 {
    position: absolute;
    bottom: 30px;
    right: 85px;
}

.mb-green-box h4 {
    position: absolute;
    bottom: 20px;
    right: 85px;
}

.mb-orange-box {
    background-color: #d35932;
    margin: 10px;
}

.mb-purple-box {
    background-color: #894c9a;
    margin: 10px;
}

.mb-blue-box {
    background-color: #3b97d0;
    margin: 10px;
}

.mb-green-box {
    background-color: #339999;
    margin: 10px;
}


@media (min-width: 1024px) {

    .mb-orange-box h4,
    .mb-purple-box h4,
    .mb-blue-box h4,
    .mb-green-box h4 {
        position: initial;
        padding-top: 20px;
    }

    .mb-orange-box img,
    .mb-purple-box img,
    .mb-blue-box img {
        width: 50%;
    }

    .mb-green-box img {
        width: 60%;
    }

}

@media (max-width: 1024px) {

    .mb-orange-box h4,
    .mb-purple-box h4,
    .mb-blue-box h4,
    .mb-green-box h4 {
        position: initial;
        padding-top: 20px;
    }
}

.chooserA-title,
.chooserB-title {
    padding: 20px 0px 10px 0px;
}


@media (min-width: 1024px) {

    #omb-main .i-want-to-wrapper {
        width: 33%;
    }

    .i-want-to-wrapper {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .chooser-a-button {
        padding-left: 10px;
    }

    .go-button-a {
        margin-top: 10px;
        padding: 5px 10px !important;
        margin-top: 10px;
    }


    .chooserA-subtitle {
        padding-right: 10px;
        padding-top: 15px;
    }

    .chooserA {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }

    .chooserB-subtitle,
    #ob-chooser-want,
    .setup-wrapper,
    .access-wrapper,
    .transfer-wrapper,
    .view-wrapper {
        float: left;
    }

    #ob-chooser-want {
        width: 30%;
    }

    .chooserB-subtitle {
        padding: 14px;
    }

    .chooserB {
        display: block;
        width: 675px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    #setup,
    #access,
    #transfer,
    #view {
        margin-left: 10px;
        width: 250px;
    }

    .go-button {
        float: left;
        margin-left: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }

}

.chooserA {
    display: block;
}

.chooserB {
    display: none;
}

.ob-menu-header {
    padding-bottom: 10px;
}

@media (max-width: 736px) {

    .ob-menu-header {
        padding-top: 20px;
    }

}

.ob-menu-button {
    text-align: center;
    margin-bottom: 20px;
}

.ob-menu-item {
    padding-bottom: 10px;
    line-height: normal;
}

.secondary-section {
    padding-top: 20px;
}

.ob-menu-header a {
    font-weight: 600;
    text-decoration: none;
    color: #01528a;
    font-size: 14px;
}

.ob-menu-item a {
    font-weight: 300;
    text-decoration: none;
    color: #01528a;
    font-size: 14px;
}

.ob-menu-trigger-view,
.ob-menu-trigger-collapse {
    text-decoration: none;
    color: #01528A;
    cursor: pointer;
}

.ob-menu-trigger-view:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0dd";
    color: #01528A;
    margin-left: 5px;
    font-weight: 900;
    position: relative;
    top: -3px;
}

.ob-menu-trigger-collapse:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0de";
    color: #01528A;
    margin-left: 5px;
    font-weight: 900;
    position: relative;
    top: 5px;
}

.alexa-banking h1 {
    color: var(--white);
}

.alexa-banking h2 {
    font-size: 20px;
}

/* online-banking page css moved here */

.videoArea {
    width: 100%;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.imgArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#pccvideo {
    width: 585px;
}

@media (max-width: 1024px) {
    .videoArea {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #pccvideo {
        width: 100%;
    }

    #pccImg,
    .imgArea {
        width: 100%;
    }
}

@media (max-width: 736px) {
    .videoArea {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #pccvideo {
        width: 100%;
    }

    #pccImg,
    .imgArea {
        width: 100%;
    }
}

.chooserA {
    display: block;
}

.chooserB {
    display: none;
}

/* .css contents moved here */

.small-icon {
    margin-right: 30px;
}

.ob-phone-col {
    height: 700px;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
}

.ob-phone-wrapper {
    position: relative;
    height: 560px;
}

.ob-phone-frame {
    position: absolute;
    z-index: 2;
}

.ob-phone-demo {
    position: relative;
    z-index: 6;
    top: 72px;
    left: 15px;
}

.ob-apps-wrapper {
    position: relative;
    top: 45px;
    left: 0px;
}

.more-resources a {
    color: #0077CC;
}

.ob-section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ob-section-divider {
    border-bottom: 1px solid #adb5bc;
}

.ob-section h1 {
    font-size: 24px;
    color: #01528a;

    margin: 0;
}

.ob-section .ob-icon {
    float: left;
}

.ob-section .ob-details {
    float: left;
    width: 75%;
    margin-left: 40px;
}

.ob-section .far,
.ob-section .fas,
.ob-section .fal {
    color: #adb5bc;
    font-size: 50px;
    float: left;
}

.ob-section li {
    list-style-position: outside;
    margin-left: 20px;
}

.ob-chooser-container {
    padding: 5px;
    border: #ecece6 solid 1px;
    text-align: center;
    margin-bottom: 10px;
}

.fa-ghost:before {
    content: "\f6e2";
    position: relative;
    z-index: 201;
    top: -18px;
    right: -25px;
}

.ghost-purple:before {
    content: "\f6e2";
    position: relative;
    z-index: 200;
    top: -72px;
    right: -22px;
    color: #4b4f91;
    font-size: 58px;
}

.ghost-white:before {
    content: "\f6e2";
    position: relative;
    z-index: 200;
    top: -72px;
    right: -22px;
    color: var(--white);
    font-size: 58px;
}

/* ghost w/in Accordion for Online & Mobile Banking page 0622 */
#card-services .fa-ghost:before {
    content: "\f6e2";
    position: relative;
    z-index: 201;
    top: -29px;
    right: -13px;
}

#card-services .ghost-white:before {
    content: "\f6e2";
    position: relative;
    z-index: 200;
    top: -70px;
    right: -12px;
    color: var(--white);
    font-size: inherit;
}


.digital-wallet {
    color: #4a4a4a;
}

.sme {
    padding-left: 0;
}

.dw-three-one,
.dw-three-two,
.dw-three-three {
    color: var(--white);
}

.dw-three-one {
    background-color: #055286;
    padding: 20px;
    margin: 2px;
}

.dw-three-two {
    background-color: #138575;
    padding: 20px;
    margin: 2px;
}

.dw-three-two p {
    color: var(--white);
}

.dw-three-three {
    background-color: #a63983;
    padding: 20px;
    margin: 2px;
}

.dw-icon {
    color: #9cf0f0;
    font-size: 60px;
    text-align: center;
    padding-top: 10px;
}

.dw-icon-wrap {
    text-align: center;
    padding-bottom: 15px;
}

.padme-amidala {
    margin: 10px 0 10px 0;
}

.mobile-icon,
.desktop-icon {
    color: #055287 !important;
    font-size: 16px !important;
    float: none !important;
    padding-left: 5px !important;
}

.chooserA-title,
.chooserB-title {
    color: #000000;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
}

.google-play,
.app-store {
    float: left;
}

.go-button,
.go-button-a,
.go-button-b {
    margin-bottom: 20px;
}


.go-button-a {
    margin-top: 10px;

}

.chooserA,
.chooserB {
    background-color: #ecece6;
}

@media (min-width: 1024px) {

    .stickIT {

        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-top: 60px;

    }

}

@media (max-width: 1024px) {
    .ob-apps-wrapper {
        left: 60px;
    }

    .google-play,
    .app-store {
        padding: 10px;
    }
}

@media (max-width: 991px) {

    .col-md-8 {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*
    .col-md-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
        */
}

@media (max-width:812px) {
    .sme {
        padding-left: 25px;
    }

    .dw-icon {
        padding-top: 10px;
    }

    .ob-phone-frame {
        left: 200px;
    }

    .ob-phone-demo {
        left: 212px;
    }

    .ob-apps-wrapper {
        left: 180px;
    }

}

@media (max-width: 768px) {
    .ob-phone-frame {
        left: 200px;
    }

    .ob-phone-demo {
        left: 212px;
    }

    .ob-apps-wrapper {
        left: 180px;
    }
}

@media (max-width: 667px) {
    .ob-phone-frame {
        left: 160px;
    }

    .ob-phone-demo {
        left: 172px;
    }

    .ob-apps-wrapper {
        left: 145px;
    }
}

@media (max-width: 414px) {

    .small-icon {
        margin-right: 0px;
    }

    .ob-apps-wrapper {
        text-align: center;
        left: 0px;
        margin-bottom: 40px;
    }

    .ob-phone-frame {
        left: 30px;
    }

    .ob-phone-demo {
        left: 42px;
    }

    .ob-apps {
        text-align: center;
    }

    .google-play,
    .app-store {
        float: none;
        padding: 10px;
    }

    .ob-section .ob-icon {
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .ob-section .far,
    .ob-section .fas,
    .ob-section .fal {
        float: none;
    }

    .ob-section .fa-ghost:before {
        top: -48px;
    }

    .ob-section .ghost-white:before {
        top: -115px;
        right: -25px;
    }

    .ob-section .fa-credit-card-front {
        position: relative;
        right: 12px;
    }
}

@media (max-width: 375px) {
    .ob-apps-wrapper {
        text-align: center;
        left: 0px;
    }

    .ob-phone-frame {
        left: 10px;
    }

    .ob-phone-demo {
        left: 22px;
    }

}

@media (max-width: 320px) {

    .ob-phone-frame {
        height: 460px;
        left: 0px;
    }

    .ob-phone-demo {
        left: 12px;
    }

    .ob-phone-frame img {
        width: 250px;
    }

    .ob-phone-demo img {
        width: 225px;
    }

    .ob-apps-wrapper {
        text-align: center;
        left: 0px;
    }

    .ob-phone-wrapper {
        height: 475px;
    }
}


.apple-pay-icon {
    width: 60px;
}

.samsung-pay-icon {
    width: 35px;
    margin-top: 10px;
    margin-left: 10px;
}

.google-pay-icon {
    width: 60px;
    margin-top: 20px;
    margin-left: 10px;
}

.garmin-pay-icon {
    width: 75px;
    margin-top: 5px;
}

.fitbit-pay-icon {
    width: 125px;
    margin-top: 5px;
}

.apple-pay-icon,
.samsung-pay-icon,
.google-pay-icon,
.garmin-pay-icon,
.fitbit-pay-icon {
    margin-right: 20px;
}

/* Online and Mobile Banking : End */

.news-title {
    letter-spacing: -1px;
}

/* icon left, copy right */

.icon-left-copy-right .icon-left {
    float: left;
    width: 65px;
    text-align: center;
}

.icon-left-copy-right .copy-right {
    float: left;
    margin-left: 40px;
    max-width: 90%;
}

.icon-left-copy-right .copy-right h2 {
    margin-top: 0px;
}

.icon-left-copy-right hr {
    border-top: 2px solid #cecece;
}

.grey-background-copy {
    background-color: #eee;
    padding: 60px 0px 60px 0px;
}

.grey-background-copy a {
    color: #01528A;
}

.blue {
    color: #01528A;
}

.copy-right a {
    color: #0077CC;
}

.last-item-spacer {
    padding-bottom: 60px;
}

@media (max-width: 1024px) {
    .icon-left-copy-right .copy-right {
        max-width: 60%;
    }
}

@media (max-width: 812px) {
    .icon-left-copy-right .copy-right {
        max-width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    .safe-breadcrumb {
        text-align: left;
    }
}

@media (max-width: 567px) {

    .icon-left .fas,
    .icon-left .far,
    .icon-left img {
        display: none;
    }

    .icon-left-copy-right .copy-right {
        margin-left: 15px;
    }

}

.firstItem {
    background-color: #ecece5;
    padding-top: 60px;
    padding-bottom: 1px;
}

.secondaryItem {
    background-color: #ecece5;
    padding-top: 20px;
    padding-bottom: 1px;
}

.checking-reviews {
    top: 70px;
    right: 20%;
    position: absolute;
    text-align: center;
    float: right;
}

.perfectBullet li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 -25px;
    color: #138575;
    font-weight: 900;
}

.prestigeBullet li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 -25px;
    color: #A750A1;
    font-weight: 900;
}

.capitolBullet li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 -25px;
    color: #0077CC;
    font-weight: 900;
}

.freedomBullet li:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f058';
    margin: 0 10px 0 -25px;
    color: #01528A;
    font-weight: 900;
}


.allBullets li {
    list-style-type: none;
    margin-left: -5px;
    padding-bottom: 12px;
}

.upperC {
    text-transform: uppercase;
}

.checking-product h4 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2.18px;
    /* font-family: 'gotham_condensed'; */

    font-weight: 300;
    font-size: 30px;
    padding-bottom: 20px;
}

.fff-rates-disclosures {
    color: var(--white);
    padding-top: 20px;
    font-weight: normal;
    font-size: 14px;
}

.fff-rates-disclosures a {
    color: var(--white);
    font-size: 14px;
}

.product-name-box {
    padding: 20px 30px 60px 30px;
    width: 22%;
}

.perfect {
    height: 48vh;
    background-color: #138575;
}

.prestige {
    background-color: #A750A1;
}

.capitol {

    background-color: var(--link);
}

.freedom {

    background-color: #01528A;
}

.at-a-glance {
    width: 20%;
    margin-left: 20px;
}

.account-benefits {
    width: 33%;
}

.monthly-fee {
    width: 22%;
}

.checking-desc {
    letter-spacing: -.5px;
}

.allFeatures h4 {
    color: #0084cb;
    text-transform: uppercase;
    letter-spacing: 2.18px;
    font-weight: 300;
    font-size: 24px;
}

.allFeatures {
    padding: 60px 0 60px 40px;
}

.sfContentBlock ul {
    padding-left: 28px;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .perfect {
        height: 58vh;
    }

    .depth-2 button {
        width: inherit;
    }
}


@media (max-width: 1024px) {

    .perfect {
        height: 48vh;
    }

    .depth-2 button {
        width: inherit;
    }
}

@media (max-width: 1023px) {

    .perfect {
        height: auto;
    }

    .depth-2 button {
        width: 100%;
    }

}

@media (max-width: 991px) {

    .product-name-box {
        height: inherit;
        width: 100%;
    }

    .at-a-glance {
        height: inherit;
        width: 100%;
        margin-left: 0px;
    }

    .account-benefits {
        height: inherit;
        width: 100%;
    }

    .monthly-fee {
        height: inherit;
        width: 100%;
    }

    .allBullets {
        margin-left: 15px;
    }

}

@media (max-width: 768px) {
    .firstItem {
        padding-top: 30px;
    }
}

@media (max-width: 736px) {

    .allFeatures {
        padding: 10px 0 60px 40px;
    }

}

@media (max-width: 414px) {

    .allFeatures {
        padding: 10px 10px 20px 15px;
    }

}

/* home page grid */
.grid-content-right,
.grid-content-left {
    padding: 25px 40px;
}

@media only screen and (max-width: 1198px) {

    .grid-content-right,
    .grid-content-left {
        padding: 10px 20px;
    }

    .grid-content-right h3,
    .grid-content-left h3 {
        font-size: 24px;
    }

    .grid-content-right a,
    .grid-content-left a {
        font-size: 15px;
    }
}

/* general CSS */

.container li a:hover,
.container p a:hover,
.credit-card-block a:hover,
.form-group a:hover {
    text-decoration: underline;
}

.safe-at-work-form {
    padding-top: 40px;
}

.safe-at-work-form input {
    width: 100%;
    margin: 10px 0 10px 0;
    height: 50px;
    border: solid 1px #cecece;
    color: black;
    border-radius: 4px;
}

.safe-at-work-form select {
    width: 100%;
    margin: 10px 0 10px 0;
    height: 50px;
    border: solid 1px #cecece;
    color: black;
    border-radius: 4px;
}

.safe-at-work-form textarea {
    width: 100%;
    margin: 10px 0;
    border: solid 1px #cecece;
    color: black;
    border-radius: 4px;
}

.safe-at-work-form label {
    color: #4a4a4a;
    margin-bottom: 0;
    font-weight: normal;
}

.safe-at-work-form input[type="radio"],
input[type="checkbox"] {
    width: 15px;
    height: 0px;
    height: 15px;
    margin: 10px 10px 20px 0;
}

.safe-at-work-form .sfTxtLbl {
    padding-top: 20px;
    color: #4a4a4a;
    margin-bottom: 0;
    font-weight: normal;
}

.safe-at-work-form .sfCheckListBox input {
    margin-left: 20px;
    margin-top: 10px;
}

.safe-at-work-form #ContentPlaceHolder3_C001_ctl00_ctl00_ctl05_C003_ctl00_ctl00_titleLabel_checkboxes {
    padding-bottom: 15px;
}

.safe-at-work-form input[type="button"],
input[type="submit"] {
    background-color: #138575;
    border: none;
    border-radius: 2px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color .3s ease;
    color: var(--white);
    width: 25%;
}

.safe-at-work-form .sfExample {
    color: #222222;
    margin-top: -10px;
    font-size: 12px;
}

.safe-at-work-form .sfError {
    color: red;
}

.safe-at-work-form .sfSuccess {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 18px;
}

.sfSuccess {
    background-color: #eee;
    padding: 20px;
}

@media (max-width: 414px) {

    .safe-at-work-form input[type="button"],
    input[type="submit"] {
        width: 100%;
    }

    .sf_2cols_1_50 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .sf_2cols_2_50 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .sf_2cols_2_50 .sf_2cols_2in_50 {
        margin-left: 0;
    }

}

/* Financial Calculators */

/* Financial Calculators List CSS */

body {

    font-size: 16px;
}

.calc-list-link {
    font-weight: bold;
    color: #01528A;
}

#fcList {
    /* font-family: gotham !important; */
    font-family: "Noto Sans", sans-serif !important;
    color: #4a4a4a !important;
}

#tvcTabsDiv {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    left: 15px;
    z-index: 1;
    /*set over .panel*/
}

button.tvcTab {
    position: relative;
    border-collapse: collapse;
    border-style: solid solid solid solid;
    border-color: #0071b9;
    border-width: 1px 1px 0px 1px;
    padding: 3px 1em 2px 1em;
    margin-top: 6px;
    margin-right: 2px;
    /* font-family: arial; */

    font-size: 15px;
    text-decoration: none;
    float: left;
    color: white;
    background: #0071b9 url('https://www.timevaluecalculators.com/images/gradient.png');
}

button.tvcTab:hover {
    background: white;
    color: black;
}

button.tvcSelectedTab {
    position: relative;
    top: 2px;
    padding-top: 6px;
    margin-top: 1px;
    color: black;
    border-top: solid 3px #0071b9;
    border-bottom: solid 1px white;
    background: white;
}

.cTimeValue .panel {
    position: relative;
    border: solid 1px #0071b9;
    background-color: white;
    padding: 5px;
    height: 350px;
    overflow: auto;
    display: none;
    z-index: 0;
    /*set under #tabs*/
    top: -1px;
}

.cTimeValue .selectedPanel {
    display: block;
}

.cTimeValue H2,
.cTimeValue H3 {
    color: black;
}

.cTimeValue li {
    margin-bottom: 5px;
}

div.tvcInnerCalculatorDivId form>p:nth-of-type(2) {
    visibility: hidden;
}

#hf-link-style,
#vp-link-style,
#retire-link-style,
#saving-link-style {
    color: #767676;
}

/* Home Financing Tab */
#fcList #home-financing> :first-child {
    border: 2px solid #138575;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#hf-tab-style.active {
    border: 2px solid #138575;
    border-top: 8px solid #138575;
    border-bottom: transparent;
}

#hf-tab-style.active a {
    color: #138575;
}

#hf-table-style {
    margin-top: 15px;
}

#hf-table-style.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e0f1ef;
}

#hf-table-style.table>tbody>tr,
#vp-table-style.table>tbody>tr,
#retire-table-style.table>tbody>tr,
#saving-table-style.table>tbody>tr {
    height: 120px;
}

#hf-table-style.table>tbody>tr>td,
#vp-table-style.table>tbody>tr>td,
#retire-table-style.table>tbody>tr>td,
#saving-table-style.table>tbody>tr>td {
    vertical-align: middle;
}

#hf-table-style.table>tbody>tr>td,
.table>tbody>tr>th,
#hf-table-style.table>tfoot>tr>td,
#hf-table-style.table>tfoot>tr>th,
#hf-table-style.table>thead>tr>td,
#hf-table-style.table>thead>tr>th {
    border-top: 1px solid transparent !important;
    padding-left: 15px;
}

/* Vehicle & Personal Tab */

#fcList #vehicle-personal> :first-child {
    border: 2px solid #01528A;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#vp-tab-style.active {
    border: 2px solid #01528A;
    border-top: 8px solid #01528A;
    border-bottom: transparent;
}

#vp-tab-style.active a {
    color: #01528A;
}

#vp-table-style {
    margin-top: 15px;
}

#vp-table-style.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d9edf7;
}

#vp-table-style.table>tbody>tr>td,
.table>tbody>tr>th,
#vp-table-style.table>tfoot>tr>td,
#vp-table-style.table>tfoot>tr>th,
#vp-table-style.table>thead>tr>td,
#vp-table-style.table>thead>tr>th {
    border-top: 1px solid transparent !important;
    padding-left: 15px;
}

/* Retirement Tab */
#fcList #retirement> :first-child {
    border: 2px solid #a7468a;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#retire-tab-style.active {
    border: 2px solid #a7468a;
    border-top: 8px solid #a7468a;
    border-bottom: transparent;
}

#retire-tab-style.active a {
    color: #a7468a;
}

#retire-table-style {
    margin-top: 15px;
}

#retire-table-style.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2e3ee;
}

#retire-table-style.table>tbody>tr>td,
.table>tbody>tr>th,
#retire-table-style.table>tfoot>tr>td,
#retire-table-style.table>tfoot>tr>th,
#retire-table-style.table>thead>tr>td,
#retire-table-style.table>thead>tr>th {
    border-top: 1px solid transparent !important;
    padding-left: 15px;
}

/* Savings Tab */

#fcList #savings> :first-child {
    border: 2px solid #0077CC;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

#saving-tab-style.active {
    border: 2px solid #0077CC;
    border-top: 8px solid #0077CC;
    border-bottom: transparent;
}

#saving-tab-style.active a {
    color: #0077CC;
}

#saving-table-style {
    margin-top: 15px;
}

#saving-table-style.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d9edf7;
}

#saving-table-style.table>tbody>tr>td,
.table>tbody>tr>th,
#saving-table-style.table>tfoot>tr>td,
#saving-table-style.table>tfoot>tr>th,
#saving-table-style.table>thead>tr>td,
#saving-table-style.table>thead>tr>th {
    border-top: 1px solid transparent !important;
    padding-left: 15px;
}

/*mobile calculator list*/
ul.striped-list {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.striped-list>li {
    list-style-type: none;
    padding: 10px;
}

ul.striped-list>li>a {
    font-size: 14px;
    color: #01528A;
}

#mobile-home-financing ul.striped-list>li:nth-of-type(odd) {
    background-color: #e0f1ef;
}

#mobile-home-financing .panel-heading {
    border: 2px solid #138575;
    background-color: #138575;
    color: var(--white);
}

#mobile-home-financing .panel-body {
    padding: 0;
    border: 2px solid #138575;
}

#mobile-vehicle-personal ul.striped-list>li:nth-of-type(odd) {
    background-color: #d9edf7;
}

#mobile-vehicle-personal .panel-heading {
    border: 2px solid #01528A;
    background-color: #01528A;
    color: var(--white);
}

#mobile-vehicle-personal .panel-body {
    padding: 0;
    border: 2px solid #01528A;
}

#mobile-retire ul.striped-list>li:nth-of-type(odd) {
    background-color: #f2e3ee;
}

#mobile-retire .panel-heading {
    border: 2px solid #a7468a;
    background-color: #a7468a;
    color: var(--white);
}

#mobile-retire .panel-body {
    padding: 0;
    border: 2px solid #a7468a;
}

#mobile-saving ul.striped-list>li:nth-of-type(odd) {
    background-color: #d9edf7;
}

#mobile-saving .panel-heading {
    border: 2px solid #0077CC;
    background-color: var(--link);
    color: var(--white);
}

#mobile-saving .panel-body {
    padding: 0;
    border: 2px solid #0077CC;
}

/*Financial Calculator Pages CSS */

#hf-page,
#vp-page,
#retire-page,
#savings-page {
    color: #4a4a4a !important;
    font-family: "Noto Sans", sans-serif !important;
}

#hf-page a,
#vp-page a,
#retire-page a,
#savings-page a {
    color: #0077CC;
}

#hf-page a:hover,
#vp-page a:hover,
#retire-page a:hover,
#savings-page a:hover {
    color: #0077CC;
    text-decoration: underline;
}

.cTimeValue form {
    font-family: "Noto Sans", sans-serif !important;
}

.cTimeValue .Description {
    border-bottom: 1px solid #ececec !important;
    margin-bottom: 10px !important;
}

.cTimeValue .Title h2:first-of-type {
    color: #0084cb !important;
}

#tvcInputTable1 input[type="text"] {
    border: 1px solid #6c6c6c !important;
    border-radius: 2px !important;
}

#tvcInputTable1 h3 {
    border-bottom: 1px solid #0084cb !important;
    color: #00528a !important;
    padding-bottom: 5px;
}

#tvcInputTable1 .tvcInputPClass {
    font-weight: bold !important;
}

.DetailTable fieldset legend {
    color: #0077CC !important;
}

.SubDetailTable tr:nth-child(even) {
    background-color: #ebf7ff !important;
    margin-bottom: 15px !important;
}


.SubDetailTable tr:first-of-type p {
    border-bottom: 1px solid #ccc !important;
}

#Panel_Results fieldset {
    border-width: 1px !important;
    border-color: #0084cb !important;
}

#tvcCalculatorResultsId {
    background-color: #0084cb;
    color: var(--white);
    padding: 10px;
    border-radius: 4px;
}

.cTimeValue #COMPUTE {
    background-color: #138575 !important;
    border-color: #138575 !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    line-height: 1.42857;
}

#tvcTabsDiv {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    left: 15px;
    z-index: 1;
    /*set over .panel*/
}

button.tvcTab {
    position: relative;
    border-collapse: collapse;
    border-style: solid solid solid solid;
    border-color: #0071b9;
    border-width: 1px 1px 0px 1px;
    padding: 3px 1em 2px 1em;
    margin-top: 6px;
    margin-right: 2px;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px;
    text-decoration: none;
    float: left;
    color: white;
    background: #0071b9 url('https://www.timevaluecalculators.com/images/gradient.png');
}

button.tvcTab:hover {
    background: white;
    color: black;
}

button.tvcSelectedTab {
    position: relative;
    top: 2px;
    padding-top: 6px;
    margin-top: 1px;
    color: black;
    border-top: solid 3px #0071b9;
    border-bottom: solid 1px white;
    background: white;
}

.cTimeValue .panel {
    position: relative;
    border: solid 1px #0071b9;
    background-color: white;
    padding: 5px;
    height: 350px;
    overflow: auto;
    display: none;
    z-index: 0;
    top: -1px;
}

.cTimeValue .selectedPanel {
    display: block;
}

.cTimeValue H2,
.cTimeValue H3 {
    color: black;
}

.cTimeValue li {
    margin-bottom: 5px;
}

div#tvcMainCalculatorDivId form>p:nth-of-type(1) {
    visibility: hidden;
}

div#tvcMainCalculatorDivId form>p:nth-of-type(2) {
    visibility: hidden;
}

.cTimeValue #COMPUTE {
    color: var(--white);
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #337ab7;
    background-image: url(/TimeValueCalculators/Images/new_compute.gif);
    border: 1px solid #337ab7;
    border-radius: 4px;
}

.cTimeValue .Summary {
    color: #4a4a4a !important;
}

@media (min-width: 992px) {

    /*Home Financing*/
    .cTimeValue #tvcHF01 .InputContainer,
    .cTimeValue #tvcHF02 .InputContainer,
    .cTimeValue #tvcHF05 .InputContainer,
    .cTimeValue #tvcHF07 .InputContainer,
    .cTimeValue #tvcHF09 .InputContainer {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*Vehicle and Personal Loan*/
    .cTimeValue #tvcPC01 .InputContainer,
    .cTimeValue #tvcPC03 .InputContainer,
    .cTimeValue #tvcPC06 .InputContainer,
    .cTimeValue #tvcPC09 .InputContainer {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*Retirement*/
    .cTimeValue #tvcRC09 .InputContainer {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*Savings*/
    .cTimeValue #tvcIC05 .InputContainer,
    .cTimeValue #tvcIC10 .InputContainer {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cTimeValue #Panel_Results {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 25px;
        padding-right: 15px;
        margin-top: -25px;
        border-left: 1px solid #eee;
    }

    #Panel_Results legend {
        display: block;
        width: inherit;
        margin-bottom: 0;
        font-size: 21px;
        line-height: inherit;
        border-bottom: none;
    }

    #Panel_Results fieldset {
        border-width: 2px;
        border-style: groove;
        border-color: threedface;
        border-image: initial;
    }

    #Panel_Results .Footnote {
        padding-top: 15px;
    }

    #Panel_Results .Summary {
        padding-bottom: 15px;
    }
}

.breadcrumb-wrapper {
    padding: 30px 0px 20px 15px;
}

@media (max-width: 1024px) {

    .breadcrumb-wrapper {
        padding: 30px 0px 20px 5px;
    }

}

.safe-breadcrumb {
    color: #0077CC;
}

section h1 {
    color: #01528a;
}

#businessMoneyMarket {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Credit Cards Special Offers */

.cc-special-offer-wrapper {
    padding-top: 15px;
}

.cc-special-offer-title {
    font-weight: bold;
    color: #01528A;
}

.cc-special-offer-copy {
    color: initial;
}

/* drop down compontent - alternative to select list */

.btn-dropdown,
.safe-dropdown .dropdown-menu {
    width: 100%;
}

.safe-dropdown-list ul {
    list-style: none;
    padding-left: 0px;
}

.safe-dropdown .dropdown-menu {
    padding: 15px;
}

.safe-dropdown .safe-dropdown-list li {
    padding-bottom: 10px;
}

.safe-dropdown-list a {
    color: #01528A !important;
}

.safe-dropdown .dropdown-menu .far,
.safe-dropdown .dropdown-menu .fas {
    color: #01528A;
    padding-right: 10px;
}

.safe-dropdown .dropdown-menu p {
    padding-bottom: 10px;
}

.btn-dropdown {
    border: none;
    background-color: #01528A;
    border-radius: 2px;
    font-size: 1.1em;
    transition: background-color .3s ease;
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 0px !important;
}

.btn-dropdown:hover {
    color: var(--white);
    background-color: #286090;
    border-color: #204d74;
}

/* dropdown is closed */
.safe-dropdown .dropdown-toggle:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    float: right;
    width: 20px;
    color: var(--white);
}

/* dropdown is opened */
.safe-dropdown .dropdown-toggle[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    float: right;
    width: 20px;
    color: var(--white);
}


@media (min-width: 544px) {

    .btn-dropdown,
    .safe-dropdown .dropdown-menu {
        width: 100% !important;
    }
}

@media (min-width: 414px) {

    .btn-dropdown,
    .safe-dropdown .dropdown-menu {
        width: 100% !important;
    }
}

.remove-all-padding {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

/* LISTS */
.safe-list {
    padding-bottom: 20px;
    padding-top: 20px;
}

.safe-content-block ul {
    padding-left: 60px;
}

#branchInfo .special-details {
    font-weight: bold;
}

.btn-green,
.btn-blue,
.btn-orange,
.btn-safeblue,
.btn-turquoise,
.btn-purple,
/* TEMP */
button.button-grn {
    border: 1px var(--link) solid;
    border-radius: 10px;
    padding: 14px 25px;
    font-weight: 500;
    transition: background-color .3s ease;
    color: var(--white) !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    line-height: normal;
    background-color: var(--link);
}

.btn-green:hover,
.btn-blue:hover,
.btn-orange:hover,
.btn-safeblue:hover,
.btn-turquoise:hover,
.btn-purple:hover,
/* TEMP */
button.button-grn:hover {
    transition: background-color .3s ease;
    border: 1px var(--primary) solid;
    background-color: var(--primary);

}

/* Let's depricate this after review */
.btn-darkblue {
    background-color: var(--link);
}

.btn-darkblue:hover {
    background-color: var(--link);
}

/* Let's depricate this after review */
.btn-turquoise {
    background-color: var(--link);
}

.btn-turquoise:hover {
    background-color: var(--link);
}

/* Change Legacy Orange buttons to purple */
/* Let's depricate this after review */
.btn-orange {
    background-color: var(--link);
}

.btn-orange:hover {
    background-color: var(--link);
}

/* Let's depricate this after review */
.btn-yellow {
    background-color: var(--link);
}

/* Secondary Action Button 051222 JC : Begin */

/* we need to move away from this */

.safe-btn-secondary {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 25px;
    border-radius: 10px;
    border: var(--link) 1px solid;
    line-height: normal;
    background-color: var(--white);
}

.safe-btn-secondary:hover {
    transition: background-color .3s ease;
    background-color: var(--link);
    color: var(--white);
    text-decoration: none !important;
}

.gray-content-block .safe-btn-secondary,
.grey-background-copy .safe-btn-secondary {
    color: var(--primary);
    border: var(--primary) 1px solid;
}

.safe-btn-secondary-green:hover {
    color: var(--white);
    background-color: var(--link);
    border: var(--link) 1px solid;
}

.safe-btn-secondary-safeblue {
    border-color: var(--link);
}

.safe-btn-secondary-safeblue:hover {
    border-color: none;
    color: var(--white);
    border: none;
    padding: 14px 25px;
    text-decoration: none !important;
}

.safe-btn-secondary-purple {
    border-color: var(--link);
}

.safe-btn-secondary-purple:hover {
    color: var(--white);
    background-color: var(--link);
    border: var(--link) 1px solid;
}

.safe-btn-secondary-blue {
    border-color: var(--link);
    color: var(--link);
}

.safe-btn-secondary-blue:hover {
    border-color: var(--link);
    color: var(--white);
    text-decoration: none !important;
}

.safe-btn-secondary-light {
    border-color: var(--white);
    color: var(--white);
    background-color: transparent;
}

.safe-btn-secondary-light:hover {
    border-color: var(--white);
    color: var(--text);
    text-decoration: none !important;
    background-color: var(--white);
}

#member-non-member .safe-btn-secondary-light {
    border-color: var(--link);
}

/* Secondary Action Button 051222 JC : End */

/* Tertiary "Buttons" - Text Links 061422 JC : Begin */
.tertiary-button {
    color: var(--link) !important;
    cursor: pointer;
}

.tertiary-button-white {
    color: var(--white);
    cursor: pointer;
}

.tertiary-button:after,
.tertiary-button-white:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    padding-left: 5px;
}

/* Tertiary "Link" only */
.tertiary-link {
    color: var(--link) !important;
    cursor: pointer;
    white-space: nowrap;
}

/* Secondary Action Button 061422 JC : End */

/* .btn-ghost is replacing .btn-hero */

.btn-ghost,
.btn-hero {
    padding: 14px 25px;
    color: var(--white);
    border-radius: 10px;
    text-decoration: none !important;
    display: inline-block;
    transition: background-color .3s ease;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    background: none;
    border: 1px solid var(--white);
}

.btn-ghost:hover,
.btn-hero:hover {
    background-color: var(--white);
    color: var(--text);
    text-decoration: none !important;
}

.btn-green a:link,
.btn-blue a:link,
.btn-orange a:link,
.btn-safeblue a:link,
.btn-turquoise a:link,
.btn-ghost a:link {
    text-decoration: none;
}

.btn-green a:visited,
.btn-blue a:visited,
.btn-orange a:visited,
.btn-safeblue a:visited,
.btn-turquoise a:visited,
.btn-ghost a:visited {
    text-decoration: none;
}

.btn-green a:hover,
.btn-blue a:hover,
.btn-orange a:hover,
.btn-safeblue a:hover,
.btn-turquoise a:hover,
.btn-ghost a:hover {
    text-decoration: none;
}

.btn-green a:active,
.btn-blue a:active,
.btn-orange a:active,
.btn-safeblue a:active,
.btn-turquoise a:active,
.btn-ghost a:active {
    text-decoration: none;
}

.credit-cards .btn-green:nth-of-type(1) {
    bottom: 90px;
    position: absolute;
    left: 30px;
}

.mortgage-officers-listing .btn-green:nth-of-type(1) {
    bottom: unset;
    left: 20px;
}

.external-link::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f08e";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding-left: 3px;
}

.thirdParty:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f08e";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
}

.thirdPartyImg:after {
    content: "" !important;
}

.pdf::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
}

.latest-news a:after,
.news-header a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 900;
}

.resources-with-faq .faqs .faq-trigger:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f055";
    border: 0;
    font-size: 16px;
}

footer .fab {
    margin: 20px 15px 0;
    font-size: 26px;
}

.menu .sub-parent:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 400;
}

.menu a.sub-menu--back:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    font-weight: 400;
}

.sticky-chat {
    font-size: 12px;
}

.bottom-header .header-button {
    float: right;
}

.bottom-header h5,
.bottom-header .header-button {
    position: relative;
}

@media (min-width: 1200px) {
    .bottom-header .header-button {
        font-size: 1em;
        margin: 0 45px 0 25px;
        top: 65px;
    }
}

@media (min-width: 992px) {
    .bottom-header .header-button {
        font-size: 14px;
        margin: 0 25px 0 25px;
        top: 60px;
    }
}

.arrow-after:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 400;
}

.home-loan-blocks .btn-full-width-bottom:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f324";
    font-size: inherit;
    position: relative;
    left: 10px;
    display: inline-block;
}

.loan-innerCTA {
    height: 55px;
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.background-image-blocks .loan-inner {
    display: inherit;
}

.grid-green {
    background-color: #0C866E;
}

.grid-purple {
    background-color: #80488E;
}

.grid-blue {
    background-color: var(--link);
}

.grid-content-left {
    color: var(--white);
    padding: 30px 40px;
    display: block;
}

.grid-content-right {
    color: var(--white);
    padding: 30px 40px;
    display: block;
}

.grid-image-left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 290px;
}

.grid-image-right {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 290px;
    float: right;
}

@media(max-width:767px) {

    .grid-image-right,
    .grid-image-left {
        min-height: 200px;
        float: none;
    }
}

/* needed safecu-supp.css content */

/* moved over from safecu-supp.css : end */

.button-divider {
    display: inline-block;
}

@media (max-width: 896px) {

    /* home page credit YOUnion Graphic */
    .credit-YOUnion {
        padding-bottom: 25px;
    }
}

@media (max-width: 414px) {

    /* home page credit YOUnion Graphic */
    .credit-YOUnion {
        padding-top: 25px;
    }

    .button-divider {
        padding-bottom: 30px;
    }
}

.safe-product-hero {
    padding: 0px;
}

/* LivePerson Chat Links */

.lp-chat-now-link {
    color: #0077CC;
    cursor: pointer;
}

/* Screen Readers Only */
.sr-only {
    color: #000;
    background-color: var(--white);
}

/* Phone Numbers */

.safe-phone-916,
.safe-phone-800,
.safe-phone-800see,
.safe-phone-call24-916,
.safe-phone-call24-800,
.safe-phone-sfs-916,
.safe-phone-sfs-800,
.safe-phone-mortgage-hotline {
    font-weight: bold;
    white-space: nowrap;
}

.vimeo-embed-intro {
    padding: 50.25% 0 0 0;
    position: relative;
    left: 54px;
    margin-top: 20px;
}

.vimeo-embed-intro iframe {
    border: none;
}

.page-intro-img {
    position: relative;
    left: 20px;
    margin-top: 20px;
}

.page-intro-img img {
    width: 80%;
    float: right;
}

@media (max-width: 896px) {
    .vimeo-embed-intro {
        left: 0px;
    }

    .page-intro-img {
        display: none;
    }
}

.disclosures {
    padding-bottom: 40px;
}

.disclosures a {
    font-size: 13px;
}

/* home page hero styles */

/* home page hero 2025 : begin */
.mid-weight {
    font-weight: 500;
}

.dark-gradient {
    background: linear-gradient(to bottom, #0C1F2F 0%, #004278 100%);
}

.light-mode,
.light-gradient {
    background: linear-gradient(to bottom, #e0f2f8 0%, #f2f8fa 100%);
}

.light-mode h1,
.light-gradient h1 {
    color: var(--primary);
}

.light-mode h3,
.light-gradient h3 {
    color:var(--secondary);
}

.light-mode a,
.light-gradient a {
    color:var(--secondary) !important;
}

#cc-link {
    color: var(--link);
}

.hp-login-nav-item {
    padding: 12px 0 10px 0;
}

.hp-login-nav-item a {
    color: #0077cc;
    display: block;
    margin-bottom: 10px;
}

.link2 {
    color: #c4f1ff !important;
    cursor: pointer;
    text-decoration: none;
}

.link2:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding-left: 5px;
}

*/
/* home page hero 2025 : end */

.hero-text-right {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 15px 25px 15px;
    width: 40%;
    border-radius: 4px;
}

.hero-text-left {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 15px 25px 15px;
    width: 40%;
    border-radius: 4px;
}

.hero-text-mobile {
    color: #262626;
    background-color: rgba(255, 255, 255, 1);
    padding: 0 15px 25px 15px;
    width: 100%;
    display: none;
}

.btn-join {
    background-color: #003667;
    border-color: #000667;
}

.btn-location {
    background-color: #01528a;
    border-color: #01528a;
}

.btn-schedule {
    background-color: var(--link);
    border-color: var(--link);
}

.btn-join:hover {
    transition: background-color .3s ease;
    background-color: #043253;
    border-color: #043253;
}

.btn-location:hover {
    transition: background-color .3s ease;
    background-color: #004779;
    border-color: #004779;
}

.btn-schedule:hover {
    transition: background-color .3s ease;
    background-color: #1e67a5;
    border-color: #1e67a5;
}

.btn-login:hover {
    width: 100%;
}

.hero-h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    text-align: left;
}

.hero-p {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    color: var(--white);
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .hero-h1 {
        font-size: 28px;
    }

    .hero-p {
        font-size: 14px;
    }

    .hero-text-right {
        padding: 0 10px 15px 10px;
    }
}

@media only screen and (max-width: 614px) {
    .hero-text-right {
        display: none;
    }

    .hero-text-left {
        display: none;
    }

    .hero-text-mobile {
        display: block;
        padding: 10px 15px 25px 15px;
        height: auto;
    }

    .hero-h2 {
        text-align: center;
        color: #0077cc;
    }

    .hero-p {
        font-size: 18px;
        color: #262626;
        text-align: center;
    }
}

/* HOME PAGE CARDS 2025 : BEGIN */

.card-deck-footer {
    text-align: center;
}

#hp-featured-cards {
    margin: 60px 0 60px 0;
}

#hp-featured-cards .card-header {
    text-transform: uppercase;
}

#hp-featured-cards h5 {
    color: #0077cc;
    font-weight: bold;
}

#hp-featured-cards .card-body {
    text-align: center;
}

#hp-featured-cards .card-text {
    min-height: 110px;
}

#hp-featured-cards .hp-card {
    border: solid 1px #9ed1e9;
    border-radius: 25px;
    width: 25%;
    text-align: center;
}

.lord-icon {
    width: 100px;
    height: 100px;
}

#hp-featured-cards .card-deck {
    display:-webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

#hp-featured-cards .card-body {
    padding: 30px;
    position: relative;
    /* height: 310px; */
    width: 100%;
    flex: 50%;
}

#hp-featured-cards .hp-cards-cta {
    margin-bottom: 40px;
}

@media (max-width: 991px) {

    #hp-featured-cards .card-body {
        flex: 100%;
    }

    #hp-featured-cards .card-deck {
        flex-wrap: wrap;
    }

    #hp-featured-cards .hp-card {
        flex: 33%;
    }

}

@media (max-width: 440px) {

    #hp-featured-cards .card-deck {
        flex-direction: column;
    }

    #hp-featured-cards .card-text {
        min-height: unset;
    }

    #hp-featured-cards .hp-card {
        width: 100%;
    }

    #hp-featured-cards .card-body {
        height: unset;
    }

}

/* HOME PAGE CARDS 2025 : END */

/* HOME PAGE RATE CARDS : BEGIN */

.card-deck-header {
    padding: 10px 0 30px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.dark-gradient .card-deck-header {
    color: var(--white);
}

@media (max-width: 991px) {
    .card-deck-header {
        margin-bottom: 0px;
    }
}

#hp-rate-cards .card-deck-footer {
    padding: 30px 0;
    text-align: center;
}


#hp-rate-cards .percent::after {
    content: '%';
}

#hp-rate-cards .card-text {
    font-size: 16px;
}

#hp-rate-cards .card-text-two {
    font-size: 20px;
}

#hp-rate-cards .apr-apy {
    color: #0077cc;
    padding-left: 4px;
    /* font-size: 40px; */
}

#hp-rate-cards .rate {
    color: var(--link);
    font-size: 40px;
    font-weight: bold;
}

#hp-rate-cards .top-rate-pill {
    background-color: var(--orange);
    font-weight: bold;
    position: relative;
    top: -25px;
    border-radius: 10px;
    padding: 15px 25px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

#hp-rate-cards {
    padding: 60px 0 60px 0;
    background-color: var(--bluish-grey);
}

#hp-rate-cards h5 {
    color: #262626;
    font-weight: normal;
}

#hp-rate-cards .hp-card {
    border: solid 1px #9ed1e9;
    border-radius: 25px;
    width: 25%;
    text-align: center;
    background: #fff;
}

#hp-rate-cards .lord-icon {
    width: 60px;
    height: 60px;
}

#hp-rate-cards .card-deck {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

#hp-rate-cards .card-body {
    padding: 0px 30px 10px 30px;
    position: relative;
    width: 100%;
    flex: 50%;
    text-align: center;
    min-height: 200px;
}

#hp-rate-cards .hp-cards-cta {
    margin-bottom: 40px;

}

@media (max-width: 1199px) {

    #hp-rate-cards .top-rate-pill {
        width: 82%;
    }
}

@media (max-width: 991px) {

    #hp-rate-cards .top-rate-pill {
        width: 68%;
    }

    #hp-rate-cards .card-deck {
        flex-wrap: wrap;
        gap: 50px;
    }

    #hp-rate-cards .card-body {
        flex: 100%;
    }

    #hp-rate-cards .hp-card {
        flex: 33%;
    }

}

@media (max-width: 440px) {

    #hp-rate-cards .card-deck {
        flex-direction: column;
    }

    #hp-rate-cards .hp-card {
        width: 100%;
    }

    #hp-rate-cards .card-body {
        height: unset;
    }

}

/* HOME PAGE RATE CARDS : END */


/* HOME PAGE BLOG CARDS : BEGIN */


#hp-blog-cards img {
    border-radius: 10px;
}

#hp-blog-cards .blog-cat {
    font-weight: bold;
    text-transform: uppercase;
}

#hp-blog-cards {
    padding: 60px 0 60px 0;
}

#hp-blog-cards h5 {
    color: #262626;
    font-weight: normal;
}

#hp-blog-cards .hp-card {
    width: 33%;
}

#hp-blog-cards .card-deck {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

#hp-blog-cards .card-body {
    padding: 30px;
    position: relative;
    width: 100%;
    flex: 50%;
}

#hp-blog-cards .hp-cards-cta {
    margin-bottom: 40px;

}

#hp-blog-cards .card-deck-footer {
    text-align: center;
}

#blog-info img {
    max-height: 172px;
    min-width: 306.6px;
    object-fit: cover;
}

@media (max-width: 956px) {

    #hp-blog-cards .card-body {
        flex: 100%;
    }

    #hp-blog-cards .card-deck {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    #hp-blog-cards .hp-card {
        flex: 33%;
    }

}

@media (max-width: 440px) {

    #blog-info img {
        max-height: 196.8px;
        min-width: unset;
        object-fit: cover;
    }

    #hp-blog-cards .card-deck {
        flex-direction: column;
    }

    #hp-blog-cards .hp-card {
        width: 100%;
    }

    #hp-blog-cards .card-body {
        height: unset;
    }

}

/* HOME PAGE BLOG CARDS : END */

/* HOME PAGE WHAT'S NEXT CARDS : BEGIN */


.border-bottom-blue {
    border-bottom: 1px solid #0077cc;
}

#hp-whats-next-cards img {
    border-radius: 10px;
}

#hp-whats-next-cards {
    padding: 60px 0 60px 0;
}

#hp-whats-next-cards h5 {
    color: #fff;
    font-weight: normal;
}


#hp-whats-next-cards .card-body {
    text-align: center;
}

#hp-whats-next-cards .hp-card {
    width: 33%;
    /* text-align: center; */
    color: #fff;
}

#hp-whats-next-cards .card-deck {
    display: flex;
    /* flex-wrap: wrap;
    flex-direction: row; */
    flex-wrap: nowrap;
    gap: 20px;
}

#hp-whats-next-cards .card-body {
    padding: 30px;
    position: relative;
    /* height: 310px; */
    width: 100%;
    flex: 50%;
}



#hp-whats-next-cards .hp-cards-cta {
    /*position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0px;*/
    margin-bottom: 40px;

}

/*
#hp-whats-next-cards .center-button {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
*/

@media (max-width: 956px) {

    #hp-whats-next-cards .card-body {
        flex: 100%;
    }

    #hp-whats-next-cards .card-deck {
        flex-wrap: wrap;
        row-gap: 0px;
    }

    #hp-whats-next-cards .hp-card {
        flex: 33%;
    }

}


@media (max-width: 440px) {

    #hp-whats-next-cards .card-deck {
        flex-direction: column;
    }

    #hp-whats-next-cards .hp-card {
        width: 100%;
    }

    #hp-whats-next-cards .card-body {
        height: unset;
    }

}

/* HOME PAGE WHAT'S NEXT CARDS : END */

/* Home Page Grid Styles */

#grid-personal h3 {
    font-size: 24px;
    font-weight: 500;
}

#grid-personal .grid-content-right,
#grid-personal .grid-content-left {
    padding: 30px;
}

/* see line 8039 for legacy "auto-loan-options" classes
these should replace going forward */

.product-options [class^="col"] {
    padding: 0 5px;
}

.product-options-box {
    border: 2px solid #01528a;
    min-height: 300px;
}

.product-options-button {
    position: relative;
    bottom: 80px;
}

.product-options {
    padding: 20px 0 80px 0;
    text-align: center
}

/* Lottie/LordIcon */
.landing-page-value-prop-icon {
    height: 175px;
    width: 175px;
    padding: 5px;
    border-color: #01528A;
    margin-left: auto;
    margin-right: auto;
}

/* XA BUSINESS MODAL */

#xa .btn-default {
    display: inline-block;
}

.mobile-only {
    display: none;
}

#xa .modal-content {
    background-color: var(--white);
    border-radius: 10px;
}

#xa .options-wrapper {
    display: flex;
    gap: 20px;
}

#xa .modal-dialog {
    width: 75%;
    height: 75%;
    margin: 10vh auto 0px auto;
}

#global-login .modal-dialog {
    width: 75%;
    height: 75%;
    margin: 10vh auto 0px auto;
}

#xa .xa-option1 {
    flex: 50%;
    text-align: center;
}

#xa .xa-option2 {
    flex: 50%;
    text-align: center;
}

#xa .xa-button-splitter {
    border-right: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgba(255, 255, 255, .8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    height: 130px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#xa .xa-option-title {
    font-size: 24px;
    text-align: center;
}

#xa .xa-subcap {
    text-align: center;
    padding: 10px;
}

.xa-title {
    text-align: center;
}

#xa .privacy-act {
    padding-top: 30px;
}

@media (max-width: 1023px) {

    #xa .modal-dialog {
        width: 85%;
        height: 75%;
        margin: 2vh auto 0px auto;
    }

    #global-login .modal-dialog {
        width: 400px;
        height: 75%;
        margin: 2vh auto 0px auto;
    }

}

@media (min-width: 1024px) {

    #xa .modal-dialog {
        width: 950px;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

    #global-login .modal-dialog {
        width: 400px;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

}

@media (max-width: 932px) {

    #xa .mobile-only {
        display: block;
    }

    #xa .btn-default {
        display: block;
    }

}


@media (max-width: 667px) {

    #xa .options-wrapper {
        flex-direction: column;
    }

}

@media (max-width: 414px) {

    .xa-title {
        text-align: left;
    }

    #xa .modal-dialog {
        width: 95%;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

    #global-login .modal-dialog {
        width: 95%;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

}

@media (max-width: 320px) {

    #xa .modal-dialog {
        width: 95%;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

    #global-login .modal-dialog {
        width: 95%;
        height: 75%;
        margin: 4vh auto 0px auto;
    }

}

/* In the News Section Styles */

.ITN {
    font-weight: bold;
}

.inthenews-wrapper {
    padding: 10px 0;
}

.inthenews-publication {
    display: inline-block;
}

.inthenews-title {
    padding-left: 8px;
}

.inthenews-date {
    padding-left: 8px;
    padding-bottom: 20px;
}

.inthenews-summary {
    padding: 20px 20px 0px 10px;
    margin-left: 30px;
}

.inthenews-icon {
    color: #01528A;
    font-size: initial;
    padding-right: 8px;
    display: none !important;
}

.captchabuttonDisabled {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}


.linky a {
    color: #f27020 !important;
}

.pad-features {
    padding: 10px 30px 10px 30px;
}

#main-nav-redesign .nav-services .main-nav-ul li a {
    font-weight: 300;
}

/* PRODUCT PAGE HEROES : BEGIN */
#product-page-hero {
    padding-left: 0;
    padding-right: 0;
}

#product-page-hero .img-responsive {
    height: 420px;
}

#product-page-hero .below-cta {
    line-height: 1em;
}

#product-page-hero .thereafter-aprs {
    font-size: 18px;
}

#product-page-hero .hero-asterisk {
    font-size: 24px;
    position: relative;
    bottom: 8px;
}

#product-page-hero .hero-text-left {
    position: absolute;
    top: 50%;
    left: 225px;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px;
    width: 35%;
    border-radius: 4px;
    text-align: left;
}

#product-page-hero .hero-text-mobile {
    color: #262626;
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 15px;
    width: 100%;
}

#product-page-hero .hero-h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--white);
    text-align: left;
}

#product-page-hero .hero-p {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    color: var(--white);
    text-align: left;
}

#product-page-hero #img-hero sup {
    font-size: 65%;
}

#product-page-hero .hero-text-left-new {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 15px 25px 15px;
    width: 35%;
    border-radius: 4px;
}

#product-page-hero .hero-text-right-new {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 15px 25px 15px;
    width: 35%;
    border-radius: 4px;
}

#product-page-hero .hero-cta-wrapper {
    float: left;
    padding-top: 15px;
}

#product-page-hero .hero-h1.tag2 {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {

    #product-page-hero .hero-p.tag1 {
        font-size: 18px;
    }

    #product-page-hero .hero-h1.tag2 {
        font-size: 26px;
    }


    #product-page-hero .hero-p.tag3 {
        font-size: 18px;
    }

    #product-page-hero .hero-text-left-new {
        padding: 10px 15px 15px 15px;
    }

    #product-page-hero .hero-p {
        padding-bottom: 0px;
    }

}

@media screen and (max-width: 991px) {

    #product-page-hero .hero-text-left-new {
        margin-bottom: 20px;
    }

    #product-page-hero .below-cta {
        color: #262626;
        padding-bottom: 20px;
    }

    #product-page-hero .hero-cta-wrapper {
        float: none;
        padding-top: 10px;
    }

    #product-page-hero .hero-h1,
    #product-page-hero .hero-h3 {
        color: #262626;
        text-align: center;
    }

    #product-page-hero .hero-h1 {
        margin-top: 0px;
        color: #01528A;
        text-align: center;
    }

    #product-page-hero .hero-p.tag1 {
        padding-top: 20px;
    }

    #product-page-hero .hero-h1.tag2 {
        padding-top: 0px;
    }

    #product-page-hero .hero-p.tag3 {
        padding-top: 10px;
    }

    #product-page-hero .hero-p {
        color: var(--text);
        text-align: center;
    }

    #product-page-hero .hero-text-left-new,
    #product-page-hero .hero-text-right-new {
        text-align: center;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        background-color: rgb(255, 255, 255);
        padding: 0 15px 0 15px;
        width: 100%;
        border-radius: 0px;
        background-color: var(--white);
        border: solid 2px #c2c2c2;
        width: 87%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -50px;
    }
}

@media only screen and (max-width: 768px) {

    #product-page-hero .container {
        width: 100% !important;
    }

    #product-page-hero .hero-h1,
    #pc-hero .hero-p {
        font-size: 28px;
        color: #262626;
        text-align: center;
        line-height: normal;
    }

    #product-page-hero .hero-text-mobile {
        display: block;
        margin-top: -50px;
        padding: 25px 15px;
        height: auto;
        color: #262626;
        background-color: var(--white);
        border: solid 2px #c2c2c2;
        position: relative;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 614px) {

    #product-page-hero .hero-p {
        color: var(--white);
        text-align: left;
    }
}

@media only screen and (max-width: 440px) {

    #product-page-hero .thereafter-aprs {
        bottom: 0px;
        font-size: 18px;
    }

    #product-page-hero .hero-asterisk {
        top: -5px;
    }

    #product-page-hero .img-responsive-430 {
        display: block;
        height: 250px;
        object-fit: cover;
    }

    #product-page-hero .center-bg {
        object-position: center;
    }

    #product-page-hero .right-bg {
        object-position: right;
    }

    #product-page-hero .left-bg {
        object-position: left;
    }

}

/* PRODUCT PAGE HEROES : END */

    /* Product Page Heroes 2025 : Begin */

    #pp-hero {
        height: 420px;
        overflow: hidden;
    }

    #pp-hero .background-image-layer {
        position: absolute;
        z-index: 1;
        bottom: 0;
    }

    #pp-hero .copy-layer {
        position: absolute;
        z-index: 2;
    }

    #pp-hero h1 {
        font-size: 36px;
        color: var(--primary);
        font-weight: bold;
    }

    #pp-hero img {
        position: relative;
        bottom: 0;
        object-fit: cover;
        overflow: visible;
        left: 10%;
    }

    .pp-hero-message-block {
        padding: 100px 0px 0px 0px;
        max-width: 375px;
        position: relative;
        z-index: 1;
    }

    #pp-hero .pp-hero-message-block h3 {
        text-transform: uppercase;
    }

    @media (min-width: 360px) {
        .pp-hero-message-block {
            padding-top: 5% !important;
        }
    }

/*
    @media (max-width: 1366px) {
        #pp-hero img {
            height: 90%;
        }
    }
   

    @media (max-width: 1180px) {

        #pp-hero img {
            height: 90%;
        }

        .pp-hero-message-block {
            padding: 25px 0px 0px 20px;
        }

    }
     */
    @media (max-width: 1024px) {

        #pp-hero img {
            position: relative;
            /* height: 90%;*/
            left: 0%; 
        }

        .pp-hero-message-block {
            padding: 25px 0px 0px 80px;
        }

    }

    @media (max-width: 956px) {

        #pp-hero img {
            /* left: 30%; */
        }

        .pp-hero-message-block {
            padding: 50px 0px 0px 40px;
        }

    }


    @media (max-width: 540px) {

        .pp-hero-message-block {
            padding: 50px;
        }

    }

    @media (max-width: 440px) {

        .pp-hero-message-block {
            padding: 40px;
        }
/* 
        #pp-hero img {
             height: 55%;
           left: 3%; 
        }*/

    }
/* 
    @media (max-width: 390px) {

        #pp-hero img {
            left: 30%;
        }

    } */

    @media (max-width: 360px) {

        .pp-hero-message-block {
            padding: 30px;
        }

        #pp-hero img {
            right: 0px;
            /* width: 100%; */
        }

    }

    /* Product Page Heroes 2025 : End */

/* Copy to Clipboard CSS : Begin */

.copy-code {
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.copy-code:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c5";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding-left: 8px;
}

/* Copy to Clipboard CSS : End */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 600;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: var(--white);
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

/* bootstrap tooltip css : end */

/* CAROUSEL : BEGIN */
.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

/* CAROUSEL : END */


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }


    .navbar {
        display: none;
    }


    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .noprint {
        display: none;
    }

}

/* All things Cookie : Begin */
footer .fa-arrow-circle-up,
footer .fa-circle-up,
footer .fa-circle-arrow-up {
    right: unset !important;
}

.lp-top-header .fa,
.lp-top-header .fas {

    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.lp-top-header,
.lp-top-nav {
    /* font-family: 'gotham'; */
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

.cookie-preference-section .white-link a:hover {
    text-decoration: underline;
}

.cookie-preference-section .toggle.btn {
    width: 100px !important;
    float: right;
}

.cookie-preference-section .btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    /* margin-left: -10px; */
}

.cookie-preference-section .btn-success {
    background-color: var(--green) !important;
    border-color: var(--green) !important;
    margin-left: -10px;
    color: var(--white);
}

.cookie-preference-section .toggle-on {
    position: absolute;
    top: -8px;
    left: 5px;
}

.cookie-preference-section .toggle-off.btn {
    border-radius: 20px;
}


.cookie-preference-section .toggle-off {
    position: absolute;
    color: var(--text);
}

.cookie-preference-section .toggle-off:hover,
.cookie-preference-section .toggle-off:active {
    background-color: var(--gray);
    border-color: #adadad;
    color: var(--text);
}

.cookie-preference-section .btn-default.active {
    top: -8px;
}

/*
#user-preference-modal .toggle-on.btn,
#user-preference-modal .toggle-off.btn {
    line-height: 2 !important;
}
*/
.save-preferences {
    float: left;
    padding-top: 13px;
    padding-right: 20px;
}

.user-preferences-sticky {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background-color: var(--white);
    width: 25%;
    z-index: 1000;
    height: 250px;
    /* opacity: 0.9; */
    font-weight: 300;
    border-radius: 10px;
    margin: 20px;
    color: var(--text);
    border: solid 1px var(--dark-grey);
}


/* .preferences-flex-container { display: flex; flex-direction: row; } */
.preferences-flex-container>.preferences-copy {
    width: 60%;
}

.preferences-flex-container>.preferences-user-pref {
    width: 15%;
}

.preferences-flex-container>.preferences-accept-all {
    width: 15%;
}

.manage-accpet-wrapper {
    padding-top: 30px;
}

.cookie-preference-section {
    background-color: #fff;
    color: black;
    padding: 20px;
    margin: 20px 0;
}


.consent-preference-link {
    color: var(--text) !important;
    cursor: pointer;
}

.consent-preference-link:hover {
    text-decoration: underline;
}

.user-pref-ctas {
    padding-left: 40px;
    padding-right: 10px;
}



@media (max-width: 1024px) {

    .user-preferences-sticky {
        width: 65%;
        height: 190px;
    }

}

@media (max-width: 932px) {

    .user-preferences-sticky {
        width: 75%;
        height: 195px;
    }

}

@media (max-width: 844px) {

    .user-preferences-sticky {
        height: 220px;
    }

}

@media (max-width: 500px) {

    .user-preferences-sticky {
        height: 300px;
    }

}

@media (max-width: 440px) {

    .preferences-flex1-container {
        margin-top: 20px;
    }

    .save-preferences {
        padding: 10px 0px 20px 0px;
    }

    .accept-all-cookies {
        padding-bottom: 20px;
    }

    .preferences-flex-container {
        flex-direction: column;
    }

    .preferences-flex-container>.preferences-copy {
        width: 100%;
        margin-top: 10px;
    }

    .preferences-flex-container>.preferences-user-pref {
        width: 100%;
        padding-top: 20px;
    }

    .preferences-flex-container>.preferences-accept-all {
        width: 100%;
        margin-top: 10px;
    }

    .preferences-accept-all {
        order: 1;
        text-align: center;
    }

    .preferences-user-pref {
        order: 2;
        text-align: center;
    }

    #user-preferences {
        padding-right: 20px;
        float: none;
        padding-top: 0px;
    }

    .user-pref-ctas {
        padding-left: 0px;
    }

    .cookie-preference-section {
        padding: 10px;
        margin: 10px 0;
    }


    .user-preferences-sticky {
        width: 90%;
        margin-bottom: 100px;
    }

    .user-preferences-sticky .link-white {
        padding: 0px 10px;
    }

}

/* All things Cookie : End */

/* Featured Benefit Block : Begin */
#safe-featured-benefit {
    margin-bottom: 60px;
    padding: 40px 15px;
}

#safe-featured-benefit h2 {
    text-align: center;
    padding-bottom: 20px;
}

#safe-featured-benefit .panel {
    border: solid 1px #0598dd;
    border-radius: 25px;
}

#safe-featured-benefit .featured-benefit-item .product-name {
    font-size: 20px;
    font-weight: bold;
}

#safe-featured-benefit .featured-benefit-item {
    padding: 30px 40px;
}

#safe-featured-benefit .featured-benefit-item .product-name {
    font-size: 20px;
    font-weight: bold;
}

#safe-featured-benefit .featured-benefit-item .product-name-large {
    font-size: 26px;
    font-weight: bold;
}

#safe-featured-benefit .fb-cta-left {
    padding-top: 40px;
}

#safe-featured-benefit .fb-image {
    text-align: center;
}

#safe-featured-benefit .fb-image img {
    /* width: 275px; */
    width: 100%;
    border-radius: 25px;
}

/* Featured Benefit Block : End */