/* Colors

#0a1f8f - Dark Navy
#63cfe3 - Lime Green
#f1f1f1 - Light Blue

*/

/* ----------------------------------------------- */
/* 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-start {
    margin-top:.5rem;
    margin-right:20px;
    margin-bottom:.625rem;
}
img.float-end {
    margin-top:.5rem;
    margin-left:20px;
    margin-bottom:.625rem;
}
.embed-responsive-video-container {
    max-width:640px;
}
/*Center Video on the About Us > Core Membership Groups Page*/
.seg-video div.embed-responsive-video-container {
	position:relative;
	margin:3rem auto 4rem;
}
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: gotham, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1.125rem;
	color:#2e3238;
	line-height:1.5;
    background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:1px solid #595959;
	margin-bottom:1.5rem;
}
strong {
    font-weight: 800;
}
a,
a:hover {
	color:#0a1f8f;
}
a:hover {
	text-decoration:none;
}

/* WCAG 2.1 Focus Indicator */
:focus-visible {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}

.callout {
	background: #63cfe3;
	/*background-image: linear-gradient(to bottom, #116689, #003c71);*/
	color: #0d1642;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
	padding: 2rem;
	padding-bottom: 2rem;
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.callout p {
	margin-bottom:0;
}
.callout a {
	color:#0d1642;
}

.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 */
h2,
.page-content h2.section-heading,
h1.news-title {
    font-family: gotham, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
    color:#0a1f8f;
    padding-bottom: .25rem;
}
/* Subhead */
.page-content h2.subhead {
    font-family: gotham, sans-serif;
	font-size:2rem;
    font-weight: 700;
	color:#0a1f8f;
}
h3,
.page-content h3.subhead {
    font-family: gotham, sans-serif;
	font-size:1.7rem;
    font-weight: 700;
	color:#2e3238;
}
h4,
.page-content h4.subhead {
    font-family: gotham, sans-serif;
	font-size:1.6rem;
    font-weight: 700;
	color:#7A2682;
}
.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:800;
	color:#0a1f8f; /* indigo */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:800;
	color:#0795b0; /* aqua */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:800;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}
.text-large-light {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
}
.form-group {
    margin-bottom: 1rem;
}
.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;
}

/* --------------- Animate When In View --------------- */

/* .animate-when-in-view-js present as class on the body when the JS is available */

.animate-when-in-view-js .animate-when-in-view {
    opacity: 0;
    transition: opacity 0.3s;
}
.animate-when-in-view-js .animate-when-in-view.animated {
    opacity: 1;
}

/* --------------- Animated Decimal Numbers --------------- */

/* .animated-decimal-number-js present as class on the body when the JS is available */

.animated-decimal-number-js .animated-decimal-number {
    opacity: 0;
    transition: opacity 0.3s;
}
.animated-decimal-number-js .animated-decimal-number.animation-triggered {
    opacity: 1;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
    font-weight:800;
    font-size: 1.125rem;
    line-height: 1.444;
    padding:.1875rem 1rem;
	border:2px solid transparent;
    border-radius:1.125rem/50%;
    text-decoration:none !important;
    white-space: normal;
    text-transform: uppercase;
}
.page-content .btn {
    margin-bottom:.75rem;
}
.btn-lg {
    font-size: 1.5rem;
    line-height: 1.41667;
    padding: .25rem 1.25rem;
    border-radius:1.4375rem/50%;
}
.btn-sm {
    font-size: 1rem;
    line-height: 1.4375;
    padding: .125rem .75rem;
    border-radius:0.96875rem/50%;
}

/* Pink Button */

.btn-primary {
    background-color:#e81f76;
    border-color: transparent;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn.btn-primary.show {
    background-color: #fff;
    border-color: #e81f76;
    color:#e81f76;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#0a1f8f;
    box-shadow: 0 0 0 .2rem rgba(232,31,118,0.5) !important;
}

/* Indigo */

.btn-secondary {
    background-color:#0a1f8f;
    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,
.btn.btn-secondary.show {
    background-color: #fff;
    border-color: #0a1f8f;
    color:#0a1f8f;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#0a1f8f;
    box-shadow: 0 0 0 .2rem rgba(9,20,79,0.5) !important;
}

/* Aqua Button */

.btn-default {
    background-color:#63cfe3;
    border-color: transparent;
	color:#2e3238;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #fff;
    border-color: #63cfe3;
    color:#2e3238;
}
.btn-default:focus {
    background-color: #fff;
    border-color: #63cfe3;
    color:#2e3238;
    box-shadow: 0 0 0 .2rem rgba(99,207,227,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1rem;
}
.editable-img-col-row ul li {
	padding-left:0;
}
.page-content ul:first-child,
.page-content ol:first-child,
.editable-img-col-row ul:first-child {
    margin-top:0;
}
.editable-img-col-row ul {
	margin-top:1rem;
}
/*.editable-img-col-row ul,
.editable-img-col-row ul li {
	list-style-type: none;
}*/
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5rem 0;
	padding-left:1.5rem;
	text-indent:-.5rem;
}
.editable-img-col-row ul li {
	text-indent:-.6rem;
	margin-bottom:0.25rem;
}
.editable-img-col-row ul li::before {
	padding-left:0;
}
.editable-img-col-row ul li::before,
.page-content ul li::before {
    content: '';
    display: inline-block;
    height: .5625rem;
	width: .5625rem;
	background-color: #63cfe3;
	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 {
	margin-bottom:3rem;
}

.table caption {
    caption-side: top;
    background-color: #2e3238;
    color: #fff;
    font-weight: 500;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table th {
    background-color: #f1f1f1;
    color: #0a1f8f;
    font-weight: 800;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #e8e8e9;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #f8fafc;
    color:#0a1f8f;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #e8e8e9;
    padding: .5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #0a1f8f;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #f1f1f1;
    font-size: 1.125rem;
    font-weight:400;
    color: #0a1f8f;
    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: 800;
    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:#f1f1f1;
    color: #0a1f8f;
    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:#0a1f8f;
    background-color:#e8e8e9;
    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:-12px;
        margin-right:-12px;
    }
    .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 #e8e8e9;
        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:#f1f1f1;
        color: #0a1f8f;
        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: #f5fae0;
    color: #444;
    padding: 20px;
    border: 1px solid #e4f1ab;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- Parallax --------------- */

/* .parallax-js present as class on the body when the JS is available */

.parallax-js .parallax-container {
    position: relative;
    overflow: hidden;
    /* height determined by JS */
}
.parallax-js .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax-js .parallax-container .parallax img,
.parallax-js .parallax-container .parallax video {
    opacity: 0;
    position: absolute;
    left: 49.99%;
    /*bottom: 50%;*/
    bottom: 0;
    /*min-width: 100%;*/
    width:100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#7a2682;
    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:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#fff;
	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:#fff;
}
#header-alert .btn-close-alert:hover svg {
    fill:#000;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#fff;
}

/* --------------- Header --------------- */

.site-logo {

}
.top-nav {
	font-size: 1rem;
}
.top-nav a:hover {
	text-decoration: underline;
}
.top-nav .nav-link {
    padding-top:0rem;
    padding-bottom: 0rem;
	padding-left: .25rem;
	padding-right: .25rem;
}
.top-nav ul {
	list-style: none;
    padding:0;
    margin:0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.top-nav li {
	padding:5px;
    margin:0 5px 0 0;
    text-indent:0;
}
.top-nav li:last-child {
	padding-right: 0;
    border-right: 0 none;
}
.top-nav li::before {
	display: none;
}

.login-dropdown .dropdown-toggle::after {
	display: none;
}
.online-banking-button {
    /*padding:.25rem .55rem 0rem;
    line-height: 1.85rem;*/
	padding:5px 10px 4px;
}
.online-banking-button .icon-svg {
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    margin-right:.5rem;
}
.online-banking-button .icon-svg svg {
    width:1.5rem;
    height:1.5rem;
    fill:#293486;
	margin-top:-1px;
    vertical-align: top;
}
.online-banking-button:hover .icon-svg svg,
.online-banking-button:focus .icon-svg svg,
.online-banking-button:active .icon-svg svg,
.online-banking-button.show .icon-svg svg{
    fill:#293486;
}

#OnlineBankingDropDown {
    width:19rem;
}
.ob-login {
	position: relative;
	z-index: 999;
}
.ob-login .btn {
	width: 100%;
	margin-bottom: .5rem;
	margin-top: .5rem;
	font-size: 1rem;
}
.ob-login .footnote a {
	font-weight: 700;
	text-decoration: none;
	font-size: .85rem;
	position: relative;
	top: 1.5rem
}
.ob-login h2 {
    font-size:1.5rem;
    font-weight: 700;
    color:#003263;
    text-transform: uppercase;
}
.ob-login-iframe{
    position: relative;
	bottom: 2rem;
	height: 230px;
  }

/* --------------- New Styles for BS5 --------------- */

nav.top-nav > ul.nav > li.nav-item a.nav-link {
	font-size:1.125rem;
	font-weight: 500;
	margin:.25rem 0;
}

/* --------------- 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 .75rem auto;
}
.site-search .searchTextBox {
	border:1px solid #bbb;
	font-size: 1.15rem;
	color:#342e1f;
	width:100%;
    padding:.375rem 2.5rem .375rem 1.125rem;
    height: calc(1.409em + .8125rem + 2px);
	border-radius: 2.75rem;
	box-shadow: none;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#82bc00;
}
.site-search .searchButton {
	width:1.25rem;
	height:1.25rem;
	position:absolute;
	top:.65rem;
	right:.75rem;
}

/* Site Seach Drop Down Button */

.site-search-dd-container > button {
    background-color:#e9eaeb;
    width:2.25rem;
    height:2.25rem;
    border:0 none;
    border-radius: 50%;
    padding:0;
}
.site-search-dd-container > button svg {
    position: relative;
    top:-.0625rem;
    width:1.25rem;
    height:1.25rem;
}
.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;
    top:-2.625rem !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;
}


/* --------------- Featured Rates --------------- */

.rate-bar {
    background-color: #fff;
    color:#0a1f8f;
    padding-bottom:50px;
    position: relative;
}
.rate-bar::before,
.rate-bar::after {
    content: '';
    position: absolute;
    left:0;
    display: block;
    width: 100%;
}
.rate-bar h2 {
	font-size:2.5rem;
	margin-bottom:1rem;
}
.rate-bar ul {
	border:1px solid #e81f76;
	border-radius:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
}
.rate-bar .rb-col {
    margin-top:.75rem;
    margin-bottom: .75rem;
    border-right:1px solid #e8e8e9;
}
.rate-bar .rb-col:last-child {
    border-right:0 none;
}
.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-label {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.rate-description {
    font-size: .75rem;
    line-height: 1;
}
.rate-number {
    font-size: 3rem;
    font-weight: 800;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-size: 1.6875rem;
    font-weight: 800;
}
.rate-apr-apy {
    font-size: .625rem;
    font-weight: 800;
}
.rate-bar a,
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar .rate-block,
.rate-bar a .rate-block {
    color:#2e3238;
}
.rate-bar .rate-block {
    margin-bottom: 1rem;
}
.rate-icon {
    padding-top:.9375rem;
    padding-bottom: .9375rem;
    width:4.375rem;
    margin:1rem auto;
    border:2px solid #63cfe3;
    border-radius: 50%;
    font-size: 2.25rem;
    color:#0a1f8f;
    transition: background-color .3s;
}
.rate-icon svg {
    display: block;
    margin:0 auto;
    fill:#0a1f8f;
    width: 1.125em;
    height: 1em;
}
a:hover .rate-icon {
    background-color: #63cfe3;
}
a:hover .rate-icon svg {

}

/* XS and SM only */
@media (max-width: 767px) {
    .rate-bar .rb-col {
        position: relative;
        padding-bottom: .75rem;
    }
    .rate-bar .rb-col::after {
        content: '';
        position: absolute;
        bottom: -.75rem;
        left:15px;
        right:15px;
        display: block;
        width:calc(100% - 30px);
        height:1px;
        background-color: #e8e8e9;
    }
    .rate-bar .rb-col:nth-of-type(2n) {
        border-right:0 none;
    }
    .rate-bar .rb-col:nth-last-child(-n+2)::after {
        display: none;
    }
}

/* SM, LG, and XL */
@media (min-width: 576px) and (max-width: 767px), (min-width: 992px) {
    .rate-label {
        font-size: 1.3125rem;
    }
    .rate-description {
        font-size: 1rem;
    }
	.rate-number {
        font-size: 3.75rem;
    }
    .rate-percent {
        font-size: 2rem;
    }
    .rate-apr-apy {
        font-size: .8125rem;
    }
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    color:#2e3238;
    position: relative;
	margin-bottom:40px;
}
.quick-link-icons ul li {
	margin-bottom:0.75rem;
	background:#63cfe3;
	border-bottom: 5px solid #63cfe3;
	border-radius: 20px;
	width:47%;
	margin-right:15px;
}
.quick-link-icons a {
    color: #2e3238;
	background:#f1f1f1;
    text-decoration: none;
    border-radius: 20px;
	display: flex;
	left:5px;
	position: relative;
}
.quick-link-icon {
    display: block;
    width:100%;
    height:100%;
    padding:30px 15px;
    background-color: rgba(255,255,255,0);
    /*background-image: radial-gradient(#fff, #f1f1f1);
    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;*/
	width:auto;
	height:auto;
    margin:0;
    font-size: 1.75rem;
    text-align: left;
	display: flex;
	align-items:flex-start;
}
.quick-link-icon .icon-svg svg {
    fill:#2e3238;
    width: 1.125em;
    height: 1em;
}
.quick-link-icon .icon-label {
    font-size: 1rem;
    text-align: left;
    line-height: 1.2;
	flex-basis:0;
	flex-grow:1;
	align-content: center;
}
.quick-link-icon .icon-label strong {
    font-weight: 500;
    font-size: 1.125rem;
	margin-left:5px;
}
a.quick-link-icon .icon-label,
a.quick-link-icon .icon-label strong {
    color: #2e3238;
}

.home-ql h2.subhead {
	font-size:2.5rem;
	color:#2e3238;
}
.home-ql p {
	font-size:1.35rem;
}

/* --------------- Home Side Caption Banner --------------- */

.side-caption-banner {
	margin:0 0 42px;
	position: relative;
	overflow:visible;
}
.side-caption-banner .banner-img img,
.side-caption-banner .banner-caption {
	border-radius:1rem;
}

.side-caption-banner .banner-caption {
    background: #f1f1f1;
	padding:2rem 2rem 0.2rem;
	margin-top: -20%;
	text-align:center;
}
.side-caption-banner .banner-caption h2 {
    color: #7a2682;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.side-caption-banner .banner-caption p {
	font-size:1.25rem;
}

/* Purple Button */

.side-caption-banner .btn-primary,
.side-caption-banner .btn-secondary {
	background-color:#7a2682;
	border-color: transparent;
	color:#fff;
}
.side-caption-banner .btn-primary:hover,
.side-caption-banner .btn-primary:not(:disabled):not(.disabled).active,
.side-caption-banner .btn-primary:not(:disabled):not(.disabled):active,
.side-caption-banner .show > .btn-primary.dropdown-toggle,
.side-caption-banner .btn.btn-primary.show,
.side-caption-banner .btn-secondary:hover,
.side-caption-banner .btn-secondary:not(:disabled):not(.disabled).active,
.side-caption-banner .btn-secondary:not(:disabled):not(.disabled):active,
.side-caption-banner .show > .btn-secondary.dropdown-toggle,
.side-caption-banner .btn.btn-secondary.show {
	background-color: #fff;
	border-color: #7a2682;
	color:#7a2682;
}
.side-caption-banner .btn-primary:focus,
.side-caption-banner .btn-secondary:focus{
	background-color: #fff;
	border-color: #fff;
	color:#7a2682;
	box-shadow: 0 0 0 .2rem rgba(122,38,130,0.5) !important;
}

/* LG and wider */

@media (min-width: 992px) {
	
	.side-caption-banner .banner-caption {
        left: 0;
        right: 50%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 170%;
		margin-top:-10%;
		position:relative;
		text-align:left;
	}	
	.side-caption-banner .banner-caption.banner-alt {
		left:-70%;
		right:0;
	}

}

/* --------------- Home Mobile App Area --------------- */

/*.home-mobile-app-wrapper {
	width: 100%;
	padding:0;
	background:#63cfe3;
	position:relative;
	background-image: url(../images/swirl-mobile-app.png);
    background-repeat: no-repeat;
    background-position: left 50% top -50%;
    background-size: 30rem;
	border-top-left-radius: clamp(180%, 340% + 97.33vw, 500%);
}*/
.home-mobile-app-wrapper {
	width: 100%;
	padding:0;
	/*background:#63cfe3;*/
	position:relative;
	background-image: url(../images/aqua-bg.png);
    background-repeat: no-repeat;
	background-size:cover;
}
.home-mobile-app-area {
	padding:4rem 0 1.5rem;
	/*margin:5rem 0 10rem 0;*/
  	color: #2e3238;
	background-image: url(../images/swirl-mobile-app.png);
    background-repeat: no-repeat;
    background-position: left 50% top 100%;
    background-size: 30rem;
}
.home-mobile-app-area-content p {
	font-size:1.5rem;
}
.home-mobile-app-area-content p:last-of-type {
	margin-bottom:0;
}
.home-mobile-app-area-content {
	position: relative;
	z-index:2;
}
.mobile-phone-col {
	padding-left:12rem;
}

@media (max-width: 768px) {
	
	.home-mobile-app-wrapper::before {
		background-size:200px;
		background-position: top center;
	}
	.home-mobile-app-area {
		text-align:center;
		margin:10rem 0 3rem 0;
		padding-top:8rem;
	}
	
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.home-mobile-app-wrapper::before {
		background-size:250px;
		background-position: top left;
	}	
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.home-mobile-app-area {
		margin-top:3rem;
		margin-bottom:5rem;
	}	
	.home-mobile-app-wrapper::before {
		background-size:250px;
		background-position: top left;
	}	
}

.home-mobile-app-area h2 {
	color:#2e3238;
	font-size:2.5rem;
	margin-bottom:0.75rem;
}
/*.home-mobile-app-area p {
	font-size:1.25rem;
	margin-bottom:0.75rem;
}*/
/*.home-editable-area*/
.home-mobile-app-area a:not(.btn) {
    color:#2e3238;
    text-decoration: underline;
}
.home-mobile-app-area a:not(.btn):hover {
    text-decoration: none;
}

/* --------------- Home Community --------------- */

.home-community-wrapper {
	width: 100%;
	padding:4rem 0;
}
.home-community-wrapper h2 {
	color:#0a1f8f;
	font-size:2.5rem;
}
.home-community-wrapper h3 {
	color:#0795b0;
	font-size:2.5rem;
	font-weight:800;
}
.home-community-wrapper p {
	font-size:1.3rem;
	font-weight: 500;
}
.home-community-wrapper .community-cols {
	text-align: center;
}
/*.home-community-wrapper::before {
	content:'';
	position:absolute;
	background: url("../images/mobile-phone-screen.png") no-repeat top 0% left 5%;
	background-size:350px;
    height: 130%;
    width: 100%;
    z-index: 1;
}
.home-editable-area {
	padding:2.5rem 0 1.75rem 0;
	margin:5rem 0 10rem 0;
  	color: #fff;
	position:relative;
	background:#0e5c67;
	border-top:12px solid #ebed94;
	background-image: url(../images/diamond-black.svg);
    background-repeat: no-repeat;
    background-position: right 5% top 50%;
    background-size: 31rem;
}
.home-editable-area-content {
	position: relative;
	z-index:2;
}*/

/* --------------- Home Member Testimonials --------------- */

.home-testimonials-wrapper {
	/*background-image: linear-gradient(to bottom, #003057, #2f6590);
	background-color:#003057;*/
	color:#fff;
  	text-align:center;
	padding:20px 0;
}
/*.home-testimonials-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
}*/
.home-testimonial-area {
	background:#000;
	margin-left:10px;
	margin-right:10px;
	border-radius:1rem;
	background: linear-gradient(90deg,rgba(6, 149, 176, 1) 0%, rgba(122, 38, 130, 1) 50%, rgba(174, 15, 84, 1) 100%);
	background-color:#e81f76;
	padding-top:50px;
	padding-bottom:50px;
}
.home-testimonial-area h2 {
    font-style: normal;
	font-weight:700;
	font-size: 2.5rem;
	margin-bottom:0.75rem;
	line-height:1.2;
    color:#fff;
}
.home-testimonials-wrapper h2 svg {
	fill:#fff;
    width:3rem;
    height:3rem;
    position:relative;
    margin-right:.5rem;
}
.home-testimonial-carousel .testimonial-quote {
	max-width:70%;
	margin:0 auto 2rem;
}
.testimonial-text {
	font-style: italic;
	font-size:1.55rem;
	margin-bottom:0;
	padding:0;
	background: url(../images/home-testimonials-quote-left.svg) no-repeat left 1rem top, url(../images/home-testimonials-quote-right.svg) no-repeat right 1rem bottom;
}
.testimonial-attribution {
	margin-top:-.75em;
    font-style:normal;
    font-weight:700;
}
.testimonial-image {
	border:6px solid #fff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.75);
	margin: 0 auto;
}
@media (max-width:767px) {
	.testimonial-text {
		background-size:20px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.testimonial-text {
		background-size:75px 75px;
	}	
}
@media (min-width: 768px) {
	.testimonial-image {
		margin: 20px 0 0 0;
	}
}
.home-testimonial-carousel .slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
.home-testimonial-carousel button.slick-next.slick-arrow {
	right:3.0rem;
}
.home-testimonial-carousel button.slick-prev.slick-arrow {
	left:3.0rem;
}
.home-testimonial-carousel .slick-arrow svg {
    fill:#fff;
}
.home-testimonial-carousel .slick-arrow:hover svg {
	fill: #fff;
	background:#293486;
	border-radius:5px;
}
.member-testimonial-carousel {
    margin:0 auto;
    position: relative;
}
.member-testimonial-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.member-testimonial-carousel .slick-slide {
    padding:0;
    height: auto;
	margin:0 2.5em;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

/* --------------- Testimonials Landing Page --------------- */

.page-content .testimonial {
	margin-bottom:2rem;
    padding-left:3.5rem;
    padding-bottom:2rem;
    border-bottom:2px dashed #63cfe3;
    position:relative;
}
.page-content .testimonial::before {
	content:'\0201C';
	position:absolute;
	left:-5px;
	top:-5px;
	font-style:normal;
	font-weight:400;
	font-size:8.125rem;
	color:#63cfe3;
	line-height:.85;
}
.page-content .testimonial-quote {
	font-style:italic;
}
.page-content .testimonial-quote p {
	margin-bottom:1.5rem;
}
.page-content .testimonial-attribution {
	color:#2e3238;
	font-weight:800;
}




/* --------------- News Carousel --------------- */

.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
.slick-arrow:hover {
    color:#0a1f8f;
}
.slick-prev {
    left:-.5rem;
    z-index: 20;
}
.slick-next {
    right:-.5rem;
}
.slick-arrow svg {
    fill:#0a1f8f;
    width: 1.6875em;
    height:3em;
}

.news-carousel-wrapper {
    padding:30px .75rem 0 .75rem;
    background-color: #fff;
	margin-bottom:3rem;
}
.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;
    border-bottom: 0 none;
	border-radius:1rem;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.news-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover {
    text-decoration: none;
}
.news-carousel .news-item-caption,
.news-landing-page .news-item-caption {
    font-size: 1.125rem;
    padding:1rem;
}
.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 h2 {
    font-size: 1.30rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color:#0a1f8f;
}
.news-carousel .news-item > a .read-more,
.news-landing-page .news-item > a .read-more {
    font-size: 1.125rem;
    font-weight: 800;
	padding-left:1rem;
    margin:auto 0 1.5rem 0;
    color:#0a1f8f;
}

.news-carousel .news-item > a .read-more svg,
.news-landing-page .news-item > a .read-more svg {
    display: inline-block;
    margin-top:-.125rem;
    margin-right:.25rem;
    fill: #0a1f8f;
    width: 1.125em;
    height:1em;
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image {
    overflow: hidden;
	border-top-left-radius: 1rem;
	border-top-right-radius:1rem;
}
.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.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* --------------- 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%;
}
.page-content .SearchResults h2 {
	font-size: 1.5rem;
	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:1rem;
	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:#7b2a83;
    color:#fff;
    font-weight:400;
    text-decoration:none;
	padding:.1875rem 1rem .3125rem 1rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border:2px solid transparent;
    border-radius:.1875rem;
}
.SearchResults .pager a:hover,
.SearchResults .pager a:focus {
    color: #fff;
    background-color:#7b2a83;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,87,127,0.5) !important;
    outline: 0 none;
}
.SearchResults .pager strong {
    color: #7b2a83;
    background-color:#fff;
    border-color: #7b2a83;
    cursor: default;
}
.result-number {
	font-size:1rem;
    font-weight:700;
    margin-left:auto;
}

/* --------------- Footer --------------- */
footer::before {
	content:'';
	width:100%;
	height:100%;
	z-index: 2;
	background-image: url(../images/swirl-mobile-app.png);
    background-repeat: no-repeat;
    background-position: right -25% top;
    background-size: contain;
	position:absolute;
	top:0;
	z-index:3;
}

footer {
    color:#fff;
    position: relative;
	background:#0d1642;
	padding-top:3rem;
	padding-bottom:3rem;
	z-index: 1;
}
.footer-row-1,
.footer-row-2,
.footer-row-3 {
	position: relative;
	z-index:4;
}
footer a {
	text-decoration:none;
}
footer a,
footer a:hover {
    color:#fff;
}
footer a:hover {
	text-decoration: underline;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
}
.footer-text ul {
	margin-bottom:1.5rem;
}
.footer-nav ul li {
    margin-bottom:.25rem;
}
.footer-nav {
	font-size:.85rem;
	text-align:center;
	padding:1.5rem 0 0;
	margin-bottom:1.5rem;
	border-top:1px solid rgba(255, 255, 255, 0.2); /* 50% opaque white border */
	border-bottom:1px solid rgba(255, 255, 255, 0.2); /* 50% opaque white border */
}
h2.footer-row-heading {
	color:#c2eaf3;
	font-size:1rem;
}


/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.25rem;
    height:2.25rem;
    border:2px solid #fff;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill:#fff;
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    vertical-align: baseline;
    margin-top:.3125rem;
}
.social-icons a:hover {
    border-color: transparent;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.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;
}

/* --------------- Page Header --------------- */

.header-with-image {
    overflow: hidden;
}
.header-with-image img {
    width:200%;
    transform: translateX(-50%);
}
.child-page-header {
    background-color: #2e3238;
}
.child-page-header.header-with-image {
    background-image: none;
    background-color: transparent;
}
.child-page-header.header-with-image .page-heading {
    background:#2e3238;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:2rem 0 1.25rem 1rem;
    color: #fff;
    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: 500;
    color:#fff;
    line-height: 1.2;
    margin-bottom: 0;
}
.page-heading .btn {
    margin-bottom:.25em;
}
/*.page-heading p {
	font-size:2rem;
}*/
.page-heading > *:last-child {
    margin-bottom: 0;
}


/*Add CMS background color b/c font color is white*/
.EditableTextEdit.EditableText_editabletext_PageHeaderContent {
  	background:#2e3238;
}


@media (min-width: 768px) {

    .page-heading h1,
    .page-heading .page-header {
        font-size: 3rem;
		padding:2rem 0 1.25rem;
    }
    .header-with-image {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 24.4047619%;
        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: 48%;
        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 {
        color:#fff;
				font-size: 2em;
        max-width: none;
    }
    .header-with-image .page-heading h2.section-heading,
    .header-with-image .page-heading h2.section-heading-2 {
        font-size: 1.333em;
    }
    .header-with-image .page-heading h2.subhead,
    .header-with-image .page-heading h3.subhead,
    .header-with-image .page-heading h4.subhead,
    .header-with-image .page-heading h2.subhead-2,
    .header-with-image .page-heading h3.subhead-2,
    .header-with-image .page-heading h4.subhead-2 {
        font-size: 1em;
    }
    .header-with-image .page-heading .btn {
        font-size:.667em;
        border-width: 0.125em;
        border-radius:1.1375em / 50%;
        padding:.3125em 1em;
    }
    .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;
        /*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;
    }
}
.child-page-content-wrapper {
    margin-top:0;
}
.page-content {
    margin-top:1.5rem;
    /*margin-bottom:1.5rem;*/
}
.page-content:empty {
    margin-top:0;
    margin-bottom: 0;
}
.page-content-no-sidebar {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    background-color: #0d1642;
    color:#fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.sidebar .child-nav h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color:#0a1f8f;
}
.sidebar .child-nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar .child-nav a {
    color:#fff;
    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:.1875rem 1rem;
	font-size:1.125rem;
    font-weight:800;
    text-decoration:none !important;
    text-transform: uppercase;
    line-height: 1.2;
	border:2px solid transparent;
    border-radius:1.125rem/50%;
    display:block;
    width:100%;
    background-color:#63cfe3;
	color:#0a1f8f;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color:#fff;
    border-color: #63cfe3;
    color:#0a1f8f;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    background-color: #fff;
    border-color: #fff;
    color:#0a1f8f;
    box-shadow: 0 0 0 .2rem rgba(232,31,118,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;
}
/* ---------- Icon Section - Top Off Center ---------- */

.icon-region {
	margin-bottom:1.5rem;
    padding: 3rem 0 2rem 0;
}
.text-region-1,
.text-region-3,
.text-region-5,
.icon-region-cards-1,
.icon-region-cards-3,
.icon-region-cards-5 {
	background:#f1f1f1;
}


.text-region-1 .col-12,
.text-region-3 .col-12,
.text-region-5 .col-12,
.icon-region-cards-1 .col-12,
.icon-region-cards-3 .col-12,
.icon-region-cards-5 .col-12 {
	padding-top:1rem;
}


.icon-section-top-off-center h2 {
	text-align:center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4.3rem;
	color:#292929;
}
.icon-region .card {
    padding:10px 15px 10px 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
	background:#fff;
	border-radius:1rem;
	box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.icon-region .card h3 {
	font-size:1.4rem;
	font-weight: 800;
	color:#2e3238;
}
.icon-region .card-icon {
    width: 70px;
    height: 70px;
    margin: -45px auto 1rem auto;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	border:1px solid #63cfe3;
    line-height:3;
    position: relative;
    z-index: 1;
}
.icon-region .card-icon svg {
    fill: #2e3238;
    width: 40px; 
    height: 40px;
	margin-top:10px;
}
.icon-region .card .card-body {
    position: relative;
    z-index: 1;
	text-align:center;
	padding:0;
}
.icon-region .card .card-body p {
    font-size:1.1rem;
	margin-bottom:1rem;
}
.icon-region .cardbutton {
    text-align: center;
    margin: auto 0 1.5rem 0;
    position: relative;
    z-index: 1;
}
.icon-region .card-button {
	text-align:center;
}
.icon-region .card-button a {
	font-size:.9rem;
}
.icon-region .card .card-footer {
	background-color:#fff;
	border:0;
}

@media (max-width: 767px) {
	.icon-region .card {
		max-width:620px;
		margin:0 auto;
	}
	.icon-region .card h2 {
		font-size:2.4rem;
		padding-top: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

}

/* --------------- Image Card Block --------------- */

.product-cards {
	margin-bottom:1rem;
}
.product-card {
	text-align:center;
    border-radius: 1rem;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #2e3238;
    height: 100%;
    font-size: 1.1rem;
    padding: 0;
	border:0;
    border-top: 1.5rem solid #63cfe3;
	border-bottom: 1.5rem solid #63cfe3;
    position: relative;
	/*background: url(../images/diamond-black-5-opacity.svg) no-repeat left top;*/
	background-color: #fff;
    background-position: 8rem 0;
    background-size: cover;
	transition: transform 0.3s ease-in-out;
}
.product-card:hover {
  /* When hovered, scale the element up */
  transform: scale(1.01);
}
.product-card .card-text {
	padding:1rem;
	font-weight: 500;
	font-size:1.2rem;
}
.product-card .card-text p {
	margin-bottom:0.75rem;
}
.product-card .card-text h2.subhead {
	font-weight: 800;
	font-size:1.5rem;
	color:#0a1f8f;
}
.product-card .card-body {
	padding:0;
}
.product-card h2.card-title {
	font-family: gotham, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #682566;
    margin-bottom: .75rem;
}
.product-card .card-footer {
	margin-top:0;
	margin-bottom:0.5rem;
	border:0;
	background:transparent;
}


/* --------------- Interior Page Breadcrumbs Instead of a Nav --------------- */

#breadcrumbs-interior-pages {
  font-size: 1.125rem;
  padding: 8px 15px;
  margin-bottom: 0;
}
#breadcrumbs-interior-pages .CMSBreadCrumbsCurrentItem {
	position: relative;
	top:1px;
}
.page-content.breadcrumbs-interior-pages {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}

/* --------------- Interior Page Editable Image and Text Row --------------- */

.editable-img-col-row {
	margin-bottom:1rem;
}

.editable-img-col-row .editable-img-col img {
	max-width:100%;
	height:auto;
	border-radius:1rem;
}


/* --------------- Interior Page Text Only Card Row --------------- */

.text-cards {
	margin-bottom:2rem;
	margin-top:1rem;
}
.text-cards .text-cards-col {
	text-align: center;
	border:1px solid #d7d7d7;
	padding:2rem 1rem;
	border-radius:1rem;
	position:relative;
}

.text-cards .text-cards-button {
	margin: auto 15px 0 15px;
} 

@media (max-width: 767px) {
	
	.text-cards .text-cards-col {
		margin-top:1rem;
	}
	
}

.cke_editable ul li::before {
	content:none;
}


/* --------------- In-page Navigation --------------- */

a[id]:empty,
a[name]:empty {
    display: block;
    position: relative;
    top: -90px; /* height of in-page nav + section top padding */
    visibility: hidden;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .in-page-nav {
        position: -webkit-sticky;
        position: sticky;
        top: -1px; /* instead of 0 to allow intersection observer to fire */
        z-index: 1020;
    }
}

.in-page-nav {
    background-color: #f1f1f1;
    border-top:1px solid #fff;
    border-bottom: 1px solid #e8e8e9;
}
.in-page-nav-stuck {
    border-bottom-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
}
.in-page-nav .nav-overflow {
    padding-left:3rem;
    padding-right:3rem;
}

.in-page-nav-left-scroll-arrow,
.in-page-nav-right-scroll-arrow {
    position: absolute;
    top:calc(50% + .5rem - 1rem);
    display: block;
    width:2rem;
    height:2rem;
    padding:0;
    border:1px solid #c7d5e0;
    border-radius: 3px;
    background-color:#fff;
    line-height: 1;
}
.in-page-nav-left-scroll-arrow {
    left:8px;
}
.in-page-nav-right-scroll-arrow {
    right:8px;
}
.in-page-nav-left-scroll-arrow svg,
.in-page-nav-right-scroll-arrow svg {
    display: block;
    width: .5625rem;
    height: 1.5rem;
    fill:#97a5bc;
    margin:0 auto;
}
.in-page-nav-left-scroll-arrow:hover,
.in-page-nav-left-scroll-arrow:focus,
.in-page-nav-right-scroll-arrow:hover,
.in-page-nav-right-scroll-arrow:focus {
    border-color: #0a1f8f;
}
.in-page-nav-left-scroll-arrow:hover svg,
.in-page-nav-left-scroll-arrow:focus svg,
.in-page-nav-right-scroll-arrow:hover svg,
.in-page-nav-right-scroll-arrow:focus svg {
    fill:#0a1f8f;
}

.in-page-nav h2 {
    background-color: #0a1f8f;
    color:#fff;
    font-size: .75rem;
    text-align: center;
    margin:0;
    line-height: 1.25;
}
.in-page-nav .nav {
    overflow: hidden;
    scroll-behavior: smooth;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {
    .in-page-nav .nav {
        overflow: auto;
    }
}

.in-page-nav .nav.active {
    /* for click/drag scroll */
    scroll-behavior: auto;
}
.in-page-nav .nav-item {
    white-space: nowrap;
}
.in-page-nav .nav-link {
    border:1px solid transparent;
}
.in-page-nav .nav-pills .nav-link:hover,
.in-page-nav .nav-pills .nav-link:focus,
.in-page-nav .nav-pills .nav-link.active,
.in-page-nav .nav-pills .show > .nav-link {
    background-color: #e8e8e9;
    color:#0a1f8f;
    border-color: #c7d5e0;
    outline: 0 none;
}
.in-page-nav .nav-pills .nav-link:focus {
    border-color: #0a1f8f;;
}
.in-page-nav.active .nav-link {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

/* --------------- Page Content Section --------------- */

.page-content-section {
    padding-top:2rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}
.page-content-section:nth-of-type(2n+1) {
    background-color:#f1f1f1;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}


/* --------------- Bottom Aside --------------- */

.child-page-aside {
    margin-top:2.5rem;
}

.child-page-aside h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0a1f8f;
    margin-bottom:1.5rem;
}
.child-page-aside-col-1,
.child-page-aside-col-2 {
    margin-left:-12px;
    margin-right:-12px;
    padding:30px 30px 0 30px;
}
.child-page-aside-col-1 {
    background-color:#f1f1f1;
    font-size: 1.125rem;
}
.child-page-aside-col-2 {
    background-color:#f1f1f1;
    border-top:1px solid #cdcdcd;
}
.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: 1rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.child-promo .media-body {
	padding-top:1rem;
}
.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 #63cfe3;
}
.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: 800;
    font-size: 1.25rem; /* 20px */
	background-color:#2e3238;
	color:#fff;
	border:0 none;
    padding:10px 15px;
    margin-right:2px;
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}
.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:#63cfe3;
	color:#2e3238;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus {
    outline-color: #0a1f8f;
}
@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-top:1rem;
	margin-bottom:2rem;
}
.accordion {
    margin-bottom: .5rem;
    border:0 none;
}
.accordion-item {
	border:none 0;
}
.accordion .accordion-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .accordion-header .accordion-button {
    background-color:#2e3238;
	font-size:1.25rem;
	font-weight:500;
    color:#fff;
    border-radius:3px;
    padding:1rem;
	border:0 none;
	box-shadow:none;
}
.accordion .accordion-header .accordion-button:hover,
.accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#63cfe3;
    color:#2e3238;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
.accordion .accordion-header .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(232,31,118,0.5) !important;
}
.accordion .accordion-header .accordion-button:hover:focus,
.accordion .accordion-header .accordion-button[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important;
}
.accordion-body {
    border:1px solid #e6e6e6;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.accordion-button.collapsed::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button:hover::after,
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e3238'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* ---------- Time Value Calculators ---------- */

div.cTimeValue {
	padding:1.5rem;
	border-radius:1rem;
	background-color:#f1f1f1;
	margin-bottom:1.15rem;
	font-size:1.1rem;
}
div#tvcInnerCalculatorDivId p {
	line-height:1.25;
}
table.table-time-value td,
table.table-time-value th {
    border-top:0;
	padding: .25rem;
	vertical-align: middle;
}
table.table-time-value table,
table.table-time-value td p,
table.table-time-value p {
	margin-bottom:0;
}
table.table-time-value td input.btn-primary {
	margin-left:.5rem;
}
p#tvcAllFieldsRequiredId {
	font-weight:700;
}
input.tvcPercentOrDollarInputClass,
input.tvcMonthsOrYearsInputClass {
	width: 40%;
    display: inline-block;	
}
fieldset.tvcFieldsetForRadioClass {
	display: inline-block;
	margin-left:1rem;
}
label.tvcRadioLabelClass {
font-size:1rem;
}
fieldset.tvcFieldsetForRadioClass legend {
	display:none;
}
div.cTimeValue input[type=checkbox] {
	margin-right:.25rem;
}
div#DIVCalculatorDisclaimer {
	display:none;
}
div#DIVCalculatorDisclaimer,
div.Footnote,
div#DIVCalculatorTips,
a#A_CalculatorDisclaimer,
p.DisclaimerText {
	font-size:1rem;
}
div.ErrorSummary {
	line-height:0;
	min-height:0;
}
table.table-time-value h4 {
	margin-bottom: 0;
    padding: .25rem
}
table.table-time-value label {
	margin-bottom:0;
}
table.table-time-value td hr {
	display:none;
}
div.InputContainer p {
	margin-bottom:1rem;
}
.form-control.select-dropdown {
    width: auto;
    display: inline;
	margin-right:.5rem;
}
.InputTable label.tvcHideLabelClass {
    display: none;
}

/* Site Specific */

table#DebtsTable .form-control.select-dropdown {
    width:100%;
}
#tvcHF07 #tvcAMOUNT {
    width: 66%;
    float: left;
}
#txtPAYOFFORDER label {
	margin: .75rem 0;
	display: block;
}
#txtPAYOFFORDER select {
	margin-bottom: 1rem;
}
select#tvcFREQUENCY {
	margin-left:.5rem;
}
#tvcMailToLinkId,
#tvcPrintThisLinkId {
	display: none;
}

/* --------------- 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: 800;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
	border-radius:1rem;
    list-style: none;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575.98px) {
	
	.quick-link-icons ul li {
		width: 96%;
	}
    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }
	
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

    .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 (max-width: 620px) {
	
	.footer-logos {
		display: block !important;
		text-align: center;
	}
	.footer-logos img {
		margin-bottom:2rem;
	}
	
}

@media (max-width: 767.98px) {
	
	.online-banking-button {
		margin-bottom:10px;
	}
	.quick-link-icons {
		margin-bottom:4rem;
	}
	.home-mobile-app-wrapper {
		background-position-x:-650px;
	}
	.home-mobile-app-area {
		margin-top:0;
		padding-top:0;
		margin-bottom:0;
		background-position:left 50% top 95%;
	}
	.mobile-phone-col {
		padding-left:0;
	}
	.home-mobile-app-area h2 {
		padding-top:3rem;
	}
	.home-community-wrapper h2 {
		text-align: center;
		margin-bottom:0.75rem;
	}
	.home-community-wrapper p:last-of-type {
		margin-bottom:0;
	}
	.editable-image-col-text {
		text-align: center;
	}
	.tag-line p {
		margin-bottom:1rem;
	}
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	
	.site-logo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	
}


/* ----------------------------------------------- */
/* 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-row-2 {
		background-color: #fff;
	}

    .site-logo {
        margin-top:44px;
        margin-bottom:44px;
    }

    /* 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: #f1f1f1;
        padding:20px;
        margin-right:2%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (max-width: 991.98px) {
	
	footer::before {
		background-position: center bottom;
		background-size: 20%;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	
	.site-logo-md {
		margin-top:15px;
		margin-bottom:15px;
	}
	.mobile-phone-col {
		padding-left:0;
	}
	
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    
	.site-logo {
        position: absolute;
        /*left:15px;*/
        margin:0;
        padding:0.5rem 2rem;
        z-index: 999;
		filter: drop-shadow(3px 8px 5px rgba(25, 25, 0, 0.2));
    }
	.site-logo::before {
		content: '';
    	position: absolute;
    	top: -7px;
    	bottom: -15px;
    	left: 0;
    	right: 0;
    	background-color: #fff;
    	border-bottom-left-radius: 50% 20px;
    	border-bottom-right-radius: 50% 20px;
    	z-index: -1;
  	}
	.header-row-1 {
		background-color: #63cfe3;
    	color: #fff;
		border-top:10px solid #0d1642;
    	padding: .4375rem 0;
  	}	
	.header-row-2 {
        background-color: #fff;
    }
	
	
	
	/* --------------- 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-col-2 {
        border-top:0 none;
    }
    .child-page-aside {
        position: relative;
        background-color:#e7e7e7;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        background-color:#f1f1f1;
        border-left:1px solid #e8e8e9;
    }
	
	.social-icons {
		margin-top:3.5rem;
	}

    /* 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: 1199.98px) {
	
	.site-logo {
		padding:0.5rem;
	}
	
	footer::before {
		background-position: right -40% top;
	}
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	footer::before {
		background-position: right -30% top;
	}
}

@media (min-width: 1680px) {

    .site-max-width-lg {
		max-width:1370px;
	}
	
	.site-search {
		width:100%;
		max-width: 420px;
		position: relative;
		margin:0 auto 20px auto;
		right: 16rem;
	}
	footer::before {
		background-position: right -20% top;
	}
	
}

@media (min-width: 2000px) {
	footer::before {
		background-position: right -10% top;
	}
	
}


/* ----------------------------------------------- */
/* 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,
#main-nav li.mm-button a.btn-block {
    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-size: 1.25rem;
	font-weight: 500;
    display: block;
    color:#293486;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #a3e0ec;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #444;
	text-decoration:none;
}
#main-nav .mm-column > ul > li > a:not(.btn):hover {
	text-decoration:underline;
}
#main-nav .mm-column .btn {
    margin-bottom: 10px;
	/*width: 100%;*/
}

/* XS and SM only */
@media (max-width: 767.98px) {

    /* ----- basic styling ----- */

    #main-nav {
        margin-left:-12px;
        margin-right:-12px;
        padding:0;
    }
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 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: #63cfe3;
        color:#2e3238;
        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:#2e3238;
        width:1.5rem;
        height:1.714rem;
	}
    #main-nav .nav-link {
        border-bottom: 1px solid #eeeeee;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f1f1f1;
        color:#293486;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #a3e0ec;
        color: #293486;
    }
    #main-nav .dropdown-menu {
        background-color: #f1f1f1;
        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 #eeeeee;
        color:#293486;
    }
    #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:#293486;
        background-color: #fff;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	.navbar-expand-md .navbar-collapse {
		border-top:1px solid #dadada;
   }
}

/* 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:1rem 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-weight: 700;
        font-size: 1.2rem;
		text-transform: uppercase;
        color:#2e3238;
        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:#a3e0ec;
    }
    #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:#a3e0ec;
    }
    #main-nav .nav-item.show > a {
		background-color: #fff;
        color:#293486;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
        border-top-color: #a3e0ec;
    }
    #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;
    }

}

/* 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-weight: 700;
        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 {
        font-size: 1.4rem;
    }
	

}

/* --------------- Hero Banner --------------- */

.hero-banner {
    position: relative;
}
.hero-banner::before,
.hero-banner::after {
    content: '';
	position: absolute;
	left: 0;
	display: block;
    height: 6px;
	width: 100%;
	z-index:10;
}
.hero-banner::before {
	top:0;
	background-image: linear-gradient(to top, transparent, rgba(0,0,0,0.15));
}
.hero-banner::after {
	bottom:0;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.15));
}

/* --------------- Hero Banner Caption --------------- */

.hero-banner-caption-inner {
    padding: 1.5rem 15px;
}
.hero-banner-caption h2 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom:.25em;
}
.page-header-hero-banner .hero-banner-caption h2 {
    font-weight: 400;
    text-transform: none;
}
.hero-banner-caption h3 {
    font-weight: 400;
    margin-bottom:.25em;
}
.hero-banner-caption .caption-details,
.hero-banner-caption .caption-details > * {
    margin-bottom:.75em;
}
.hero-banner-caption .caption-details :last-child {
    margin-bottom:0;
}

/* XS and SM only */
@media (max-width: 767px) {

    .hero-banner-caption {
        background-color: #fff;
        color:#444 !important;
        position: static;
    }
    .hero-banner-caption h2 {
        color:#0a1f8f !important;
        font-size: 1.75rem !important;
    }
    .hero-banner-caption h3 {
        color:#0a1f8f !important;
        font-size: 1.3125rem !important;
    }
    .hero-banner-caption .caption-details {
        color:#444 !important;
        font-size: 1.125rem !important;
    }
    .hero-banner-caption .btn {
        margin-bottom: .5em;
    }
    .hero-banner-caption .caption-details > table {
        margin:0 auto;
    }

    .parallax-js .hero-banner .caption-left .parallax > img {
        width:200% !important;
        min-width: 200%;
        left:0;
    }
    .parallax-js .hero-banner .caption-right .parallax > img {
        width:200% !important;
        min-width: 200%;
        left:100%;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* --------------- Hero Banner Captions --------------- */

    .hero-banner-caption {
        font-size:19px;
        font-size:2.5vw;
        color:#fff;
        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;
        position: absolute;
        top: 0;
        bottom:0;
        left: 0;
        right:0;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        text-align:left;
    }
    .hero-banner-caption.empty-caption {
        display: none;
    }
    .hero-banner-caption.caption-top {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .hero-banner-caption.caption-vertical-center {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .hero-banner-caption.caption-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .hero-banner-caption :last-child {
        margin-bottom:0;
    }
    .hero-banner-caption.caption-left {
        left:0;
        right:50%;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hero-banner-caption.caption-center {
        left:0;
        right:0;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .hero-banner-caption.caption-right {
        left:50%;
        right:0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }
    .hero-banner-caption-inner {
        padding:2vw 5%;
        position: relative;
    }
    .caption-center .hero-banner-caption-inner {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .hero-banner-caption .btn {
        font-size:.5295em;
        padding:.222em 1em;
        line-height: 1.5;
        border-radius:1.0833em/50%;
    }

}


/* ----------------------------------------------- */
/* 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 .site-logo {
    position: static;
}
.DesignMode #carousel-homepage {
    margin-top: 0;
}
.DesignMode .CookieConsent {
    position: static;
}

/* --------------- New Styles for BS5 --------------- */

nav.top-nav > ul.nav > li.nav-item a.nav-link {
	color: #2e3238 !important;
}
