/* Colors 

#004990 - Brand Blue
#166cdb - Medium Blue
#8ec63f - Green
#6f335a - Purple
#2d2d2d - Body text

/*FONTS
-----
font-family: 'Open Sans', sans-serif;
*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-fluid {
    height: auto !important;
}
img.float-left {
    margin-top:.5rem;
    margin-right:20px;
    margin-bottom:.625rem;
}
img.float-right {
    margin-top:.5rem;
    margin-left:20px;
    margin-bottom:.625rem;
}
.embed-responsive-video-container {
    max-width:100%;
}
main {
	display:block;
}
a.skip-to-main:focus {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
    clip: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}
div#speedBumpModal {
	/*puts modal speedbump over modal calculator */
    z-index: 1051;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#2d2d2d;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:3px solid #ddd;
    margin:2rem auto;
}
strong {
    font-weight: 700;
}
a,
a:hover {
	color:#163778;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
    outline:2px solid #166cdb;
}
.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:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
.text-footnote {
	font-size:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
.page-content {
    font-size:1.125rem;
}
/* Section Head */
.page-content h2,
h1.news-title,
.event-full h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #004990;
}
/* Subhead */
.page-content h2.subhead,
.page-content h3,
.page-content h4.subhead,
.page-content .faq-accordion h2 {
    font-size:1.5rem;
    font-weight: 700;
	color:#6f335a;
}
.page-content h4.subhead {
    font-size:1.25rem;
    font-weight: 500;
}
.page-content h2.subhead a,
.page-content h3 a,
.page-content h4.subhead a {
	color:#6f335a;
}
.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:#004990; /* blue */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:700;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}

.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-weight: 600;
    font-size: 1.125rem;
    padding: 0.4rem 1rem;
    border: 2px solid transparent;
    border-radius: 3rem;
    text-decoration: none !important;
    white-space: normal;
}
.page-content .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.25rem;
    border-radius:.1875rem;
}
.btn-sm {
    font-size: 1rem;
    padding: .125rem .75rem;
}

/* Green Button */

.btn-primary {
    background-color:#8ec63f;
    border-color: transparent;
	color:#000;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #8ec63f;
    color:#000;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #8ec63f;
    color:#000;
    box-shadow: 0 0 0 .2rem rgba(142, 198, 63,0.5) !important;
}

/* Blue Button */

.btn-secondary {
    background-color:#004990;
    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: #004990;
    color:#004990;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #004990;
    color:#004990;
    box-shadow: 0 0 0 .2rem rgba(0, 73, 144,0.5) !important;
}

/* White Button */

.btn-default {
    background-color:#fff;
    border-color: #163778;
	color:#163778;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #163778;
    border-color: transparent;
    color:#fff;
}
.btn-default:focus {
    background-color: #163778;
    border-color: #163778;
    color:#fff;
    box-shadow: 0 0 0 .2rem rgba(0,86,179,0.5) !important;
}
/* Dark Gray Button */

.btn-topnav {
    background-color: transparent;
    border-color: transparent;
	color:#58595b;
	font-size: 1rem;
	padding: .1875rem .5rem .1875rem .5rem;
}
/*.btn-topnav:hover,
.btn-topnav:not(:disabled):not(.disabled).active,
.btn-topnav:not(:disabled):not(.disabled):active,
.show > .btn-topnav.dropdown-toggle {
    background-color: #fff;
    border-color: #343a40;
    color:#343a40;
}*/
.btn-secondarytopnav:focus {
    background-color: #fff;
    border-color: #fff;
    color:#343a40;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,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: #c2dbfb;
	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;*/
	justify-content: center;
}

@media (min-width: 576px) {
	ul.pipe-separated-list {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		justify-content: center;
	}
}

ul.pipe-separated-list li {
    padding:0 .65rem;
    margin:0 0 .75rem 0;
    text-indent:0;
    border-right: 1px solid #ccc;
}

@media (max-width: 575px) {
	ul.pipe-separated-list li {
		border-right: 0;
		margin-bottom:10rem;
	}
}

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: #004990;
    color: #fff;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table th {
    background-color: #edf0f2;
    color: #004990;
    font-weight: 700;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #ddd;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #fafafb;
    color:#2d2d2d;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #ddd;
    padding: .5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #163778;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #edf0f2;
    font-size: 1.125rem;
    font-weight:400;
    color: #163778;
    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,
.EventManagerRegError {
    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:#edf0f2;
    color: #163778;
    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:#003975;
    background-color:#c7d7e8;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-15px;
        margin-right:-15px;
    }
    .online-form .form-group > .editing-form-control-nested-control,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #ddd;
        margin-bottom:0;
    }
}
.form-horizontal .row.form-group label,
.form-horizontal .row.form-group span.EditingFormLabel {
    /* .col-form-label */
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.form-horizontal .row.form-group span.EditingFormLabel {
    display:inline-block;
}
@media (max-width: 767px) {
    .form-horizontal .row.form-group label,
    .form-horizontal .row.form-group span.EditingFormLabel {
        display: block;
        background-color:#edf0f2;
        color: #163778;
        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: #eef8f0;
    color: #343a40;
    padding: 20px;
    border: 1px solid #d6eedb;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#ddfab3;
    color:#2d2d2d;
	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:#163778;
	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:#585858;
}
#header-alert .btn-close-alert:hover svg {
    fill:#2d2d2d;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#2d2d2d;
}

/* --------------- Header --------------- */

.top-nav {
	margin-top:.5rem;
}
.top-nav a:hover {
	text-decoration: underline;
}
.top-nav li.nav-link {
	padding: .1875rem .5rem .1875rem .5rem;
}
.top-nav li.nav-link > a {
	font-weight: 600;
	color: #58595b;
	font-size: 1rem;
}
.top-nav .dropdown-item.active,
.top-nav .dropdown-item:active {
    text-decoration: none;
    background-color: #fff;
}
.login-dropdown .icon-svg {
    width: 1.625rem;
    height: 1.625rem;
}
.login-dropdown .icon-svg svg {
    fill:#2d2d2d;
    width: 1.625rem;
    height: 1.625rem;
    margin-left:.125rem;
    vertical-align: top;
    transition: fill .15s ease-in-out;
}
.login-dropdown:hover .icon-svg svg,
.login-dropdown:focus .icon-svg svg,
.show .login-dropdown .icon-svg svg {
    fill:#8ec63f;
}

.login-dropdown #OnlineBankingDropDown {
	min-width:16rem;
}
.ob-login {
	padding:20px;
}
.ob-login a {
	text-decoration: none;
}
.ob-login a:hover {
	text-decoration: underline;
}

/* --------------- 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-dd-btn {
    background-color: #fff;
    color: #004990;
    padding:0;
    border: 2px solid #004990;
    width:2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    outline: 0 none;
    cursor: pointer;
    line-height: 1;
}
#site-search-dd-btn:hover,
#site-search-dd-btn:focus {
    background-color: #004990;
    border-color: #004990;
    color: #fff;
}
#site-search-dd-btn:focus {
    border:2px solid #fff;
    box-shadow: 0 0 0 .2rem rgba(0, 73, 144,0.5) !important;
}
#site-search-dd-btn.dropdown-toggle::after {
    display: none;
}
#site-search-dd-btn svg {
    width:1.5rem;
    height:1.5rem;
    fill: #004990;
}
#site-search-dd-btn .close-site-search {
    display: none;
}
.show #site-search-dd-btn .close-site-search {
    display: inline;
}
.show #site-search-dd-btn .open-site-search {
    display: none;
}
#site-search-dd-btn:hover svg,
#site-search-dd-btn:focus svg {
    fill: #fff;
}
.site-search-dd-container.show #site-search-dd-btn {
    width:1.25rem;
    height:1.25rem;
    margin-left: 1.625rem;
    background-color: #004990;
    border-color: #004990;
}
.show #site-search-dd-btn svg {
    width:0.75rem;
    height:0.75rem;
    position: relative;
    top:-0.0875rem;
    fill: #fff;
}

.show #site-search-dd-btn:hover,
.show #site-search-dd-btn:focus {
    background-color: #fff;
}
.show #site-search-dd-btn:hover svg,
.show #site-search-dd-btn:focus svg {
    fill: #004990;
}

/* ----- Site Search Field and Drop Down ----- */

.site-search-dd-container {
    width:2.875rem;
}
.site-search-dd-container .dropdown-menu {
    transform: translate3d(0, 0.1875rem, 0) !important;
    width:300px;
    padding:0;
    border:0;
    margin:0;
    background-color: transparent;
    top: 0 !important;
    left: auto !important;
    right: 1.5rem !important;
}
.site-search {
    width: 100%;
    max-width: 420px;
    position: relative;
    margin: 0 auto 20px auto;
}
.site-search .searchTextBox {
    border:.0625rem solid #ccc;
    font-size: 1.125rem;
    color: #505759;
    width:100%;
    height:2.75rem;
    padding:.5rem 40px .5625rem 20px;
    background-color: #fff;
    border-radius: 1.25rem/50%;
}

.site-search .searchTextBox::placeholder {
	color: #58595b;
}

.site-search .searchTextBox:focus {
    outline:0 none;
}
.site-search .searchButton {
    width:1.5rem;
    height:1.5rem;
    position:absolute;
    top:.6rem;
    right:.625rem;
}

/* Social Icons */

.social-icons {
	display: flex;
	justify-content: center;
}

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #d4f1b1;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill:#fff;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: baseline;
    margin-top:.3225rem;
}
.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: #000;
}
.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-RSS a:hover,
.social-icons .item-RSS a:focus {
	background-color:#f26522;
}
.social-icons .item-Google-Play svg {
    margin-left:.25rem;
}


.login-dropdown .dropdown-toggle::after {
	display: none;
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    background-color:#fff;
    color:#2d2d2d;
    padding:10px 0;
}
.quick-link-icons a {
    color: #2d2d2d;
    text-decoration: none;
}
.quick-link-icons a:hover {
    color: #004990;
}
.quick-link-icon {
    display: block;
    width:100%;
    margin:15px 0;
}
.icon-svg {
    margin:0 auto 1rem auto;
    min-height: 47px;
    text-align: center;
}
.icon-svg svg {
    fill:#8ec63f;
    width: 4.25rem;
    height: 4em;
}
.quick-link-icons li:nth-child(1) .icon-svg svg {
	width: 3.15rem;
}
.quick-link-icons a:hover .icon-svg svg {
    fill:#004990;
}
section.quick-link-icons .quick-link-icon .icon-label {
    font-size: 1.375rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

/* --------------- Featured Rates --------------- */

.rate-bar {
    background: #013970;  /* fallback for old browsers */
    background: -webkit-linear-gradient(top, #013970, #004990);
    background: -o-linear-gradient(top, #013970, #004990);
    background: linear-gradient(to bottom, #013970, #004990);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#fff;
}
.rate-bar .rb-col {
    padding-top:15px;
    padding-bottom:15px;
}
.rate-block-grid-container {
    display:inline-block;
}
.rate-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rate-number {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-column: 1 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row: 1 / 3;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
}
.rate-percent {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row: 1 / 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
}
.rate-apr-apy {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 3;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.rate-number {
    font-size: 2.625rem;
    font-weight: 700;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-size: 1.4375rem;
    font-weight: 700;
}
.rate-apr-apy {
    font-size: .75rem;
    font-weight: 700;
}
.rate-label {
    font-size: 1.10rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom: .25rem;
	text-transform:uppercase;
}
.rate-description-2 {
    font-size: 1rem;
    line-height: 1.3;
}
.rate-description {
    font-size: 0.875rem;
    line-height: 1.3;
}

.rate-bar .rate-block,
.rate-bar a .rate-block {
    color:#fff;
}
.rate-bar a:hover .rate-block {
    color:#ddfab3;
}
/* Calculate Buttons */
.rate-bar .rb-col > .btn-default {
	background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    padding: .1875rem .75rem;
	border-width: 1.5px;
	width: 80%;
    /*border-radius: 1.0625rem / 50%;*/
}
.rate-bar .rb-col > .btn-default:hover,
.rate-bar .rb-col > .btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5) !important;
    background: #fff;
    color: #013970;
	border-color: #fff;
}
/* View All Rates Button */
.rate-bar .btn-view-all-rates {
    color: #000;
}
.rate-bar .btn-view-all-rates:hover,
.rate-bar .btn-view-all-rates:focus {
    background-color: #fff;
    color: #000;
    border-color: #8ec63f;
}
.rate-bar .rate-block-grid,
.rate-bar a .rate-block-grid {
	padding-bottom: 10px;
}
.rate-bar .rate-label {
}
.rate-bar p.footnote {
    color:#fff;
    text-align: center;
    font-size: .875rem;
	padding-bottom: 1.5rem;
}
.rate-bar .rb-col > a.btn svg {
    fill: #fff;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: relative;
    top: -0.125rem;
    margin-right: 0.375rem;
    transition: fill 0.15s;
}
.rate-bar-header {
	color: #ddfab3;
    text-align: center;
    font-weight: 200;
	font-size: 3rem;
	font-style: italic;
	padding: 1.5rem 0;
	line-height:1;
}

/* --------------- Blog Carousel --------------- */

/* Slick Carousel Navigation */

.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
.slick-arrow svg {
    width: 24px;
    height: 48px;
    fill:#7998bd;
}
.slick-arrow:hover svg {
    fill:#8ec63f;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.blog-carousel-wrapper {
    padding:20px 2rem;
    background: url("../images/news-section-2.jpg");
	background-size: cover;
}
.blog-carousel-wrapper h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color:#004990;
    text-align: center;
    margin-bottom: 1rem;
}
.blog-carousel {
    margin:0 auto 1.5rem auto;
    position: relative;
}
.blog-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding-bottom: 1rem;
}
.blog-carousel .slick-slide {
    background-color: transparent;
    height: auto;
    margin:0 15px;
}
.blog-carousel .blog-carousel-item > a,
.news-landing-page .news-item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  color: #343a40;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: background-color .3s;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
}
.blog-carousel .blog-carousel-item > a:hover,
.news-landing-page .news-item > a:hover {
  text-decoration: none;
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.3));
}
.blog-carousel .blog-carousel > a:focus,
.news-landing-page .news-item > a:focus {
    outline: 0 none;
    box-shadow: inset 0 0 0 2px #4da3ff;
}
.blog-carousel .blog-carousel-item-caption,
.news-landing-page .news-item-caption {
    font-size: 1rem;
    padding:24px;
	text-align: center;
}
.blog-carousel .blog-carousel-caption p,
.news-landing-page .news-item-caption p {
    margin-bottom: 0;
}
.blog-carousel .blog-carousel-item > a h3,
.news-landing-page .news-item > a h2 {
    color:#6f335a;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 0.0625rem;
}
.blog-carousel .blog-carousel-image,
.news-landing-page .news-item-image {
    overflow: hidden;
}
.blog-carousel .blog-carousel-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;
}
.blog-carousel .blog-carousel-item > a:hover .news-item-image img,
.news-landing-page .news-item > a:hover .news-item-image img {
    transform: scale(1.05);
}
.blog-carousel-item .read-more {
    color:#6f335a;
    padding:0 24px;
    margin: auto 0 1.5rem 0;
	font-weight: 600;
}
.blog-carousel-item .read-more svg {
    width: 1rem;
    height: 1rem;
    margin-top:-.25rem;
    margin-right: .33rem;
    fill:#6f335a;
}
.why-join {
	display: block;
    background-color: #ffffff;
	padding: 20px;
    margin-bottom: 4rem;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
}
.why-join-text p {
	font-size: 1.5rem;
	color: #58595b;
	margin-bottom:.9rem;
	line-height:1.3;
}

/* View More box */

.blog-carousel .blog-carousel-item > a.blog-carousel-item-view-more {
    background-color: #ddfab3;
    color:#2d2d2d;
    box-shadow: inset 0 0 0 6px #fff, 0 0 5px rgba(0,0,0,0.15);
    transition: color 0.5s, background-color 0.5s, box-shadow 0.5s;
}
.blog-carousel .blog-carousel-item > a.blog-carousel-item-view-more:hover {
    background-color: #8ec63f;
    box-shadow: inset 0 0 0 1px #fff, 0 0 20px rgba(0,0,0,0.25)
}
.blog-carousel-item-view-more div {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin: auto 0;
}


/* --------------- 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%;
    }
}

/* --------------- News List --------------- */

.news-list h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color:#780206;
    margin-bottom: 1rem;
}
.news-list .news-item > a h2,
.news-list .news-item > a h3 {
    color:#163778;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 0.0625rem;
}
.news-list .news-item > a:hover h2,
.news-list .news-item > a:hover h3 {
    text-decoration: underline;
}
.news-list .news-item > a {
    color:#343a40;
    text-decoration: none;
    display: block;
}
.news-list .news-item-image img {
    display: block;
    margin-bottom:12px;
}
.news-list .news-item-caption {
    font-size: 1rem;
}

/* --------------- Home Mobile Banking Section --------------- */

.home-mobile-banking {
    background: url(../images/bg-mobile-banking-carousel.jpg) repeat-y center top #ebebe9;
    background-size: 300% auto;
    padding: 40px 0 20px 0;
	border-bottom:10px solid #6f335a;
}
.home-mobile-banking h2 {
    font-size: 2rem;
    font-weight: 800;
    color:#6f335a;
    text-align: center;
    margin-bottom:2rem;
}
.home-mobile-banking a.quick-link-icon {
    color: #505759;
    text-decoration: none;
    line-height: 1.3;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    padding: 10px 0 10px 15px;
    min-height: 5.625rem;
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    border-top-left-radius: 2.8125rem 50%;
    border-bottom-left-radius: 2.8125rem 50%;
    margin-bottom: 6px;
}
.home-mobile-banking a.quick-link-icon:hover {
    background-image: linear-gradient(to right, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 75%, rgba(255,255,255,0) 100%);
}
.home-mobile-banking .icon-svg {
    margin-right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.home-mobile-banking .icon-svg svg {
    width: 2.25rem;
    height: 2.25rem;
    fill: #004990;
}
.home-mobile-banking .icon-label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	font-size:1rem;
}
.home-mobile-banking h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #004990;
    margin-bottom: 0;
}

@media (min-width: 560px) {
    .home-mobile-banking {
        background-size: 200% auto;
    }
    .home-mobile-banking h2 {
        font-size: 3rem;
    }
}
@media (min-width: 840px) {
    .home-mobile-banking {
        background-size: 150% auto;
    }
    .home-mobile-banking h2 {
        font-size: 4.5rem;
    }
}
@media (min-width: 1120px) {
    .home-mobile-banking {
        background-size: 100% auto;
    }
}

/* --------------- Mobile Banking Carousel --------------- */

#mobile-banking-carousel {
    width:100%;
    max-width: 295px;
    height: auto;
    max-height: 600px;
    margin: 0 auto 15px auto;
}

#mobile-banking-carousel .carousel-inner {
    width: 100%;
    height: 0;
    padding-left: 5.084745763%; /* 15/295 */
    padding-right: 5.084745763%;
    padding-top: 4.4068%; /* 13/295 */
    padding-bottom: 198.983%; /* 587/295 */
    position: relative;
}
#mobile-banking-carousel .carousel-inner::after {
    content:'';
    position: absolute;
    top:0;
    right:0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 203.38983%; /* 600/295 */
    background: url(../images/iphone-skin.png) no-repeat left top transparent;
    background-size: 100% auto;
    z-index: 99;
}
#mobile-banking-carousel .carousel-item img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.mbc-nav {
    max-width: 295px;
    margin:0 auto 15px auto;
}
.mbc-nav svg {
    width: 1.5rem;
    height: 3rem;
    fill: #8ec63f;
}
.mbc-nav .mbc-nav-pause-play-icon svg {
    width: 1.75rem;
    height: 2rem;
    margin-top:0.5rem;
}

/* --------------- Footer --------------- */

footer {
    background-color:#004990;
    color:#fff;
    font-size: 0.875rem;
}
footer a,
footer a:hover {
    color:#fff;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
	text-align: center;
	line-height:2;
}
footer strong {
    color: #d4f1b1;
}
.footer-logos {
	display: flex;
	justify-content: center;
}
.footer-logos li {
    margin-bottom: 1rem;
}
.footer-logos li.list-inline-item:not(:last-child) {
    margin-right: 20px;
}
.footer-disclosures p {
    margin-bottom: 0.5rem;
}

.footer-row-2 {
    border-top: 1px solid #336da6;
    border-bottom: 1px solid #336da6;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.footer-row-2 p,
.footer-row-2 ul,
.footer-row-2 ul li {
    margin-bottom: 0;
}
.footer-content {
	text-align: center;
}
.footer-content ul.pipe-seperated-list {
	display: inline-block;
    text-align: left;
}

/* Footer Navigation */

.footer-nav-accordion .card {
    background-color: transparent;
}
.footer-nav-accordion .accordion .card-header {
    border-bottom: 1px solid #336da6;
    margin-bottom:0;
}
.footer-nav-accordion .accordion .card-header .btn-link {
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 0.75rem 0.25rem;
    position: relative;
}
.footer-nav-accordion .accordion .card-header .btn-link::after {
    content:'';
    position: absolute;
    top:0.75rem;
    right:0.25rem;
    display: block;
    background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" aria-hidden="true" fill="rgb(255,255,255)"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>') no-repeat left top transparent;
    background-size: 1.25rem 1.25rem;
    width:1.25rem;
    height:1.25rem;
    pointer-events: none;
}

.footer-nav-accordion .accordion .card-header .btn-link[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.footer-nav-accordion .accordion .card-header .btn-link:hover,
.footer-nav-accordion .accordion .card-header .btn-link[aria-expanded="true"] {
    background-color: transparent;
    color: #fff;
}
.footer-nav-accordion .accordion .card-body {
    border: 0 none;
    padding:0;
}
.footer-nav-accordion ul {
    padding-left: 0.25rem;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer-nav-accordion ul li {
    margin-bottom: 0.5rem;
}
.footer-header {
	font-size: 1.25rem;
	font-weight: 600;
}

/* floating labels */

.floating-label-input {
    position: relative;
}
.floating-label-input label {
	color:#767676;
    position: absolute;
    top:.4375rem;
    left:1.5rem;
    margin-bottom: 0;
    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:12px;
	color:#234f6e;
	top:-.75rem;
	left:1.5rem;
    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;
}


/* --------------- CO-OP Locator --------------- */

.co-op-locator {
    background-color: #8ec63f;
    color:#000;
}
.co-op-locator h2 {
    font-weight: 700;
    font-size: 1.3rem;
    color:#000;
    position: relative;
	text-align: center;
	margin-bottom:0;
}
.co-op-locator .form-control {
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    height: calc(1.5em + 2px + .875rem);
	border-radius: 30px;
	box-shadow:none;
	border-color:transparent;
}
.co-op-locator .floating-label-input label {
    top: 0.75rem;
}
.co-op-locator .floating-label-input label.active {
    top:-.75rem;
}
.co-op-email-text {
	position:relative;
}
.co-op-email-text a {
	color:#000;
}
.co-op-email-text strong {
	font-size: 1.3rem;
	font-weight: 700;
}
.co-op-email-text p {
	margin-bottom: 0;
	line-height:1;
	font-weight:600;
}
.co-op-locator button.locator-button {
	position: absolute;
	left: -3.75rem;
	background-color: transparent;
	border-color: transparent;
}
.co-op-locator button.locator-button:hover {
	position: absolute;
	left: -3.75rem;
	background-color: transparent!important;
	border-color: transparent;
}

/* ----- Live Chat Button ----- */

.live-chat-btn {
    float:left;
    width:2.125em; /* 34px */
    margin-left:1.625em; /* 26px */
}
.live-chat-btn a {
    display:block;
    width:2.125em;
    height:2.125em;
    padding:.3125em; /* 5px */
    background-color:#65a920;
    border-radius: 50%;
    white-space: nowrap;
}
.live-chat-btn a:hover {
    text-decoration: none;
    background-color: #489010;
}
.live-chat-icon {
    display:inline-block;
    width:1.5em;
    height: 1.5em;
    background: url(../images/icon-live-chat.svg) no-repeat center center;
}
.live-chat-text {
    display:none;
}

@media (min-width: 460px) {

    .live-chat-btn {
        width:8.375em; /* 134px */
    }
    .live-chat-btn a {
        width:8.375em; /* 134px */
        padding:0.3125em 0.9375em;
        border-top-left-radius: 1.0625em 50%;
        border-top-right-radius: 1.0625em 50%;
        border-bottom-left-radius: 1.0625em 50%;
        border-bottom-right-radius: 1.0625em 50%;
    }

    .live-chat-text {
        display: inline-block;
        color:#fff;
        font-weight: 700;
        margin-left:.3125em; /* 5px */
        position: relative;
        bottom:0.4375em; /* 7px */
    }

}

/* --------------- Page Header --------------- */

.header-with-image {
	position: relative;
	width: 100%;
    padding-bottom: 57.142856%;
    overflow:visible;
}
.header-with-image img {
    position: absolute;
    top: 0;
    right:0;
    display: block;
    height: auto;
	width: 200%;
    transform:none;
}
.child-page-header {
    background: url(../images/bg-page-header.jpg) no-repeat center bottom #c2dbfb;
}
.header-with-image > .img-overlay {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    padding:3rem 15px;
    color: #333;
    max-width: 1680px;
    margin: 0 auto;
	font-size: 1.0625rem;
}
.header-with-image .page-heading {
	position: absolute;
	left:0;
	width: 100%;
	padding:1rem 0 1rem 2%;
	border-bottom: 0 none;
}
.page-heading-caption {
	padding:1rem 2rem;
	border-radius:3rem;
	background: rgba(255, 255, 255, 0.75);
	min-width:calc(100% - 15px);
	display: inline-block;
	margin-right: 1rem;
}
.page-heading h1,
.page-heading .page-header {
    font-size: 2rem;
    font-weight: 700;
    color:#004990;
    line-height: 1.2;
	max-width: none;
	margin-bottom:0;

}
.page-heading .btn {
    margin-bottom:.25em;
}
.child-page-header p,
.child-page-header ul,
.child-page-header ol {
	margin-bottom:.667em;
}

@media (max-width: 767.98px) {
	.header-with-image .page-heading .btn {
		font-size:.9em;
		border-radius:.25em;
		padding:.125em 1.125em .125em 1.125em;
	}
}

@media (min-width: 576px) {
	
	.header-with-image {
		padding-bottom: 42.857142%;
	}		
	.header-with-image img {
	    width: 150%;
	}
		
}

@media (min-width: 768px) {
	
	.header-with-image {
		padding-bottom: 28.571428%;
	}	
	.header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2em;
        max-width: none;
	}
	.header-with-image img {
	    width: 100%;
	}
	.page-heading-caption {
		min-width:80%;
	}
	.page-heading-caption p {
		font-size:1.25rem;
	}

    /* For within CMS */
    .EditMode .header-with-image {
        height: auto;
        padding-bottom: 0;
    }
    /* For within CMS */
    .EditMode .header-with-image .page-heading,
    .DesignMode .header-with-image .page-heading {
        position: static;
        transform: none;
    }
    
}
@media (min-width: 992px) {

	.header-with-image .page-heading {
		padding-top:3em;
	}		
	.page-heading-caption {
		min-width:50%;
	}
	.page-heading h1,
	.page-heading .page-header,
	.header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2.5em;
    }		

}

@media (min-width: 1200px) {
    .child-page-header {
        background-size:100% auto;
    }
	.header-with-image {
		padding-bottom: 21.428571%;
		overflow: hidden;
	}
	.header-with-image img {
	    width: 70%;
		min-width: 100%;
    	height: auto;
	}	
}

@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

.child-page-content-wrapper {
	margin-top:4rem;
}

.page-content {
    margin-bottom:3rem;
}
.page-content-no-sidebar {
    max-width: 860px;
    margin: 0 auto 1.5rem auto;
    padding: 0 15px;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    color:#fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
	background: #013970;
    background: -webkit-linear-gradient(top, #004990, #013970);
    background: -o-linear-gradient(top, #004990, #013970);
    background: linear-gradient(to bottom, #004990, #013970);
}
}
.sidebar .child-nav h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.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.25);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted {
    color:#ddfab3;
}

.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:700;
	text-decoration:none !important;
    line-height: 1.444;
	border:2px solid #163778;
    border-radius:.1875rem;
    display:block;
    width:100%;
    background-color:#fff;
	color:#163778;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color:#163778;
    border-color: transparent;
    color:#fff;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    border-color: #163778;
    box-shadow: 0 0 0 .2rem rgba(0,86,179,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-size: 2rem;
    font-weight: 700;
    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:#f8f9fa;
    font-size: 1.125rem;
}
.child-page-aside-col-2 {
    background-color:#edf0f2;
}
.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-radius: 5px;
}

.child-page-aside .child-nav ul {
    list-style: none;
    padding:0;
    margin:0 0 1.5rem 0;
}
.child-page-aside .child-nav a {
    color:#343a40;
    display: block;
    padding:.25rem 1rem;
    margin-left:-1rem;
    margin-right:-1rem;
}
.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 #343a40; /* bottom, add background color here */
	font-size: 0;
    line-height: 0;
    position: absolute;
    left:.375rem;
    top:.625rem;
}

/* --------------- 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 #004990;
}
.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: 600;
    font-size: 1.25rem; /* 20px */
	background-color:#e0edfd;
	color:#2d2d2d;
	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:#004990;
	color:#fff;
	border:0 none;
}
@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 --------------- */

.faq-accordion h2 {
	margin-bottom:1rem;
}

.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:#e0edfd;
    color:#2d2d2d;
    text-align: left;
    border-radius: 3px!important;
    padding:.375rem 1.125rem .4375rem 1.125rem
}
.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link[aria-expanded="true"] {
    background-color:#004990;
    color:#fff;
}
.accordion .card-header .btn-link:focus {
    box-shadow: inset 0 0 0 2px rgba(0,86,179,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 .fas {
    display: inline-block;
    width:1.25rem;
    height: 1.25rem;
    margin-right:.5rem;
}
.accordion .card-header .btn-link svg {
    display:block;
    width:1.25rem;
    height: 1.25rem;
    position: relative;
    top:.25rem;
    fill:#fff;
    transition: fill .3s;
}
.accordion .card-header .btn-link[aria-expanded="false"] svg {
    fill:#2d2d2d;
}
.accordion .card-header .btn-link[aria-expanded="false"]:hover svg {
    fill:#fff;
}
/*.accordion .card-header .fa-plus-circle,
.accordion .card-header .fa-minus-circle {
    background: url(../images/plus-circle.svg) no-repeat left center;
    background-size: 1.25rem 1.25rem;
    display:inline-block;
    width:1.25rem;
    height:1.25rem;
    margin-right:.5rem;
    position: relative;
    top:.25rem;
}
.accordion .card-header .fa-minus-circle {
    background-image: url(../images/minus-circle.svg);
}*/
.accordion .card-body {
    border:1px solid #e6e6e6;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* --------------- Site Map ---------------*/

.CMSSiteMapList a {
    text-decoration: none;
}
.CMSSiteMapList a:hover {
    text-decoration: underline;
}
.page-content > .CMSSiteMapList > li {
    font-size: 1.25rem;
    font-weight: 700;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
    list-style: none;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog .form-group {
    /* like .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.SearchDialog .editing-form-label-cell {
    -ms-flex: 0 0 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 .form-group-submit .btn {
    margin-left:9.5rem;
}

.page-content .SearchResults h2 {
	font-size: 1.25rem;
	margin-bottom: 0;
}
.search-result-block {
	margin-bottom:1.5rem;
}
.search-result-title a {
	font-weight:600;
	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;
}

/* --------------- Blog --------------- */

#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:8px 15px;
    margin-bottom:1.5rem;
    background-color: #e0edfd;
}
#breadcrumbs a {
    color:#6f335a;
}
.blog-post .post-title {
    color:#6f335a;
    font-size: 2.25rem; /* 36px */
    font-weight: 400;
}
.blog-post .post-details {
    padding-bottom:.5rem;
    border-bottom:1px solid #ddd;
    margin-bottom: 1.25rem;
}
.blog-post .post-teaser {
    margin-bottom: 1.5rem;
}
.page-content .read-more {
    text-align: right;
    font-weight: 600;
}
.page-content .read-more a {
    text-decoration: none;
    color: #2d2d2d;
}
.page-content .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #8ec63f;
    width: 1.125em;
    height: 1em;
}
.blog-category-heading {
    background-color: #004990;
    padding:8px 15px;
    color:#fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom:1.5rem;
}
.month-title {
    background-color: #e0edfd;
    padding:8px 15px;
    color:#58595b;
    font-weight: 600;
    margin-bottom:1.5rem;
}

/* ----- Blog Post Summary ----- */

.blog-post-summary {
    border-bottom: 2px solid #e0edfd;
    margin-bottom:1.5rem;
}
.blog-post-summary h2 {

    font-weight: 600;
    font-size: 2rem;
}
.blog-post-summary h2 a {
    color: #6f335a;
}
.blog-post-summary a {
    text-decoration: none;
}
.blog-post-summary a:hover {
    text-decoration: underline;
}
.blog-post-summary .post-details {
    margin-bottom:0.75rem;
}
.post-summary {
    margin-bottom:1.5rem;
}
.post-summary .post-teaser {
    margin-bottom:1rem;
}
.post-summary a {
    color:#2d2d2d;
}
.post-summary a:hover {
    text-decoration: none;
}
.post-summary a .read-more {
    margin:0;
    color:#2d2d2d;
    font-size: 1.125rem;
}

/* --------------- Blog Comments --------------- */

/* Hide number of comments link. Blog comments turned off on site. */
.post-comments {
    display: none;
}

.BlogCommentsTitle {
    display: block;
    width:100%;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 2.375rem;
    color:#ab2b28;
    border-bottom:3px solid #bec0c2;
    margin-bottom:1.5rem;
}
h3.blog-leave-comment {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.625rem;
    color:#672565;
    margin-bottom: .625rem;
}
.CommentDetail {
    font-size: .875rem;
    padding: 10px;
}
.CommentDetail:nth-of-type(2n) {
    background: #fbfbfb;
}
.page-content h3.CommentUserName {
    font-size: 1rem;
    font-weight: 700;
    color:#342e1f;
}
.CommentText {
    display: block;
    margin: 3px 0;
}
.CommentDate {
    color: #747474;
    font-size: 0.75rem;
}
.PostCommentSeparatorLine {
    background-color: #bec0c2;
    border: 0 none;
    color: #bec0c2;
    height: 1px;
    margin: 0;
}

.comments .InfoLabel,
.comments .ErrorLabel {
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
}
.comments .InfoLabel {
    padding: 8px 15px;
    background-color: #f2f8e5;
    border-radius: 5px;
}
.comments .ErrorLabel {
    padding: 8px 15px;
    background-color: #fae5e5;
    border-radius: 5px;
    color: #cc0000;
}
.BlogRequiredValidator {
    color: #cc0000;
}

div[id$="_pnlComment"] {
    margin-top:1.5rem;
}
div[id$="_pnlInfo"],
.comments .form-horizontal {
    clear: both;
}
.BlogCommentUrl,
.comments div[id$="_pnlUrl"] {
    display: none;
}
span.confirmation-info-label,
span.unsubscription-info-label {
    display: block;
    margin-bottom: 1.5rem;
}


/* Blog and Search Pagination */

.blog-pagination,
.SearchResults .pager {
	margin-bottom:30px;
}
.blog-pagination a,
.blog-pagination strong,
.SearchResults .pager a,
.SearchResults .pager strong {
    display:inline-block;
    background-color:#004990;
    color:#fff;
	font-weight:400;
    text-decoration:none;
	padding: .25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border-radius: .25rem;
}
.blog-pagination a:hover,
.SearchResults .pager a:hover {
    color: #fff;
	background-color:#166cdb;
}
.blog-pagination strong,
.SearchResults .pager strong {
    color: #fff;
	background-color:#166cdb;
	font-weight:400;
    cursor: default;
}
.pagination-details,
.result-number {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
}

/* --------------- Events Calendar --------------- */

.event-listing {
    border-bottom: 2px solid #e0edfd;
    margin-bottom:1.5rem;
}
.event-listing:last-child {
    border-bottom: 0;
}
.event-date-display {
    background-color: #8ec63f;
    color: #2d2d2d;
    font-weight: 700;
    display: block;
    padding: 10px;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none !important;
    min-width:4.25rem;
    margin-top:.375rem;
}
.event-date-display:hover {
    color: #2d2d2d;
}
.event-date-display:focus {
    outline-color: #166cdb;
}
.event-date-month {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.1;
    display: block;
}
.event-date-day {
    font-size: 30px;
    line-height: 1.875rem;
    display: block;
}
.event-listing h2 a {
    text-decoration: none;
}
.event-listing h2 a:hover {
    text-decoration: underline;
}
.event-listing .event-date,
.event-date,
.event-location {
    font-style: italic;
}

.event-registration {
    background-color:#f7f9fc;
    border:1px solid  #daebf1;
    padding:20px 20px 10px 20px;
}
.EventManagerRegistration .form-horizontal {
    /* .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.EventManagerRegistration .form-group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .EventManagerRegistration .form-group {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* ----------------------------------------------- */
/* Up to 460px wide */
/* ----------------------------------------------- */

@media (max-width: 460px) {

    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }
	

	ul.pipe-separated-list li {
		border-right: 0;
	}
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {
	.header-buttons .btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.co-op-email-text {
		padding-top: 2rem;
		text-align: center;
	}
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

    /* --------------- News List --------------- */

    .news-list .news-item > a {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .news-list .news-item-image {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        margin-top:.3125rem;
        margin-right:20px;
    }
    .news-list .news-item-caption {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
	 .blog-carousel-wrapper {
        padding-left:2rem;
        padding-right:2rem;
    }
    .blog-carousel-wrapper h2 {
        font-size: 3rem;
    }
	
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767px) {

	
}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {
	
	
	.site-search {
		width: 100%;
		max-width: 220px;
		position: relative;
		margin: 0 .25rem 0 0;
	}		
	
    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }	

    /* Site 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: #f8f9fa;
        padding:20px;
        margin-right:2%;
    }

	/* Footer Navigation */

    .footer-nav-columns h2 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom:1rem;
    }
    .footer-nav-columns ul {
        padding-left: 0;
        list-style: none;
    }
    .footer-nav-columns ul li {
        margin: .5rem 0;
    }
	
	/* --------------- Blog --------------- */

    .post-summary .post-teaser {
        margin-bottom:0;
    }

}

/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {
	

	.co-op-locator p::before {
		content:'';
		position: absolute;
		top:50%;
		left:0;
		transform: translateY(-50%);
		display: block;
		width:48px;
		height:48px;
		background: url(../images/email-signup-icon.png) no-repeat left top transparent;
	}
	
    .home-mobile-banking .mobile-banking-col-3 a.quick-link-icon {
        text-align: right;
        padding: 10px 15px 10px 0;
        border-top-left-radius: 0 0;
        border-bottom-left-radius: 0 0;
        border-top-right-radius: 2.8125rem 50%;
        border-bottom-right-radius: 2.8125rem 50%;
        background-image: linear-gradient(to left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%);
    }
    .home-mobile-banking .mobile-banking-col-3 a.quick-link-icon:hover {
        border-top-left-radius: 0 0;
        border-bottom-left-radius: 0 0;
        border-top-right-radius: 2.8125rem 50%;
        border-bottom-right-radius: 2.8125rem 50%;
        background-image: linear-gradient(to left, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 75%, rgba(255,255,255,0) 100%);
    }
    .home-mobile-banking .mobile-banking-col-3 .icon-svg {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-left: 15px;
    }
    /* --------------- 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:#f8f9fa;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        background-color:#edf0f2;
    }

    /* 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) {
	
}


/* ----------------------------------------------- */
/* 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-hidden {
    display:none;
}

#main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-nav .mm-column > a:first-child,
#main-nav .mm-column > h2 {
    /* mm-column heading */
    font-size: 1.25rem;
    display: block;
    color:#163778;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #ddd;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #343a40;
}
#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: #013970;
        color:#fff;
        font-weight: 400;
        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:#fff;
        width:1.5rem;
        height:1.714rem;
	}
    #main-nav .nav-link {
        border-bottom: 1px solid #e7e7e7;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f6f6f6;
        color:#004990;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #004990;
        color: #fff;
    }
    #main-nav .dropdown-menu {
        background-color: #f6f6f6;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    #main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        border-bottom: 1px solid #e7e7e7;
        color:#343a40;
    }
    #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:#343a40;
        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: #013970;  /* fallback for old browsers */
        background: -webkit-linear-gradient(left, #004990, #013970);
        background: -o-linear-gradient(left, #004990, #013970);
        background: linear-gradient(to right, #004990, #013970);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    #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: 400;
        font-size: 1.125rem;
        color:#fff;
        padding:.5rem 1rem;
        margin:0;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus {
		outline: 0 none;
		padding:.25rem 1rem;
		margin:.25rem 0;
		background-color:#fff;
		color:#163778;
		border-radius: 5px;
    }
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
		padding:.25rem 1rem .5rem 1rem;
        margin:.25rem 0 0 0;
		background-color: #fff;
        color:#163778;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
		border-radius: 5px 5px 0 0;
    }
    #main-nav .nav-item.item-current > a:focus {
        outline:2px solid #4da3ff;
    }
    #main-nav .nav-item.item-current.show > a:focus {
        outline:0 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.2);
        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.5rem;
    }

}
/* 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.6875rem;
    }

}

/* --------------- Segmint Responsive Media --------------- */

.seg-invo {
    position: relative;
    height: 0;
    overflow: hidden;
}

.seg-invo iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
    display: inline-block;
}

/* Homepage Slider Banner Ad */

.media-2562x702 {
    padding-bottom: 27.381%;
    max-width: 2562px;
    margin: auto;
}
@media screen and (min-width: 2562px) {
    .media-2562x702.seg-invo {
        padding: 0;
        height: 702px;
    }
}

/* Mobile Homepage Banner Ad */

.media-1534x1022 {
    padding-bottom: 66.62%;
    max-width: 1534px;
    margin: auto;
}
@media screen and (min-width: 1534px) {
    .media-1534x1022.seg-invo {
        padding: 0;
        height: 1022px;
    }
}

/* Interior Page Side Banner Ad */

.media-257x400 {
    padding-bottom: 155.64%;
    max-width: 257px;
    margin: auto;
}
@media screen and (min-width: 257px) {
    .media-257x400.seg-invo {
        padding: 0;
        height: 400px;
    }
}

/* Interior Page Top Banner Ad */

.media-787x144 {
    padding-bottom: 18.30%;
    max-width: 1140px;
    margin: auto;
}
@media screen and (min-width: 787px) {
    .media-787x144.seg-invo {
        padding: 0;
        height: 144px;
    }
}

/* ----------------------------------------------- */
/* 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;
}
.EditableTextEdit .optanon-category-4 {
	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;
}
.EditMode .header-with-image > .img-overlay {
	position:relative;
}
.EditMode .child-page-header {
	background:rgba(0,0,0,.1)
		;
}

/* --------------- OneTrust CSS Overrides --------------- */

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	
	color:#000 !important;
}
