/* Colors 

#682566 - Purple
#0e5c67 - Dark Blue
#81be41 - Green
#ab2d2a - Red
#f5a706 - Orange
#31b0c8 - Light Blue
#bec0c2 - Light Grey
#342e1f - Body text

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1370px;
	/*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:100%;
}
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: "Roboto", sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#342e1f;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:3px solid #e2e3e5;
    margin:2rem auto;
	opacity:100%;
}
strong {
    font-weight: 700;
}
a {
	color:#682566;
}
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;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
p.footnote:last-child {
    margin-bottom: 1.5em;
}
.page-content {
    font-size:1.125rem;
}
/* Section Head */

h2.section-heading,
h2.section-heading-2,
h2.section-heading-3,
h1.news-title {
	font-family: "Roboto Slab", serif;
    font-size: 2.25rem;
    font-weight: 500;
	color:#682566;
}
.homepage-row h2.section-heading {
	font-size:3rem;
}

/* Subhead */
h2.subhead,
h2.subhead-2,
h2.subhead-3,
h3.subhead,
h3.subhead-2,
h3.subhead-3,
h4.subhead,
h4.subhead-2,
h4.subhead-3,
.headline {
	font-family: "Roboto Slab", serif;
    font-size:1.5rem;
    font-weight: 500;
	color:#682566;
}
h2.section-heading-2,
h2.subhead-2,
h3.subhead-2,
h4.subhead-2 {
	color:#0e5c67;
}
h2.section-heading-3,
h2.subhead-3,
h3.subhead-3,
h4.subhead-3 {
	color:#ab2d2a;
}
h4.subhead,
h4.subhead-2,
h4.subhead-3 {
	font-size:1.15rem;
}
.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:600;
	color:#682566; /* purple */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:600;
	color:#0e5c67; /* teal */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:600;
	color:#ab2d2a; /* red */
}
.text-18pt {
    font-size: 18pt;
    color: #3c3b39;
    font-weight: 300;
}
.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;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
	font-family: "Roboto Slab", serif;
    font-weight:400;
    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;
	transition: background-color .3s ease, color .3s linear;
}
.page-content .btn,
.caption-details .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.25rem;
    border-radius:1.4375rem/50%;
}
.btn-sm {
    font-size: 1rem;
    padding: .125rem .75rem;
    border-radius:0.96875rem/50%;
}

/* Purple Button */

.btn-primary {
    background-color:#682566;
    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 {
    background-color: #fff;
	border-color:#682566;
    color:#682566;
}
.btn-primary:focus {
    background-color: #fff;
    color:#682566;
    box-shadow: 0 0 0 .2rem rgba(88,31,86,0.5) !important;
}

/* Dark Blue Button */

.btn-secondary {
    background-color: #0e5c67;
	border-color:#0e5c67;
    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:#0e5c67;
    color:#0e5c67;
}
.btn-secondary:focus {
    background-color: #0e5c67;
    color:#fff;
    box-shadow: 0 0 0 .2rem rgba(14,92,103,0.5) !important;
}

/* Red Button */

.btn-default {
    background-color:#ab2d2a;
    border-color: transparent;
	color:#fff;
}
.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:#ab2d2a;
    color:#ab2d2a;
}
.btn-default:focus {
    background-color: #fff;
    border-color: #ab2d2a;
    color:#ab2d2a;
    box-shadow: 0 0 0 .2rem rgba(151,32,30,0.5) !important;
}

/* Light Green Button */

.btn-default-2 {
    background-color:#ebed94;
    border-color: transparent;
	color:#322f20;
}
.btn-default-2:hover,
.btn-default-2:not(:disabled):not(.disabled).active,
.btn-default-2:not(:disabled):not(.disabled):active,
.show > .btn-default-2.dropdown-toggle {
    background-color: #f7f9af;
    color:#322f20;
}
.btn-default-2:focus {
    background-color: #f7f9af;
    color:#322f20;
    box-shadow: 0 0 0 .2rem rgba(247,249,175,0.5) !important;
}

/* Light Blue Button */

.btn-default-3 {
    background-color:#93cfde;
    border-color: transparent;
	color:#322f20;
}
.btn-default-3:hover,
.btn-default-3:not(:disabled):not(.disabled).active,
.btn-default-3:not(:disabled):not(.disabled):active,
.show > .btn-default-3.dropdown-toggle {
    background-color: #b1e0ec;
    color:#322f20;
}
.btn-default-3:focus {
    background-color: #b1e0ec;
    color:#322f20;
    box-shadow: 0 0 0 .2rem rgba(177,225,236,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: #f5a706;
	border-radius: 1px;
	transform: rotate(45deg);
    position: relative;
    left: -0.75rem;
    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 --------------- */

div.accordion-body table:not(:first-of-type) {
	margin-top:3rem;
}

.table caption {
	font-family: "Roboto Slab", serif;
    caption-side: top;
    background-color: #682566;
    color: #ebed94;
    font-weight: 500;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table caption a {
    color: #dce442;
}
.table th {
    background-color: #e6e7e8;
    color: #682566;
    font-weight: 600;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #ddd;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #f8f9f9;
    color:#342e1f;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #d7d8d9;
    padding: .5rem 15px;
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #0e5c67;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #fdf9ea;
    font-size: 1.125rem;
    font-weight:400;
    color: #342e1f;
    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: 600;
    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:#f2f2f3;
    color: #342e1f;
    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:#56544b;
    background-color:#fbf7ea;
    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 #ddebf1;
        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:#fbf7ea;
        color: #342e1f;
        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: #342e1f;
    padding: 20px;
    border: 1px solid #e4f1ab;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- 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;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#ab2b28;
    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: linear-gradient(to bottom, transparent, rgba(0,0,0,0.25));
}
#header-alert .container-fluid {
	padding-right:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#fdeecc;
	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:#cd807e;
}
#header-alert .btn-close-alert:hover svg {
    fill:#fff;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#fff;
}

/* --------------- Header --------------- */

.site-logo {
    margin-top:40px;
    margin-bottom:40px;
}
.site-logo a,
.site-logo-md a {
    display: block;
    width:290px;
}
.top-nav {
	padding-top:5px;
	margin-right:10px;
}
.top-nav a {
    color:#342e1f;
}
.top-nav a:hover,
.top-nav a:focus {
	color:#342e1f;
	text-decoration: underline;
}
.top-nav .nav-link {
    padding:.1875rem .625rem;
}
.login-dropdown .dropdown-toggle::after {
	display: none;
}
.online-banking-button {
    padding-left:.25rem;
    line-height: 1.5rem;
}
.online-banking-button .icon-svg {
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    margin-right: .35rem;
    margin-left: .5rem;
}
.online-banking-button .icon-svg svg {
    width:1.5rem;
    height:1.5rem;
    fill:#fff;
    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:#ab2d2a;
}
#OnlineBankingDropDown {
    width:18.125rem;
}


/* --------------- 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;
}

/* --------------- Main --------------- */

main {
	display:block;
}
.homepage-row-1,
.homepage-row-3,
.child-page-content-wrapper {
	display:block;
	position: relative;
}
.homepage-row-1::before,
.homepage-row-3::before,
.child-page-content-wrapper::before {
	content: '';
	position: absolute;
	background-image: url(../images/arrows.svg);
	opacity: 0.02;
    top: 10rem;
    left: -34rem;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
	background-size:60rem;
    z-index: -1;
}


/* --------------- Featured Rates --------------- */

.rate-bar {
	transition: background-color 0.8s ease-in-out;
	font-family: 'Roboto Slab', serif;
    color:#342e1f;
    padding-top:3rem;
    padding-bottom:1.5rem;
    position: relative;
}
.rate-bar::before,
.rate-bar::after {
    content: '';
    position: absolute;
    left:0;
    display: block;
    width: 100%;
}
.rate-bar .rb-col {
    margin-top:.75rem;
    margin-bottom: .75rem;
    border-right:1px solid #f1f1f1;
}
.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;
    text-transform: uppercase;
    line-height: 1.2;
}
.rate-description {
    font-size: .75rem;
    line-height: 1;
}
.rate-number {
    font-size: 3rem;
	font-weight:900;
    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:#342e1f;
}
.rate-bar .rate-block {
    margin-bottom: 1rem;
}
.rate-icon {
	padding-top: .9375rem;
    padding-bottom: .9375rem;
    width: 4.375rem;
    height: 4.375rem;
    margin: 1rem auto 1.5rem auto;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 2.25rem;
    transform: rotate(45deg) !important;
    background:#0e5c67;
    outline: 3px solid #0e5c67;
}
.rate-icon svg {
    display: block;
    margin:0 auto;
    fill:#fff;
	transition: fill 0.5s ease;
    width: 1.125em;
    height: 1em;
	transform: rotate(-45deg);
}
a:hover .rate-icon {
    background-color: #fff;
}
a:hover .rate-icon svg {
	fill:#0e5c67;
}

/* Dark Blue Button */

.rate-bar .btn-default {
    background-color: #0e5c67;
	border-color:#0e5c67;
    color:#fff;
}
.rate-bar .btn-default:hover,
.rate-bar .btn-default:not(:disabled):not(.disabled).active,
.rate-bar .btn-default:not(:disabled):not(.disabled):active,
.rate-bar .show > .btn-default.dropdown-toggle {
    background-color: #fff;
	border-color:#0e5c67;
    color:#0e5c67;
}
.rate-bar .btn-default:focus {
    background-color: #0e5c67;
    color:#fff;
    box-shadow: 0 0 0 .2rem rgba(14,92,103,0.5) !important;
}

/* 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: #ddebf1;
    }
    .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;
		font-weight:500;
    }
    .rate-description {
        font-size: 1rem;
    }
	.rate-number {
        font-size: 3.75rem;
    }
    .rate-percent {
        font-size: 2rem;
    }
    .rate-apr-apy {
        font-size: .8125rem;
    }
}

/* --------------- Home Reviews & Blue Callout --------------- */

.home-reviews-wrapper,
.blue-callout {
	width: 100%;
	padding:4rem 0 2.5rem 0;
	position: relative;
	overflow: hidden;
	background: url(../images/diamond-white.svg) no-repeat right -20% top 50% #addfe9;
	background-size: 50rem;
	margin-bottom:4rem;
}
.home-reviews-wrapper::before,
.home-reviews-wrapper::after,
.blue-callout::before,
.blue-callout::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 25px; /* Adjust for desired concavity depth */
	background-color: #fff;
	box-shadow: 0 0 0 36px #fff; /* Match background color */
	border-radius: 100% / 100%; /* Creates a half-ellipse */
}
.home-reviews-wrapper::before,
.blue-callout::before {
	top: -35px; /* Adjust to position the curve */
}
.home-reviews-wrapper::after,
.blue-callout::after {
	bottom: -35px; /* Adjust to position the curve */
}
.home-reviews-wrapper h2 {
	text-align:center;
	color:#0e5c67;
	font-size:3rem;
}

/* --------------- Home Side Caption Banner --------------- */

.side-caption-banner {
	margin:1rem 0 2rem;
	position: relative;
	overflow:visible;
}
.side-caption-banner .banner-img img,
.side-caption-banner .banner-caption {
	border-radius:1rem;
}

.side-caption-banner .banner-caption {
    background: #fafaf2;
	padding:2rem 2rem 0.2rem;
	margin-top: -20%;
	text-align:center;
}

.side-caption-banner .banner-caption h2 {
    color: #682566;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.side-caption-banner .banner-caption p {
	font-size:1.25rem;
}

/* 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:0;
		position:relative;
		text-align:left;
		}		
}


/* --------------- Home Editable Area --------------- */

.home-editable-area-wrapper {
	width: 100%;
	padding:1rem 0;
	
}
.home-editable-area-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;
}

@media (max-width: 768px) {
	
	.home-editable-area-wrapper::before {
		background-size:200px;
		background-position: top center;
	}
	.home-editable-area {
		text-align:center;
		margin:10rem 0 3rem 0;
		padding-top:8rem;
	}
	
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.home-editable-area-wrapper::before {
		background-size:250px;
		background-position: top left;
	}	
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.home-editable-area {
		margin-top:3rem;
		margin-bottom:5rem;
	}	
	.home-editable-area-wrapper::before {
		background-size:250px;
		background-position: top left;
	}	
}

.home-editable-area h2 {
	color:#fff;
	font-size:2.5rem;
	margin-bottom:0.75rem;
}
.home-editable-area p {
	font-size:1.25rem;
	margin-bottom:0.75rem;
}
/*.home-editable-area*/
.home-editable-area a:not(.btn) {
    color:#fff;
    text-decoration: underline;
}
.home-editable-area a:not(.btn):hover {
    text-decoration: none;
}

/* --------------- Blog/News 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:#bec0c2;
}
.slick-arrow:hover svg {
    fill:#682566;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.news-carousel-wrapper,
.blog-carousel-wrapper {
    padding:20px 2rem;
}
.blog-carousel-wrapper .site-max-width {
	max-width:1170px;
}
.news-carousel,
.blog-carousel {
    margin:0 auto 1.5rem auto;
    position: relative;
}
.news-carousel .slick-track,
.blog-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide,
.blog-carousel .slick-slide {
    background-color: #fff;
    height: auto;
    margin:0 15px;
}
.news-carousel .news-item > a,
.news-landing-page .news-item > a,
.blog-carousel .blog-item > a,
.blog-landing-page .blog-item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color:#fff;
	text-align:center;
    height: 100%;
	padding-bottom:1.5rem;
    position: relative;
	background: url(../images/diamond-black.svg) no-repeat left bottom;
	background-position: 8rem 6rem;
	background-color:#682566;
    background-size: cover;
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color .3s;
    max-width:430px;
    margin-left:auto;
    margin-right:auto;
}

/* View More box */

.news-carousel .news-item > a.news-carousel-item-view-more,
.blog-carousel .blog-item > a.blog-carousel-item-view-more {
    background-color: #682566;
    color:#fff;
}
.news-carousel .news-item > a.news-carousel-item-view-more:hover,
.blog-carousel .blog-item > a.blog-carousel-item-view-more:hover {
    background-color: #581d56;
    color:#dce442;
}
.news-carousel-item-view-more div,
.blog-carousel-item-view-more div {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    margin: auto 0;
}

.news-carousel .news-item:nth-child(3n+1) > a,
.news-landing-page .news-item:nth-child(3n+1) > a
.blog-carousel .blog-item:nth-child(3n+1) > a,
.blog-landing-page .blog-item:nth-child(3n+1) > a {
	background-color: #682566;
}
.news-carousel .news-item:nth-child(3n+1) > a,
.news-landing-page .news-item:nth-child(3n+1) > a,
.blog-carousel .blog-item:nth-child(3n+1) > a,
.blog-landing-page .blog-item:nth-child(3n+1) > a {
	background-color: #0e5c67;
}
.news-carousel .news-item:nth-child(3n+2) > a,
.news-landing-page .news-item:nth-child(3n+2) > a,
.blog-carousel .blog-item:nth-child(3n+2) > a,
.blog-landing-page .blog-item:nth-child(3n+2) > a {
	background-color: #ab2d2a;
}
.news-carousel .news-item > a:focus,
.news-landing-page .news-item > a:focus,
.blog-carousel .blog-item > a:focus,
.blog-landing-page .blog-item > a:focus {
    outline: 0 none;
    box-shadow: inset 0 0 0 2px #4da3ff;
}
.news-carousel .news-item-caption,
.news-landing-page .news-item-caption,
.blog-carousel .blog-carousel-item-caption,
.blog-landing-page .blog-carousel-item-caption {
    font-size: 1.125rem;
    padding:24px;
}
.news-carousel .news-item-caption p,
.news-landing-page .news-item-caption p,
.blog-carousel .blog-carousel-item-caption p,
.blog-landing-page .blog-carousel-item-caption p {
    margin-bottom: 0;
}
.news-carousel .news-item > a h3,
.news-carousel .news-item > a h2,
.news-landing-page .news-item > a h2,
.blog-carousel .blog-item > a h3,
.blog-carousel .blog-item > a h2,
.blog-landing-page .blog-item > a h2 {
    font-family: "Roboto Slab", serif;
	color:#fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image,
.blog-carousel .blog-carousel-item-image,
.blog-landing-page .blog-carousel-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,
.blog-carousel .blog-carousel-item-image img,
.blog-landing-page .blog-carousel-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,
.blog-carousel .blog-item > a:hover .blog-carousel-item-image img,
.blog-landing-page .blog-item > a:hover .blog-carousel-item-image img{
    transform: scale(1.05);
}
.news-item .read-more {
    color:#fff;
    padding:0 24px;
    margin: auto 0 1.5rem 0;
	font-weight: 700;
}
.news-item .read-more svg {
    width: 1rem;
    height: 1rem;
    margin-top:-.25rem;
    margin-right: .33rem;
    fill:#682566;
}


/* --------------- 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%;
    }
}


/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    color:#342e1f;
    position: relative;
    padding-bottom:2.5rem;
}
.quick-link-icons a {
    color: #09144f;
    text-decoration: none;
}
.quick-link-icon {
    display: block;
    width:100%;
    height:100%;
    padding:20px 5px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: transform 0.3s ease-in-out;
}
.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);
	border-radius:1rem;
    position: relative;
    z-index: 1;
	transform: scale(1.05);
}
.quick-link-icon:focus {
    outline: 0 none;
}
.quick-link-icon .icon-svg {
	padding-top: .9375rem;
    padding-bottom: .9375rem;
    width: 4.375rem;
    height: 4.375rem;
    margin: 1rem auto 1.5rem auto;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 2.25rem;
    transform: rotate(45deg);
    background: #0e5c67;
    outline: 3px solid #0e5c67;
}
.quick-link-icon .icon-svg svg {
    display: block;
    margin: 0 auto;
    fill: #fff;
    transition: fill 0.5s ease;
    width: 1.125em;
    height: 1em;
    transform: rotate(-45deg);
}
.quick-link-icon .icon-label {
    font-family: 'Roboto Slab', serif;
	font-size: 1rem;
    text-align: center;
    line-height: 1.2;
}
.quick-link-icon .icon-label strong {
    font-weight: 500;
	font-size:1.25rem;
}
a.quick-link-icon .icon-label,
a.quick-link-icon .icon-label strong {
    color: #342e1f;
}
.quick-link-icon-quick-link-1 .icon-svg,
.quick-link-icon-quick-link-5 .icon-svg { 
	background-color: #81be41;
	outline: 3px solid #81be41;
}
.quick-link-icon-quick-link-2 .icon-svg,
.quick-link-icon-quick-link-6 .icon-svg { 
	background-color: #31b0c8; 
	outline: 3px solid #31b0c8;
}
.quick-link-icon-quick-link-3 .icon-svg,
.quick-link-icon-quick-link-7 .icon-svg { 
	background-color: #682566;
	outline: 3px solid #682566;
}
.quick-link-icon-quick-link-4 .icon-svg,
.quick-link-icon-quick-link-8 .icon-svg { 
	background-color: #f5a603;
	outline: 3px solid #f5a603;
}


/* --------------- Footer --------------- */

footer {
    background-color:#682566;
    color:#fff;
    border-top:1px solid #fff;
    padding-top: 2.25rem;
    padding-bottom:1.5rem;
    position: relative;
	text-align:center;
}
footer::before {
    content:'';
    display: block;
    width:100%;
    height:12px;
    background-color:#ebed94;
    position: absolute;
    top:0;
    left:0;
    right:0;
}
footer a {
    color:#ebed94;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
}
.footer-links {
	border-top:1px solid #966e92;
	border-bottom:1px solid #966e92;
	padding:1rem 0;
	color:#ebed94;
}
.footer-links ul.pipe-separated-list li {
    border-right: 1px solid #966e92;
}
.footer-links ul.pipe-separated-list li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

/* Live Chat Button */
.chat-tab {
	position: fixed;
	bottom:0;
	right: 0; /* fallback */
	right:calc(50% - 88px);
	z-index:1000;
}

/* Email Signup */

.email-signup-container {
	background: url(../images/email-icon.svg) no-repeat top center;
	background-size: 12rem;

}
.email-signup-text h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 2rem;
    color:#ebed94;
}
.email-signup-text p {
	font-size:1.25rem;
}

/* Tagline */

.footer-tagline {
	background-color:#481a47;
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:	1.5rem;
    color:#b3a8b3;
    padding:.8125rem 0;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
	line-height:1;
	overflow: hidden;
}
.footer-tagline span {
	display: inline-block;
	position: relative;
	width:auto;
	margin:0 auto;
	}

.footer-tagline span::before,
.footer-tagline span::after {
	content:'';
	position:absolute;
	top:-.8125rem;
	display:block;
	width:47.625rem;
	height:3.125rem;
	}
.footer-tagline span::before {
	left:-48.5rem;
	background:url(../images/bg-tagline-left.svg) no-repeat right center;
	background-size:47.625rem 1.875rem;
	}
.footer-tagline span::after {
	right:-48.5rem;
	background:url(../images/bg-tagline-right.svg) no-repeat left center;
	background-size:47.625rem 1.875rem;
	}

/* 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 #dce442;
    border-radius: 50%;
    color:#dce442;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill:#dce442;
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    vertical-align: baseline;
    margin-top:.3125rem;
}
.social-icons a:hover,
.social-icons a:focus {
    border-color: #fff;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.social-icons .item-Pinterest a:hover,
.social-icons .item-Pinterest a:focus {
    background-color: #e60023;
}
.social-icons .item-Blog a:hover,
.social-icons .item-Blog a:focus {
    background-color: #f26522;
}
.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: #000000;
}
.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 {
	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 {
	position:relative;
    margin-bottom: 40px;
    background-color: #f2f2f4;
}
.child-page-header::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/white-arrows-page-header.svg);
    background-repeat: no-repeat;
    background-position: right -40rem bottom -3rem;
    background-size: 61rem;
    opacity: 0.4;
    z-index: 0;
}
.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;
}
.page-heading {
    padding:3rem 15px;
    color: #342e1f;
    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;
	z-index: 1;
}
.page-heading-caption {
	padding:1rem 2rem;
	display: inline-block;
	margin-right: 1rem;
	position:relative;
}
.page-heading-caption:blank,
.page-heading-caption:-moz-only-whitespace {
    display: none;
}
.page-heading h1,
.page-heading .page-header {
	font-family: "Roboto Slab", serif;
    font-size: 2.5rem;
    font-weight: 500;
    color:#682566;
    line-height: 1.2;
	max-width: none;
	margin-bottom:.75rem;
}
.page-heading .btn {
    margin-bottom:.25em;
}

.child-page-header p,
.child-page-header ul,
.child-page-header ol {
	margin-bottom:.667em;
}

/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
	}
.EditMode .child-page-header::before {
	display:none;
	}

@media (max-width: 767.98px) {
	.header-with-image .page-heading .btn {
		font-size:.9em;
		border-radius:.25em;
		padding:.125em 1.125em .125em 1.125em;
	}
	.header-with-image::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.75);
		z-index: 0;
	}
}

@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 p {
		font-size:1.5rem;
	}

    /* 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;
	}
	
	.child-page-header::before {
		background-position: right -26rem bottom -3rem;
	}	

	.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) {

	.header-with-image {
		padding-bottom: 21.428571%;
		overflow: hidden;
	}
	.blog-header.header-with-image {
		padding-bottom: 28.571428%;
	}	
	.header-with-image img {
	    width: 70%;
		min-width: 100%;
    	height: auto;
	}	
	.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: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

/* --------------- Page Content --------------- */

.page-content {
    margin-top:1.5rem;
    margin-bottom:3rem;
}
.page-content:empty {
    margin-top:0;
    margin-bottom: 0;
}
.page-content-no-sidebar {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    background-color: #682566;
    color:#fff;
    padding: 20px;
    border-radius: 1rem;
    font-size: 1.125rem;
	margin: 1.5rem 0;
}
.sidebar .child-nav.categories {
    background-color: #0e5c67;
}
.sidebar .child-nav h2 {
    color:#fff;
	font-size: 1.5rem;
    font-weight: 700;
}
.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;
	text-decoration: none
}
.sidebar .child-nav a:hover {
    text-decoration: underline;
    background-color: rgba(0,0,0,0.2);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted {
    color:#682566;
	background:#dedfe0;
}
.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 #682566;
    border-radius: 1.125rem/50%;
    display:block;
    width:100%;
    background-color:#fff;
	color:#682566;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color:#682566;
    border-color: transparent;
    color:#fff;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    border-color: #682566;
    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 {
	border-top: 12px solid #d7d8d9;	
}
.child-page-aside h2 {
	font-family: "Roboto Slab", serif;
    font-size: 2rem;
    font-weight: 600;
    color: #682566;
    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:#fafafb;
    font-size: 1.125rem;
}
.child-page-aside-col-2 {
	background-color:#f2f2f3;
    border-top:1px solid #d7d8d9;
}
.child-page-aside-col-1,
.child-page-aside-col-2 {
    padding-bottom:1px;
}
.child-page-aside .media-body .btn p {
    display: inline;
}
.child-promo .media {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.child-promo .media > img {
    width: 240px;
    border:8px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.child-page-aside .child-nav ul {
    list-style: none;
    padding:0;
    margin:0 0 1.5rem 0;
}
.child-page-aside .child-nav a {
    color:#313131;
    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: '';
    display: inline-block;
    height: .5625rem;
	width: .5625rem;
	background-color: #f5a706;
	border-radius: 1px;
	transform: rotate(45deg);
    position: relative;
    left: -0.75rem;
    top: -.1rem;
}

/* --------------- 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 > li a {
    /* .nav-link styles */
    display: block;
    padding: 0.5rem 1rem;
	margin-bottom:0;
}
.page-content ul.nav-tabs,
.page-content ul#content-tabs {
	margin-bottom:1.5rem;
	padding-left:0;
	border-bottom:5px solid #682566;
}
.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-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 1.25rem; /* 20px */
	background-color:#f2f2f3;
	color:#682566;
	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:#682566;
	color:#ebed94;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus {
    outline-color: #682566;
}
@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 --------------- */

div #accordion {
	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 {
	font-family: "Roboto Slab", serif;
    background-color:#f2f2f3;
	font-size:1.25rem;
	font-weight:500;
    color:#682566;
    border-radius:1rem;
    padding:1.5rem 1rem;
	border:0 none;
	box-shadow:none;
}
.accordion .accordion-header .accordion-button:hover,
.accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#682566;
    color:#ebed94;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
.accordion .accordion-header .accordion-button[aria-expanded="false"]:hover {
	border-bottom-left-radius:1rem;
	border-bottom-right-radius:1rem;	
}
.accordion .accordion-header .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(103,37,101,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;
	background:#fff;
    border-top:0 none;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* BS5 accordion - change icons and/or icon colors -

To completely change the icon:

1. Go to this site: https://yoksel.github.io/url-encoder/ 
2. Paste your SVG code into 'Insert SVG' - NOTE: If you're copying from FontAwesome, remove the License commented code.
3. Replace the entire background-image line below with the new one from 'Ready for CSS' 

To just change the color: 

1 .In the fill parameter, you'll see something like '%23000000'.  Leave the '%23' - the rest is the hex value for the fill.  Replace that with your new fill hex value. */

.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='%23682566'%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='%23ebed94'%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");
}

/* --------------- 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:#682566;
    color:#fff;
    font-weight:700;
    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:#682566;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,87,127,0.5) !important;
    outline: 0 none;
}
.SearchResults .pager strong {
    color: #682566;
    background-color:#fff;
    border-color: #682566;
    cursor: default;
}
.result-number {
	font-size:1rem;
    font-weight:700;
    margin-left:auto;
}

/* --------------- Product Cards --------------- */

.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: #322f20;
    height: 100%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
	border:0;
    border-top: 1.5rem solid #31b0c8;
	border-bottom: 1.5rem solid #31b0c8;
    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-body {
	padding:0;
}
.product-card h2.card-title {
	font-family: "Roboto Slab", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #682566;
    margin-bottom: .75rem;
}
.product-card .card-footer {
	margin-top:1.5rem;
	border:0;
	background:transparent;
}

/* --------------- Bing Maps Locations ---------------*/

.locations-container {
	margin-bottom:20px;
}
#BingMap_map {
	margin-bottom:1.5rem;
	width:100% !important;
}
div.MicrosoftMap > div:first-of-type {
	border-radius:1rem;
	border:2px solid #e2e3e5;
}
.LocationList h2 {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.LocationList .branch,
.LocationList .atm {
	display:block;
	width:100%;
    font-size:1.125rem;
}
.page-content .LocationList h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.5;
}
.office-name,
.LocationList strong {
    font-weight:700;
    color:#682566;
}
.office-name a {
	color:#682566;
}
.infobox-body .atm,
.infobox-body .public,
.infobox-body .member {
	background: none #fff;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size: 1.125rem;
	color:#342e1f;
	line-height: 1.5;
	width:auto !important;
	padding:0;
}
.LocationList table {
	margin-bottom:10px;
}
.LocationList th,
.infobox-body th {
	padding:5px;
	color:#682566;
	font-weight:700;
	text-align:left;
}
.infobox-body div.firstChild > p,
.infobox-body div.firstChild > br {
	display:none;
}

.MicrosoftMap > div:nth-of-type(2) {
    overflow:visible !important;
}
.MicrosoftMap .Infobox {
	z-index: 1002;
    border-radius: 0 !important;
}
.MicrosoftMap .Infobox .infobox-body {
    max-height: 400px !important;
}
.MicrosoftMap .Infobox .infobox-info {
    margin-right:0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-style:normal;
    font-weight:400;
    font-size: 1.125rem !important;
    color:#342e1f !important;
}
.MicrosoftMap .Infobox .infobox-title {
    display: none;
}
.MicrosoftMap .infobox-close {
	top:0 !important;
	right:-20px !important;
}
.MicrosoftMap .NavBar_Container {
	z-index: 998 !important;
}
.MicrosoftMap #RadialMenu {
	overflow: hidden;
}

/* --------------- 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;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575.98px) {

    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }

}

/* ----------------------------------------------- */
/* XS and SM Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {
	
	.site-logo {
		margin-top:20px;
	}
	.site-logo a {
		width:392.5px;
	}
	.online-banking-button {
		margin-bottom:15px;
	}
	ul.pipe-separated-list {
		justify-content:center;
	}
	
}

/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
	
}


/* ----------------------------------------------- */
/* 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%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
	
	.site-logo a,
	.site-logo-md a {
		display: block;
		width:392.5px;
	}

}


/* ----------------------------------------------- */
/* 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;
    }	
	.home-content-section {
        padding:0;
    }
    .home-content-section .section-image {
        padding-bottom:0;
        height:auto;
        min-height: 244px;
    }
    .home-content-section .section-text {
        padding:2rem 30px;
    }
    .home-content-section h2 {
        font-size: 2.25rem;
    }
    .home-content-section:nth-child(even) .section-image {
        -ms-flex-order: 2;
        order: 2;
    }
    .home-content-section:nth-child(even) .section-text-col {
        -ms-flex-order: 1;
        order: 1;
    }
	
	.news-list .news-item-image img {
		max-width:200px;
	}
	
    /* --------------- Bing Maps Locations ---------------*/

    .locations-container {
    	width:100%;
    }
    #BingMap_map {
        float:left !important;
    	width:67% !important;
    	margin-bottom:0;
    }
    .LocationList {
    	width:31%;
		margin-left:2%;
    	float:left;
        height:500px;
    	overflow:auto;
    	padding: 15px;
        background-color: #fafafb;
        border:2px solid #e2e3e5;
        border-radius:1rem;
    }	
	
    /* 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: #f2f2f3;
        padding:20px;
        margin-right:2%;
    }
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    .site-logo {
        position: absolute;
        left:auto;
        margin:0;
		width:36%;
		max-width:27rem;
		padding:2.625rem 1.1875rem 3.5rem;
        z-index: 999;
    }
    .site-logo a {
        width:100%;
    }	
	.home-content-section .section-image {
        min-height: 315px;
    }
    .home-content-section .section-text {
        font-size: 1.5rem;
        padding:3rem 45px;
    }
    .home-content-section h2 {
        font-size: 2.75rem;
        border-bottom-width: 6px;
    }
	
    /* --------------- Bottom Aside --------------- */

    .child-page-aside-col-1,
    .child-page-aside-col-2 {
        background-color:transparent;
		margin-left:0;
        margin-right:0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .child-page-aside-col-2 {
        border-top:0 none;
    }
    .child-page-aside {
        position: relative;
        background-color:#f2f2f3;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        background-color: #fafafb;
        border-left: 1px solid #d7d8d9;
    }

    /* 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) {
	

}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	
	.home-content-section .section-image {
        min-height: 382px;
    }
    .home-content-section .section-text {
        padding:4rem 70px;
    }
    .home-content-section h2 {
        font-size: 3rem;
    }
	
}

@media (min-width: 1680px) {
	
	.home-content-section .section-image {
        min-height: 534px;
    }
	
}


/* ----------------------------------------------- */
/* MAIN NAV */
/* ----------------------------------------------- */

/* You can add the following classes to the li.dropdown parent of the div.dropdown-menu you want to affect:

dd-align-to-navbar will align the drop down to the whole navbar instead of the nav-item
dd-align-to-item-[grid-size] will override dd-align-to-navbar at larger grid-sizes to revert back to aligning to the nav-item
dd-align-right and dd-align-right-[grid size] will align the drop down to the right instead of the left
dd-align-left-[grid-size] will override dd-align-right at larger grid-sizes to revert back to aligning the drop down to the left
dd-w-[grid size]-[width in px], for example, dd-w-lg-600 would make the dropdown menu 600px wide in the LG layout. Widths are inherited by wider grid layouts.
dd-single-col if you have both mm-solo and mm-button items in the same dropdown and want them to be stacked vertically in one column instead of appearing side-by-side

Additionally, for each mega menu column, add a class of 'mm-column', and the bootstrap classes to size each column accordingly, to the LI for that column. For example: mm-column col-md-6 col-lg

*/

/* ----- basic styling ----- */

#main-nav ul {
    /*list-style-type:none;*/
    /*list-style: none;*/
    /* IE Edge hack, see https://github.com/sonarwhal/sonarwhal.com/issues/210 and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/104357/ */
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); /* transparent 1x1 PNG */
    margin:0;
    padding:0;
}
#main-nav li.mm-column {
    display:block;
}
#main-nav .mm-column li:not(.mm-button) + .mm-button {
    margin-top: 1rem;
}
#main-nav .mm-column li + .mm-button ~ .mm-button {
    margin-top: 0;
}

/* ----- site-specific styling ----- */

#main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-nav .mm-column > a:first-child,
#main-nav .mm-column > h2 {
    /* mm-column heading */
	font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    display: block;
    color:#682566;
    line-height: 1.2;
    padding-bottom:.25rem;
    margin-bottom:.5rem;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #342e1f;
	text-decoration:none;	
}
#main-nav .mm-column > ul > li > a:not(.btn):hover {
	text-decoration:underline;
}

#main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		/*-ms-flex-pack: distribute;*/
  		justify-content: space-around;
    }
#main-nav .btn {
	white-space: nowrap;
	margin-bottom: 10px;
	width: 100%;
}


/* XS and SM only */
@media (max-width: 767px) {

    /* ----- basic styling ----- */

    #main-nav {
        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: #682566;
        color:#fff;
        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:#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:#682566;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #682566;
        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;
        color:#342e1f;
		border-bottom: 1px solid #e7e7e7;
    }
    #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:#342e1f;
        background-color: #fff;
    }

}

/* MD Only */
@media (min-width: 768px) and (max-width: 991.98px) {
	
	#main-nav .navbar-collapse {
		flex-grow: unset;
		margin:0 auto;
	}
	
}

/* 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 .dropdown-toggle::after {
        display: none;
    }

    /* ----- alignment classes ----- */

    .dd-align-to-navbar {
        position: static;
    }
    .dd-align-right .dropdown-menu {
        left:auto !important;
        right: 0;
    }

    /* ----- width classes ----- */

    .dd-w-md-200 .dropdown-menu { width:200px; }
    .dd-w-md-250 .dropdown-menu { width:250px; }
    .dd-w-md-300 .dropdown-menu { width:300px; }
    .dd-w-md-400 .dropdown-menu { width:400px; }
    .dd-w-md-500 .dropdown-menu { width:500px; }
    .dd-w-md-600 .dropdown-menu { width:600px; }
    .dd-w-md-700 .dropdown-menu { width:700px; }

    /* ----- site-specific styling ----- */

    #main-nav {
        width:100%;
        padding:0;
		margin-top:1rem;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }	
	#main-nav .nav-item > a {
        /* main nav tabs */
        font-family: "Roboto Slab", serif;
        font-weight: 600;
        font-size: 1.4rem;
        color:#342e1f;
        padding:.5rem 2.5rem 1rem 2.5rem;
        margin:0;
        position: relative;
    }
    #main-nav.main-nav-foundation .nav-item > a {
        /* main nav tabs */
        font-size: 1.15rem;
		padding:.5rem 1rem 1rem 1rem;
    }	
    #main-nav .nav-item > a::before {
        content:'';
        position: absolute;
        left:0;
        bottom:1px;
        display:block;
        width:100%;
        height:8px;
        border-top:1px solid rgba(255,255,255,.4);
        background-color:#81be41;
        transition: height .3s;
    }
    #main-nav .menu-1 > a::before {
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
    }	
    #main-nav .menu-2 > a::before {
        background-color:#31b0c8;
    }
    #main-nav .menu-3 > a::before {
        background-color:#682566;
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
    }
    #main-nav.main-nav-foundation .menu-3 > a::before {
		border-top-right-radius:0;
		border-bottom-right-radius:0;
    }	
    #main-nav .menu-4 > a::before {
        background-color:#f5a706;
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
    }	
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus,
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
        outline: 0 none;
    }
    #main-nav .nav-item > a:hover::before,
    #main-nav .nav-item > a:focus::before,
    #main-nav .nav-item.show > a::before,
    #main-nav .nav-item.item-current > a::before {
        height:16px;
		border-top-left-radius:4px;
		border-top-right-radius:4px;
    }
    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
        padding: .75rem .75rem;
        border-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f6f6f6); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f6f6f6); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

}

/* LG and wider */
@media (min-width: 992px) {

    /* ----- width classes ----- */

    .dd-w-lg-200 .dropdown-menu { width:200px; }
    .dd-w-lg-250 .dropdown-menu { width:250px; }
    .dd-w-lg-300 .dropdown-menu { width:300px; }
    .dd-w-lg-400 .dropdown-menu { width:400px; }
    .dd-w-lg-500 .dropdown-menu { width:500px; }
    .dd-w-lg-600 .dropdown-menu { width:600px; }
    .dd-w-lg-700 .dropdown-menu { width:700px; }
    .dd-w-lg-800 .dropdown-menu { width:800px; }
    .dd-w-lg-900 .dropdown-menu { width:900px; }

    /* ----- alignment classes ----- */
    
	 #main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		/*-ms-flex-pack: distribute;
  		justify-content: space-around;*/
		justify-content:end;
    }
    #main-nav.main-nav-foundation .navbar-nav {
        justify-content: center;
    }	
	.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.75rem;
    }	
	#main-nav.main-nav-foundation .nav-item > a {
        /* main nav tabs */
        font-size: 1.35rem;
        padding: .5rem 2rem 1rem 2rem;
    }

}
/* 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.main-nav-foundation .nav-item > a {
        /* main nav tabs */
        font-size: 1.5rem;
		padding: .5rem 2.5rem 1rem 2.5rem;
    }
}


/* XXL and wider */
@media (min-width: 1300px) {

    /* ----- site-specific styling ----- */

	#main-nav.main-nav-foundation .nav-item > a {
        /* main nav tabs */
        font-size: 1.5rem;
		padding: .5rem 3rem 1rem 3rem;
    }
}

/* ----- Show ads in dropdown menus ----- */

#main-nav .menu-content {
    display: none; /* overridden by jQuery */
}	
#main-nav .menu-content .btn {
	width: auto;
}
.menu-content img {
    display: block;
    max-width: 100%;
    height: auto;
    width:290px;
}

/* ----------------------------------------------- */
/* 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;
}
