/* Colors 

#013359	Dark Blue
#0068b3	Light Blue
#051f69	Medium Blue
#FC003C	Compass Red
#FE701E	Compass Orange
#AE0D76	Compass Purple
#FFC14E	Compass Yellow
#343a40	Body Copy 

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

.site-max-width {
	/*max-width:1370px;*/
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-fluid {
    height: auto !important;
}
img.float-left {
    margin-top:.5rem;
    margin-right:20px;
    margin-bottom:.625rem;
}
img.float-right {
    margin-top:.5rem;
    margin-left:20px;
    margin-bottom:.625rem;
}
.embed-responsive-video-container {
    max-width:100%;
}
main {
	display:block;
}
a.skip-to-main:focus {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
    clip: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}
.phone-number {
    white-space:nowrap;
}

body {
	font-family: 'Poppins', sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#343a40;
	line-height:1.5;
	background-color:#fff;
}
caption {
    caption-side: top;
}
hr {
    border-top:3px solid #e2e3e5;
    margin:2rem auto;
	opacity:100%;
}
strong {
    font-weight: 700;
}
a,
a:hover {
	color:#00577f;
}
/* WCAG 2.1 Focus Indicator */
:focus-visible {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}
.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size:.875rem;
    color:#767676;
    margin-bottom: .5em;
}
.page-content {
    font-size:1.125rem;
}
/* Section Head */
.page-content  h2.section-heading,
h1.news-title,
div.cTimeValue h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 2.25rem;
    font-weight: 700;
	color:#051f69;
}
div.cTimeValue h2 {
	text-transform: capitalize;
	
}
/* Subhead */
h1, h2, h3, h4,
.page-content h2.subhead,
div.cTimeValue h3,
div.cTimeValue h4{
    font-family: 'Poppins', sans-serif;
	font-size:2rem;
    font-weight: 700;
	color:#051f69;
}
.page-content h3 {
	font-size:1.85rem;
	color:#0049a7;
}
.page-content h4 {
	font-size:1.6rem;
}
.page-content h2 sup,
.page-content h3 sup,
.page-content h4 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight:700;
	color:#051f69; /* Brand Blue */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:700;
	color:#0049a7; /* Light Blue */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:700;
	color:#000; /* Black */
}
.text-18pt {
    font-size: 18pt;
}
.callout {
	background: #6fdcff;
	color: #00597e;
	font-size: 1.35rem;
	text-align: center;
	font-weight: 500;
	padding: 2rem;
	padding-bottom: 2rem;
	padding-bottom: 2rem;
	border-radius: 10px;
	margin-bottom: 2.25rem;
}
.callout p {
	margin-bottom:0;
}
.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:500;
    font-size: 1.125rem;
    line-height: 1.444;
    padding:.1875rem 1rem;
	border:2px solid transparent;
    border-radius:1.125rem/50%;
    text-decoration:none !important;
    white-space: normal;
	text-transform: uppercase;
}
.page-content .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1.5rem;
    padding: .25rem 1.25rem;
    border-radius:1.4375rem/50%;
}
.btn-sm {
    font-size: 1rem;
    padding: .125rem .75rem;
    border-radius:0.96875rem/50%;
}

/* Gold Button */

.btn-primary {
    background-color:#ffc14e;
    border-color: #ffc14e;
	color:#000;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle, .btn.btn-primary.show {
    background-color: #fff;
    border-color: #ffc14e;
    color:#000;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#000;
    box-shadow: 0 0 0 .2rem rgba(255,193,78,0.5) !important;
}

/* Blue Button */

.btn-secondary {
    background-color:#051f69;
    border-color: transparent;
	color:#fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle, .btn.btn-secondary.show {
    background-color: #fff;
    border-color: #051f69;
    color:#051f69;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #fff;
    color:#051f69;
    box-shadow: 0 0 0 .2rem rgba(14,38,109,0.5) !important;
}

/* Lighter Blue Outline Button */

.btn-default {
    background-color:#fff;
    border-color: #005da3;
	color:#000;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #005da3;
    border-color: #005da3;
    color:#fff;
}
.btn-default:focus {
    background-color: #fff;
    border-color: #005da3;
    color:#000;
    box-shadow: 0 0 0 .2rem rgba(0,93,163,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1rem;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5rem 0;
	padding-left:1.5rem;
	text-indent:-.5rem;
}
.page-content ul li::before {
    content: '';
    display: inline-block;
    height: .5625rem;
	width: .5625rem;
	background-color: #ffa741;
	border-radius: 50%;
    position: relative;
    left: -0.5rem;
    top: -.1rem;
}
.page-content ul li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin-top:0;
    padding-left: 2rem;
}
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:circle;
    padding-left:0;
	text-indent:0;
}
.page-content ul ol li {
	list-style-type:decimal;
}
.page-content ol ol li {
	list-style-type:lower-alpha;
}
.page-content ul ul li::before,
.page-content ol ul li::before,
.page-content ul ol li::before,
.page-content ol ol li::before {
    display:none;
}
/* Three Levels Deeps */
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type: circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.page-content ol ol ol li {
	list-style-type:lower-roman;
}

.page-content ul.list-unstyled {
	padding-left: 0;
}
.page-content ul.list-unstyled li {
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
	padding-left:0;
	text-indent:0;
}
.page-content ul.list-unstyled li::before {
    display: none;
}

/* Pipe separated lists */

ul.pipe-separated-list {
    list-style: none;
    padding:0;
    margin:0 0 .75rem -.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
ul.pipe-separated-list li {
    padding:0 .75rem;
    margin:0 0 .75rem 0;
    text-indent:0;
    border-right: 1px solid #ccc;
}
ul.pipe-separated-list li:last-child {
    padding-right: 0;
    border-right: 0 none;
}
ul.pipe-separated-list li::before {
    display: none;
}

/* --------------- Tables --------------- */

.table caption,
table.table-time-value h3,
table.table-time-value h4 {
    caption-side: top;
    background-color: #051f69;
    color: #fff;
    font-weight: 700;
    font-size: 1.3125rem;
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table th {
    background-color: #f4f4f4;
    color: #051f69;
    font-weight: 700;
    vertical-align: bottom;
    padding: .5rem 15px;
    border-color: #ddd;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #fafafb;
    color:#343a40;
    font-weight: 400;
    vertical-align: top;
}
.table td {
    border-color: #ddd;
    padding: .5rem 15px;
}

/* ---------- Time Value Calculators ---------- */

div.cTimeValue {
	padding:1.5rem;
	border-radius:5px;
	background-color:#efefef;
	margin-bottom:1.15rem;
	font-size:1.1rem;
}
div#tvcInnerCalculatorDivId p {
	line-height:1.25;
}
table.table-time-value {
	--bs-table-bg: none;
}
table.table-time-value td,
table.table-time-value th {
    border-top:0;
	padding: .25rem;
	vertical-align: middle;
	border: none;
}
table.table-time-value table,
table.table-time-value td p,
table.table-time-value p {
	margin-bottom:0;
}
table.table-time-value td input.btn-primary {
	margin-left:.5rem;
}
p#tvcAllFieldsRequiredId {
	font-weight:700;
}
input.tvcPercentOrDollarInputClass,
input.tvcMonthsOrYearsInputClass {
	width: 40%;
    display: inline-block;	
}
fieldset.tvcFieldsetForRadioClass {
	display: inline-block;
	margin-left:1rem;
}
label.tvcRadioLabelClass {
font-size:1rem;
}
fieldset.tvcFieldsetForRadioClass legend {
	display:none;
}
div.cTimeValue input[type=checkbox] {
	margin-right:.25rem;
}
div#DIVCalculatorDisclaimer {
	display:none;
}
div#DIVCalculatorDisclaimer,
div.Footnote,
div#DIVCalculatorTips,
a#A_CalculatorDisclaimer,
p.DisclaimerText {
	font-size:1rem;
}
div.ErrorSummary {
	line-height:0;
	min-height:0;
}
table.table-time-value h4 {
	margin-bottom: 0;
    padding: .25rem
}
table.table-time-value label {
	margin-bottom:0;
}
table.table-time-value td hr {
	display:none;
}
div.InputContainer p {
	margin-bottom:1rem;
}
.form-control.form-select {
    width: auto;
    display: inline;
	margin-right:.5rem;
}

.InputTable label.tvcHideLabelClass {
    display: none;
}

/* Site Specific */

table#DebtsTable .form-control.form-select {
    width:100%;
}
#tvcHF07 #tvcAMOUNT {
    width: 66%;
    float: left;
}
#txtPAYOFFORDER label {
	margin: .75rem 0;
	display: block;
}
#txtPAYOFFORDER select {
	margin-bottom: 1rem;
}
select#tvcFREQUENCY {
	margin-left:.5rem;
}
#tvcMailToLinkId,
#tvcPrintThisLinkId {
	display: none;
}
select#tvcLOANSTARTMONTH,
select#tvcLOAN0TERM,
select#tvcLOAN0PAYMENTFREQUENCY,
select#tvcLOAN0FIXEDORADJUSTABLE,
select#tvcLOAN0ADJUSTABLETYPE,
select#tvcLOAN1TERM,
select#tvcLOAN1PAYMENTFREQUENCY,
select#tvcLOAN1FIXEDORADJUSTABLE,
select#tvcLOAN1ADJUSTABLETYPE,
select#tvcLOAN2TERM,
select#tvcLOAN2PAYMENTFREQUENCY,
select#tvcLOAN2FIXEDORADJUSTABLE,
select#tvcLOAN2ADJUSTABLETYPE,
select#tvcWITHDRAWALPERIOD{
	width: 8rem;
}
select#tvcLOANSTARTYEAR {
	width: 6rem;
}
select#tvcLENGTHOFSTAY {
	width: 7rem;
}
select#tvcPAYOFFORDER {
	width: 11.5rem;
}
select#tvcCONSOLLOANTYPE {
	width: 14rem;
}
/* Leave these styles */
div#panelHome, div#panelPersonal, div#panelInvestment, div#panelRetirement {
	width:50%;
	display: inline-grid;
}
div#panelHome ul li::before,
div#panelPersonal ul li::before,
div#panelInvestment ul li::before,
div#panelRetirement ul li::before {
	content:none;
}
div#panelHome ul li,
div#panelPersonal ul li,
div#panelInvestment ul li,
div#panelRetirement ul li{
	padding-left:0;
}
div#panelHome ul,
div#panelPersonal ul,
div#panelInvestment ul,
div#panelRetirement ul {
	padding-left:0.75rem;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {
	div.cTimeValue {
		font-size:.9rem;
	}
	div.cTimeValue input.form-control {
		font-size:.85rem;
		}
}

@media (max-width: 767px) {
	
	div#panelHome, div#panelPersonal, div#panelInvestment, div#panelRetirement {
		width:100%;
		display:block;
	}
	
}

/* --------------- Forms --------------- */

.online-form h3 {
    background-color: #00577f;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #e7dbc8;
    font-size: 1.125rem;
    font-weight:400;
    color: #00577f;
    padding: 3px 15px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    display: block;
    font-weight: 800;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form  .form-group {
    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:#edf0f2;
    color: #343a40;
    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:#00577f;
    background-color:#dcdfe0;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-12px;
        margin-right:-12px;
    }
    .online-form .form-group > .editing-form-control-nested-control,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #dcdfe0;
        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:#e7dbc8;
        color: #00577f;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label {
        display: inline;
        background-color: transparent;
        padding:7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #f5fae0;
    color: #00577f;
    padding: 20px;
    border: 1px solid #e4f1ab;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- Parallax --------------- */

/* .parallax-js present as class on the body when the JS is available */

.parallax-js .parallax-container {
    position: relative;
    overflow: hidden;
    /* height determined by JS */
}
.parallax-js .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax-js .parallax-container .parallax img,
.parallax-js .parallax-container .parallax video {
    opacity: 0;
    position: absolute;
    left: 49.99%;
    /*bottom: 50%;*/
    bottom: 0;
    /*min-width: 100%;*/
    width:100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#ffc14e;
    color:#000;
	padding-top:15px;
	padding-bottom:10px;
    position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.15)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#header-alert .container-fluid {
	padding-right:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#000;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
}
#header-alert .btn-close-alert svg {
    width:.75rem;
    height: 1.091rem;
    fill:#646464;
}
#header-alert .btn-close-alert:hover svg {
    fill:#000;
}
.header-alert-icon svg {
    width:2.75rem;
    height: 2.75rem;
    fill:#000;
}

/* --------------- Header --------------- */

.site-logo {
    margin-top:40px;
    margin-bottom:40px;
}
.site-logo a,
.site-logo-md a {
    display: block;
    width:290px;
}
.site-logo #animation_container,
.site-logo-md #animation_container {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 32.98791%;
    position: relative;
}
.site-logo #animation_container canvas,
.site-logo-md #animation_container canvas,
.site-logo #dom_overlay_container,
.site-logo-md #dom_overlay_container {
    width:100% !important;
    height: 100% !important;
}
.top-nav {
	padding-top:5px;
	margin-right:10px;
	font-size:.9rem;
}
.top-nav a {
    color:#fff;
}
.top-nav a:hover,
.top-nav a:focus {
	color:#fff;
	text-decoration: underline;
}
.top-nav .nav-link {
    padding:.1875rem .625rem;
}

.login-dropdown .dropdown-toggle::after {
	display: none;
}
.login-dropdown .dropdown-toggle::after {
	display: none;
}
.online-banking-button,
.pay-your-loan{
    font-size: 1.1rem;
    line-height: 1.4;
    padding:.1875rem .75rem;
}
.online-banking-button .icon-svg {
    display: inline-block;
    width:1.5rem;
    height:1.5rem;
    margin-right:.5rem;
}
.online-banking-button .icon-svg svg {
    width:1.5rem;
    height:1.5rem;
    fill:#000;
    vertical-align: top;
}
.online-banking-button:hover .icon-svg svg,
.online-banking-button:focus .icon-svg svg,
.online-banking-button:active .icon-svg svg,
.online-banking-button.show .icon-svg svg {
    fill:#000;
}

.ob-login .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 0 -5px;
}

#OnlineBankingDropDown {
    width:18.125rem;
}

/* Social Icons */

.social-icons ul {
    margin: .4375rem 0 1.5rem 0;
    line-height: 1.444;
}
.social-icons .list-inline-item:not(:last-child) {
    margin-right: .1875rem;
}
.social-icons a {
    display: block;
    width:2.25rem;
    height:2.25rem;
    border:2px solid #00577f;
    border-radius: 50%;
    color: #00577f;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill: #00577f;
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    vertical-align: baseline;
    margin-top:.3125rem;
}
.social-icons a:hover {
    border-color: transparent;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #fff;
}
.social-icons .item-Facebook a:hover,
.social-icons .item-Facebook a:focus {
    background-color: #3b5998;
}
.social-icons .item-X a:hover,
.social-icons .item-X a:focus {
    background-color: #000000;
}
.social-icons .item-Instagram a:hover,
.social-icons .item-Instagram a:focus {
    background-color: #c13584;
}
.social-icons .item-YouTube a:hover,
.social-icons .item-YouTube a:focus {
    background-color: #ff0000;
}
.social-icons .item-Vimeo a:hover,
.social-icons .item-Vimeo a:focus {
    background-color: #1ab7ea;
}
.social-icons .item-LinkedIn a:hover,
.social-icons .item-LinkedIn a:focus {
    background-color: #0077b5;
}
.social-icons .item-Yelp a:hover,
.social-icons .item-Yelp a:focus {
    background-color: #af0606;
}
.social-icons .item-App-Store a:hover,
.social-icons .item-App-Store a:focus {
    background-color: #1767EF;
}
.social-icons .item-Google-Play a:hover,
.social-icons .item-Google-Play a:focus {
    background-color: #689f38;
}
.social-icons .item-Google-Play svg {
    margin-left:.25rem;
}


/* --------------- Site Search --------------- */

.site-search .searchLabel {
	/* sr-only */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.site-search {
    width:100%;
    max-width: 420px;
    position: relative;
    margin:0 auto 20px auto;
	right:16.5rem;
}
.site-search .searchTextBox {
	border:1px solid #bbb;
	font-size: 1.375rem;
	color:#636569;
	width:100%;
    padding:.375rem 2.5rem .5rem 1.125rem;
    height: calc(1.409em + .9375rem + 2px);
	border-radius: 2.75rem;
	box-shadow: none;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#008392;
}
.site-search .searchButton {
	width:1.25rem;
	height:1.25rem;
	position:absolute;
	top:.875rem;
	right:.75rem;
	border:0;
}

/* Site Seach Drop Down Button */

.site-search-dd-container > button {
    background-color:#fff;
    color:#0095a9;
    font-size: 1.25rem;
    font-family: inherit;
    width:2.25rem;
    height:2.25rem;
    border:0 none;
    border-radius: 50%;
	margin-left:.5rem;
	margin-right:1rem;
    padding:0;
}
.site-search-dd-container > button svg {
    position: relative;
    top:-.15rem;
	fill: #00597e;
    width: 1.25rem;
    height:1.25rem;
}
.site-search-dd-container .dropdown-menu {
    font-size: 1rem;
    width: 300px;
    padding: 0;
    margin-top:0;
    border:0 none;
    border-radius: 0 0 5px 5px;
    left:0 !important;
    top:-2.625rem !important;
    background-color:transparent;
}
.site-search-dd-container .dropdown-menu .site-search {
    margin-bottom: 0;
}
.site-search-dd-container .dropdown-menu .searchTextBox {
    background-color:#fff;
}

/* --------------- Featured Rates --------------- */

.rate-bar {
    background-color: #fff;
    color:#000;
    padding-top:1.75rem;
    padding-bottom:1.5rem;
    position: relative;
}
.rate-bar::before,
.rate-bar::after {
    content: '';
    position: absolute;
    left:0;
    display: block;
    width: 100%;
}
.rate-bar .rb-col {
    margin-top:.75rem;
    margin-bottom: .75rem;
    border-right:1px solid #f1f1f1;
}
.rate-bar .rb-col:last-child {
    border-right:0 none;
}
.rate-block-grid-container {
    display:inline-block;
}
.rate-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rate-number {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-column: 1 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row: 1 / 3;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
}
.rate-percent {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row: 1 / 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
}
.rate-apr-apy {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 3;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.rate-label {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}
.rate-description {
    font-size: .75rem;
    line-height: 1;
}
.rate-number {
    font-size: 3rem;
    font-weight: 700;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-size: 1.6875rem;
    font-weight: 800;
}
.rate-apr-apy {
    font-size: .625rem;
    font-weight: 800;
}
.rate-bar a,
.rate-bar a:hover {
    text-decoration: none;
}
.rate-bar .rate-block,
.rate-bar a .rate-block {
    color:#1d1d1d;
}
.rate-bar .rate-block {
    margin-bottom: 1rem;
}
.rate-icon {
    padding-top:.9375rem;
    padding-bottom: .9375rem;
    width:4.375rem;
    margin:1rem auto;
    border:2px solid #fe701e;
    border-radius: 50%;
    font-size: 2.25rem;
    color:#000;
    transition: background-color .3s;
}
.rate-icon svg {
    display: block;
    margin:0 auto;
    fill:#0068b3;
    width: 1.125em;
    height: 1em;
}
a:hover .rate-icon {
    background-color: #fe701e;
}
a:hover .rate-icon svg {
	fill:#fff;
}

/* XS and SM only */
@media (max-width: 767px) {
    .rate-bar .rb-col {
        position: relative;
        padding-bottom: .75rem;
    }
    .rate-bar .rb-col::after {
        content: '';
        position: absolute;
        bottom: -.75rem;
        left:15px;
        right:15px;
        display: block;
        width:calc(100% - 30px);
        height:1px;
        background-color: #ddebf1;
    }
    .rate-bar .rb-col:nth-of-type(2n) {
        border-right:0 none;
    }
    .rate-bar .rb-col:nth-last-child(-n+2)::after {
        display: none;
    }
}

/* SM, LG, and XL */
@media (min-width: 576px) and (max-width: 767px), (min-width: 992px) {
    .rate-label {
        font-size: 1.3125rem;
    }
    .rate-description {
        font-size: 1rem;
    }
	.rate-number {
        font-size: 3.75rem;
    }
    .rate-percent {
        font-size: 2rem;
    }
    .rate-apr-apy {
        font-size: .8125rem;
    }
}

/* --------------- Home Side Caption Banner --------------- */

.side-caption-banner {
	margin:1rem 0 0rem;
	position: relative;
	overflow:visible;
}
.side-caption-banner .banner-img img,
.side-caption-banner .banner-caption {
	border-radius:1rem;
}

.side-caption-banner .banner-caption {
    background: #f4f4f4;
	padding:3rem 4rem 2rem;
	margin-top: -20%;
	text-align:center;
}

.side-caption-banner .banner-caption h2 {
    color: #0057a0;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.side-caption-banner .banner-caption p {
	font-size:1.25rem;
}
.side-caption-banner .banner-img p {
	text-align: right;
}

/* 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: 190%;
		margin-top:0;
		position:relative;
		text-align:left;
		}		
}

/* --------------- 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;
}

/* --------------- Home Editable Area --------------- */
.home-editable-area-wrapper {
	margin-bottom:3rem;
}
.home-editable-area {
	background-image:url("../images/editable-text-area-bg.png"), linear-gradient(90deg, #0aa1e9, #005da3);
	background-size: cover;
	padding:2.5rem 0 1.75rem 0;
  	color: #fff;
	text-align:center;
	border-radius:1rem;
}
.home-editable-area h2 {
	color:#fff;
	font-size:2.5rem;
	margin-bottom:0.75rem;
}
.home-editable-area p {
	font-size:1.75rem;
	margin-bottom:0.75rem;
}
/*.home-editable-area*/
.home-editable-area a:not(.btn) {
    color:#fff;
    text-decoration: underline;
}
.home-editable-area a:not(.btn):hover {
    text-decoration: none;
}

/* --------------- News Carousel --------------- */

/* Slick Carousel Navigation */

.slick-arrow {
    position: absolute;
    top:50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
.slick-arrow svg {
    width: 24px;
    height: 48px;
    fill:#0068b3;
}
.slick-arrow:hover svg {
    fill:#113980;
}
.slick-prev {
    left:-1.5rem;
}
.slick-next {
    right:-1.5rem;
}
.news-carousel-wrapper {
    padding:20px 2rem;
    background-color:#fff;
}
/*.news-carousel-wrapper h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color:#00577f;
    text-align: center;
    margin-bottom: 1rem;
}*/
.news-carousel {
    margin:0 auto 1.5rem auto;
    position: relative;
}
.news-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-carousel .slick-slide {
    background-color: #fff;
    height: auto;
    margin:0 15px;
}
.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: #f8f9fa;
    color:#343a40;*/
	background: url(../images/bg-news-box.png) no-repeat left bottom #02459c;
    background-size: cover;
    color:#fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 1rem;
    transition: background-color .3s;
    max-width:430px;
    margin-left:auto;
    margin-right:auto;
}
/*.news-carousel .news-item > a:hover,
.news-landing-page .news-item > a:hover {
    text-decoration: none;
    background-color: #edf0f2;
}*/
.news-carousel .news-item > a:focus,
.news-landing-page .news-item > a:focus {
    outline: 0 none;
    box-shadow: inset 0 0 0 2px #4da3ff;
}
.news-carousel .news-item-caption,
.news-landing-page .news-item-caption {
    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-carousel .news-item > a h2,
.news-landing-page .news-item > a h2 {
    color:#fff;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}
.news-carousel .news-item-image,
.news-landing-page .news-item-image {
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.news-carousel .news-item-image img,
.news-landing-page .news-item-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.news-carousel .news-item > a:hover .news-item-image img,
.news-landing-page .news-item > a:hover .news-item-image img {
    transform: scale(1.05);
}
.news-item .read-more {
    color:#fff;
    padding:0 24px;
    margin: auto 0 1.5rem 0;
	font-weight: 700;
}
.news-item .read-more svg {
    width: 1rem;
    height: 1rem;
    margin-top:-.25rem;
    margin-right: .33rem;
    fill:#00577f;
}

/* News Box COLORS - Dark Blue is the default */

/* Light Blue */
.news-item.dark-blue > a,
.news-item.dark-blue > a:hover::after {
    background-image: url(../images/bg-news-box.png), linear-gradient(90deg, #113980, #00286e);
	background-size: cover;
	color:#fff;
}

/* Orange */
.news-item.orange > a,
.news-item.orange > a:hover::after {
    background-image: url(../images/bg-news-box.png), linear-gradient(90deg, #ff9456, #ff8741);
	background-size: cover;
	color:#000;
}

/* Purple */
.news-item.purple > a,
.news-item.purple > a:hover::after {
    background-image: url(../images/bg-news-box.png), linear-gradient(90deg, #ba318b, #ae0d77);
	background-size: cover;
	color:#fff;
}

.news-item.orange > a h2 {
	color:#000;
}

.news-item.dark-blue > a h2,
.news-item.purple > a h2 {
	color:#fff;
}

.news-item.orange .read-more {
	color:#000;
	font-weight:700;
}

.news-item.dark-blue .read-more,
.news-item.purple .read-more {
	color:#fff;
	font-weight:700;
}

/* --------------- News Landing Page --------------- */

.news-landing-page .news-item {
    margin: 0 0 30px 0;
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color:transparent;
    border-color:transparent;
}
@media (min-width: 768px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .news-landing-page .news-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* --------------- News List --------------- */

.news-list h2 {
    font-size: 2.125rem;
    font-weight: 700;
    color:#00577f;
    margin-bottom: 1rem;
}
.news-list .news-item > a h2,
.news-list .news-item > a h3 {
    color:#00577f;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 0.0625rem;
}
.news-list .news-item > a:hover h2,
.news-list .news-item > a:hover h3 {
    text-decoration: underline;
}
.news-list .news-item > a {
    color:#343a40;
    text-decoration: none;
    display: block;
}
.news-list .news-item-image img {
    display: block;
    margin-bottom:12px;
}
.news-list .news-item-caption {
    font-size: 1rem;
}

/* ---------- How We Make It Yours Icon on Top Cards ---------- */

.how-we-make-it-yours {
    /*padding-bottom:30px;
	margin-top:30px;*/
}
.how-we-make-it-yours-heading {
	/*text-align:center;*/
    font-size: 2rem;
  	font-weight: 700;
  	margin-bottom: 4.5rem;
  	color: #004261;
}
.how-we-make-it-yours-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.how-we-make-it-yours-card-subhead {
	font-size:1.24rem;
	color:#007ab3;
	font-weight:700;
}
.how-we-make-it-yours-card p {
	font-size:1.125rem;
}
.how-we-make-it-yours-card-icon {
    width: 70px;
    height: 70px;
    margin: -45px auto 1rem auto;
    text-align: center;
    background: #fbf7f4;
    border-radius: 50%;
    line-height:3;
    position: relative;
    z-index: 1;
}
.how-we-make-it-yours-card-icon svg {
    fill: #007ab3;
    width: 40px; 
    height: 40px;
	margin-top:5px;
}
.how-we-make-it-yours-card-body {
    position: relative;
    z-index: 1;
	/*text-align:center;*/
	padding-bottom: 2rem;
}
.how-we-make-it-yours-card-button {
    text-align: center;
    margin: auto 0 1.5rem 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
	.how-we-make-it-yours h2 {
		font-size:2rem;
		padding-top: 1rem;
	}
	.how-we-make-it-yours li {
		padding-bottom:2rem;
	}
}
@media (min-width: 768px) and (max-width: 991) {

}

@media (min-width: 1300px) {
	.how-we-make-it-yours-top {
		padding-bottom: 8.2%;
		bottom: 1rem;
		margin-bottom: -6rem;
	}
	.how-we-make-it-yours-bottom {
		padding-bottom: 7%;
		padding-top:10px;
		margin-top:-90px;
		top: 2rem;
	}
}

@media (min-width: 1900px) {
	/*.how-we-make-it-yours {
		padding-bottom:30px;
	}*/
}

/* --------------- Quick Link Icons --------------- */

.quick-link-icons {
    color:#0a4d8e;
    position: relative;
    padding-bottom:2.5rem;
}
.quick-link-icons a {
    color: #09144f;
    text-decoration: none;
}
.quick-link-icon {
    display: block;
    width:100%;
    height:100%;
    padding:20px 15px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: background-color .3s, box-shadow .3s;
}
.quick-link-icon:hover,
.quick-link-icon:focus {
    background-color: rgba(255,255,255,1);
    background-image: none;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
	border-radius:1rem;
    position: relative;
    z-index: 1;
}
.quick-link-icon:focus {
    outline: 0 none;
}
.quick-link-icon .icon-svg {
    width:100px;
    height: 100px;
    margin:0 auto 1rem auto;
    font-size: 3.5rem;
    text-align: center;
    border-radius: 50%;
}
.quick-link-icon .icon-svg svg {
    fill:#ffffff;
    width: 1.125em;
    height: 1em;
	margin-top:5px;
}
.quick-link-icon .icon-label {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
}
.quick-link-icon .icon-label strong {
    font-weight: 600;
    font-size: 1.125rem;
}
a.quick-link-icon .icon-label,
a.quick-link-icon .icon-label strong {
    color: #222222;
}
.quick-link-icon-quick-link-1 .icon-svg,
.quick-link-icon-quick-link-6 .icon-svg{ 
	background-color: #00286e; 
}
.quick-link-icon-quick-link-2 .icon-svg { 
	background-color: #ffc14e; 
}
.quick-link-icon-quick-link-3 .icon-svg { 
	background-color: #ae0d77; 
}
.quick-link-icon-quick-link-4 .icon-svg { 
	background-color: #02459c; 
}
.quick-link-icon-quick-link-5 .icon-svg { 
	background-color: #ff8741; 
}

/* --------------- ATM and Car Locators --------------- */


.co-op-locator,
.car-locator-wrapper {
	border-radius:1rem;
	padding:2rem 5rem;
	min-height:525px;
}
.co-op-locator {
	background:#f1f1f1;
	color:#00577f;
	padding-top:10rem;
}
.co-op-locator h2 {
	font-size:2.5rem;
}
.co-op-locator input.form-control {
	padding-top: .4375rem;
	padding-bottom: .4375rem;
	padding-left:1.2rem;
	height: calc(1.5em + 2px + .875rem);
	box-shadow: none;
	border-radius: 1.0809em / 50%;
}
.car-locator-wrapper {
	background:#00577f;
	color:#fff;
}
button#branchBtn,
.btn-coop {
	font-size:1.4rem;
	height:50px;
	min-width:75px;
}

@media (max-width:767px) {
	
	.co-op-locator {
		padding:2rem;
		min-height:auto;
		margin-bottom:2rem;
		text-align:center;
	}
	.car-locator-wrapper {
		margin-bottom:1rem;
		padding-left:1rem;
		padding-right:1rem;
	}
	
}


@media (min-width:768px) and (max-width:991px) {
	
	.co-op-locator, .car-locator-wrapper {
		padding-left:1rem;
		padding-right:1rem;
		min-height:575px;
	}

	
}

@media (min-width:992px) and (max-width:1049px) {
	
	.co-op-locator, .car-locator-wrapper {
		padding-left:2rem;
		padding-right:2rem;
	}
	
}

/* ---------- Groove Car Auto Refinance Widget ---------- */

div#id_cef_form.gc-calculator {
	background:transparent !important;
	float:none !important;
	width:100% !important;
}

div#id_cef_form .gc-calculator-form-pane {
	background:transparent !important;
}

div#id_cef_form .gc-calculator-form-pane {
	width:90%!important;
}

div#id_cef_form .gc-calculator-percentage {
	text-align:left !important;
}
div#id_cef_form .gc-calculator-dropdown {
	background-color:#fff;
}
div#id_cef_form .gc-calculator-title {
	color:#fff !important;
	font-size:2.5rem !important;
}
div#id_cef_form .gc-calculator-payment-container {
	color:#fff !important;
}
div#id_cef_form .gc-calculator-find-button {
	color:#fff !important;
}

/* --------------- Reusable Cards --------------- */

.reusable-cards {
    /*padding:1rem;*/
	border-radius:.5rem;
	margin-bottom:30px;
}
.reusable-cards li {
	display: flex;
}
.reusable-cards h2 {
	text-align:center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
	color:#003057;
}
.reusable-cards-card {
    background-color:#eff1f3;
	padding:0.5rem 1rem 1rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100%;*/
	flex:1 1;
	margin:0.3rem;
	border-radius:1rem;
}
.reusable-cards-card h3 {
	font-size:1.2rem;
	color:#00577f;
	font-weight:700;
}
.reusable-cards-card p:last-of-type {
	margin-bottom:0.75rem;
}
.reusable-cards-card-icon {
    margin: 1rem auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.reusable-cards-card-icon svg {
    fill: #30b9e5;
    width: 3rem; 
    height: 3rem;
}
.reusable-cards-card-body {
    position: relative;
    z-index: 1;
	text-align:center;
	font-size:1rem;
	line-height:1.5;
}
.reusable-cards-card-button {
    text-align: center;
    margin: 1.5rem 0 0 0;
    position: relative;
    z-index: 1;
	/*align-self: flex-start;*/
	margin-top:auto;
}

/* --------------- Footer --------------- */

/*footer .container-fluid::before {
    content:'';
    display: block;
    width:100%;
    height: 4px;
    background-color: #e2e3e5;
    margin-bottom: 1.5rem;
}*/
.footer-text a {
    color:#343a40;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
.footer-text p,
.footer-text ul,
.footer-text ul li {
    margin-bottom:0;
}
.footer-text {
	padding-top:50px;
}
.footer-logos {
	padding-top:60px;
}

/* Footer Background */

.footer-content-container {
    padding-top:36px;
}
.footer-bg-container {
    overflow: hidden;
}
.footer-bg {
    width:100%;
    height:0;
    padding-bottom:20.85%;
    background: url(../images/bg-footer.png) no-repeat center bottom #fff;
    background-size: 100% auto;
    position: relative;
    z-index: 100;
}

/* --------------- Page Header --------------- */

.header-with-image {
    overflow: hidden;
}
.header-with-image img {
    width:200%;
    transform: translateX(-50%);
}
.child-page-header {
    margin-bottom: 40px;
    background-color: #051f69;
    border-top:2px solid #fff;
}
.child-page-header.header-with-image {
    background-image: none;
    background-color: transparent;
}
.child-page-header.header-with-image .page-heading {
    /*background: url(../images/bg-lt-blue-wave.png) no-repeat center bottom #ecf1f4;*/
    background-color: #051f69;
}
.child-page-content-wrapper {
	min-height: 500px;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: -1;
}
.page-heading {
    /*padding:1.25rem 15px;*/
	padding:4.25rem 15px 1.25rem;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}
.header-with-image .page-heading {
    max-width: none;
    margin:0;
}
.page-heading h1,
.page-heading .page-header {
    font-size: 2rem;
    font-weight: 700;
    color:#fff;
    line-height: 1.2;
    margin-bottom: 0;
}
.page-heading .btn {
    margin-bottom:.25em;
}

@media (min-width: 768px) {

    .page-heading h1,
    .page-heading .page-header {
        font-size: 3rem;
    }
    .header-with-image {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 19.047619%;
        overflow:visible;
    }
    /* For within CMS */
    .EditMode .header-with-image {
        height: auto;
        padding-bottom: 0;
    }
    .header-with-image img {
        position: absolute;
        top: 0;
        right:0;
        display: block;
        height: auto;
        width: 100%;
        transform:none;
    }
    .child-page-header.header-with-image .page-heading {
        background-image: none;
        background-color:transparent;
    }
    .header-with-image .page-heading {
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        width: 50%;
        padding:1em 0 1em 2%;
        border-bottom: 0 none;
        font-size: .8125rem;
        font-size: 1.786vw;
    }
    /* For within CMS */
    .EditMode .header-with-image .page-heading,
    .DesignMode .header-with-image .page-heading {
        position: static;
        transform: none;
    }
    .header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2em;
        max-width: none;
    }
    .header-with-image .page-heading .btn {
        font-size:.667em;
        border-radius:.25em;
        padding:.125em 1.125em .25em 1.125em;
    }
    .header-with-image .page-heading p,
    .header-with-image .page-heading ul,
    .header-with-image .page-heading ol {
        margin-bottom:.667em;
    }
    
}
@media (min-width: 992px) {
    .header-with-image .page-heading {
        font-size: 1.0625rem;
        font-size: 1.786vw;
    }
}
@media (min-width: 1200px) {
    .header-with-image .page-heading {
        font-size: 1.875rem;
        font-size: 1.786vw;
    }
}
@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
	.page-heading {
		max-width:1370px;
	}
}

.page-content {
    margin-bottom:1.5rem;
}
.page-content-no-sidebar {
    max-width: 860px;
    margin: 0 auto 1.5rem auto;
    padding: 0 15px;
}
.page-content-with-rates {
	padding: 0 1rem;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    background-color: #00577f;
    color:#fff;
    padding: 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.sidebar .child-nav h2 {
    color:#fff;
	font-size: 1.5rem;
    font-weight: 700;
}
.sidebar .child-nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar .child-nav a {
    color:#fff;
    display: block;
    padding:.25rem 20px;
    margin-left:-20px;
    margin-right:-20px;
	text-decoration: none
}
.sidebar .child-nav a:hover {
    text-decoration: underline;
    background-color: rgba(0,0,0,0.2);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted {
    color:#00577f;
	background:#dedfe0;
}

.sidebar-buttons:last-of-type {
    margin-bottom: 20px;
}
.sidebar-buttons ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar-buttons a {
    padding:.1875rem 1rem;
	font-size:1.125rem;
    font-weight:700;
	text-decoration:none !important;
    line-height: 1.444;
	border:2px solid #00577f;
    border-radius: 1.125rem/50%;
    display:block;
    width:100%;
    background-color:#fff;
	color:#00577f;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color:#00577f;
    border-color: transparent;
    color:#fff;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    border-color: #00577f;
    box-shadow: 0 0 0 .2rem rgba(0,86,179,0.5) !important;
}

.sidebar-promo {
    margin-bottom: 20px;
}
.sidebar-promo a {
    display: block;
}
.sidebar-promo img {
    display: block;
    max-width: 100%;
    height: auto !important;
    border-radius: 5px;
}

/* --------------- Bottom Aside --------------- */

.child-page-aside {
    border-top:9px solid #0049a7;
}

.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;
	text-decoration: none;
}
.child-page-aside .child-nav a:hover {
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted {
    position: relative;
}
.child-page-aside .child-nav a.CMSListMenuLinkHighlighted::before {
    content:'';
    width: 0; 
	height: 0; 
	border-bottom: .375rem solid transparent;  /* left arrow slant */
	border-top: .375rem solid transparent; /* right arrow slant */
	border-left: .375rem solid #444; /* bottom, add background color here */
	font-size: 0;
    line-height: 0;
    position: absolute;
    left:.4375rem;
    top:.75rem;
}

/* --------------- Tabbed Content --------------- */

.page-content ul#content-tabs,
.page-content-with-rates 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,
.page-content-with-rates ul#content-tabs > li a{
    /* .nav-link styles */
    display: block;
    padding: 0.5rem 1rem;
}

.page-content ul.nav-tabs,
.page-content ul#content-tabs,
.page-content-with-rates ul#content-tabs{
	margin-bottom:1.5rem;
	padding-left:0;
	border-bottom:5px solid #0049a7;
}
.page-content ul.nav-tabs > li,
.page-content ul#content-tabs > li,
.page-content-with-rates 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,
.page-content-with-rates ul#content-tabs > li:before {
	content:"";
	display:none;
}
.page-content ul.nav-tabs > li a,
.page-content ul#content-tabs > li a,
.page-content-with-rates ul#content-tabs > li a {
    text-decoration:none;
    font-weight: 800;
    font-size: 1.25rem; /* 20px */
	background-color:#f4f4f4;
	color:#0049a7;
	border:0 none;
    padding:10px 15px;
    margin-right:2px;
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}
.page-content ul.nav-tabs > li a.active,
.page-content ul.nav-tabs > li a:hover,
.page-content ul.nav-tabs > li a:focus,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li a:hover,
.page-content ul#content-tabs > li a:focus,
.page-content-with-rates ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content-with-rates ul#content-tabs > li a:hover,
.page-content-with-rates ul#content-tabs > li a:focus {
	background-color:#0049a7;
	color:#fff;
	border:0 none;
}
.page-content ul.nav-tabs > li a.active:focus,
.page-content-with-rates ul#content-tabs > li a.active:focus {
    outline-color: #051f69;
}
@media (max-width: 767px) {
    .page-content ul.nav-tabs > li,
	.page-content ul#content-tabs > li,
.page-content-with-rates ul#content-tabs > li {
		width:100%;
		margin-bottom:1px;
    }
    .page-content ul.nav-tabs > li a,
	.page-content ul#content-tabs > li a,
.page-content-with-rates ul#content-tabs > li a {
        display: block;
        width:100%;
    }
}

/* --------------- Accordion --------------- */

.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:#f4f4f4;
	font-size:1.25rem;
	font-weight:600;
    color:#051f69;
    border-radius:3px;
    padding:1rem;
	border:0 none;
	box-shadow:none;
}
.accordion .accordion-header .accordion-button:hover,
.accordion .accordion-header .accordion-button[aria-expanded="true"] {
    background-color:#d9dcde;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
.accordion .accordion-header .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(217,220,222,0.5) !important;
}
.accordion .accordion-header .accordion-button:hover:focus,
.accordion .accordion-header .accordion-button[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5) !important;
}
.accordion-body {
    border:1px solid #e6e6e6;
    border-top:0 none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* --------------- 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:#00577f;
    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:#00577f;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,87,127,0.5) !important;
    outline: 0 none;
}
.SearchResults .pager strong {
    color: #00577f;
    background-color:#fff;
    border-color: #00577f;
    cursor: default;
}
.result-number {
	font-size:1rem;
    font-weight:700;
    margin-left:auto;
}

/* --------------- Site Map ---------------*/

.CMSSiteMapList a {
    text-decoration: none;
}
.CMSSiteMapList a:hover {
    text-decoration: underline;
}
.page-content > .CMSSiteMapList > li {
    font-size: 1.25rem;
    font-weight: 700;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
    list-style: none;
}
.page-content > .CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575.98px) {

    .child-promo .media {
        display: block;
    }
    .child-promo .media > img {
        margin-bottom: 1rem;
    }
	.site-logo-md a {
		display: block;
		width:195px;
	}
	.online-banking-button, .pay-your-loan {
  		width: 100%;
		margin-bottom: 15px;
	}
	.side-caption-banner .banner-img img {
		max-width: 600px;
	}
}

/* ----------------------------------------------- */
/* 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%;
    }
	
}


/* ----------------------------------------------- */
/* XS and SM Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {
	
	.site-logo {
		margin-top:20px;
	}
	.site-logo-md a {
		display: block;
		width:195px;
	}
	.site-search {
		max-width:320px;
		right:auto;
	}
	.site-search .searchTextBox {
		height:40px;
	}
	.site-search .searchButton {
		top:.675rem;
	}
	.online-banking-button {
		margin-bottom:15px;
	}
	.home-editable-area {
		border-radius:0;
	}
	.page-heading {
		padding-top:2.25rem;
	}
	.footer-text {
		padding-top:0;
		margin-bottom:20px;
		text-align: center;
	}
	.footer-logos {
		padding-top:20px;
	}
	ul.pipe-separated-list {
		justify-content:center;
	}
	footer .container-fluid::before {
		margin-top:20px;
	}
	.side-caption-banner .banner-caption {
		margin-top: 0%;
	}
	.side-caption-banner .banner-img p {
		text-align: center;
	}
	.side-caption-banner .banner-img img {
		width: 100%;
	}
	.child-page-aside-col-2 {
		margin-bottom: 50px;
	}
	.side-caption-banner {
	margin:1rem 0 2rem;
	}
}


@media (min-width: 576px) and (max-width: 767.98px) {
	.side-caption-banner .banner-caption {
		margin-top: 0%;
	}
	.side-caption-banner .banner-img p {
		text-align: center;
	}
	.side-caption-banner .banner-img img {
		width: 100%;
	}
	.child-page-aside-col-2 {
		margin-bottom: 50px;
	}
	.side-caption-banner {
	margin:1rem 0 2rem;
	}
}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    header {
        position: relative;
        z-index:998;
    }
	header::before {
        content:'';
        position: absolute;
        left:0;
        right:0;
        bottom:1px;
        display: block;
        width:100%;
        height:8px;
        background-color:#ebebeb;
    }
    .header-row-1 {
        background-color:#051f69;
        background-image: url("../images/top-nav-bg.png");
		background-size: cover;
        color:#fff;
        padding:.6475rem 0;
    }
    .header-row-2 {
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 63.4615%, rgba(255,255,255,.7)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(255,255,255,1) 63.4615%, rgba(255,255,255,.7)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }
    .online-banking-button {
        margin-bottom: 0;
    }
	.site-logo {
        margin-top:44px;
        margin-bottom:44px;
    }

    /* Social Icons */

    .social-icons ul {
        margin: 0;
    }
    .social-icons a {
        border:2px solid #fff;
        color:#fff;
    }
    .social-icons svg {
        fill:#fff;
    }
    .social-icons a:hover {
        border-color: #fff;
    }
	
	.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: #f4f4f4;
        padding:20px;
        margin-right:2%;
    }
	.side-caption-banner .banner-img img {
		max-width: 600px;
	}
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991.98px) {
	
	.site-logo a,
	.site-logo-md a {
		display: block;
		width:195px;
	}
	.page-heading {
		padding-top:2.25rem;
	}
	.side-caption-banner .banner-caption {
		margin-top: 0%;
	}
	.side-caption-banner .banner-img p {
		text-align: center;
	}
	.side-caption-banner {
	margin:1rem 0 2rem;
	}
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    .site-logo {
        position: absolute;
        top:-3.385rem;
        left:15px;
        /*width:33.33%;
        max-width:22.5rem;*/
		width:22.75%;
		min-width:19rem;
		max-width:35rem;
        /*padding:2.625rem 2.1875rem;*/
		padding:1.15rem 1.15rem 1.15rem 1.3875rem;
        filter: drop-shadow(0 0 7px rgba(0,0,0,0.25));
        z-index: 999;
    }
    .site-logo::before {
        content:'';
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background-color:#fff;
        clip-path: polygon(0% 0%,0% 98.253%,0.089% 98.242%,0.177% 98.231%,0.266% 98.221%,0.355% 98.21%,0.443% 98.199%,0.532% 98.188%,0.621% 98.177%,0.709% 98.166%,0.798% 98.155%,0.887% 98.144%,0.975% 98.133%,1.064% 98.122%,1.152% 98.111%,1.241% 98.1%,1.33% 98.089%,1.418% 98.079%,1.507% 98.068%,1.596% 98.057%,1.684% 98.046%,1.773% 98.035%,1.862% 98.024%,1.95% 98.013%,2.039% 98.002%,2.128% 97.991%,2.216% 97.98%,2.305% 97.969%,2.394% 97.959%,2.482% 97.948%,2.571% 97.937%,2.66% 97.926%,2.748% 97.915%,2.837% 97.904%,2.926% 97.893%,3.014% 97.882%,3.103% 97.872%,3.191% 97.861%,3.28% 97.85%,3.369% 97.839%,3.457% 97.828%,3.546% 97.818%,3.635% 97.807%,3.723% 97.796%,3.812% 97.785%,3.901% 97.775%,3.989% 97.764%,4.078% 97.753%,4.167% 97.742%,4.255% 97.732%,4.344% 97.721%,4.433% 97.71%,4.521% 97.7%,4.61% 97.689%,4.699% 97.678%,4.787% 97.668%,4.876% 97.657%,4.965% 97.647%,5.053% 97.636%,5.142% 97.625%,5.23% 97.615%,5.319% 97.604%,5.408% 97.594%,5.496% 97.583%,5.585% 97.573%,5.674% 97.562%,5.762% 97.552%,5.851% 97.542%,5.94% 97.531%,6.028% 97.521%,6.117% 97.511%,6.206% 97.5%,6.294% 97.49%,6.383% 97.48%,6.472% 97.469%,6.56% 97.459%,6.649% 97.449%,6.738% 97.439%,6.826% 97.429%,6.915% 97.418%,7.004% 97.408%,7.092% 97.398%,7.181% 97.388%,7.27% 97.378%,7.358% 97.368%,7.447% 97.358%,7.535% 97.348%,7.624% 97.338%,7.713% 97.328%,7.801% 97.318%,7.89% 97.308%,7.979% 97.299%,8.067% 97.289%,8.156% 97.279%,8.245% 97.269%,8.333% 97.259%,8.422% 97.25%,8.511% 97.24%,8.599% 97.23%,8.688% 97.221%,8.777% 97.211%,8.865% 97.202%,8.954% 97.192%,9.043% 97.183%,9.131% 97.173%,9.22% 97.164%,9.309% 97.154%,9.397% 97.145%,9.486% 97.136%,9.574% 97.126%,9.663% 97.117%,9.752% 97.108%,9.84% 97.099%,9.929% 97.09%,10.018% 97.08%,10.106% 97.071%,10.195% 97.062%,10.284% 97.053%,10.372% 97.044%,10.461% 97.035%,10.55% 97.027%,10.638% 97.018%,10.727% 97.009%,10.816% 97%,10.904% 96.991%,10.993% 96.983%,11.082% 96.974%,11.17% 96.965%,11.259% 96.957%,11.348% 96.948%,11.436% 96.94%,11.525% 96.931%,11.613% 96.923%,11.702% 96.914%,11.791% 96.906%,11.879% 96.898%,11.968% 96.889%,12.057% 96.881%,12.145% 96.873%,12.234% 96.865%,12.323% 96.857%,12.411% 96.848%,12.5% 96.84%,12.589% 96.832%,12.677% 96.825%,12.766% 96.817%,12.855% 96.809%,12.943% 96.801%,13.032% 96.793%,13.121% 96.785%,13.209% 96.778%,13.298% 96.77%,13.387% 96.763%,13.475% 96.755%,13.564% 96.748%,13.652% 96.74%,13.741% 96.733%,13.83% 96.725%,13.918% 96.718%,14.007% 96.711%,14.096% 96.704%,14.184% 96.696%,14.273% 96.689%,14.362% 96.682%,14.45% 96.675%,14.539% 96.668%,14.628% 96.661%,14.716% 96.655%,14.805% 96.648%,14.894% 96.641%,14.982% 96.634%,15.071% 96.628%,15.16% 96.621%,15.248% 96.614%,15.337% 96.608%,15.426% 96.601%,15.514% 96.595%,15.603% 96.589%,15.691% 96.582%,15.78% 96.576%,15.869% 96.57%,15.957% 96.564%,16.046% 96.558%,16.135% 96.552%,16.223% 96.546%,16.312% 96.54%,16.401% 96.534%,16.489% 96.528%,16.578% 96.522%,16.667% 96.516%,16.755% 96.511%,16.844% 96.505%,16.933% 96.5%,17.021% 96.494%,17.11% 96.489%,17.199% 96.483%,17.287% 96.478%,17.376% 96.473%,17.465% 96.467%,17.553% 96.462%,17.642% 96.457%,17.73% 96.452%,17.819% 96.447%,17.908% 96.442%,17.996% 96.437%,18.085% 96.432%,18.174% 96.428%,18.262% 96.423%,18.351% 96.418%,18.44% 96.414%,18.528% 96.409%,18.617% 96.404%,18.706% 96.4%,18.794% 96.396%,18.883% 96.391%,18.972% 96.387%,19.06% 96.383%,19.149% 96.379%,19.238% 96.375%,19.326% 96.371%,19.415% 96.367%,19.504% 96.363%,19.592% 96.359%,19.681% 96.355%,19.77% 96.351%,19.858% 96.348%,19.947% 96.344%,20.035% 96.341%,20.124% 96.337%,20.213% 96.334%,20.301% 96.33%,20.39% 96.327%,20.479% 96.324%,20.567% 96.321%,20.656% 96.317%,20.745% 96.314%,20.833% 96.311%,20.922% 96.308%,21.011% 96.306%,21.099% 96.303%,21.188% 96.3%,21.277% 96.297%,21.365% 96.295%,21.454% 96.292%,21.543% 96.29%,21.631% 96.287%,21.72% 96.285%,21.809% 96.282%,21.897% 96.28%,21.986% 96.278%,22.074% 96.276%,22.163% 96.274%,22.252% 96.272%,22.34% 96.27%,22.429% 96.268%,22.518% 96.266%,22.606% 96.264%,22.695% 96.263%,22.784% 96.261%,22.872% 96.259%,22.961% 96.258%,23.05% 96.256%,23.138% 96.255%,23.227% 96.254%,23.316% 96.252%,23.404% 96.251%,23.493% 96.25%,23.582% 96.249%,23.67% 96.248%,23.759% 96.247%,23.848% 96.246%,23.936% 96.245%,24.025% 96.245%,24.113% 96.244%,24.202% 96.243%,24.291% 96.243%,24.379% 96.242%,24.468% 96.242%,24.557% 96.242%,24.645% 96.241%,24.734% 96.241%,24.823% 96.241%,24.911% 96.241%,25% 96.241%,25.089% 96.241%,25.177% 96.241%,25.266% 96.241%,25.355% 96.241%,25.443% 96.241%,25.532% 96.242%,25.621% 96.242%,25.709% 96.242%,25.798% 96.243%,25.887% 96.244%,25.975% 96.244%,26.064% 96.245%,26.152% 96.246%,26.241% 96.247%,26.33% 96.247%,26.418% 96.248%,26.507% 96.249%,26.596% 96.25%,26.684% 96.252%,26.773% 96.253%,26.862% 96.254%,26.95% 96.255%,27.039% 96.257%,27.128% 96.258%,27.216% 96.26%,27.305% 96.261%,27.394% 96.263%,27.482% 96.265%,27.571% 96.267%,27.66% 96.268%,27.748% 96.27%,27.837% 96.272%,27.926% 96.274%,28.014% 96.276%,28.103% 96.279%,28.191% 96.281%,28.28% 96.283%,28.369% 96.285%,28.457% 96.288%,28.546% 96.29%,28.635% 96.293%,28.723% 96.295%,28.812% 96.298%,28.901% 96.301%,28.989% 96.304%,29.078% 96.306%,29.167% 96.309%,29.255% 96.312%,29.344% 96.315%,29.433% 96.318%,29.521% 96.322%,29.61% 96.325%,29.699% 96.328%,29.787% 96.331%,29.876% 96.335%,29.965% 96.338%,30.053% 96.342%,30.142% 96.345%,30.23% 96.349%,30.319% 96.352%,30.408% 96.356%,30.496% 96.36%,30.585% 96.364%,30.674% 96.368%,30.762% 96.372%,30.851% 96.376%,30.94% 96.38%,31.028% 96.384%,31.117% 96.388%,31.206% 96.393%,31.294% 96.397%,31.383% 96.401%,31.472% 96.406%,31.56% 96.41%,31.649% 96.415%,31.738% 96.419%,31.826% 96.424%,31.915% 96.429%,32.004% 96.434%,32.092% 96.439%,32.181% 96.443%,32.27% 96.448%,32.358% 96.453%,32.447% 96.459%,32.535% 96.464%,32.624% 96.469%,32.713% 96.474%,32.801% 96.479%,32.89% 96.485%,32.979% 96.49%,33.067% 96.496%,33.156% 96.501%,33.245% 96.507%,33.333% 96.512%,33.422% 96.518%,33.511% 96.524%,33.599% 96.53%,33.688% 96.535%,33.777% 96.541%,33.865% 96.547%,33.954% 96.553%,34.043% 96.559%,34.131% 96.566%,34.22% 96.572%,34.309% 96.578%,34.397% 96.584%,34.486% 96.59%,34.574% 96.597%,34.663% 96.603%,34.752% 96.61%,34.84% 96.616%,34.929% 96.623%,35.018% 96.63%,35.106% 96.636%,35.195% 96.643%,35.284% 96.65%,35.372% 96.657%,35.461% 96.663%,35.55% 96.67%,35.638% 96.677%,35.727% 96.684%,35.816% 96.691%,35.904% 96.699%,35.993% 96.706%,36.082% 96.713%,36.17% 96.72%,36.259% 96.728%,36.348% 96.735%,36.436% 96.742%,36.525% 96.75%,36.613% 96.757%,36.702% 96.765%,36.791% 96.772%,36.879% 96.78%,36.968% 96.788%,37.057% 96.795%,37.145% 96.803%,37.234% 96.811%,37.323% 96.819%,37.411% 96.827%,37.5% 96.835%,37.589% 96.843%,37.677% 96.851%,37.766% 96.859%,37.855% 96.867%,37.943% 96.875%,38.032% 96.883%,38.121% 96.892%,38.209% 96.9%,38.298% 96.908%,38.387% 96.917%,38.475% 96.925%,38.564% 96.934%,38.652% 96.942%,38.741% 96.951%,38.83% 96.959%,38.918% 96.968%,39.007% 96.976%,39.096% 96.985%,39.184% 96.994%,39.273% 97.003%,39.362% 97.011%,39.45% 97.02%,39.539% 97.029%,39.628% 97.038%,39.716% 97.047%,39.805% 97.056%,39.894% 97.065%,39.982% 97.074%,40.071% 97.083%,40.16% 97.092%,40.248% 97.101%,40.337% 97.111%,40.426% 97.12%,40.514% 97.129%,40.603% 97.138%,40.691% 97.148%,40.78% 97.157%,40.869% 97.167%,40.957% 97.176%,41.046% 97.185%,41.135% 97.195%,41.223% 97.204%,41.312% 97.214%,41.401% 97.224%,41.489% 97.233%,41.578% 97.243%,41.667% 97.253%,41.755% 97.262%,41.844% 97.272%,41.933% 97.282%,42.021% 97.292%,42.11% 97.301%,42.199% 97.311%,42.287% 97.321%,42.376% 97.331%,42.465% 97.341%,42.553% 97.351%,42.642% 97.361%,42.73% 97.371%,42.819% 97.381%,42.908% 97.391%,42.996% 97.401%,43.085% 97.411%,43.174% 97.421%,43.262% 97.432%,43.351% 97.442%,43.44% 97.452%,43.528% 97.462%,43.617% 97.472%,43.706% 97.483%,43.794% 97.493%,43.883% 97.503%,43.972% 97.514%,44.06% 97.524%,44.149% 97.534%,44.238% 97.545%,44.326% 97.555%,44.415% 97.566%,44.504% 97.576%,44.592% 97.586%,44.681% 97.597%,44.77% 97.607%,44.858% 97.618%,44.947% 97.629%,45.035% 97.639%,45.124% 97.65%,45.213% 97.66%,45.301% 97.671%,45.39% 97.681%,45.479% 97.692%,45.567% 97.703%,45.656% 97.713%,45.745% 97.724%,45.833% 97.735%,45.922% 97.745%,46.011% 97.756%,46.099% 97.767%,46.188% 97.778%,46.277% 97.788%,46.365% 97.799%,46.454% 97.81%,46.543% 97.821%,46.631% 97.832%,46.72% 97.842%,46.809% 97.853%,46.897% 97.864%,46.986% 97.875%,47.074% 97.886%,47.163% 97.896%,47.252% 97.907%,47.34% 97.918%,47.429% 97.929%,47.518% 97.94%,47.606% 97.951%,47.695% 97.962%,47.784% 97.973%,47.872% 97.983%,47.961% 97.994%,48.05% 98.005%,48.138% 98.016%,48.227% 98.027%,48.316% 98.038%,48.404% 98.049%,48.493% 98.06%,48.582% 98.071%,48.67% 98.082%,48.759% 98.093%,48.848% 98.104%,48.936% 98.114%,49.025% 98.125%,49.113% 98.136%,49.202% 98.147%,49.291% 98.158%,49.379% 98.169%,49.468% 98.18%,49.557% 98.191%,49.645% 98.202%,49.734% 98.213%,49.823% 98.224%,49.911% 98.235%,50% 98.246%,50.089% 98.256%,50.177% 98.267%,50.266% 98.278%,50.355% 98.289%,50.443% 98.3%,50.532% 98.311%,50.621% 98.322%,50.709% 98.333%,50.798% 98.343%,50.887% 98.354%,50.975% 98.365%,51.064% 98.376%,51.152% 98.387%,51.241% 98.398%,51.33% 98.408%,51.418% 98.419%,51.507% 98.43%,51.596% 98.441%,51.684% 98.452%,51.773% 98.462%,51.862% 98.473%,51.95% 98.484%,52.039% 98.494%,52.128% 98.505%,52.216% 98.516%,52.305% 98.527%,52.394% 98.537%,52.482% 98.548%,52.571% 98.558%,52.66% 98.569%,52.748% 98.58%,52.837% 98.59%,52.926% 98.601%,53.014% 98.611%,53.103% 98.622%,53.191% 98.633%,53.28% 98.643%,53.369% 98.654%,53.457% 98.664%,53.546% 98.674%,53.635% 98.685%,53.723% 98.695%,53.812% 98.706%,53.901% 98.716%,53.989% 98.726%,54.078% 98.737%,54.167% 98.747%,54.255% 98.757%,54.344% 98.768%,54.433% 98.778%,54.521% 98.788%,54.61% 98.798%,54.699% 98.808%,54.787% 98.819%,54.876% 98.829%,54.965% 98.839%,55.053% 98.849%,55.142% 98.859%,55.23% 98.869%,55.319% 98.879%,55.408% 98.889%,55.496% 98.899%,55.585% 98.909%,55.674% 98.919%,55.762% 98.929%,55.851% 98.939%,55.94% 98.948%,56.028% 98.958%,56.117% 98.968%,56.206% 98.978%,56.294% 98.987%,56.383% 98.997%,56.472% 99.007%,56.56% 99.016%,56.649% 99.026%,56.738% 99.036%,56.826% 99.045%,56.915% 99.055%,57.004% 99.064%,57.092% 99.073%,57.181% 99.083%,57.27% 99.092%,57.358% 99.102%,57.447% 99.111%,57.535% 99.12%,57.624% 99.129%,57.713% 99.139%,57.801% 99.148%,57.89% 99.157%,57.979% 99.166%,58.067% 99.175%,58.156% 99.184%,58.245% 99.193%,58.333% 99.202%,58.422% 99.211%,58.511% 99.22%,58.599% 99.229%,58.688% 99.237%,58.777% 99.246%,58.865% 99.255%,58.954% 99.264%,59.043% 99.272%,59.131% 99.281%,59.22% 99.29%,59.309% 99.298%,59.397% 99.307%,59.486% 99.315%,59.574% 99.323%,59.663% 99.332%,59.752% 99.34%,59.84% 99.348%,59.929% 99.357%,60.018% 99.365%,60.106% 99.373%,60.195% 99.381%,60.284% 99.389%,60.372% 99.397%,60.461% 99.405%,60.55% 99.413%,60.638% 99.421%,60.727% 99.429%,60.816% 99.437%,60.904% 99.445%,60.993% 99.452%,61.082% 99.46%,61.17% 99.468%,61.259% 99.475%,61.348% 99.483%,61.436% 99.49%,61.525% 99.498%,61.613% 99.505%,61.702% 99.513%,61.791% 99.52%,61.879% 99.527%,61.968% 99.534%,62.057% 99.542%,62.145% 99.549%,62.234% 99.556%,62.323% 99.563%,62.411% 99.57%,62.5% 99.577%,62.589% 99.584%,62.677% 99.59%,62.766% 99.597%,62.855% 99.604%,62.943% 99.611%,63.032% 99.617%,63.121% 99.624%,63.209% 99.63%,63.298% 99.637%,63.387% 99.643%,63.475% 99.65%,63.564% 99.656%,63.652% 99.662%,63.741% 99.669%,63.83% 99.675%,63.918% 99.681%,64.007% 99.687%,64.096% 99.693%,64.184% 99.699%,64.273% 99.705%,64.362% 99.711%,64.45% 99.716%,64.539% 99.722%,64.628% 99.728%,64.716% 99.734%,64.805% 99.739%,64.894% 99.745%,64.982% 99.75%,65.071% 99.756%,65.16% 99.761%,65.248% 99.766%,65.337% 99.771%,65.426% 99.777%,65.514% 99.782%,65.603% 99.787%,65.691% 99.792%,65.78% 99.797%,65.869% 99.802%,65.957% 99.807%,66.046% 99.811%,66.135% 99.816%,66.223% 99.821%,66.312% 99.825%,66.401% 99.83%,66.489% 99.835%,66.578% 99.839%,66.667% 99.843%,66.755% 99.848%,66.844% 99.852%,66.933% 99.856%,67.021% 99.86%,67.11% 99.864%,67.199% 99.869%,67.287% 99.873%,67.376% 99.876%,67.465% 99.88%,67.553% 99.884%,67.642% 99.888%,67.73% 99.892%,67.819% 99.895%,67.908% 99.899%,67.996% 99.902%,68.085% 99.906%,68.174% 99.909%,68.262% 99.912%,68.351% 99.916%,68.44% 99.919%,68.528% 99.922%,68.617% 99.925%,68.706% 99.928%,68.794% 99.931%,68.883% 99.934%,68.972% 99.937%,69.06% 99.94%,69.149% 99.942%,69.238% 99.945%,69.326% 99.948%,69.415% 99.95%,69.504% 99.953%,69.592% 99.955%,69.681% 99.957%,69.77% 99.96%,69.858% 99.962%,69.947% 99.964%,70.035% 99.966%,70.124% 99.968%,70.213% 99.97%,70.301% 99.972%,70.39% 99.974%,70.479% 99.976%,70.567% 99.977%,70.656% 99.979%,70.745% 99.981%,70.833% 99.982%,70.922% 99.984%,71.011% 99.985%,71.099% 99.986%,71.188% 99.988%,71.277% 99.989%,71.365% 99.99%,71.454% 99.991%,71.543% 99.992%,71.631% 99.993%,71.72% 99.994%,71.809% 99.995%,71.897% 99.996%,71.986% 99.996%,72.074% 99.997%,72.163% 99.998%,72.252% 99.998%,72.34% 99.999%,72.429% 99.999%,72.518% 99.999%,72.606% 100%,72.695% 100%,72.784% 100%,72.872% 100%,72.961% 100%,73.05% 100%,73.138% 100%,73.227% 100%,73.316% 99.999%,73.404% 99.999%,73.493% 99.999%,73.582% 99.998%,73.67% 99.998%,73.759% 99.997%,73.848% 99.997%,73.936% 99.996%,74.025% 99.995%,74.113% 99.994%,74.202% 99.994%,74.291% 99.993%,74.379% 99.992%,74.468% 99.991%,74.557% 99.989%,74.645% 99.988%,74.734% 99.987%,74.823% 99.986%,74.911% 99.984%,75% 99.983%,75.089% 99.981%,75.177% 99.98%,75.266% 99.978%,75.355% 99.976%,75.443% 99.975%,75.532% 99.973%,75.621% 99.971%,75.709% 99.969%,75.798% 99.967%,75.887% 99.965%,75.975% 99.963%,76.064% 99.961%,76.152% 99.958%,76.241% 99.956%,76.33% 99.954%,76.418% 99.951%,76.507% 99.949%,76.596% 99.946%,76.684% 99.943%,76.773% 99.941%,76.862% 99.938%,76.95% 99.935%,77.039% 99.932%,77.128% 99.929%,77.216% 99.926%,77.305% 99.923%,77.394% 99.92%,77.482% 99.917%,77.571% 99.914%,77.66% 99.91%,77.748% 99.907%,77.837% 99.904%,77.926% 99.9%,78.014% 99.897%,78.103% 99.893%,78.191% 99.889%,78.28% 99.886%,78.369% 99.882%,78.457% 99.878%,78.546% 99.874%,78.635% 99.87%,78.723% 99.866%,78.812% 99.862%,78.901% 99.858%,78.989% 99.854%,79.078% 99.85%,79.167% 99.845%,79.255% 99.841%,79.344% 99.836%,79.433% 99.832%,79.521% 99.827%,79.61% 99.823%,79.699% 99.818%,79.787% 99.813%,79.876% 99.809%,79.965% 99.804%,80.053% 99.799%,80.142% 99.794%,80.23% 99.789%,80.319% 99.784%,80.408% 99.779%,80.496% 99.774%,80.585% 99.768%,80.674% 99.763%,80.762% 99.758%,80.851% 99.752%,80.94% 99.747%,81.028% 99.741%,81.117% 99.736%,81.206% 99.73%,81.294% 99.725%,81.383% 99.719%,81.472% 99.713%,81.56% 99.707%,81.649% 99.701%,81.738% 99.695%,81.826% 99.689%,81.915% 99.683%,82.004% 99.677%,82.092% 99.671%,82.181% 99.665%,82.27% 99.659%,82.358% 99.652%,82.447% 99.646%,82.535% 99.64%,82.624% 99.633%,82.713% 99.627%,82.801% 99.62%,82.89% 99.613%,82.979% 99.607%,83.067% 99.6%,83.156% 99.593%,83.245% 99.586%,83.333% 99.58%,83.422% 99.573%,83.511% 99.566%,83.599% 99.559%,83.688% 99.552%,83.777% 99.545%,83.865% 99.537%,83.954% 99.53%,84.043% 99.523%,84.131% 99.516%,84.22% 99.508%,84.309% 99.501%,84.397% 99.493%,84.486% 99.486%,84.574% 99.478%,84.663% 99.471%,84.752% 99.463%,84.84% 99.456%,84.929% 99.448%,85.018% 99.44%,85.106% 99.432%,85.195% 99.424%,85.284% 99.417%,85.372% 99.409%,85.461% 99.401%,85.55% 99.393%,85.638% 99.385%,85.727% 99.376%,85.816% 99.368%,85.904% 99.36%,85.993% 99.352%,86.082% 99.344%,86.17% 99.335%,86.259% 99.327%,86.348% 99.319%,86.436% 99.31%,86.525% 99.302%,86.613% 99.293%,86.702% 99.285%,86.791% 99.276%,86.879% 99.267%,86.968% 99.259%,87.057% 99.25%,87.145% 99.241%,87.234% 99.232%,87.323% 99.224%,87.411% 99.215%,87.5% 99.206%,87.589% 99.197%,87.677% 99.188%,87.766% 99.179%,87.855% 99.17%,87.943% 99.161%,88.032% 99.152%,88.121% 99.142%,88.209% 99.133%,88.298% 99.124%,88.387% 99.115%,88.475% 99.105%,88.564% 99.096%,88.652% 99.087%,88.741% 99.077%,88.83% 99.068%,88.918% 99.059%,89.007% 99.049%,89.096% 99.039%,89.184% 99.03%,89.273% 99.02%,89.362% 99.011%,89.45% 99.001%,89.539% 98.991%,89.628% 98.982%,89.716% 98.972%,89.805% 98.962%,89.894% 98.952%,89.982% 98.943%,90.071% 98.933%,90.16% 98.923%,90.248% 98.913%,90.337% 98.903%,90.426% 98.893%,90.514% 98.883%,90.603% 98.873%,90.691% 98.863%,90.78% 98.853%,90.869% 98.843%,90.957% 98.833%,91.046% 98.823%,91.135% 98.813%,91.223% 98.803%,91.312% 98.792%,91.401% 98.782%,91.489% 98.772%,91.578% 98.762%,91.667% 98.751%,91.755% 98.741%,91.844% 98.731%,91.933% 98.72%,92.021% 98.71%,92.11% 98.7%,92.199% 98.689%,92.287% 98.679%,92.376% 98.668%,92.465% 98.658%,92.553% 98.647%,92.642% 98.637%,92.73% 98.626%,92.819% 98.616%,92.908% 98.605%,92.996% 98.595%,93.085% 98.584%,93.174% 98.574%,93.262% 98.563%,93.351% 98.552%,93.44% 98.542%,93.528% 98.531%,93.617% 98.52%,93.706% 98.51%,93.794% 98.499%,93.883% 98.488%,93.972% 98.477%,94.06% 98.467%,94.149% 98.456%,94.238% 98.445%,94.326% 98.434%,94.415% 98.424%,94.504% 98.413%,94.592% 98.402%,94.681% 98.391%,94.77% 98.38%,94.858% 98.37%,94.947% 98.359%,95.035% 98.348%,95.124% 98.337%,95.213% 98.326%,95.301% 98.315%,95.39% 98.305%,95.479% 98.294%,95.567% 98.283%,95.656% 98.272%,95.745% 98.261%,95.833% 98.25%,95.922% 98.239%,96.011% 98.228%,96.099% 98.217%,96.188% 98.206%,96.277% 98.196%,96.365% 98.185%,96.454% 98.174%,96.543% 98.163%,96.631% 98.152%,96.72% 98.141%,96.809% 98.13%,96.897% 98.119%,96.986% 98.108%,97.074% 98.097%,97.163% 98.086%,97.252% 98.075%,97.34% 98.064%,97.429% 98.053%,97.518% 98.043%,97.606% 98.032%,97.695% 98.021%,97.784% 98.01%,97.872% 97.999%,97.961% 97.988%,98.05% 97.977%,98.138% 97.966%,98.227% 97.955%,98.316% 97.944%,98.404% 97.934%,98.493% 97.923%,98.582% 97.912%,98.67% 97.901%,98.759% 97.89%,98.848% 97.879%,98.936% 97.868%,99.025% 97.858%,99.113% 97.847%,99.202% 97.836%,99.291% 97.825%,99.379% 97.814%,99.468% 97.804%,99.557% 97.793%,99.645% 97.782%,99.734% 97.771%,99.823% 97.761%,99.911% 97.75%,100% 97.739%,100.089% 97.729%,100% 0%);
        z-index: -1;
    }
    .site-logo a {
        width:100%;
    }
    .header-row-2 {
        background-color: transparent;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,.7)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,.7)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

	
	.home-content-section .section-image {
        min-height: 315px;
    }
    .home-content-section .section-text {
        font-size: 1.5rem;
        padding:3rem 45px;
    }
    .home-content-section h2 {
        font-size: 2.75rem;
        border-bottom-width: 6px;
    }
	
	/* --------------- Bottom Aside --------------- */

    .child-page-aside-col-1,
    .child-page-aside-col-2 {
        background-color:transparent;
		margin-left:0;
        margin-right:0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .child-page-aside-col-2 {
        border-top:0 none;
    }
    .child-page-aside {
        position: relative;
		margin-bottom: 50px;
        background-color:#f4f4f4;
    }
    .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) {
	
	.online-banking-button,
	.pay-your-loan {
		font-size:0.9rem;
		line-height:1.6;
		margin-top:2px;
	}
	.top-nav {
		margin-right:5px;
	}
	.site-search-dd-container > button {
		margin-right:.5rem;
	}
}


/* ----------------------------------------------- */
/* 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-lg {
		max-width:1370px;
	}
	
	.home-content-section .section-image {
        min-height: 534px;
    }
	.side-caption-banner .banner-img img {
		max-width: 757px;
	}
}


/* ----------------------------------------------- */
/* 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:#0049a7;
    line-height: 1.2;
    padding-bottom:.25rem;
    border-bottom: 2px solid #ddd;
    margin-bottom:.5rem;
	text-decoration: none;
}
#main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #000;
	text-decoration:none;	
}
#main-nav .mm-column > ul > li > a:not(.btn):hover {
	text-decoration:underline;
}

#main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		/*-ms-flex-pack: distribute;*/
  		justify-content: space-around;
    }
#main-nav .btn {
	white-space: nowrap;
	margin-bottom: 10px;
	width: 100%;
}

/* XS and SM only */
@media (max-width: 767px) {

    /* ----- basic styling ----- */

    #main-nav {
        padding:0;
    }
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}	
    #main-nav .navbar-toggler {
        width:100%;
        border:0;
        padding:10px 15px;
        text-align: left;
    }
	/*#main-nav .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }*/
    #main-nav .navbar-nav {
       /* margin-left: -15px;
        margin-right: -15px;*/
        background-color: #fff;
    }
    #main-nav .nav-link {
        padding-left:15px;
        padding-right:15px;
    }

    /* ----- site-specific styling ----- */

    #main-nav .navbar-toggler {
        background-color: #051f69;
        color:#fff;
        font-weight: 700;
        font-size: 1.5rem; /* 24px */
        text-transform: uppercase;
        line-height: 1.96875rem;
        border-radius: 0;
    }
    #main-nav .navbar-toggler-bars {
        float:right;
        margin-top:-.125rem;
    }
    #main-nav .navbar-toggler-bars svg {
        fill:#fff;
        width:1.5rem;
        height:1.714rem;
	}
    #main-nav .nav-link {
        border-bottom: 1px solid #e7e7e7;
    }
    #main-nav .nav-link:hover,
    #main-nav .nav-link:focus {
        background-color:#f6f6f6;
        color:#051f69;
    }
    #main-nav .nav-link:focus {
        outline:none;
    }
    #main-nav li.nav-item.show .nav-link {
        background-color: #00577f;
        color: #fff;
    }
    #main-nav .dropdown-menu {
        background-color: #f6f6f6;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    #main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        border-bottom: 1px solid #e7e7e7;
        color:#343a40;
    }
    #main-nav .mm-column > ul > li:last-child > a:not(.btn) {
        border-bottom: 0 none;
    }
    #main-nav .mm-column > ul > li > a:not(.btn):hover {
        text-decoration: none;
        color:#343a40;
        background-color: #fff;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* ----- basic styling ----- */

    #main-nav .navbar-nav {
        position: relative;
        z-index: 999;
    }
    #main-nav .dropdown-menu.row.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #main-nav .dropdown-item {
        white-space: normal;
    }
    #main-nav .dropdown-toggle::after {
        display: none;
    }

    /* ----- alignment classes ----- */

    .dd-align-to-navbar {
        position: static;
    }
    .dd-align-right .dropdown-menu {
        left:auto !important;
        right: 0;
    }

    /* ----- width classes ----- */

    .dd-w-md-200 .dropdown-menu { width:200px; }
    .dd-w-md-250 .dropdown-menu { width:250px; }
    .dd-w-md-300 .dropdown-menu { width:300px; }
    .dd-w-md-400 .dropdown-menu { width:400px; }
    .dd-w-md-500 .dropdown-menu { width:500px; }
    .dd-w-md-600 .dropdown-menu { width:600px; }
    .dd-w-md-700 .dropdown-menu { width:700px; }

    /* ----- site-specific styling ----- */

    #main-nav {
        width:100%;
        padding:0;
		margin-top:1.5rem;
    }
    #main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
	
	#main-nav .nav-item > a {
        /* main nav tabs */
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        color:#032d5c;
        padding:.5rem 1.375rem 1rem 1.375rem;
        margin:0;
        position: relative;
    }
    #main-nav .nav-item > a::before {
        content:'';
        position: absolute;
        left:0;
        bottom:1px;
        display:block;
        width:100%;
        height:8px;
        border-top:1px solid rgba(255,255,255,.4);
        background-color:#0049a7;
        transition: height .3s;
    }
    #main-nav .menu-2 > a::before {
        background-color:#fe701e;
    }
    #main-nav .menu-3 > a::before {
        background-color:#fc003c;
    }
    #main-nav .menu-4 > a::before {
        background-color:#ae0d76;
    }
    #main-nav .menu-5 > a::before {
        background-color:#ffc14e;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus,
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
        outline: 0 none;
    }
    #main-nav .nav-item > a:hover::before,
    #main-nav .nav-item > a:focus::before,
    #main-nav .nav-item.show > a::before,
    #main-nav .nav-item.item-current > a::before {
        height:16px;
    }
	
    /*#main-nav .nav-item > a {
        
        font-family: "Montserrat", serif;
		font-weight: 600;
        font-size: 1.25rem;
        color:#000;
        padding:.5rem 1rem;
        margin:0;
    }
    #main-nav .nav-item > a:hover,
    #main-nav .nav-item > a:focus {
		outline: 0 none;
		padding:.25rem 1rem;
		margin:.25rem 0;
		background-color:#fff;
		color:#000;
		border-radius: 3px;
    }
    #main-nav .nav-item.show > a,
    #main-nav .nav-item.item-current > a {
		padding:.25rem 1rem .5rem 1rem;
        margin:.25rem 0 0 0;
		background-color: #fff;
        color:#00577f;
        box-shadow: 0 -5px 5px rgba(0,0,0,0.1);
		border-radius: 3px 3px 0 0;
    }
    #main-nav .nav-item.item-current > a:focus {
        outline:2px solid #4da3ff;
    }
    #main-nav .nav-item.item-current.show > a:focus {
        outline:0 none;
    }*/
    #main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    #main-nav .dropdown-menu {
        padding: .75rem .75rem;
        border-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #fff;
        background-image: -webkit-linear-gradient(top, #fff, #f6f6f6); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, #fff, #f6f6f6); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	#main-nav .navbar-collapse {
		flex-grow: unset;
		margin:0 auto;
	}
	
}

/* LG and wider */
@media (min-width: 992px) {

    /* ----- width classes ----- */

    .dd-w-lg-200 .dropdown-menu { width:200px; }
    .dd-w-lg-250 .dropdown-menu { width:250px; }
    .dd-w-lg-300 .dropdown-menu { width:300px; }
    .dd-w-lg-400 .dropdown-menu { width:400px; }
    .dd-w-lg-500 .dropdown-menu { width:500px; }
    .dd-w-lg-600 .dropdown-menu { width:600px; }
    .dd-w-lg-700 .dropdown-menu { width:700px; }
    .dd-w-lg-800 .dropdown-menu { width:800px; }
    .dd-w-lg-900 .dropdown-menu { width:900px; }

    /* ----- alignment classes ----- */
    
	 #main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		/*-ms-flex-pack: distribute;
  		justify-content: space-around;*/
		justify-content:end;
    }
	.dd-align-to-item-lg {
        position: relative !important;
    }
    .dd-align-right-lg .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-lg .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }
    

    /* ----- site-specific styling ----- */

    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.125rem;
		padding:.5rem 1.25rem 1rem 1.25rem;
    }

}
/* XL and wider */
@media (min-width: 1200px) {

    /* ----- width classes ----- */
    
    .dd-w-xl-200 .dropdown-menu { width:200px; }
    .dd-w-xl-250 .dropdown-menu { width:250px; }
    .dd-w-xl-300 .dropdown-menu { width:300px; }
    .dd-w-xl-400 .dropdown-menu { width:400px; }
    .dd-w-xl-500 .dropdown-menu { width:500px; }
    .dd-w-xl-600 .dropdown-menu { width:600px; }
    .dd-w-xl-700 .dropdown-menu { width:700px; }
    .dd-w-xl-800 .dropdown-menu { width:800px; }
    .dd-w-xl-900 .dropdown-menu { width:900px; }
    .dd-w-xl-1000 .dropdown-menu { width:1000px; }
    .dd-w-xl-1100 .dropdown-menu { width:1100px; }

    /* ----- alignment classes ----- */

    .dd-align-to-item-xl {
        position: relative !important;
    }
    .dd-align-right-xl .dropdown-menu {
        left:auto !important;
        right: 0;
    }
    .dd-align-left-xl .dropdown-menu {
        left:0 !important;
        right:auto !important;
    }

    /* ----- site-specific styling ----- */

    #main-nav .nav-item > a {
        /* main nav tabs */
        font-size: 1.55rem;
    }

}

/* --------------- Hero Banner --------------- */

.hero-banner {
    position: relative;
	margin-top:3rem;
	margin-bottom:3rem;
}
.hero-banner img,
.hero-banner-caption {
	border-radius:1rem;
}

/* --------------- Hero Banner Caption --------------- */

.hero-banner-caption-inner {
    padding: 1.5rem 15px;
}
.hero-banner-caption h2 {
    font-weight: 800;
    /*text-transform: uppercase; remove */
    margin-bottom:.5em;
}
.page-header-hero-banner .hero-banner-caption h2 {
    font-weight: 400;
    text-transform: none;
}
.hero-banner-caption h3 {
    font-weight: 400;
    margin-bottom:.25em;
}
/*.hero-banner-caption .caption-details,
.hero-banner-caption .caption-details > * {
    margin-bottom:.75em;
} remove   */
.hero-banner-caption .caption-details :last-child {
    margin-bottom:0;
}

/* XS and SM only */
@media (max-width: 767px) {

    .hero-banner-caption {
        background-color: #fff;
        color:#444 !important;
        position: static;
    }
    .hero-banner-caption h2 {
        color:#09144f !important;
        font-size: 1.75rem !important;
    }
    .hero-banner-caption h3 {
        color:#09144f !important;
        font-size: 1.3125rem !important;
    }
    .hero-banner-caption .caption-details {
        color:#444 !important;
        font-size: 1.125rem !important;
    }
    .hero-banner-caption .btn {
        margin-bottom: .5em;
    }
    .hero-banner-caption .caption-details > table {
        margin:0 auto;
    }

    .parallax-js .hero-banner .caption-left .parallax > img {
        width:200% !important;
        min-width: 200%;
        left:0;
    }
    .parallax-js .hero-banner .caption-right .parallax > img {
        width:200% !important;
        min-width: 200%;
        left:100%;
    }

}

/* MD and wider */
@media (min-width: 768px) {

    /* --------------- Hero Banner Captions --------------- */

    .hero-banner-caption {
        font-size:19px;
        font-size:2.5vw;
        color:#fff;
        text-shadow:none;
        cursor:default;
        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;
        /*position: absolute;*/
		position:relative;
		background:#f1f1f1;
        top: 0;
        bottom:0;
        left: 0;
        right:0;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        text-align:left;
    }
    .hero-banner-caption.empty-caption {
        display: none;
    }
    .hero-banner-caption.caption-top {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .hero-banner-caption.caption-vertical-center {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .hero-banner-caption.caption-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }
    .hero-banner-caption :last-child {
        margin-bottom:0;
    }
    .hero-banner-caption.caption-left {
        left:0;
		/*left:10%;*/
        right:50%;
        -ms-flex-pack: start;
        justify-content: flex-start;
		width:120%; /*add*/
    }
    .hero-banner-caption.caption-center {
        left:0;
        right:0;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .hero-banner-caption.caption-right {
        left:50%;
        right:0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }
    .hero-banner-caption-inner {
        padding:2vw 5%;
        position: relative;
    }
    .caption-center .hero-banner-caption-inner {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .hero-banner-caption .btn {
        /*font-size:.5295em; remove */
        padding:.222em 1em;
        line-height: 1.5;
        border-radius:1.0833em/50%;
    }

}

/* LG and wider */

@media (min-width: 1200px) {
	
	.hero-banner-caption.caption-left {
		/*width:150%;*/
		width:165%;
	}
	.hero-banner-caption {
		font-size:3vw;
	}
	.hero-banner-caption .btn {
		font-size:.40em;
	}
	
}



@media (min-width: 1600px) {

	.hero-banner-caption {
		font-size:55px;
	}
	.hero-banner-caption.caption-left {
		width:165%;
	}
	.hero-banner-caption .btn {
		font-size:.3295em;
	}
	.hero-banner-caption-inner {
		padding:1.75rem;
	}
	
}



/* ----------------------------------------------- */
/* 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;
}
