/* Colors 

#007749 - Brand Green
#032f4a - Brand Navy
#f7941f - Orange
#54d0ed - Sky Blue
#0e2f4a - Med Grey
#f1f1f1 - Light Grey
#2e2e2e - Body text

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
.site-max-width-lg {
	max-width:1370px;
}
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%;
}
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;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-size:1.125rem;
	font-style: normal;
	color:#2e2e2e;
	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;
}
/* WCAG 2.1 Focus Indicator */
:focus-visible,
a:focus img,
.form-control:focus {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}
.page-content a {
	text-decoration:underline;
}
a:hover,
.page-content a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote,
.footnote::marker,
ul.footnote {
    font-size:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
.page-content {
    font-size:1.125rem;
}
h2.footnote,
h3.footnote {
    color:#767676;
    margin-bottom: .5em;
    font-weight: 800;
}
h2.footnote {
    font-size:1.125rem;
}
h3.footnote {
    font-size:1rem;
}
.page-content {
    font-size:1.35rem;
}
/* Section Head */
.page-content h2.section-heading,
.page-content h2.section-heading-2,
.page-heading h2.section-heading,
.page-heading h2.section-heading-2,
h1.news-title,
.event-full h1,
.faq-accordion h2,
h2, h3, h4 {
    font-size: 2rem;
    font-weight: 800;
	margin-bottom:1.4rem;
	color:#007749;
}
.page-content h2.section-heading-2,
.page-heading h2.section-heading-2 {
    color: #0e2f4a;
}
/* Subhead */
.page-content h2.subhead,
.page-content h3.subhead,
.page-content h4.subhead,
.page-content h2.subhead-2,
.page-content h3.subhead-2,
.page-content h4.subhead-2,
.page-heading h2.subhead,
.page-heading h3.subhead,
.page-heading h4.subhead,
.page-heading h2.subhead-2,
.page-heading h3.subhead-2,
.page-heading h4.subhead-2,
.promo-box-{
    font-size:1.5rem;
    font-weight: 800;
	color:#007749;
}
.page-content h2.subhead-2,
.page-content h3.subhead-2,
.page-content h4.subhead-2,
.page-heading h2.subhead-2,
.page-heading h3.subhead-2,
.page-heading h4.subhead-2 {
    color: #0e2f4a;
}
h2 sup,
h3 sup,
h4 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight: 800;
	color:#007749; /* green */
}
.text-bold-2,
.text-bold-2 a {
	font-weight: 800;
	color:#0e2f4a; /* navy */
}
.text-bold-3,
.text-bold-3 a {
	font-weight: 800;
	color:#2e2e2e; /* black */
}
.text-18pt {
    font-size: 18pt;
}
.decorative-pipe {
    color: #f7941f;
}
.page-content img {
	border-radius:1rem;
}
.page-content .intro {
	font-size:1.75rem;
	max-width:950px;
	text-align: center;
	margin:0 auto 4rem;
}
.page-content .intro p {
	margin-bottom:1rem;
}
.page-content .row {
	margin-bottom:3rem;
}
.padding {
	padding:2.3rem 1rem 1rem;
}
.padding-bg {
  padding: 30px 15px 15px 15px;
  background: #e5f3f0;
  border-radius: 1rem;
}
.img-button,
.img-button img,
.img-button svg {
	transition: .3s ease-in-out, color .3s linear;
}
.img-button:hover,
.img-button img:hover,
.img-button svg:hover {
  	transform: scale(1.05);  -moz-osx-font-smoothing: grayscale;
}
.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;
    line-height: 1.445;
    padding:.3125rem 1rem;
	border:2px solid transparent;
    border-radius:1.25rem / 50%;
    text-decoration:none !important;
    white-space: normal;
	transition: .3s ease-in-out, color .3s linear;
}
.btn:hover {
  transform: scale(1.05);  -moz-osx-font-smoothing: grayscale;
}

.page-content .btn {
    margin-bottom:.5rem;
}
.btn-lg {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: .4375rem 1.25rem;
    border-radius:1.6875rem / 50%;
}
.btn-sm {
    font-size: 1rem;
    line-height: 1.5;
    padding: .1875rem .75rem;
    border-radius: 1.0625rem / 50%;
}

/* Green Button */

.btn-primary {
    background-color:#007749;
    border-color: transparent;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.show {
    background-color: #fff;
    border-color: #007749;
    color:#007749;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#007749;
    box-shadow: 0 0 0 .2rem rgba(0,77,49,0.5) !important;
}

/* Navy Button */

.btn-secondary {
    background-color:#0e2f4a;
    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: #0e2f4a;
    color:#0e2f4a;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#0e2f4a;
    box-shadow: 0 0 0 .2rem rgba(14,47,74,0.5) !important;
}

/* Orange Button */

.btn-tertiary {
    background-color:#f7941f;
    border-color: transparent;
	color:#0e2f4a;
}
.btn-tertiary:hover,
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
    background-color: #fff;
    border-color: #f7941f;
    color:#0e2f4a;
}
.btn-tertiary:focus {
    background-color: #fff;
    border-color: #f7941f;
    color:#0e2f4a;
    box-shadow: 0 0 0 .2rem rgba(247,148,31,0.5) !important;
}

/* Light Gray Button */

.btn-4 {
    background-color:#dedede;
    border-color: transparent;
	color:#0e2f4a;
}
.btn-4:hover,
.btn-4:not(:disabled):not(.disabled).active,
.btn-4:not(:disabled):not(.disabled):active,
.show > .btn-4.dropdown-toggle {
    background-color: #fff;
    border-color: #0e2f4a;
    color:#0e2f4a;
}
.btn-4:focus {
    background-color: #fff;
    border-color: #0e2f4a;
    color:#0e2f4a;
    box-shadow: 0 0 0 .2rem rgba(14,47,74,0.5) !important;
}

/* Sky Blue Button */

.btn-5 {
    background-color: #54d0ed;
    border-color: transparent;
	color:#0e2f4a;
}
.btn-5:hover,
.btn-5:not(:disabled):not(.disabled).active,
.btn-5:not(:disabled):not(.disabled):active,
.show > .btn-5.dropdown-toggle {
    background-color: #fff;
    border-color: #54d0ed;
    color:#0e2f4a;
}
.btn-5:focus {
    background-color: #fff;
    border-color: #54d0ed;
    color:#0e2f4a;
}

/* White Button */

.btn-default {
    background-color:#fff;
    border-color: #007749;
	color:#007749;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #007749;
    border-color: transparent;
    color:#fff;
}
.btn-default:focus {
    background-color: #007749;
    border-color: #007749;
    color:#fff;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1rem;
}
.benefits-card ul {
	padding-left: 0;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul li,
.benefits-card ul li {
	list-style-type: none;
	margin: 0 0 .5rem 0;
	padding-left: 1.5rem;
	/*text-indent: -0.825625rem;*/
	text-indent:-1.4rem;
}
.page-content ul li::before,
.benefits-card ul li::before {
    content: '';
    display: inline-block;
    /*height: 0.75rem;
	width: 0.825625rem;*/
	height:1.4rem;
	width:1.4rem;
	background: url(../images/bullet-content.svg?v=2) no-repeat left top transparent;
    /*background-size: 0.825625rem 0.75rem;*/
	background-size:1.4rem 1.4rem;
    position: relative;
    /*left: -0.5rem;
    top: 0;*/
	left:-0.7rem;
	top:4px;
}
.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.5rem;
	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: 2px solid #f7941f;
}
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: #007749;
    color: #fff;
    font-weight: 800;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table caption a {
    color:#fff;
}
.table th {
    background-color: #f1f1f1;
    color: #007749;
    font-weight: 800;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #ddd;
}
.table th a {
    color: #005447;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #fff;
    color:#2e2e2e;
    font-weight: 800;
    vertical-align: top;
}
.table td {
    border-color: #ddd;
    padding: .5rem 15px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color:#f1f1f1;
}

/* Checking Account Comparison Tables */
.checking-account-comparison-table td {
    text-align: center;
}
.checking-account-comparison-table colgroup col {
    border-right:1px solid #fff;
}
.checking-account-comparison-table colgroup col:last-child {
    border-right:0 none;
}

.checking-account-comparison-table small {
    display: inline-block;
    line-height: 1.2;
}

.page-content .checking-account-comparison-table .icon-svg svg {
    width: 1.5rem;
    height:1.5rem;
}
.page-content .checking-account-comparison-table td:nth-child(3) .icon-svg svg {
    fill: #0e2f4a;
}
.checking-account-table-notice {
    display: none;
}
.EditMode .checking-account-table-notice {
    display: block;
    border:1px solid #cc0000;
}

/* xs and sm only */
@media (max-width: 767px) {

    .checking-account-table-wrapper {
        width: 100%;
        max-height: 75vh;
        overflow: auto;
        margin-bottom: 1.5rem;
    }
    .checking-account-table-notice {
        display: block;
    }
    /*table.checking-account-comparison-table caption {
        position: sticky;
        left: 0;
        top:0;
        z-index: 3;
    }*/
    table.checking-account-comparison-table tbody th {
        position: sticky;
        left: 0;
        z-index: 1;
    }
    table.checking-account-comparison-table thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    table thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
    }

}

/* --------------- Student Loan Table --------------- */

    /* Even column widths on desktop */
    .student-loan-table { table-layout: fixed; }

    /* ---- Mobile: collapse each row into a card ---- */
    @media (max-width: 767.98px) {
      /* Hide the header row; labels come from data-label instead */
      .student-loan-table thead { display: none; }

      .student-loan-table,
      .student-loan-table tbody,
      .student-loan-table tr,
      .student-loan-table th,
      .student-loan-table td {
        display: block;
        width: 100%;
      }

      /* Each row becomes a white, rounded card */
      .student-loan-table tr {
        background-color: #fff;
        border: 1px solid var(--bs-border-color);
        border-radius: 1rem;
        padding: 1rem 1.25rem;
        margin-bottom: 1rem;
      }

      /* Remove Bootstrap's per-cell borders inside the card */
      .student-loan-table td,
      .student-loan-table th {
        border: 0;
        padding: 0.4rem 0;
      }

      /* The loan name acts as the card title */
      .student-loan-table tbody tr th[scope="row"],
      .student-loan-table tr th[scope="row"] {
        font-size: 1.1rem;
        font-weight: 700;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid var(--bs-border-color);
      }

      /* Show the column name above each value */
      .student-loan-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: var(--bs-secondary-color);
        margin-bottom: 0.15rem;
      }
    }

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #007749;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #dedede;
    font-size: 1.125rem;
    font-weight:400;
    color: #005447;
    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,
.ErrorMessage {
    display: block;
    font-weight: 800;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form .form-group {
	margin-bottom: 1rem;
}
.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:#f5f5f3;
    color: #005447;
    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:#0e2f4a;
    background-color:#c5cad1;
    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:#f5f5f3;
        color: #005447;
        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: #f0f7f4;
    color: #505759;
    padding: 20px;
    border: 1px solid #d9ebe4;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- Header Alert ---------------*/

/* General Styles and 'Urgent' as default */

.header-alert {
	background-color:#fde4c7;
    color:#505759;
	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.15));
}
.header-alert .container-fluid {
	padding-right:2.25rem; /* to make room for close icon */
}
.header-alert p {
	margin-bottom:10px;
}
.header-alert a {
    color:#b5420d;
	text-decoration:underline;
}
.header-alert a:hover {
	text-decoration:none;
}
.header-alert strong {
    color:#b5420d; 
}
.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:rgba(0,0,0,0.5);
}
.header-alert .btn-close-alert:hover svg {
    fill:rgba(0,0,0,0.75);
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#d64d0f;
}

/* Semi-Important Alerts */

.header-alert#header-alert-semi-important {
	background-color:#fff7d0;
}
.header-alert#header-alert-semi-important a,
.header-alert#header-alert-semi-important strong {
	color:#a75f06;
}
.header-alert#header-alert-semi-important svg {
    fill:#0e2f4a;
}

/* Announcement Alerts */

.header-alert#header-alert-announcement {
	background-color:#e5f3f0;
}
.header-alert#header-alert-announcement a,
.header-alert#header-alert-announcement strong {
	color:#007749;
}
.header-alert#header-alert-announcement svg {
    fill:#007749;
}

/* Event Alerts */

.header-alert#header-alert-event {
	background-color:#dedede;
}
.header-alert#header-alert-event a,
.header-alert#header-alert-event strong {
	color:#0e2f4a;
}
.header-alert#header-alert-event svg {
    fill:#0e2f4a;
}

/* Back to Top */
#back-to-top {
    position: fixed;
    bottom: 10px;
    left:10px;
    text-align: center;
    text-decoration: none;
    z-index: 1000;
    visibility: visible;
    opacity:1;
    transition: visibility 0s, opacity .5s ease-in-out;
}
#back-to-top.hidden {
    visibility: hidden;
    opacity:0;
}
#back-to-top:hover {
    text-decoration: none;
}
.back-to-top-icon {
    margin-bottom: 5px;
}
.back-to-top-icon span {
    display: inline-block;
    width:2rem;
    height:2rem;
    background-color: #f7941f;
    border-radius: 50%;
}
.back-to-top-icon svg {
    width:1.5rem;
    height:1.5rem;
    fill: #fff;
}
.back-to-top-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #000;
    padding: 0 5px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 3px;
    text-shadow: 1px 1px 2px #fff;
}
#back-to-top:hover .back-to-top-label {
    background-color: #fff;
}

/* --------------- 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 --------------- */

.top-nav {
	padding:.25rem 0;
	background:#f1f1f1;
}
.top-nav a.nav-link {
	color:#2a2a2a;
	font-weight:600;
}
.top-nav a:hover {
	text-decoration: underline;
}

button.search-button,
#compact-header button.search-button {
	border:0;
	line-height:0;
	background:transparent;
}

button.search-button svg {
    position: relative;
    width:1.5rem;
    height:1.5rem;
	fill:#2a2a2a;
	transition: fill .15s ease-in-out;
}
button.search-button:hover svg,
button.search-button:focus svg {
	fill:#007749;
}

/* --------------- Search Modal --------------- */


#SearchModal,
#SearchModal h2.modal-title {
	color:#fff;
}

#SearchModal .modal-content {
	background: url('../images/bg-green-fractal-100.png') no-repeat center center;
	background-size:cover;
	border:2px solid #fff;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
#SearchModal h2.modal-title {
	font-size:1.75rem;
	font-weight:600;
}
#SearchModal .searchLabel {
	color:#2a2a2a;
}
#SearchModal .modal-header,
#SearchModal .modal-footer {
	border:0;
}

button.btn-close.search-modal-close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM266.6 216.8L320 282.1L373.4 216.8C381.8 206.5 396.9 205 407.2 213.4C417.5 221.8 419 236.9 410.6 247.2L351 320L410.6 392.8C419 403.1 417.5 418.2 407.2 426.6C396.9 435 381.8 433.5 373.4 423.2L320 357.9L266.6 423.2C258.2 433.5 243.1 435 232.8 426.6C222.5 418.2 221 403.1 229.4 392.8L289 320L229.4 247.2C221 236.9 222.5 221.8 232.8 213.4C243.1 205 258.2 206.5 266.6 216.8z'/%3E%3C/svg%3E");
	background-size: 2rem;
}
.site-search {
    width:100%;
    position: relative;
    margin:0 auto .75rem auto;
}
.site-search .searchTextBox {
	border:1px solid #fff;
	font-size: 1.15rem;
	color:#342e1f;
	width:100%;
	border-radius: 1rem;
    padding:.375rem 2.5rem .375rem 1.125rem;
    height: calc(1.409em + .8125rem + 2px);
	box-shadow: none;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#82bc00;
}
.site-search .searchButton {
	width:2rem;
	height:2rem;
	position:absolute;
	top:.75rem;
	right:.75rem;
}
.search-quick-links {
	margin: 1rem 0;
	font-size:1.5rem;
	font-weight:600;
}
.search-quick-links a {
	color:#fff;
	text-decoration:none;
}
.search-quick-links a:hover {
	text-decoration:underline;
}
.search-quick-links svg {
	position: relative;
    display: inline;
    width: 2rem;
    height: 2rem;
    margin-right: .25rem;
    fill: #fff;
    top: -.15rem;
}
.search-rt {
	text-align:center;
	margin: 1rem 0;
	font-size:1.25rem;
	font-weight:400;
}

/* --------------- 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;
}

/* --------------- Login --------------- */

.login-dropdown .dropdown-toggle::after {
	display: none;
}
.login-dropdown .dropdown-menu {
    width:18.125rem;
	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: linear-gradient(to bottom, #fff, #f6f6f6);
}
.online-banking-button {
    padding-right: 0.3125rem;
}
.online-banking-button .icon-svg {
    display: inline-block;
    width: 1.625rem;
    height: 1.625rem;
}
.online-banking-button .icon-svg svg {
    fill:#fff;
    width: 1.625rem;
    height: 1.625rem;
    margin-left:.125rem;
    vertical-align: top;
    transition: fill .15s ease-in-out;
}
.online-banking-button:hover .icon-svg svg,
.online-banking-button:focus .icon-svg svg,
.online-banking-button.show .icon-svg svg,
.show .online-banking-button .icon-svg svg {
    fill:#007749;
}

#online-banking,
#online-banking-2 {
	padding:1rem .5rem;
    background-color:#ececec;
    background-image: -webkit-linear-gradient(top, #ececec, #fff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:         linear-gradient(to bottom, #ececec, #ffff); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    border-radius:0;
}
.ob-field .form-control {
	height: calc(1.25em + .5rem + 2px);
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    color:#2a2a2a;
    position: relative;
}
.quick-link-icons a {
    color: #2a2a2a;
    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 {
    font-size: 2.25rem;
}
.quick-link-icon .icon-svg svg {
    display: block;
    margin: 0 auto;
    fill: #fff;
    transition: fill 0.5s ease;
    width: 2em;
    height: 2em;
}
.quick-link-icon .icon-label {
	font-size: 1rem;
    text-align: center;
    line-height: 1.2;
	margin-top:1rem;
}
.quick-link-icon .icon-label strong {
    font-weight: 700;
	font-size:1.25rem;
}
a.quick-link-icon .icon-label,
a.quick-link-icon .icon-label strong {
    color: #2a2a2a;
}

/* --------------- Featured Rates --------------- */

.rate-bar {
    color:#fff;
}
.home-rate-col {
	padding:2rem 1rem;
	border-radius:1rem;
	color:#fff;
	font-size:1.25rem;
	margin-bottom:1.5rem;
}
.home-rate-col h2 {
	font-size: 2.5rem;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.home-rate-col ul > li:first-child {
	border-right:0
}
/* MD and wider */

@media (min-width: 768px) {

	.home-rate-col ul > li:first-child {
		border-right:1px solid rgba(255, 255, 255, 0.3);
	}
	
}

.rate-col-green {
	background: url('../images/bg-green-fractal-100.png') no-repeat center center;
	background-size:cover;
}
.rate-col-blue {
	background: url('../images/bg-blue-fractal-100.png') no-repeat center center;
	background-size:cover;
}
.rb-block-grid-container {
    display:inline-block;
}
.rb-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rb-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;
}
.rb-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;
}
.rb-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;
}
.rb-number {
    font-size: 3.5rem;
    font-weight: 800;
    text-align: right;
    padding-right: .25rem;
}
.rb-percent {
    font-size: 1.8rem;
    font-weight: 800;
}
.rb-apr-apy {
    font-size: .9125rem;
    font-weight: 800;
}
.rate-label {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: .25rem;
  	padding-bottom: .5rem;
}
.rate-bar a {
    text-decoration: underline;
    color:#fff;
}
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar .rb-col > a {
    text-decoration: none;
    padding:1rem;
    border-radius: .25rem;
    background-color: rgba(255,255,255,0);
    transition: background-color .3s;
}
.rate-bar .rb-col > a:hover {
    background-color:rgba(255,255,255,0.1);
}
.rate-bar .btn-default {
	color:#163778;
    border-color:transparent;
}
.rate-bar .btn-default:hover {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5) !important;
    background:#fff;
}

.rate-bar .rb-block-grid,
.rate-bar a .rb-block-grid {
}
.rate-bar .rate-label,
.rate-bar a .rate-label {
}
.rate-bar p.footnote {
    color:#000;
    text-align: center;
    font-size: .875rem;
}
.home-rate-button {
	margin-top:1.5rem;
    background-color:transparent;
    border:3px solid #fff;
	color:#fff;
	width:80%;
}
.home-rate-button:hover,
.home-rate-button:not(:disabled):not(.disabled).active,
.home-rate-button:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color:#007749;
}
.home-rate-button:focus {
    background-color: #fff;
    border-color: #fff;
    color:#007749;
    box-shadow: 0 0 0 .2rem rgba(0,77,49,0.5) !important;
}
.btn-secondary.home-rate-button:hover,
.btn-secondary.home-rate-button:not(:disabled):not(.disabled).active,
.btn-secondary.home-rate-button:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color:#0e2f4a;
}
.btn-secondary.home-rate-button:focus {
    background-color: #fff;
    border-color: #fff;
    color:#0e2f4a;
    box-shadow: 0 0 0 .2rem rgba(14,47,74,0.5) !important;
}

/* --------------- Home Promo Area 1 --------------- */

.home-promo-area-1 {
	font-size:1.25rem;
}
.home-promo-area-1 h2 {
	font-size:2.25rem;
	font-weight:600;
}

/* --------------- Home Promo Area 2 --------------- */

.home-promo-area-2 {
	background: #007749 url('../images/bg-hexagon-lines.svg') no-repeat center center;
	background-size:cover;
	border-radius:1rem;
	padding:2rem 1rem;
	color:#fff;
	text-align:center;
}
.home-promo-area-2 h2 {
	font-size:2.5rem;
	color:#fff;
	font-weight:600;
	margin-bottom:1.5rem;
}
.home-promo-area-2 .number {
	font-size:2.5rem;
	font-weight:900;
	margin-bottom:0;
}
.home-promo-area-2 .detail {
	font-size:1.25rem;
	font-weight:500;
}

/* --------------- Home Promo Area 4 --------------- */

.home-promo-area-4 {
	font-size:1.25rem;
}
.home-promo-area-4 h2 {
	font-size:2.25rem;
	font-weight:600;
	margin-bottom:2rem;
}
.home-promo-area-4 span.icon-svg-editor-space {
	display:none;
}

.home-promo-area-4 svg {
    display: block;
    margin: 0 auto;
    transition: fill 0.5s ease;
    width: 4em;
    height: 4em;
}

/* --------------- Home Content Sections --------------- */

.home-content-section {
    padding:1.5rem 0;
}
.home-content-section .section-image {
    height:0;
    padding-bottom:63.6%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#ddd;
    background-size: cover;
}
.home-content-section .section-text {
    font-size: 1.25rem;
    font-weight: 300;
    padding:1.5rem 0;
}
.home-content-section h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom:4px solid #ffc82f;
    padding-bottom:.125em;
    margin-bottom: .5em;
}
.home-content-section .section-text *:last-child {
    margin-bottom: 0;
}

/* --------------- Side Caption Banner --------------- */

.side-caption-banner {
	margin:3rem 0;
	position: relative;
	overflow:visible;
}
.side-caption-banner .banner-img img,
.side-caption-banner .banner-caption {
	border-radius:1rem;
}

.side-caption-banner .banner-caption {
    background: #f1f1f1;
	padding:2rem;
	margin-top: -20%;
	text-align:center;
}

.side-caption-banner .banner-caption h2 {
    color: #163778;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* 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: 200%;
		margin-top:0;
		position:relative;
		text-align:left;
		}		
}

/* --------------- News Carousel --------------- */

.news-carousel-wrapper {
    padding:3rem 2rem 1rem 2rem;
    background: url('../images/bg-swoop-lines.svg') no-repeat center center, linear-gradient(to left, rgba(31,37,43,1), rgba(14,47,74,5));
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	border-radius:1rem;
	margin-bottom:1.5rem;
	margin-left:auto;
	margin-right:auto;
}

/* 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:#f7941f;
}
.slick-arrow:hover svg {
    fill:#f9c587;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.news-carousel-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color:#fff;
    text-align: center;
    margin-bottom: 1rem;
}
.news-carousel-wrapper-child {
	background-color:transparent;
}
.news-carousel {
    margin:0 auto 1.5rem auto;
    position: relative;
}
.news-carousel .slick-track {
	padding:1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide {
    height: auto;
    margin:0 15px;
}
.news-landing-page {
}
.news-carousel .news-item > a,
.news-landing-page .news-item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
	border-radius: 1rem;
	border:4px solid #fff;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    color:#2a2a2a;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: background-color .3s;
    margin-left:auto;
    margin-right:auto;
}
.news-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover {
    text-decoration: none;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.news-landing-page .news-item > a:hover {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.news-carousel .news-item > a:focus,
.news-landing-page .news-item > a:focus {
    outline: 0 none;
    box-shadow: inset 0 0 0 2px #b3dcfc;
}
.news-carousel .news-item-caption,
.news-landing-page .news-item-caption {
    font-size: 1rem;
    padding:24px;
}
.news-carousel .news-item-caption p,
.news-landing-page .news-item-caption p {
    margin-bottom: 0;
}
.news-carousel .news-item > a h3,
.news-landing-page .news-item > a h2,
.news-landing-page .news-item > a h3 {
    color:#007749;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image {
    overflow: hidden;
	border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;	
}
.news-carousel .news-item-image img,
.news-landing-page .news-item-image img {
    transform: scale(1.01);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.news-carousel .news-item > a:hover .news-item-image img,
.news-landing-page .news-item > a:hover .news-item-image img {
    transform: scale(1.05);
}

/* --------------- News Landing Page --------------- */

.news-landing-page .news-item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color:transparent;
    border-color:transparent;
}
@media (min-width: 768px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* --------------- Homepage Testimonials --------------- */

.homepage-testimonials-wrapper {
	background: url('../images/bg-green-fractal-bright-100.jpg') no-repeat center center;
	background-size:cover;
	padding:2rem 1rem 3rem 1rem;
}
.homepage-testimonials {
	background-color:#fff;
	border-radius:1rem;
	padding: 2rem;
	padding-bottom:0;
	font-size:1.3rem;
	line-height:1.3;
	text-align:center;
}
img.testimonial-img {
	margin-bottom:1rem;
}
.homepage-testimonials h3 {
	font-size:1.25rem;
	margin-bottom:1.5rem;
	font-weight:700;
}

@media (min-width: 992px) {
	
	.homepage-testimonials div.img {
		 position: relative;
	}
    img.testimonial-img {
		position: absolute;
		bottom:0;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom:0;
	}
	.homepage-testimonials {
		text-align:left;
	}
}

/* --------------- Disclosure Text --------------- */

.disclosure-wrapper {
	max-width:950px;
	margin:0 auto 3rem;	
}

/* --------------- Alternating Rows --------------- */

.alt-lt-green {
	background: #e5f3f0;
	padding: 2.5rem 1rem 1.5rem;
	border-radius:1rem;
}

/* --------------- Footer --------------- */

.footer-top-bar {
    background-color: #0e2f4a;
    color: #fff;
    padding:1rem 0 1px 0;
    border-top:1px solid #7b8d9c;
}
.footer-top-bar ul {
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-top-bar li {
    line-height: 1.2;
}
.footer-top-bar a {
    color: #fff;
	text-decoration:underline;
}
.footer-top-bar a:hover {
	text-decoration:none;
}
.footer-routing-nmls {
    font-weight: 800;
    margin-bottom: 0.25rem !important;
}
.footer-routing-nmls strong {
    color: #54d0ed;
}
.footer-top-content {
    padding: 40px 0 24.4% 0;
    background: url(../images/bg-footer.jpg) no-repeat center bottom -1px #cbe6f5;
    background-size: 100% auto;
}
.footer-top-content a:not(.btn) {
    text-decoration: underline;
    color: #505759;
}
.footer-top-content .phone-number a,
.footer-top-content a:hover {
    text-decoration: none;
}
.footer-top-content .phone-number a:hover {
    text-decoration: underline;
}
.footer-top-content h2 {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #0e2f4a;
}
.footer-bottom-content {
    background-color: #0e2f4a;
    color: #fff;
    padding-top:16px;
}
.footer-bottom-content a {
    color: #fff;
	text-decoration:underline;
}
.footer-bottom-content a:hover {
	text-decoration:none;
}

/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.625rem;
    height:2.625rem;
    border:2px solid #54d0ed;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill: #fff;
    display: inline-block;
    width: 1.375rem;
    height: 1.5rem;
    vertical-align: baseline;
    margin-top:.4375rem;
}
.social-icons a:hover {
    border-color: #fff;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.social-icons .item-Facebook a:hover,
.social-icons .item-Facebook a:focus {
    background-color: #3b5998;
}
.social-icons .item-Twitter a:hover,
.social-icons .item-Twitter a:focus {
    background-color: #1da1f2;
}
.social-icons .item-Tiktok a:hover,
.social-icons .item-Tiktok a:focus {
    background-color: #fe2c54;
}
.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;
}

/* --------------- Interior Pages --------------- */

.childpage-content-wrapper {
	margin:4rem 0;
}

/* --------------- Childpage Masthead --------------- */

.childpage-masthead {
	margin:2rem 0 4rem 0;
	position: relative;
}
.masthead-caption {
	background: url(../images/bg-green-fractal-100.png) no-repeat center center;
    background-size: cover;
	border-radius:1rem;
	padding:2rem;
	color:#fff;
	text-align:center;
	position: relative;
}
.top-margin {
	margin-bottom:-8rem;
}
 .top-margin .masthead-caption {
	top: -40%;
}

@media (max-width: 991px) {
	.childpage-masthead {
		margin-bottom:7rem;
	}
}

@media (min-width: 992px) {
	
	.childpage-masthead .masthead-caption {
		display: flex;
		flex-direction: column;
		justify-content: center;
	  }	

	.masthead-caption {
        -ms-flex-pack: start;
        justify-content: flex-start;
		top:0;
		text-align:left;
		font-size:1.5rem;
		line-height:1.3;
		font-weight:400;
    }
	.top-margin {
		margin-bottom:0;
	}
	 .top-margin .masthead-caption {
		top: 0%;
	}
}

@media (max-width: 767.98px) {
  .img-fluid-sm {
    max-width: 100%;
    height: auto;
  }
}

.childpage-masthead-img {
	text-align:center;
	position: relative;
	border-radius:1rem;
	overflow: hidden;
}
.childpage-masthead-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;  
	background-image: url('../images/overlay-page-header-img.svg');
	background-repeat: no-repeat;
	pointer-events: none;
}
.masthead-caption h1 {
	font-weight:700;
}
.masthead-caption h2,
.masthead-caption h3 {
	font-weight:600;
	color:#fff;
	
}

@media (min-width: 1200px) {
    .masthead-caption h1 {
        font-size: 3rem;
    }
}

    /* For within CMS */
    .EditMode .childpage-masthead-img::after {
        display:none;
    }
    .EditMode .childpage-masthead-img img {
        position: relative;
        top: 0;
        right:0;
        display: block;
        height: auto;
        width: 100%;
        transform:none;
    }

/* --------------- Childpage Promo Areas --------------- */

.child-promo-area {
	border-radius:1rem;
	padding:3rem 1.5rem 1rem;
	margin-bottom:4rem;
}
.child-promo-area.text-white {
	color:#fff;
}
.child-promo-area.light-blue-hexagon {
	background: #e5f7fb url(../images/bg-light-blue-hexagon.png) no-repeat center center;
    background-size: cover;
}
.child-promo-area.dark-blue-fractal {
	background: #e5f7fb url(../images/bg-blue-fractal-100.png) no-repeat center center;
    background-size: cover;
}
.child-promo-area.dark-green-fractal {
	background: #007749 url(../images/bg-green-fractal-100.png) no-repeat center center;
    background-size: cover;
}
.child-promo-area.dark-blue-fractal h2,
.child-promo-area.dark-blue-fractal h2.section-heading,
.child-promo-area.dark-blue-fractal h2.subhead,
.child-promo-area.dark-blue-fractal h3,
.child-promo-area.dark-blue-fractal h3.subhead,
.child-promo-area.dark-green-fractal h2,
.child-promo-area.dark-green-fractal h2.section-heading,
.child-promo-area.dark-green-fractal h2.subhead,
.child-promo-area.dark-green-fractal h3,
.child-promo-area.dark-green-fractal h3.subhead
{
	color:#fff !important;
}

.child-promo-area.dark-blue-fractal a:not(.btn),
.child-promo-area.dark-green-fractal a:not(.btn),
.child-green-hexagon-wrapper a:not(.btn)
 {
	color:#fff;
}

.child-promo-area .icon-svg {
font-size: 2.25rem;
}

.child-promo-area .icon-svg svg {
	display: block;
    margin: 0 auto;
    fill: #fff;
    transition: fill 0.5s ease;
    width: 2em;
    height: 2em;	
}

/* --------------- Child Green Hexagon Full Width Section --------------- */

.child-green-hexagon-wrapper {
	background: #007749 url('../images/bg-hexagon-lines.svg') no-repeat center center;
	background-size:cover;
	padding:3rem 1rem 1rem;
	color:#fff;
	margin-bottom:3rem;
}
.child-green-hexagon-wrapper h2,
.child-green-hexagon-wrapper h2.section-heading,
.child-green-hexagon-wrapper h2.subhead,
.child-green-hexagon-wrapper h3.subhead {
	color:#fff;
}

/* --------------- Child Green Hexagon Full Width Section --------------- */

.child-light-green-promo-wrapper {
	background: #e5f3f0;
	padding:2rem 1rem;
	margin-bottom:3rem;
}

/* --------------- Childpage Umbrella Promo Areas --------------- */

.umbrella-promo-box,
.umbrella-promo-box-alt {
	position: relative;
	background:#e5f3f0;
	padding:2rem 1.5rem;
	border-radius:1rem;
	margin-bottom:3rem;
	text-align:center;
}
.umbrella-promo-box::after {
	position: absolute;
    content: "";
    background-image: url(../images/icon-umbrella.svg);
    background-repeat: no-repeat;
    top: -2rem;
    left: -5rem;
    width: 80%;
    height: 80%;
    pointer-events: none;
	z-index:-1;
	overflow:hidden;
}
.umbrella-promo-box-alt::after {
	position: absolute;
    content: "";
    background-image: url(../images/icon-umbrella.svg);
    background-repeat: no-repeat;	
	background-position: right bottom;
	right: -3rem;
    bottom: 2rem;
    width: 50%;
    height: 50%;
    pointer-events: none;
	z-index:-1;
	overflow:hidden;
}

/* --------------- Bottom Aside --------------- */

.child-page-aside {
	border-top: 12px solid #d7d8d9;	
}
.child-page-aside h2 {
    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;
}

/* --------------- Bottom Aside --------------- */

.child-page-aside {
    border-top:9px solid #780206;
}
.child-page-aside h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #09144f;
    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:#f7f9fc;
    font-size: 1.125rem;
}
.child-page-aside-col-2 {
    background-color:#f1f1f1;
    border-top:1px solid #ddebf1;
}
.child-page-aside-col-1,
.child-page-aside-col-2 {
    padding-bottom:1px;
}
.child-page-aside .media-body .btn p {
    display: inline;
}

.child-promo .media {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.child-promo .media img {
    width: 240px;
    border:8px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.child-page-aside .child-nav ul {
    list-style: none;
    padding:0;
    margin:0 0 1.5rem 0;
}
.child-page-aside .child-nav a {
    color:#444;
    display: block;
    padding:.25rem 1.25rem;
    margin-left:-1.25rem;
    margin-right:-1.25rem;
}
.child-page-aside .child-nav a:hover {
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted {
    position: relative;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted::before {
    content:'';
    width: 0; 
	height: 0; 
	border-bottom: .375rem solid transparent;  /* left arrow slant */
	border-top: .375rem solid transparent; /* right arrow slant */
	border-left: .375rem solid #444; /* bottom, add background color here */
	font-size: 0;
    line-height: 0;
    position: absolute;
    left:.4375rem;
    top:.75rem;
}

/* --------------- Related FAQs --------------- */
.related-faqs {
	margin:2rem 0;
}
.related-faqs h2 {
	font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
	color:#0e2f4a;
}

/* --------------- Events Calendar --------------- */

.event-calendar .event-listing {
    border-bottom: 3px solid #f1f1f1;
    margin-bottom:1.5rem;
}
.event-calendar .event-listing:last-child {
    border-bottom: 0;
}
.event-image {
	position:relative;
	margin-bottom:2rem;
	display: inline-block;
}
.event-image img {
	max-width:100%;
	border-radius:1rem;
}

@media (min-width: 992px) {

	.event-image img {
	max-width:400px;
	}
}
.event-calendar .event-date-display {
	position:absolute;
	top:1rem;
	right:1rem;
    background-color: #032f4a;
    color: #fff;
    font-weight: 800;
    display: block;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none !important;
    min-width:4.25rem;
    margin-top:.375rem;
}
.event-calendar .event-date-month {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.1;
    display: block;
}
.event-calendar .event-date-day {
    font-size: 30px;
    line-height: 1.875rem;
    display: block;
}

.event-calendar .event-listing .event-date,
.event-calendar .event-date,
.event-calendar .event-location {
    font-style: italic;
}
.event-registration {
    background-color:#f5f7f8;
    padding:2rem 2rem 1rem 2rem;
	border-radius:1rem;
}
.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;
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .EventManagerRegistration .form-group {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
span.EventManagerRegTitle {
	display:none;
}
.event-calendar .EventManagerOutlookLink {
    display: inline-block;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.445;
    padding:.3125rem 1rem;
	border:2px solid transparent;
    border-radius:1.25rem / 50%;
    text-decoration:none !important;
    white-space: normal;
    background-color:#032f4a;
	color:#fff;
}
.event-calendar .EventManagerOutlookLink:hover {
    background-color: #fff;
    border-color: #032f4a;
    color:#032f4a;
}
.event-calendar .EventManagerOutlookLink:focus {
    background-color: #fff;
    border-color: #fff;
    color:#032f4a;
    box-shadow: 0 0 0 .2rem rgba(0,69,124,0.5) !important;
    outline: 0 none;
}

/* --------------- Icon Cards --------------- */

.icon-cards {
	padding: 4rem 2rem 1rem 2rem;
}
.content-cards {
	padding: 1rem 2rem 1rem 2rem;	
}
/*.icon-cards.top.above,
.icon-cards.bottom.below {
	padding-top:1rem;
}*/
.icon-cards.top.above,
.icon-cards.top.below,
.icon-cards.middle.above, 
.icon-cards.middle.below {
	margin-bottom:-2rem;
}
.icon-cards.top.below {
	margin-top:-3rem;
}
.icon-cards.top,
.icon-cards.bottom {
	background:#e5f3f0;
}
.icon-cards.middle {
	background:#e4f6fb;
}
.icon-cards .card {
    padding:10px 15px 10px 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
	background:#fff;
	border-color:#fff;
	border-radius:1rem;
	box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}
.content-cards .card {
	padding:1.5rem;
}
.icon-cards .card h3 {
	font-size:1.4rem;
	font-weight: 800;
}
.icon-cards .card-icon {
    width: 70px;
    height: 70px;
    margin: -45px auto 1rem auto;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	border:2px solid #54d0ed;
    line-height:3;
    position: relative;
    z-index: 1;
}
.icon-cards .card-icon svg {
    fill: #2e2e2e;;
    width: 40px; 
    height: 40px;
	margin-top:10px;
}
.icon-cards .card .card-body {
    position: relative;
    z-index: 1;
	text-align:center;
	padding:0;
}
.icon-cards .card .card-body p {
    font-size:1.1rem;
	margin-bottom:1rem;
}
.icon-cards .cardbutton {
    text-align: center;
    margin: auto 0 1.5rem 0;
    position: relative;
    z-index: 1;
}
.icon-cards .card-button {
	text-align:center;
}
.icon-cards .card-button .btn {
	margin-top:.5rem;
}
.icon-cards .card .card-footer {
	background-color:#fff;
	border:0;
}

/* XS and SM only */
@media (max-width: 767px) {

    .icon-cards .col {
        margin-top:4rem;
    }

}

/* --------------- 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 #007749;
}
.page-content ul.nav-tabs > li,
.page-content ul#content-tabs > li {
	text-indent:0;
    padding-left:0;
    margin-bottom: 0;
}
.page-content ul.nav-tabs > li:before,
.page-content ul#content-tabs > li:before {
	content:"";
	display:none;
}
.page-content ul.nav-tabs > li a,
.page-content ul#content-tabs > li a {
    text-decoration:none;
    font-weight: 800;
    font-size: 1.25rem; /* 20px */
	background-color:#f1f1f1;
	color:#007749;
	border:0 none;
    padding:10px 15px;
    margin-right:2px;
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}
.page-content ul.nav-tabs > li a:hover,
.page-content ul#content-tabs > li a:hover {
	background-color:#dedede;
	color:#007749;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active,
.page-content ul.nav-tabs > li a:focus,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li a:focus {
	background-color:#007749;
	color:#fff;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus {
    outline-color: #007749;
}
@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 {
    background-color:#f1f1f1;
	font-size:1.25rem;
	font-weight:500;
    color:#007749;
    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:#dedede;
    color:#007749;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
.accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#007749;
    color:#fff;
}
.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(0,77,49,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 #f1f1f1;
	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,
.accordion-button:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007749'%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:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
}

.article-accordion {
    border-bottom:3px solid #ddd;
    margin-bottom: 2rem;
}
.article-accordion:last-child {
    border-bottom: 0 none;
}
@media (min-width: 768px) {
    .article-accordion:nth-child(even) .article-accordion-summary-image-col {
        -ms-flex-order: 2;
        order: 2;
    }
    .article-accordion:nth-child(even) .article-accordion-summary-text-col {
        -ms-flex-order: 1;
        order: 1;
    }
}

/* --------------- FAQs ---------------*/

.faq-accordion h2 {
	color:#032f4a;
	margin-bottom:2rem;
}
.faq-accordion .accordion {
	margin-bottom:2rem;
}
.faq-accordion .accordion > .accordion {
	margin-bottom:1rem;
}

/* --------------- 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;
	border-radius:1rem;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* ---------- CO-OP Locator Map ---------- */

#MyAzureMap {
	width:100% !important;
	border-radius:1rem;
}

.locator-dashboard-container {
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 1rem 20px;
    margin-bottom: 1.5rem;
}
.locator-dashboard-container input.btn {
	margin-bottom:0;
}
.locator-progress-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7f7f7f;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    left: 0;
    right: 0;
}
.locator-progress {
    position: absolute;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.locator-map-container {
    margin-bottom: 1.5rem;
}
.locator-map {
    position: relative;
    height: 500px;
}
.locator-updatepanel {
    margin-bottom: 1.5rem;
	background: #f9f9f9;
	padding:1rem;
	font-size:1rem;
	border-radius: 1rem;
}
.locator-updatepanel .message-info {
    margin-bottom: 1rem;
    font-weight: 800;
}
.locator-list a {
    text-decoration: none;
    display: block;
    padding: 1rem 0;
    border-top:1px solid #eee;
    color:#505759;
}
.locator-list h2 {
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0;
    position:relative;
    padding-right:2.25em;
    color: #007749;
}
.locator-list a:hover h2 {
    text-decoration: underline;
}
.locator-list h2 .pin-id-number {
    background-color:#eee;
    color:#333;
    display:inline-block;
    line-height:1;
    width:1.625em;
    height:1.625em;
    padding:.3125em 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:.6875em;
    font-weight:700;
    text-align:center;
    border-radius:50%;
    position:absolute;
    top:0;
    right:.75em;
}
.address-form-group {
    position: relative;
}
.address-form-group .form-control {
    padding-right:30px;
}
.address-form-group .get-user-geo-pin {
    position: absolute;
    right:10px;
    bottom:.625rem;
    cursor:pointer;
    background-color: transparent;
    border:0 none;
    padding:0;
    font-size: 1.25rem;
}
.address-form-group .get-user-geo-pin svg {
    display:block;
    fill: #007749;
    width:1.125em;
    height:1em;
}
.locator-map .infobox-body,
.locator-map .infobox-info {
    max-height: none !important;
}
@media (min-width: 768px) {
    .locator-updatepanel {
        height: 500px;
        overflow: auto;
    }
}
.popup-content-container div.Branch {
    max-height:150px;
	overflow:auto;
	font-size:.9rem;
}
.popup-content-container div.Branch table caption {
    font-size:.9rem;
}
a.location-popup-directions {
	margin-top:1rem;
	font-size:.9rem;
	}
.popup-content-container {
    padding:1rem;
    font-style:normal;
    font-weight:400;
    font-size: .9rem;
	line-height: 1.5;
}
.popup-content-container .popup-title {
    font-weight:700;
    font-size: 1rem;
    color:#00622a;
	margin-bottom:1rem;
}

/* ---------- Media Center aka Newsroom ---------- */

.media-center-wrapper .wrapper-1,
.media-center-wrapper .wrapper-2,
.media-center-wrapper .wrapper-3,
.media-center-wrapper .wrapper-4,
.media-center-wrapper .wrapper-5,
.media-center-wrapper .wrapper-6,
.media-center-wrapper .wrapper-7,
.media-center-wrapper .wrapper-8 {
	margin-bottom:4rem;
}

.media-center-wrapper img {
	border-radius:1rem;
}
.media-center-wrapper p:last-of-type {
	margin-bottom:0;
}

.media-center-wrapper .wrapper-1 .w1-col {
	border:1px solid #d7d7d7;
	padding:1rem;
	border-radius:1rem;
}
.media-center-wrapper .wrapper-2 .w2-col,
.media-center-wrapper .wrapper-6 .w6-col {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.media-center-wrapper .wrapper-3 .blue-gradient-box h2.section-heading-2 {
	color:#fff;
}
.media-center-wrapper .wrapper-3 .blue-gradient-box h3 {
	font-size: 1.4rem;
}

.media-center-wrapper .wrapper-5 {
	padding-left:15px;
	padding-right:15px;
}

.media-center-wrapper .wrapper-4 p,
.media-center-wrapper .wrapper-8 p {
	font-size:1.125rem;
}
/*.media-center-wrapper .wrapper-4 .bg-img,
.media-center-wrapper .wrapper-8 .bg-img {
	background: url(../images/The-Newsroom/media-center-fpo-1.jpg) no-repeat center;
	min-height: 550px;
	border-radius:1rem;
    position: relative;
	display:flex;
	background-size:100% auto;
}
.media-center-wrapper .wrapper-8 .bg-img {
	background: url(../images/The-Newsroom/media.jpg) no-repeat center;
}*/
.media-center-wrapper .wrapper-4 .banner-text,
.media-center-wrapper .wrapper-8 .banner-text{
	/*background:#f5f5f3;*/
	border-radius:1rem;
	padding:2rem;
}
.media-center-wrapper .wrapper-4,
.media-center-wrapper .wrapper-8 {
	font-size:1rem;
}

.media-center-wrapper section.wrapper-7 {
	/*background:#f5f5f3;*/
	padding:3rem 0;
}
.media-center-wrapper .wrapper-7 .w7-row {
	background:#fff;
	text-align:center;
	border-radius:1rem;
	padding:2rem;
}
.media-center-wrapper .wrapper-7 p {
	margin-bottom:.75rem;
}
.media-center-wrapper .wrapper-7 .col-md-4 {
	padding:0 3rem;
}

.info-icon-container {
  padding-top:30px;
  display:flex;
  padding-left:10px;
  padding-right:10px;
}

.info-icon-container .information-icon {
  display:flex;
  align-items:flex-start;
}
.info-icon-container .information-icon svg {
  font-size:3rem;
  margin-right:14px;
  width:60px;
  height:80px;
  fill:#fff;
}
.info-icon-container .info-text {
  padding:0 15px 0 15px;
  flex-basis:0;
  flex-grow:1;
}

.newsroom-awards {
	border:1px solid #d7d7d7 !important;
	padding:4rem 2rem 3rem 2rem !important;
	border-radius:1rem;
	max-width:340px !important;
	margin-left:10px !important;
	margin-right:10px !important;
	margin-bottom:1rem !important;
}
.newsroom-awards .news-item-caption {
	margin-bottom:0;
}
.newsroom-awards .newsroom-img img {
	margin-bottom:2rem;
}

@media (max-width: 575px) {
  
  .info-icon-container .information-icon svg {
    font-size:2rem;
    width:45px;
    height:65px;
  }
  .info-icon-container {
    display: block;
  }
  /*.info-icon-container .info-text {
    padding:0;
  }*/
  .info-icon-container .information-icon {
    text-align:center;
    display: block;
    margin-bottom:5px;
  }
  .info-icon-container .info-icon-container {
    padding-top:0;
  }
	.wrapper-3 .blue-gradient-box {
		padding-left:1rem;
		padding-right:1rem;
	}
  
}

@media (max-width: 767px) {
	
	.wrapper-1 .w1-col,
	.wrapper-2 img {
		margin-top:1rem;
	}
	
}

/*@media (max-width: 991px) {
	
	.media-center-wrapper .wrapper-4 .bg-img,
	.media-center-wrapper .wrapper-8 .bg-img {
		align-items:end;
		justify-content:center;
	}
	.media-center-wrapper .wrapper-4 .banner-text,
	.media-center-wrapper .wrapper-8 .banner-text {
		max-width:100%;
		width:100%;
		margin-top:45%;
		margin-left:1rem;
		margin-right:1rem;
	}
	
	.media-center-wrapper .wrapper-4 .bg-img,
	.media-center-wrapper .wrapper-8 .bg-img {
		background-position-y:0;
	}
	
}

@media (min-width: 992px) {
	.media-center-wrapper .wrapper-4 .bg-img {
		align-items:center;
		justify-content:start;
	}
	.media-center-wrapper .wrapper-8 .bg-img {
		align-items:center;
		justify-content:end;
		min-height:500px;
	}
	.media-center-wrapper .wrapper-4 .banner-text {
		max-width:550px;
		margin-left:1rem;
	}
	.media-center-wrapper .wrapper-8 .banner-text {
		max-width:500px;
		margin-right:1rem;
		margin-left:0;
	}
	
}*/

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575.98px) {

    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }

}

/* ----------------------------------------------- */
/* 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%;
    }
	
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767.98px) {
	
}


/* ----------------------------------------------- */
/* 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;
	}
	
    /* 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%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    .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:#f6f8f9;
    }
    .child-page-aside::before {
		content:'';
		position: absolute;
		pointer-events: none;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		width:50%;
		height:100%;
        border-left:1px solid #e2e3e5;
    }

    /* 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) {

    .site-max-width {
		max-width:1370px;
	}	
	.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-size: 1.25rem;
    display: block;
    color:#007749;
	font-weight:800;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #ddd;
    margin-bottom:.5rem;
	text-decoration:none;
}
.main-nav .mm-column > a:hover {
	text-decoration:underline;
}
.main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #2e2e2e;
	text-decoration:none;
}
.main-nav .mm-column > ul > li > a:not(.btn):hover {
	text-decoration:underline;
}
.main-nav .mm-column .btn {
    margin-bottom: 10px;
}
.main-nav .mm-hidden {
    display: none;
}

/* 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: #007749;
        color:#fff;
        font-weight: 800;
        font-size: 1.5rem; /* 24px */
        text-transform: uppercase;
        line-height: 1.96875rem;
        border-radius: 0;
		border-bottom:2px solid #fff;
    }
	.main-nav .navbar-toggler:focus {
		background-color:#0e2f4a;
	}
    .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 #dedede;
    }
    .main-nav .nav-link:hover,
    .main-nav .nav-link:focus {
        background-color:#0e2f4a;
		color:#fff;
    }
    .main-nav .nav-link:focus {
        outline:none;
		background-color:#0e2f4a;
		color:#fff;
    }
    .main-nav li.nav-item.show .nav-link {
        background-color: #007749;
        color: #fff;
    }
    .main-nav .dropdown-menu {
        background-color: #f5f5f3;
        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 #dedede;
        color:#2e2e2e;
    }
    .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,
	.main-nav .mm-column > ul > li > a:not(.btn):focus {
        text-decoration: none;
        color:#fff;
        background-color: #0e2f4a;
    }

}

/* 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: #fff; 
    }
    .main-nav .navbar-nav {
        width:100%;
        -ms-flex-pack: center;
		justify-content: center;
    }
    .main-nav .nav-item {
        /* main nav tabs */
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    .main-nav .nav-item > a {
        /* main nav tabs */
        font-weight: 800;
        font-size: 1.25rem;
        color:#2e2e2e;
        padding:.5rem .5rem;
        margin:0;
		text-decoration:none;
		position: relative;
    }
    .main-nav .nav-item > a.nav-link:hover,
    .main-nav .nav-item > a.nav-link:focus {
		outline: 0 none;
		background-color:#fff;
		color:#007749;
		border-radius: 3px;
		position: relative;
    }
    .main-nav .nav-item.show > a.nav-link,
    .main-nav .nav-item.item-current > a.nav-link {
		background-color: #fff;
        color:#007749;
		border-radius: 3px 3px 0 0;
    }
    .main-nav .nav-item.item-current > a.nav-link:focus {
        outline:2px solid #f7941f;
    }
    .main-nav .nav-item.item-current.show > a.nav-link: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: linear-gradient(to bottom, #fff, #f6f6f6);
    }
    .main-nav a.nav-link::before {
        content:'';
        position: absolute;
        left:0;
        bottom:0;
        display:block;
        width:100%;
        height:8px;
		border-radius:3px;
        background-color:#fff;
        transition: height .3s;
    }
    .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 a.nav-link:hover::before,
    .main-nav a.nav-link:focus::before,
    .main-nav .nav-link.show > a::before,
    .main-nav .item-current a.nav-link::before {
        height:8px;
		background-color:#007749;
    }
	
}

/* 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 !important;
    }
    .dd-align-left-lg .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }
    

    /* ----- site-specific styling ----- */
	
    .main-nav .navbar-nav {
        width: 100%;
        justify-content: end;
    }	

    .main-nav .nav-item {
        /* main nav tabs */
        margin-left: 1.5%;
        margin-right: 1.5%;
    }	
    .main-nav .nav-item:last-child {
        margin-right:0;
    }
    .main-nav .nav-item > a.nav-link {
        /* 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 ----- */

}

/* --------------- Fixed Compact Header --------------- */

#compact-header {
    position: fixed;
    top:0;
    /*bottom:0;
    overflow-y: scroll;*/
    width:100%;
    z-index: 1000;
    visibility: visible;
    opacity:1;
    transition: visibility 0s, opacity .5s ease-in-out;
}
#compact-header.hidden {
    visibility: hidden;
    opacity:0;
}
.DesignMode #compact-header {
    position: static;
}
.DesignMode #compact-header.hidden {
    visibility: visible;
    opacity:1;
}

/* XS and SM only */
@media (max-width: 767px) {

    #compact-header {
        background-color: #007749;
        color: #fff;
        border-bottom: 1px solid #73b49b;
        padding-top:0.3125rem;
        padding-bottom:0.3125rem;
        padding-right: 0;
    }
    #compact-header::after {
        content:'';
        position:absolute;
        bottom:-9px;
        left:0;
        right:0;
        display:block;
        width:100%;
        height:8px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
    }
    #compact-header .navbar-brand {
        margin-right: 0;
    }
    .compact-header-routing-number {
        font-size: 0.875rem;
        line-height: 1.286;
    }
    
	#compact-header button.search-button {
        background-color: transparent;
        border: 2px solid transparent;
        border-radius: 50%;
        color: #fff;
        padding: 0.3125rem;
        width:2.5rem;
        height:2.5rem;
        outline: 0 none;
        cursor: pointer;
        line-height: 1;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    #compact-header .search-button:hover,
	#compact-header .search-button:not(:disabled):not(.disabled).active,
    #compact-header .search-button:not(:disabled):not(.disabled):active {
        background-color: #fff !important;
        border-color: #007749;
        color:#007749;
	}
	
	#compact-header button.search-button:focus {
        background-color: #fff;
        border-color: #fff;
        color:#007749;
        box-shadow: 0 0 0 .2rem rgba(0,77,49,0.5) !important;
    }
    #compact-header button.search-button svg {
        width:1.5rem;
        height:1.5rem;
        fill:#fff;
    }
    #compact-header button.search-button:hover svg,
    #compact-header button.search-button:not(:disabled):not(.disabled).active svg,
    #compact-header button.search-button:not(:disabled):not(.disabled):active svg,
    #compact-header .show > button.search-button svg,
    #compact-header button.search-button:focus svg {
        fill: #007749;
    }	

    #compact-header .login-dropdown-button-label {
        /* sr-only */
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
	#compact-header .online-banking-button {
		margin-left:0;
        margin-right: 1.5rem;
    }
    #compact-header .online-banking-button .icon-svg svg {
        margin-left: 0;
    }
    #compact-header .navbar-toggler-bars svg {
        fill: #fff;
        width: 1.5rem;
        height: 1.714rem;
    }
    #compact-header .navbar-collapse.show {
        position:fixed;
        overflow-y: auto;
        top:51px;
        bottom:0;
        width:100%;
		background: #fff;
    }
}

/* MD and wider */
@media (min-width: 768px) {
    
    #compact-header {
        background-color: #fff;
        padding-top:0.625rem;
        padding-bottom:0.625rem;
    }
    #compact-header::after {
        content:'';
        position:absolute;
        bottom:-8px;
        left:0;
        right:0;
        display:block;
        width:100%;
        height:8px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
    }
    .compact-header-buttons .btn {
        margin-right: 0.5rem;
    }
    #compact-header-site-search-dd-btn {
        background-color: #fff;
        color: #2e2e2e;
        padding:0;
        border: 2px solid #2e2e2e;
        width:2.625rem;
        height: 2.625rem;
        border-radius: 50%;
        outline: 0 none;
        cursor: pointer;
        line-height: 1;
    }
    #compact-header-site-search-dd-btn:hover,
    #compact-header-site-search-dd-btn:focus {
        background-color: #007749;
        border-color: #007749;
        color: #fff;
    }
    #compact-header-site-search-dd-btn:focus {
        border:2px solid #fff;
        box-shadow: 0 0 0 .2rem rgba(0,119,73,0.5);
    }
    #compact-header-site-search-dd-btn svg {
        width:1.5rem;
        height:1.5rem;
        fill: #2e2e2e;
    }
    #compact-header-site-search-dd-btn:hover svg,
    #compact-header-site-search-dd-btn:focus svg {
        fill: #fff;
    }
    #compact-header .site-search-dd-container {
        position: relative;
        margin-right:0.3125rem;
    }
    #compact-header .site-search-dd-container .dropdown-menu {
        transform: none !important;
        width: 100%;
        min-width:18.75rem;
        top: 3rem !important;
        left:0 !important;
    }
    #compact-header .top-nav,
    .compact-header-routing-number {
        background:transparent;
    }
    .top-nav::before {
        display: none;
    }
	
	
	#compact-header .online-banking-button .icon-svg {
		width: 1.5rem;
		height: 1.5rem;
	}
	#compact-header
	.online-banking-button .icon-svg svg {
		width: 1.5rem;
		height: 1.5rem;
	}
}


/* ----------------------------------------------- */
/* Print styles */
/* ----------------------------------------------- */

@media print {

}

/* --------------- For CMS --------------- */

.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.EditableTextEdit .phone-number {
    border: 1px solid #cc0000;
}
.EditableTextEdit .row {
    border: 1px solid #cc0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit .row>p {
    width: 100%;
}
.EditableTextEdit .col,
.EditableTextEdit .col-auto,
.EditableTextEdit .col-12 {
    border: 1px dashed #cc0000;
}
.DesignMode .sr-only,
.EditableTextEdit .sr-only {
    border:1px dotted #cc0000;
    color:#cc0000;
    /* Unset sr-only styles to make visible */
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
    clip: auto;
    white-space: normal;
}
.DesignMode span.icon-svg-editor-space,
.EditableTextEdit span.icon-svg-editor-space {
	display:block;
}
span.icon-svg-editor-space {
    display:none;
}
.EditMode span.icon-svg-editor-space {
    display:block;
}
.EditMode .umbrella-promo-box::after,
.EditMode .umbrella-promo-box-alt::after {
	display:none;
}
}