/* Colors 

#062845 - Navy
#c02c48 - Red
#6fa1b1 - Teal
#ebead9 - Light Tan
#444 - 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:640px;
}
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;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: 'Noto Sans', sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1.125rem;
	color:#444;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:1px solid #ddd;
}
strong {
    font-weight: 700;
}
a,
a:hover {
	color:#c02c48;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
    outline:2px solid #6fa1b1;
}
.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size:.8em;
    color:#767676;
    margin-bottom: .5em;
}
.page-content {
    font-size:1.25rem;
}
/* Section Head */
.page-content h2.section-heading,
h1.news-title {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2.5rem;
    font-weight: 700;
    color:#c02c48;
    margin-bottom: .5556rem;
}
/* Subhead */
.page-content h2.subhead,
.page-content h3.subhead,
.page-content h4.subhead,
.modal-body h2.subhead,
.modal-body h3.subhead,
.modal-body h4.subhead {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size:1.5rem;
    font-weight: 700;
	color:#6A9BAF;
}
.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:#062845; /* navy */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:700;
	color:#c02c48; /* red */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:700;
	color:#59512B; /* dark brass */
}
.text-bold-4,
.text-bold-4 a {
	font-weight:700;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}
.text-large-light {
    font-size: 1.6875rem;
    font-weight: 400;
}

.form-control {
	font-size: 1.25rem;
    border-radius: 3px;
    padding:0.375rem 0.75rem;
    height: calc(1.5em + .5rem + 2px);
	box-shadow: inset 0.125rem 0.125rem 0.125rem 0 #eee;
}
::-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-family: 'Bitter', serif;
    font-style: normal;
    font-weight:700;
    font-size: 1.125rem;
    line-height: 1.444;
    padding:.3125rem 1rem;
	border:2px solid transparent;
    border-radius:.1875rem;
    text-decoration:none !important;
    white-space: normal;
    text-transform: uppercase;
}
.page-content .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .4375rem 1.25rem;
    border-radius:.1875rem;
}
.btn-sm {
    font-size: 1rem;
    padding: .1875rem .75rem;
    border-radius:.1875rem;
}

/* Navy Button */

.btn-primary {
    background-color:#062845;
    border-color: transparent;
	color:#ebead9;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #ebead9;
    border-color: #062845;
    color:#062845;
}
.btn-primary:focus {
    background-color: #ebead9;
    border-color: #fff;
    color:#062845;
    box-shadow: 0 0 0 .2rem rgba(6,40,69,0.5) !important;
}

/* Red Button */

.btn-secondary {
    background-color:#c02c48;
    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: #c02c48;
    color:#c02c48;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#c02c48;
    box-shadow: 0 0 0 .2rem rgba(192,44,72,0.5) !important;
}

/* Teal Button */

.btn-tertiary {
    background-color:#a0c1cc;
    border-color: transparent;
	color:#062845;
}
.btn-tertiary:hover,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
    background-color: #a0c1cc;
    border-color: #062845;
    color:#062845;
}
.btn-tertiary:focus {
    background-color: #a0c1cc;
    border-color: #fff;
    color:#062845;
    box-shadow: 0 0 0 .2rem rgba(160,193,204,0.5) !important;
}

/* White Button */

.btn-default {
    background-color:#fff;
    border-color: #062845;
	color:#062845;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #062845;
    border-color: transparent;
    color:#fff;
}
.btn-default:focus {
    background-color: #062845;
    border-color: #062845;
    color:#fff;
    box-shadow: 0 0 0 .2rem rgba(6,40,69,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1rem;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5rem 0;
	padding-left:1.5rem;
	text-indent:-.5rem;
}
.page-content ul li::before {
    content: '';
    display: inline-block;
    height: .5625rem;
	width: .5625rem;
	background-color: #c02c48;
	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:circle;
    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;
}

.page-content ul.list-unstyled {
	padding-left: 0;
}
.page-content ul.list-unstyled li {
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
	padding-left:0;
	text-indent:0;
}
.page-content ul.list-unstyled li::before {
    display: none;
}

/* 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;
}

/* --------------- Tables --------------- */

.table caption {
    caption-side: top;
    background-color: #062845;
    color: #ebead9;
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table th {
    background-color: #ebead9;
    color: #062845;
    font-weight: 700;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #ebead9;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #fbfbf7;
    color:#444;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #ebead9;
    padding: .5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #062845;
    color: #ebead9;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #ebead9;
    font-size: 1.125rem;
    font-weight:400;
    color: #062845;
    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;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    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:#f7f7f0;
    color: #062845;
    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:#062845;
    background-color:#ebead9;
    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 #ebead9;
        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;
}
@media (max-width: 767px) {
    .form-horizontal .row.form-group label,
    .form-horizontal .row.form-group span.EditingFormLabel {
        display: block;
        background-color:#f7f7f0;
        color: #062845;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label {
        display: inline;
        background-color: transparent;
        padding:7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #e0ebee;
    color: #062845;
    padding: 20px;
    border: 1px solid #c0d6dd;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}
.confirmation-message h2 {
    color: #062845;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#ebca59;
    color:#444;
	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:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#000;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
#header-alert .btn-close-alert svg {
    width:.75rem;
    height: 1.091rem;
    fill:#8c6e1a;
}
#header-alert .btn-close-alert:hover svg {
    fill:#062845;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#062845;
}

/* --------------- Header --------------- */

.top-nav {
    font-size: 1rem;
    padding:.4375rem 0;
}
.top-nav a {
    color:#ebead9;
}
.top-nav a:hover {
	text-decoration: underline;
}
.top-nav .nav-link {
    padding:.3125rem .75rem;
}

/* --------------- 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:0 auto 20px auto;
}
.site-search .searchTextBox {
	border:1px solid #062845;
	font-size: 1.125rem;
	color:#444;
	width:100%;
    padding:.5rem 2.5rem .5rem 1.125rem;
    height: calc(1.5em + .9375rem + 2px);
	border-radius: 2.75rem;
	box-shadow: none;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#6fa1b1;
}
.site-search .searchButton {
	width:1.25rem;
	height:1.25rem;
	position:absolute;
	top:.75rem;
	right:.75rem;
}

/* Site Seach Drop Down Button */

.site-search-dd-container {
    margin:.4375rem 0;
}
.site-search-dd-container > button {
    background-color:#6fa1b1;
    color:#062845;
    font-size: 1.25rem;
    font-family: inherit;
    width:2.25rem;
    height:2.25rem;
    border:0 none;
    border-radius: 50%;
    padding:0;
}
.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:0 !important;
    top:-2.5rem !important;
    background-color:transparent;
}
.site-search-dd-container .dropdown-menu .site-search {
    margin-bottom: 0;
}
.site-search-dd-container .dropdown-menu .searchTextBox {
    background-color:#fff;
}

/* --------------- Online Banking Login --------------- */

.banking-login {
    background-color:#c02c48;
    padding: 25px 30px 30px 30px;
    margin-left:-15px;
    margin-right:-15px;
    color:#ebead9;
}
.banking-login h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.banking-login .form-control {
	font-size: 1.125rem;
    padding:0.25rem 0.75rem 0.3125rem 0.75rem;
    height: calc(2.125rem + 2px);
	box-shadow: inset 0.125rem 0.125rem 0.125rem 0 #eee;
}
.banking-login #ob-btn {
    position: relative;
    width:2.25rem;
    height: 2.25rem;
    font-size: 2rem;
}
.banking-login #ob-btn svg {
    position: absolute;
    left:calc(50% - 0.25rem);
    top:0;
}
.banking-login .dropdown-toggle {
    background-color:transparent;
    padding:0;
    border:0;
    width:1.5rem;
    margin-top:.125rem;
}
.banking-login .dropdown-toggle::after {
    display: none;
}
.banking-login .dropdown-toggle svg {
    width:1.5rem;
    height: 1.5rem;
    fill:#ebead9;
}

/* floating labels */

.floating-label-input {
    position: relative;
}
.floating-label-input label {
	color:#767676;
    position: absolute;
    top:.25rem;
    left:14px;
    transition: all 0.3s;
    z-index: 1;
    cursor:text;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
.floating-label-input label.active {
	font-size:10px;
	color:#062845;
	top:-.625rem;
	left:14px;
    background-color:#fff;
    text-transform:uppercase;
    padding:0 7px;
	border-radius: .125rem;
	box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
    cursor: default;
}


/* --------------- Featured Rates --------------- */

.rate-bar {
    background-color: #fff;
    color:#062845;
    padding-top:15px;
    padding-bottom:15px;
    border-top: 12px solid #062845;
}
.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-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2.625rem;
    font-weight: 700;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
}
.rate-apr-apy {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: .75rem;
    font-weight: 700;
}
.rate-label {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.rate-description {
    font-size: .875rem;
}
.rate-bar a,
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar .rate-block,
.rate-bar a .rate-block {
    color:#062845;
    margin-bottom:1rem;
}
.rate-bar a:hover .rate-block {
    color:#c02c48;
}
.rate-icon {
    padding-top:.9375rem;
    padding-bottom: .9375rem;
    width:4.375rem;
    margin:0 auto 1rem auto;
    border:2px solid #6fa1b1;
    border-radius: 50%;
    font-size: 2.25rem;
    color:#062845;
    transition: background-color .3s;
}
.rate-icon svg {
    display: block;
    margin:0 auto;
    fill:#062845;
    width: 1.125em;
    height: 1em;
}
a:hover .rate-icon {
    background-color:#062845;
    border-color:#062845;
}
a:hover .rate-icon svg {
    fill:#fff;
}

.rate-bar .btn {
    font-size: 1rem;
    padding: .1875rem .75rem;
    border-radius:.1875rem;
}
.rate-bar .btn-default {
    background-color:#fff;
    border-color: #639CAB;
	color:#639CAB;
}
.rate-bar .btn-default:hover,
.rate-bar .btn-default:not(:disabled):not(.disabled).active,
.rate-bar .btn-default:not(:disabled):not(.disabled):active {
    background-color: #a0c1cc;
    border-color: transparent;
    color:#062845;
}
.rate-bar .btn-default:focus {
    background-color: #a0c1cc;
    border-color: #fff;
    color:#062845;
    box-shadow: 0 0 0 .2rem rgba(160,193,204,0.5) !important;
}

/* --------------- Home Editable Area --------------- */

.home-editable-area {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 400;
    padding:2rem 0 1rem 0;
    background: url(../images/bg-wood-pattern-navy.jpg) repeat center top #062845;
    color:#ebead9;
}
.home-editable-area a:not(.btn) {
    color:#ebead9;
    text-decoration: underline;
}
.home-editable-area a:not(.btn):hover {
    text-decoration: none;
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    background-color:#f5f4ec;
    color:#062845;
}
.quick-link-icons ul {
    margin-left:-15px;
    margin-right:-15px;
}
.quick-link-icons a {
    color: #8d8875;
    text-decoration: none;
}
.quick-link-icon {
    display: block;
    width:100%;
    height:100%;
    padding:40px 15px;
    background-color: rgba(255,255,255,0);
    background-image: radial-gradient(#fff, #f5f4ec);
    border:1px solid #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: background-color .3s, box-shadow .3s;
}
.quick-link-icon:hover,
.quick-link-icon:focus {
    background-color: rgba(255,255,255,1);
    background-image: none;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    position: relative;
    z-index: 1;
}
.quick-link-icon:focus {
    outline: 0 none;
}
.quick-link-icon .icon-svg {
    width:120px;
    height: 120px;
    margin:0 auto 1rem auto;
    font-size: 4.5rem;
    text-align: center;
    border:2px solid #8d8875;
    border-radius: 50%;
}
.quick-link-icon .icon-svg svg {
    fill:#8d8875;
    /*vertical-align: middle;*/
    margin-top:1.25rem;
}
.quick-link-icon .icon-label {
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.quick-link-icon .icon-label strong {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}
a.quick-link-icon .icon-label,
a.quick-link-icon .icon-label strong {
    color: #062845;
}

/* --------------- Home Content Sections --------------- */

.home-content-section {
    padding:1.5rem 0;
}
.home-content-section .section-image {
    height:0;
    padding-bottom:63.6%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#ebead9;
    background-size: cover;
}
.home-content-section .section-text {
    font-size: 1.25rem;
    font-weight: 400;
    padding:1.5rem 0;
}
.home-content-section h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c02c48;
    margin-bottom: .5em;
}
.home-content-section .section-text *:last-child {
    margin-bottom: 0;
}

/* --------------- News Carousel --------------- */

.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
    font-size: 3rem;
    color: #8d8975;
}
.slick-arrow:hover {
    color:#062845;
}
.slick-prev {
    left:-.5rem;
    z-index: 20;
}
.slick-next {
    right:-.5rem;
}

.news-carousel-wrapper {
    padding:45px .75rem;
    background-color: #f5f4ec;
}
.news-carousel-wrapper h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color:#c02c48;
    margin-bottom: 1rem;
}
.news-carousel {
    margin:0 auto;
    position: relative;
}
.news-carousel .slick-list {
    padding:20px 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 25px;
}
.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:#444;
    height: 100%;
    position: relative;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transition: box-shadow 0.5s;
    border-bottom: 0 none;
}
.news-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.news-carousel .news-item-caption,
.news-landing-page .news-item-caption {
    font-size: 1rem;
    padding:1.5rem 25px;
}
.news-carousel .news-item-caption p,
.news-landing-page .news-item-caption p {
    margin-bottom: 0;
}
.news-carousel .news-item > a h3,
.news-landing-page .news-item > a h3 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    color:#c02c48;
    margin-bottom: 0.25rem;
}
.news-carousel .news-item .read-more,
.news-landing-page .news-item .read-more {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    color:#062845;
    margin:auto 25px 1.5rem 25px;
}
.news-carousel .news-item .fa-chevron-circle-right,
.news-landing-page .news-item .fa-chevron-circle-right {
    color:#6fa1b1;
    font-size: 1rem;
    margin-right:.333rem;
}
.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%;
    }
}

/* --------------- Footer --------------- */

footer {
    background-color:#062845;
    color:#ebead9;
    border-top:12px solid #6fa1b1;
}
footer a,
footer a:hover {
    color:#ebead9;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
}

/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.25rem;
    height:2.25rem;
    position: relative;
    border:2px solid #6fa1b1;
    border-radius: 50%;
    color:#6fa1b1;
}
.social-icons svg {
    position: absolute;
    top:.3125rem;
    left:0;
    font-size: 1.3125rem;
}
.social-icons svg.fa-facebook-f {
    left:.625rem;
}
.social-icons svg.fa-twitter {
    top:.375rem;
    left:.375rem;
}
.social-icons svg.fa-linkedin-in {
    top:.3rem;
    left:.45rem;
}
.social-icons svg.fa-instagram {
    left:.425rem;
}
.social-icons svg.fa-vimeo-v {
    left:.375rem;
}
.social-icons svg.fa-youtube {
    left:.25rem;
}

.social-icons a:hover {
    border-color: #fff;
}
.social-icons .item-1 a:hover,
.social-icons .item-1 a:focus {
    background-color: #3b5998;
    color:#fff;
}
.social-icons .item-2 a:hover,
.social-icons .item-2 a:focus {
    background-color: #1da1f2;
    color:#fff;
}
.social-icons .item-3 a:hover,
.social-icons .item-3 a:focus {
    background-color: #0077b5;
    color:#fff;
}
.social-icons .item-4 a:hover,
.social-icons .item-4 a:focus {
    background-color: #c13584;
    color:#fff;
}
.social-icons .item-5 a:hover,
.social-icons .item-5 a:focus {
    background-color: #1ab7ea;
    color:#fff;
}
.social-icons .item-6 a:hover,
.social-icons .item-6 a:focus {
    background-color: #ff0000;
    color:#fff;
}

/* --------------- Page Header --------------- */

.header-with-image {
    overflow: hidden;
}
.header-with-image img {
    width:200%;
    transform: translateX(-50%);
}
.child-page-header {
    margin-bottom: 40px;
    background-color: #f5f4ec;
}
.child-page-header.header-with-image {
    background-image: none;
    background-color: transparent;
}
.child-page-header.header-with-image .page-heading {
    background-color: #f5f4ec;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:1.25rem 15px;
    color: #062845;
    max-width: 1170px;
    margin: 0 auto;
}
.header-with-image .page-heading {
    max-width: none;
    margin:0;
}
.page-heading h1,
.page-heading .page-header {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    color:#062845;
    line-height: 1.2;
    margin-bottom: 0;
}
.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;
        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:.25em;
        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) {
    .page-heading {
        padding-top:3rem;
    }
    .header-with-image .page-heading {
        font-size: 1.0625rem;
        font-size: 1.786vw;
        padding-top:1.25rem;
    }
}
@media (min-width: 1200px) {
    .header-with-image .page-heading {
        font-size: 1.875rem;
        font-size: 1.786vw;
    }
}
@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

.page-content {
    margin-bottom:1.5rem;
}
.page-content-no-sidebar {
    max-width: 860px;
    margin: 0 auto 1.5rem auto;
    padding: 0 15px;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    background-color: #ebead9;
    color:#444;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.sidebar .child-nav h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    color:#062845;
}
.sidebar .child-nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar .child-nav a {
    color:#444;
    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:#000;
    background-color: rgba(0,0,0,0.03);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted:hover {
    background-color: rgba(0,0,0,0.06);
}

.sidebar-buttons:last-of-type {
    margin-bottom: 20px;
}
.sidebar-buttons ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar-buttons a {
    padding:.25rem 1rem .375rem 1rem;
    font-family: 'Bitter', serif;
    font-style: normal;
	font-size:1.125rem;
    font-weight:700;
    text-decoration:none !important;
    text-transform: uppercase;
    line-height: 1.444;
	border:2px solid transparent;
    border-radius:.1875rem;
    display:block;
    width:100%;
    background-color:#a0c1cc;
	color:#062845;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color:#a0c1cc;
    border-color: #062845;
    color:#062845;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(160,193,204,0.5) !important;
}

.sidebar-promo {
    margin-bottom: 20px;
}
.sidebar-promo a {
    display: block;
}
.sidebar-promo img {
    display: block;
    max-width: 100%;
    height: auto !important;
    border-radius: 5px;
}

/* --------------- Bottom Aside --------------- */

.child-page-aside {
    margin-top:1rem;
}

.child-page-aside h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    color:#062845;
    margin-bottom:1.5rem;
}
.child-page-aside-col-1,
.child-page-aside-col-2 {
    margin-left:-15px;
    margin-right:-15px;
    padding:30px 30px 0 30px;
}
.child-page-aside-col-1 {
    background-color:#f5f4ec;
    font-size: 1.125rem;
}
.child-page-aside-col-2 {
    background-color:#ebead9;
}
.child-page-aside-col-1,
.child-page-aside-col-2 {
    padding-bottom:1px;
}
.child-page-aside .media-body .btn p {
    display: inline;
}

.child-promo .media {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.child-promo .media > img {
    width: 240px;
    border:8px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.child-page-aside .child-nav ul {
    list-style: none;
    padding:0;
    margin:0 0 1.5rem 0;
}
.child-page-aside .child-nav a {
    color:#444;
    display: block;
    padding:.25rem 1.25rem;
    margin-left:-1.25rem;
    margin-right:-1.25rem;
}
.child-page-aside .child-nav a:hover {
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted {
    position: relative;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted::before {
    content:'';
    width: 0; 
	height: 0; 
	border-bottom: .375rem solid transparent;  /* left arrow slant */
	border-top: .375rem solid transparent; /* right arrow slant */
	border-left: .375rem solid #444; /* bottom, add background color here */
	font-size: 0;
    line-height: 0;
    position: absolute;
    left:.4375rem;
    top:.75rem;
}

/* --------------- 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 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 #062845;
}
.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:#a0c1cc;
	color:#062845;
	border:0 none;
    padding:10px 15px;
    margin-right:2px;
	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.nav-tabs > li a:focus,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li a:hover,
.page-content ul#content-tabs > li a:focus {
	background-color:#062845;
	color:#ebead9;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus {
    outline-color: #a0c1cc;
}
@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:#a0c1cc;
    color:#062845;
    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:#062845;
    color:#ebead9;
}
.accordion .card-header .btn-link:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,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 {
    display:inline-block;
    width:1.25rem;
    height: 1.25rem;
    margin-right:.5rem;
    position: relative;
    top:.125rem;
    fill:#062845;
    transition: fill .3s;
}
.accordion .card-header .btn-link[aria-expanded="false"] svg {
    fill:#ebead9;
}
.accordion .card-header .btn-link[aria-expanded="false"]:hover svg {
    fill:#ebead9;
}
.accordion .card-body {
    border:1px solid #ebead9;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* --------------- Site Map ---------------*/

.page-content .CMSSiteMapList a {
    text-decoration: none;
    border-bottom: 0 none;
}
.page-content .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;
    list-style: none;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: 400;
}
.page-content > .CMSSiteMapList > li li a {
    color:#444;
}

/* --------------- 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 9.5rem;
    flex: 0 0 9.5rem;
    max-width: 9.5rem;
}
.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:#062845;
    border-color: transparent;
	color:#ebead9;
}
.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: #ebead9;
    border-color: #062845;
    color:#062845;
}
.SearchDialog .btn-default:focus,
.page-content .searchBox .btn-default:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(6,40,69,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:#a0c1cc;
    color:#062845;
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight:700;
    text-decoration:none;
	padding:.25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border:2px solid transparent;
    border-radius:.25rem;
}
.SearchResults .pager a:hover {
    color: #062845;
    background-color:#a0c1cc;
    border-color: #062845;
}
.SearchResults .pager strong {
    color: #fff;
    background-color:#062845;
    border-color: #062845;
    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;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {

    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }
	
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

    .quick-link-icon .icon-label {
        font-size: 1rem;
    }
    .quick-link-icon .icon-label strong {
        font-size: 1.3125rem;
    }

    .slick-prev {
        left:-1.5rem;
    }
    .slick-next {
        right:-1.5rem;
    }
    .news-carousel-wrapper {
        padding-left:2rem;
        padding-right:2rem;
    }
    .news-carousel-wrapper h2 {
        font-size: 3rem;
    }
	
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767px) {
	
}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    header {
        position: relative;
        z-index:998;
    }
    .header-row-1 {
        background-color:#062845;
        color:#ebead9;
    }
    .header-row-2 {
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 63.4615%, rgba(255,255,255,.7)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(255,255,255,1) 63.4615%, rgba(255,255,255,.7)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

    .banking-login {
        padding:15px;
    }
    .banking-login h2 {
        margin-bottom: 0;
    }

    .site-search {
        margin-top: 0;
    }

    .home-content-section {
        padding:0;
    }
    .home-content-section .section-image {
        padding-bottom:0;
        height:auto;
        min-height: 244px;
    }
    .home-content-section .section-text {
        padding:2rem 30px;
    }
    .home-content-section h2 {
        font-size: 2.25rem;
    }
    .home-content-section:nth-child(even) .section-image {
        -ms-flex-order: 2;
        order: 2;
    }
    .home-content-section:nth-child(even) .section-text-col {
        -ms-flex-order: 1;
        order: 1;
    }

    /* 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: #f5f4ec;
        padding:20px;
        margin-right:2%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    .banking-login {
        padding:.4375rem 15px;
    }
    .banking-login h2 {
        font-size: 1.125rem;
        margin-top: .3125rem;
    }

    .col-main-nav {
        min-height: 6.25rem;
    }
    .header-row-2 {
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,.7)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,.7)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

    .home-content-section .section-image {
        min-height: 315px;
    }
    .home-content-section .section-text {
        font-size: 1.5rem;
        padding:3rem 45px;
    }
    .home-content-section h2 {
        font-size: 2.75rem;
        border-bottom-width: 6px;
    }

    /* --------------- Bottom Aside --------------- */

    .child-page-aside-col-1,
    .child-page-aside-col-2 {
        background-color:transparent;
		margin-left:0;
        margin-right:0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .child-page-aside {
        position: relative;
        background-color:#f5f4ec;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        background-color:#ebead9;
    }

    /* 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) {
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

    .header-row-2 {
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 40%, rgba(255,255,255,.7)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(255,255,255,1) 40%, rgba(255,255,255,.7)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

    .home-content-section .section-image {
        min-height: 382px;
    }
    .home-content-section .section-text {
        padding:4rem 70px;
    }
    .home-content-section h2 {
        font-size: 3rem;
    }
	
}

@media (min-width: 1680px) {

    .header-row-2 {
        background-color: rgba(255,255,255,.8);
        background-image: none;
    }

    .home-content-section .section-image {
        min-height: 534px;
    }
	
}


/* ----------------------------------------------- */
/* 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://github.com/sonarwhal/sonarwhal.com/issues/210 and https://developer.microsoft.com/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;
}

/* ----- 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-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;;
    display: block;
    color:#062845;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #6fa1b1;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #444;
}
#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: #062845;
        color:#ebead9;
        font-family: 'Bitter', serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.5rem; /* 24px */
        text-transform: uppercase;
        line-height: 1.96875rem;
        border-radius: 0;
    }
    #main-nav .navbar-toggler-bars {
        float:right;
        margin-top:-.125rem;
    }
    #main-nav .navbar-toggler-bars svg {
        fill:#ebead9;
        width:1.5rem;
        height:1.714rem;
	}
    #main-nav .nav-link {
        border-bottom: 1px solid #ebead9;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#fbfbf7;
        color:#062845;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav .nav-item > a {
        color:#444;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #c02c48;
        color: #fff;
    }
    #main-nav .dropdown-menu {
        background-color: #fbfbf7;
        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 #ebead9;
        color:#444;
    }
    #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:#444;
        background-color: #fff;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* ----- basic styling ----- */

    #main-nav .navbar-nav {
        position: relative;
        z-index: 999;
    }
    #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;
        background-color: transparent;
    }
    #main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		-ms-flex-pack: distribute;
  		justify-content: space-around;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    #main-nav .nav-item > a {
        /* main nav tabs */
        font-family: 'Bitter', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.25rem;
        color:#062845;
        padding:.5rem .75rem;
        margin:0;
        position: relative;
        border-top:.25rem solid transparent;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus {
        outline: 0 none;
    }
    #main-nav .nav-item > a::before {
        content:'';
        display: block;
        width:calc(100% - 1.5rem);
        height:0;
        position: absolute;
        bottom:.125rem;
        left:.75rem;
        background-color:transparent;
        transition: height 0.3s, background-color 0.3s;
    }
    #main-nav .nav-item > a:hover::before,
    #main-nav .nav-item > a:focus::before,
    #main-nav .nav-item.item-current > a::before {
        height:.25rem;
        background-color:#6fa1b1;
    }
    #main-nav .nav-item.item-current.show > a:focus {
        outline:0 none;
    }
    #main-nav .nav-item.item-current > a:focus::before {
        height:.5rem;
        background-color:#6fa1b1;
    }
    #main-nav .nav-item.show > a {
		background-color: #fff;
        color:#000;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
        border-top-color: #6fa1b1;
    }
    #main-nav .nav-item.show > a:focus::before {
        display: none;
    }

    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
        padding: .75rem .75rem;
        border-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f6f6f6); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f6f6f6); /* 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 .nav-item > a {
        /* main nav tabs */
        font-size: 1.3125rem;
        font-weight: 400;
        padding-left:1.25rem;
        padding-right:1.25rem;
    }

    #main-nav .nav-item > a::before {
        width:calc(100% - 2.5rem);
        left:1.25rem;
    }

}
/* 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.5rem;
    }

}

/* ----------------------------------------------- */
/* Carousel */
/* ----------------------------------------------- */

/* --------------- Play/Pause Button --------------- */

.togglePausePlay {
    position: absolute;
    right:15px;
    top:0;
    margin-top: calc(54.7619% - 60px);
    z-index: 2;
}
.togglePausePlay button {
    padding:13.575px 15px;
    border:0;
    border-radius: 50%;
    background-color: rgba(255,255,255,.8);
}
.togglePausePlay button:focus {
    outline:0 none;
    box-shadow: inset 0 0 0 3px #6fa1b1;
    background-color: #fff;
}
.togglePausePlay svg {
    fill: #062845;
    width:20px;
    height: 22.85px;
    display: block;
}

/* --------------- Carousel Indicators --------------- */

#carousel-homepage {
    /*border-bottom: 12px solid #062845;*/
    overflow: hidden;
}
.carousel-indicators {
    position: relative;
    display: block;
    margin:15px 0 0 0;
    background-color: #c02c48;
}
.carousel-indicators li {
    box-sizing: border-box;
    width: 33.333%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top:-8px;
    text-indent: 0;
    background-color: transparent;
    background-clip: border-box;
    border-top: 0 none;
    border-bottom: 0 none;
    opacity: 1;
    transition: none;
    cursor: default;
    position: absolute;
    left:0;
    top:0;
}
.carousel-indicators a {
    display: block;
    color:#fff;
    text-decoration: none;
}
.carousel-indicators a:focus {
    outline: 0 none;
}
.carousel-indicators a:focus .carousel-indicator-icon {
    background-color: rgba(0,0,0,.2);
}

.carousel-indicator-text {
    text-align: center;
    margin-bottom: 1rem;
    padding:0 15px;
}
.carousel-indicator-heading {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-size: 1.333em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.carousel-indicator-icon {
    padding-top:.75rem;
    padding-bottom: .75rem;
    width:3.75rem;
    margin:1rem auto;
    border:2px solid transparent;
    border-radius: 50%;
    font-size: 2rem;
}
.carousel-indicators li.active .carousel-indicator-icon {
    border-color: #fff;
}
.carousel-indicator-icon svg {
    display: block;
    margin:0 auto;
    fill:#fff;
    width: 1.125em;
    height: 1em;
}

/* Handle Indicator Transitions */

.carousel-indicators li {
    transition: none;
}
.carousel-indicators.transition-on li {
    transition: transform .5s ease-in;
}
.carousel-indicators li.offscreen-left-indicator {
    transform: translateX(-100%);
    z-index:-1;
    opacity:0;
}
.carousel-indicators li.left-indicator {
    transform: translateX(0);
    z-index: 5;
}
.carousel-indicators li.active {
    transform: translateX(100%);
    z-index: 5;
}
.carousel-indicators li.right-indicator {
    transform: translateX(200%);
    z-index: 5;
}
.carousel-indicators li.offscreen-right-indicator {
    transform: translateX(300%);
    z-index:-1;
    opacity:0;
}
.carousel-indicators::before,
.carousel-indicators::after {
    content: '';
    position: absolute;
    left: 33.33%;
    top: -15px;
    display: block;
    width: 33.33%;
}
.carousel-indicators::before {
    height: calc(40% + 15px);
    border-bottom-left-radius: 15px 100%;
    border-bottom-right-radius: 15px 100%;
    box-shadow: 10px 20px 8px -8px rgba(0, 0, 0, 0.15), -10px 20px 8px -8px rgba(0, 0, 0, 0.15);
    z-index: 3;
}
.carousel-indicators::after {
    height: calc(100% + 15px);
    background-color: #c02c48;
    background-image: -webkit-linear-gradient(top, #d33c57, #c02c48 25%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:         linear-gradient(to bottom, #d33c57, #c02c48 25%); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    clip-path: polygon(0% 5%, 50% 0%, 100.5% 5%, 100.5% 100%, 0% 100%);
    z-index: 4;
}

/* --------------- Carousel Caption --------------- */

.carousel-caption-inner {
    padding: 0 15px;
}
.carousel-caption h2 {
    font-family: 'Bitter', serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom:.25em;
}
.carousel-caption .caption-details,
.carousel-caption .caption-details > * {
    margin-bottom:.75em;
}
.carousel-caption .caption-details :last-child {
    margin-bottom:0;
}

/* Red Button */

.carousel-caption .btn-primary {
    background-color:#c02c48;
    border-color: transparent;
    color:#fff;
}
.carousel-caption .btn-primary:hover,
.carousel-caption .btn-primary:not(:disabled):not(.disabled).active,
.carousel-caption .btn-primary:not(:disabled):not(.disabled):active,
.carousel-caption .show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #c02c48;
    color:#c02c48;
}
.carousel-caption .btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#c02c48;
    box-shadow: 0 0 0 .2rem rgba(192,44,72,0.5) !important;
}

/* Teal Button */

.carousel-caption .btn-secondary {
    background-color:#a0c1cc;
    border-color: transparent;
    color:#062845;
}
.carousel-caption .btn-secondary:hover,
.carousel-caption .btn-secondary:not(:disabled):not(.disabled).active,
.carousel-caption .btn-secondary:not(:disabled):not(.disabled):active,
.carousel-caption .show > .btn-secondary.dropdown-toggle {
    background-color: #a0c1cc;
    border-color: #062845;
    color:#062845;
}
.carousel-caption .btn-secondary:focus {
    background-color: #a0c1cc;
    border-color: #fff;
    color:#062845;
    box-shadow: 0 0 0 .2rem rgba(160,193,204,0.5) !important;
}

/* XS and SM only */
@media (max-width: 767px) {

    .carousel-caption {
        background-color: #fff;
        color:#444;
        position: static;
    }
    .carousel-caption h2 {
        font-size: 1.5rem !important;
        color:#062845;
    }
    .carousel-caption .caption-details {
        font-size: 1.125rem !important;
    }
    .carousel-caption .btn {
        margin-bottom: .5em;
    }
    .carousel-caption .caption-details > table {
        margin:0 auto;
    }
    .carousel-indicator-text {
        display: none;
    }
    .carousel-indicators li.active .carousel-indicator-text {
        display: block;
        margin-left:-100%;
        margin-right:-100%;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    .togglePausePlay {
        top: auto;
        margin-top:0;
        bottom:0;
        margin-bottom: 142px;
    }

    #carousel-homepage {
        background-color:#eee;
        margin-top: -50px;
    }
    #carousel-homepage .carousel-inner {
        padding-bottom: calc((65px - 3.869%) * 1.842);
    }
    .carousel-indicators {
        position: absolute;
        left:0;
        bottom:0;
        background-color:rgba(192,44,72,.85);
        background-image: -webkit-linear-gradient(top, rgba(192,44,72,0), rgba(192,44,72,1) 45.378%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(192,44,72,0), rgba(192,44,72,1) 45.378%); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        border-top:1px solid #c96274;
        margin-top:40px;
        z-index: 2;
    }
    .carousel-indicators li {
        margin-top:0;
    }
    .carousel-indicators li.active {
        margin-top:-40px;
    }
    .carousel-indicators::after {
        top:-40px;
        height: calc(100% + 40px);
        background-image: -webkit-linear-gradient(top, #d33c57 50%, #c02c48); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #d33c57 50%, #c02c48); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        clip-path: polygon(0% 10%, 50% 0%, 100.5% 10%, 100.5% 100%, 0% 100%);
    }
    .carousel-indicators::before {
        top:-40px;
        height: calc(80% + 40px);
    }

    .carousel-indicators .carousel-indicator-icon {
        margin-bottom: .5rem;
        position: absolute;
        top:-9999px;
        left:-9999px;
        transform: translateY(-25px);
        opacity: 0;
        transition: transform .4s .7s cubic-bezier(0.17, 0.88, 0.32, 1.27), opacity .2s .7s;
    }
    .carousel-indicators li.active .carousel-indicator-icon {
        display: block;
        position: static;
        transform: translateY(0px);
        opacity: 1;
    }

    .carousel-indicator-text {
        font-size: 1.8vw;
        margin-top:2.75rem;
        margin-bottom: 0;
    }
    .carousel-indicators li.active .carousel-indicator-text {
        margin-top:0;
        margin-bottom: 2rem;
    }

    .carousel-indicators a:focus .carousel-indicator-text {
        background-color:rgba(0,0,0,0.15);
    }
    .carousel-indicators .active a:focus .carousel-indicator-text {
        background-color: transparent;
    }

    /* --------------- Carousel Captions --------------- */

    
    .carousel-caption {
        font-size:13px;
        font-size:1.786vw;
        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;
        text-align:left;
        padding-top:9%;
        padding-bottom:12%;
    }
    .carousel-caption.empty-caption {
        display: none;
    }
    .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 p {
        margin-bottom: 1em;
    }
    .carousel-caption :last-child {
        margin-bottom:0;
    }
    .caption-left .carousel-caption {
        left:3%;
        right:55%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .caption-center .carousel-caption {
        left:3%;
        right:3%;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .caption-right .carousel-caption {
        left:55%;
        right:3%;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .carousel-caption-inner {
        padding:2vw 7%;
        position: relative;
    }
    .caption-center .carousel-caption-inner {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .carousel-caption-inner::before {
        content:'';
        position: absolute;
        left:0;
        top:0;
        background-color: rgba(0,0,0,.6);
        width:100%;
        height:0%;
        transition: height .7s;
        z-index: -1;
    }
    .active .carousel-caption-inner::before,
    .carousel-item-left .carousel-caption-inner::before,
    .carousel-item-right .carousel-caption-inner::before {
        height: 100%;
    }
    .carousel-caption .btn {
        font-size:.75em;
        padding:.25em 1em .375em 1em;
    }

}

/* LG and wider */
@media (min-width: 992px) {

    #carousel-homepage {
        margin-top: -5.8%;
    }
    .carousel-indicator-text {
        font-size: 1.125rem;
    }
    .carousel-indicators {
        background-image: -webkit-linear-gradient(top, rgba(192,44,72,0), rgba(192,44,72,1) 58.82%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(192,44,72,0), rgba(192,44,72,1) 58.82%); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

}

/* XL and wider */
@media (min-width: 1200px) {

    .carousel-indicators {
        background-image: -webkit-linear-gradient(top, rgba(192,44,72,0), rgba(192,44,72,1) 70.588%); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(192,44,72,0), rgba(192,44,72,1) 70.588%); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

}

@media (min-width: 1680px) {

    #carousel-homepage {
        margin-top: -117px;
    }
    .carousel-indicators {
        background-image: none;
    }

}

/* --------------- Banner Ad Page --------------- */

#banner-ad-page .carousel-item {
    position:relative;
    overflow:hidden;
    display: block;
    margin-right: 0;
    float:none;
}
#banner-ad-page .carousel-caption-inner::before {
    height: 100%;
}

/* ----------------------------------------------- */
/* 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 #cc0000;
}
.EditableTextEdit .row {
    border: 1px solid #cc0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit .row>p {
    width: 100%;
}
.EditableTextEdit .col,
.EditableTextEdit .col-auto,
.EditableTextEdit .col-12 {
    border: 1px dashed #cc0000;
}
.DesignMode .sr-only,
.EditableTextEdit .sr-only {
    border:1px dotted #cc0000;
    color:#cc0000;
    /* Unset sr-only styles to make visible */
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
    clip: auto;
    white-space: normal;
}
.DesignMode #carousel-homepage {
    margin-top: 0;
}