/* Colors 

#141E4B - Brand Navy
#004D91 - Legacy Blue
#19AFFA - Sky Blue
#525252 - Gray
#d4d8d9 - Light Gray
#cfdce5 - Light Blue
#edf2f5 - Light Light Blue
#FAFF4B - Yellow
#333 -  Dark Gray

*/

/* ----------------------------------------------- */
/* All widths (XS through XL) */
/* ----------------------------------------------- */

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 {
}
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;
}
.site-wrapper {
    background-color: #fff;
    max-width: 1440px;
    margin:0 auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.075);
}
.site-max-width {
    max-width: 1170px;
}
:target {
    scroll-margin-top: 95px;
}

body {
	font-family: 'Nunito Sans', sans-serif;
    font-style:normal;
    font-weight:400;
    font-size: 1rem;
	color:#333;
	line-height:1.5;
	background-color:#edf2f5;
}
caption {
    caption-side: top;
}
hr {
    border-top:1px solid #d4d8d9;
    margin: 3.5rem 0;
}
strong {
    font-weight: 800;
}
a,
a:hover {
	font-weight:700;
	color:#004D91;
}
.page-content a {
    text-decoration:underline;
}
.page-content a:hover {
    text-decoration:none;
}

/* WCAG 2.1 Focus Indicator */
:focus,
:focus-visible,
a:focus img,
.form-control:focus,
button:focus {
    outline: 3px solid black !important;
    box-shadow: 0 0 0 6px white !important;
}

.stand-alone-link::after {
    content: url('data:image/svg+xml; utf8, <svg fill="rgb(0,75,141)" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg>');
    display: inline-block;
    width:9px;
    height:10px;
    margin-left:0.375rem;
}
.child-page-content-sections .feature-content-section .stand-alone-link::after {
    content: url('data:image/svg+xml; utf8, <svg fill="rgb(255,255,255)" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"/></svg>');
}

a.return-link {
    text-decoration: none;
    font-weight: 800;
}
a.return-link:hover {
    text-decoration: underline;
}
.return-link::before {
    content: url('data:image/svg+xml; utf8, <svg fill="rgb(0,75,141)" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z"/></svg>');
    display: inline-block;
    width:16px;
    height:16px;
    margin-right:0.375rem;
    position: relative;
    top: 0.125rem;
}

/* External and Modal Links */

main a[target="_blank"] svg,
main a[target="modal"] svg {
    display: inline-block;
    width:11px;
    height:11px;
    margin-left:0.375rem;
    position: relative;
    top:-0.125rem;
    fill: #141E4B;
    transition: fill 0.3s;
}
main a.btn-primary[target="_blank"] svg,
main a.btn-primary[target="modal"] svg,
main a.btn-secondary[target="_blank"] svg,
main a.btn-secondary[target="modal"] svg,
.sidebar-buttons a[target="_blank"] svg,
.sidebar-buttons a[target="modal"] svg {
    fill: #fff;
}
main a.btn-primary[target="_blank"]:hover svg,
main a.btn-primary[target="modal"]:hover svg,
main a.btn-primary[target="_blank"]:focus svg,
main a.btn-primary[target="modal"]:focus svg,
.sidebar-buttons a[target="_blank"]:hover svg,
.sidebar-buttons a[target="modal"]:hover svg,
.sidebar-buttons a[target="_blank"]:focus svg,
.sidebar-buttons a[target="modal"]:focus svg {
    fill: #19AFFA;
}
main a.btn-secondary[target="_blank"]:hover svg,
main a.btn-secondary[target="modal"]:hover svg,
main a.btn-secondary[target="_blank"]:focus svg,
main a.btn-secondary[target="modal"]:focus svg {
    fill: #141E4B;
}
main a.btn-default[target="_blank"] svg,
main a.btn-default[target="modal"] svg {
    fill: #004D91;
}
main a.btn-default[target="_blank"]:hover svg,
main a.btn-default[target="modal"]:hover svg,
main a.btn-default[target="_blank"]:focus svg,
main a.btn-default[target="modal"]:focus svg {
    fill: #fff;
}

p,
ul,
ol {
    margin-bottom:1.5em;
}
div.footnotes {
    margin-bottom: 1.5em;
}
p.footnote {
    font-size: 0.875rem;
    color:#525252;
    margin-bottom: 0.5rem;
}

/* Section Head */
h2.section-heading,
h1.news-title {
    font-size: 2.25rem;
    font-weight: 800;
    color:#141E4B;
    margin-bottom: 1.5rem;
}

/* Subhead */
h2.subhead,
h3.subhead,
h4.subhead {
    font-size:1.5rem;
    font-weight: 400;
	color:#141E4B;
    margin-bottom: 1.5rem;
}

/* Text Large Light */
h2.text-large-light,
h3.text-large-light,
h4.text-large-light,
.text-large-light {
    font-size: 1.1875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Text Light Caps */
h2.text-light-caps,
h3.text-light-caps,
h4.text-light-caps,
.text-light-caps {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

h2 sup,
h3 sup,
h4 sup {
    top:-1em;
    font-size: 50%;
}
.text-bold-1,
.text-bold-1 a {
	font-weight: 800;
	color:#141E4B; /* dark navy */
}
.text-bold-2,
.text-bold-2 a {
	font-weight: 800;
	color:#004D91; /* legacy navy */
}
.text-bold-3,
.text-bold-3 a {
	font-weight: 800;
	color:#004D91; /* blue */
}
.text-bold-4,
.text-bold-4 a {
	font-weight: 800;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}

.image-caption {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #525252;
}
.quote-text {
    font-size: 1.5rem;
}
.quote-attribution {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #141E4B;
}

.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: #525252;
    opacity: 1;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #525252;
    opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #525252;
    opacity: 1;
}
::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #525252;
    opacity: 1;
}
::placeholder,
.form-control::placeholder {
    color: #525252;
    opacity: 1;
}

/* --------------- Buttons --------------- */

.btn {
    /* override */
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    padding:.6875rem 2rem;
	border:2px solid transparent;
    border-radius: 1.5625rem / 50%;
    text-decoration:none !important;
    white-space: normal;
	transition: .3s ease-in-out, color .3s linear;
}
.btn:hover {
  transform: scale(1.05);  -moz-osx-font-smoothing: grayscale;
}
.page-content .btn {
    margin-bottom:.25rem;
}
.btn-lg {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1.125rem 2rem;
    border-radius:2rem / 50%;
}
.btn-sm {
    font-size: 0.875rem;
    padding: .3125rem 1.5rem;
    border-radius:1.125rem / 50%;
}

/* Legacy Blue Button */

.btn-primary {
    background-color:#004D91;
    border-color: transparent;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
}
.btn-primary:focus {
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
    box-shadow: 0 0 0 .1875rem rgba(0,123,189,0.5);
}

/* Dark Navy Button */

.btn-secondary {
    background-color:#141E4B;
    border-color: transparent;
	color:#fff;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: #141E4B;
    color:#141E4B;
}
.btn-secondary:focus {
    background-color: #fff;
    border-color: #141E4B;
    color:#141E4B;
    box-shadow: 0 0 0 .1875rem rgba(0,59,117,0.5);
}

/* White Button */

.btn-default {
    background-color:#fff;
    border-color: #edf2f5;
	color:#004D91;
}
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    background-color: #004D91;
    border-color: transparent;
    color:#fff;
}
.btn-default:focus {
    background-color: #004D91;
    border-color: #fff;
    color:#fff;
    box-shadow: 0 0 0 .1875rem rgba(0,75,141,0.5);
}

/* ----- 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: #19AFFA;
	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 {
    font-size: 1.125rem;
}
.table caption {
    caption-side: top;
    background-color: #141E4B;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 5px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.table th {
    background-color: #004D91;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    vertical-align: bottom;
    padding: .5rem 20px;
    border-color: transparent;
}
.table th[scope="row"],
.table th[scope="rowgroup"] {
    background-color: #edf2f5;
    color:#333;
    font-weight: 400;
    vertical-align: top;
    border-color: #d4d8d9;
}
.table td {
    border-color: #d4d8d9;
    padding: .5rem 20px;
}

/* --------------- Forms --------------- */

.online-form {
    padding:0 15px;
}
.online-form .form-group {
    margin-left:-15px;
    margin-right:-15px;
}
.online-form .form-group > .editing-form-control-nested-control,
.online-form .form-group > p,
.online-form .form-group > .EditingFormErrorLabel {
    margin-left: 15px;
    margin-right: 15px;
}

.page-content .online-form p,
.page-content .online-form ul,
.page-content .online-form ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.online-form h2,
.online-form h3 {
    font-size: 1.25rem;
    font-weight: 400;
    background-color: #141E4B;
    color: #fff;
    padding: 5px 20px;
    margin: 0 -15px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.online-form h3 {
    background-color: #004D91;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    font-size: 1.125rem;
    font-weight:400;
    background-color: #004D91;
    color: #fff;
    padding: 3px 20px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
	margin-top: 12px;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.dollar-amount-input .editing-form-control-nested-control {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 2rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    display: block;
    font-weight: 800;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form .form-group > legend {
    font-size: 1rem;
}
.online-form .form-group > label,
.online-form .form-group > legend,
.online-form .form-group > span.EditingFormLabel {
    display: block;
    background-color:#edf2f5;
    color: #333;
    padding:3px 20px;
    margin-bottom: .5rem;
}
.online-form h2 label,
.online-form h3 label {
    margin-bottom: 0;
}
.online-form .ExplanationText {
    padding:0 20px;
    color:#525252;
    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:#fff;
    background-color:#19AFFA;
    padding:3px 20px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    
    .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 #d4d8d9;
        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:#edf2f5;
        color: #333;
        padding:3px 15px;
        margin-bottom: .5rem;
    }
    .form-horizontal .row.form-group .radio label,
    .form-horizontal .row.form-group .checkbox label {
        display: inline;
        background-color: transparent;
        padding:7px 0;
        margin: 0 16px 0 0;
    }
}
.confirmation-message {
    background-color: #eff8ed;
    color: #333;
    padding: 20px;
    border: 1px solid #d2eccd;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* Word Count Message and Error */
.Error .word-count-message,
.word-count-overage {
    color:#cc0000;
}
.word-count-okay {
    color:#3b7a2e;
}
.word-count-okay::after,
.word-count-overage::after {
    display: inline-block;
    width: 12px;
    margin-left: .25rem;
}
.word-count-okay::after {
    content: url('data:image/svg+xml; utf8, <svg fill="rgb(59,122,46)" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
}
.word-count-overage::after {
    content: url('data:image/svg+xml; utf8, <svg fill="rgb(204,0,0)" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><!-- Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>');
    position: relative;
    top: 0.1875rem;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#FAFF4B;
    color:#141E4B;
	padding-top:15px;
	padding-bottom:10px;
    position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.15));
}
#header-alert .container-fluid {
	padding-right:2.25rem; /* to make room for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
    color:#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:#8c6e1a;
}
#header-alert .btn-close-alert:hover svg {
    fill:#333;
}
.header-alert-icon svg {
    width:2.75rem;

    height: 2.75rem;
    fill:#141E4B;
}

/* --------------- Header --------------- */

header {
    background-color:#fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top:0;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.05);
}
header:after {
	content:'';
	position:absolute;
	bottom:-6px;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.15), transparent);
}

.header-row-1 {
    background-color:#141E4B;
    color:#fff;
    height:100%;
    padding:0 15px 0 0;
    margin-right:-15px;
    position: relative;
}
.header-row-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(-3.8125rem + 1px);
    width: 3.8125rem;
    height: 100%;
    background-color:#141E4B;
    clip-path: polygon(0 0, calc(100% - 1px) 0, 100% 0, 100% 100%, calc(100% - 1px) 100%);
    z-index: 1;
}

.site-logo {
    width:98px;
    height:71px;
    margin-top:13px;
    margin-bottom:11px;
    margin-right:30px;
    text-align: right;
    position: relative;
    z-index: 999;
}

@media (max-width: 360px) {
    .site-logo {
        margin-right:5px;
    }
    .header-row-1-col-1 {
        padding-left: 0;
    }
}

.site-main-nav .top-nav .navbar-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #004D91;
}
.site-main-nav .top-nav .nav-link {
    color:#fff;
    font-size: 0.9375rem;
    border-bottom: 0 none;
}
.site-main-nav .top-nav .nav-link:hover,
.site-main-nav .top-nav .nav-link:focus {
    background-color: #141E4B;
    color: #fff;
}

.login-dropdown .dropdown-toggle::after {
	display: none;
}
.online-banking-button {
    white-space:nowrap;
}
.online-banking-button .icon-svg {
    display: inline-block;
    width:0.75rem;
    height:0.75rem;
    margin-right:.5rem;
}
.online-banking-button .icon-svg svg {
    width:0.75rem;
    height:0.75rem;
    fill:#fff;
    vertical-align: top;
    position: relative;
    top:.25rem;
    transition: fill 0.3s;
}
.show .online-banking-button .icon-svg svg {
    fill:#fff;
}
.online-banking-button.btn-link {
    font-size: 0.9375rem;
    color:#fff;
    padding-left:1rem;
    padding-right:1rem;
    border-right: 1px solid #fff;
    border-radius: 0;
    margin-right: 0.5rem;
}
.online-banking-button.btn-link:hover,
.online-banking-button.btn-link:focus {
    text-decoration: underline !important;
    box-shadow: none;
}
.login-dropdown .dropdown-menu {
    width:270px;
    padding: 32px 20px 0 20px;
    background-color: rgba(184,196,209,0.97);
}
.banking-login iframe {
    width:100%;
    height: 340px;
}

/* --------------- 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-lg-dd-btn {
    background-color: #fff;
    color: #525252;
    padding:0;
    border: 2px solid transparent;
    width:2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    outline: 0 none;
    cursor: pointer;
    line-height: 1;
}
#site-search-lg-dd-btn:hover,
#site-search-lg-dd-btn:focus {
    background-color: #fff;
    border-color: #19AFFA;
    color: #525252;
}
#site-search-lg-dd-btn:focus {
    box-shadow: 0 0 0 .1875rem rgba(255,255,255,0.5) !important;
}
#site-search-lg-dd-btn.dropdown-toggle::after {
    display: none;
}
#site-search-lg-dd-btn svg {
    width:1rem;
    height:1rem;
    fill: #525252;
}
#site-search-lg-dd-btn .close-site-search {
    display: none;
}
.show #site-search-lg-dd-btn .close-site-search {
    display: inline;
}
.show #site-search-lg-dd-btn .open-site-search {
    display: none;
}
#site-search-lg-dd-btn:hover svg,
#site-search-lg-dd-btn:focus svg {
    fill: #525252;
}
.site-search-dd-container.show #site-search-lg-dd-btn {
    width:1.25rem;
    height:1.25rem;
    margin-left: 1rem;
    background-color: #004D91;
    border-color: #004D91;
}
.show #site-search-lg-dd-btn svg {
    width:0.75rem;
    height:0.75rem;
    position: relative;
    top:-0.0625rem;
    fill: #fff;
}

.show #site-search-lg-dd-btn:hover,
.show #site-search-lg-dd-btn:focus {
    background-color: #fff;
}
.show #site-search-lg-dd-btn:hover svg,
.show #site-search-lg-dd-btn:focus svg {
    fill: #004D91;
}

/* ----- Site Search Field and Drop Down ----- */

.site-search-dd-container {
    width:2.875rem;
}
.site-search-dd-container .dropdown-menu {
    transform: translate3d(0, 0.1875rem, 0) !important;
    width:220px;
    padding:0;
    border:0;
    margin:0;
    background-color: transparent;
    top: 0 !important;
    left: auto !important;
    right: 1.5rem !important;
}
.site-search {
    width:100%;
    max-width: 200px;
    position: relative;
    margin:0 10px;
}
.site-search .searchTextBox {
    border:1px solid transparent;
	font-size: 0.75rem;
	color:#333;
	width:100%;
    padding:.5rem 2.5rem .5rem 1.125rem;
    height: calc(1.5em + 1rem + 2px);
	border-radius: 1.125rem / 50%;
	box-shadow: none;
}
.site-search .searchTextBox:focus {
    outline: 0 none;
    border-color:#19AFFA;
    box-shadow: 0 0 0 .1875rem rgba(255,255,255,0.5);
}
.site-search .searchButton {
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.625rem;
}

/* Site Search in Mobile Layout */
.site-main-nav .site-search {
    background-color: #edf2f5;
    padding: 1.5rem 0;
    margin: 0 -15px;
    width: unset;
    max-width: none;
}
.site-main-nav .site-search .searchBox {
    max-width:290px;
    position: relative;
    margin:0 auto;
}
.site-main-nav .site-search .searchTextBox {
    font-size: 0.875rem;
    padding:0.9375rem 3.125rem 0.9375rem 1.5rem;
    height: calc(1.125rem + 1.875rem + 2px);
    border-color: #e6e6e6;
    border-radius: 1.5625rem / 50%;
}
.site-main-nav .site-search .searchTextBox:focus {
    border-color:#19AFFA;
    box-shadow: 0 0 0 .1875rem rgba(12,166,223,0.5);
}
.site-main-nav .site-search .searchButton {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
}

/* --------------- Featured Rates --------------- */

.rate-bar {
    background-color: #004D91;
    color:#fff;
    padding-top: 36px;
    padding-bottom: 30px;
}
.rate-bar .rb-col {
    padding-top:15px;
    padding-bottom:15px;
}
.rate-block-grid-container {
    display:inline-block;
    margin-top: 0.5rem;
}
.rate-block-grid {
    display:-ms-grid;
    display: grid;
    line-height:1;
}
.rate-number {
    -ms-grid-column:1;
    -ms-grid-column-span:1;
    grid-column: 1 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row: 1 / 3;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
}
.rate-percent {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 2;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row: 1 / 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: end;
    align-self: end;
}
.rate-apr-apy {
    -ms-grid-column:2;
    -ms-grid-column-span:1;
    grid-column: 2 / 3;
    -ms-grid-row:2;
    -ms-grid-row-span:1;
    grid-row: 2 / 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
}
.rate-number {
    font-size: 2.625rem;
    font-weight: 800;
    text-align: right;
    padding-right: .25rem;
}
.rate-percent {
    font-size: 1.375rem;
    font-weight: 800;
}
.rate-apr-apy {
    font-size: .5625rem;
    font-weight: 400;
}
.rate-label {
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: .125rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: .25rem;
}
.rate-description {
    font-size: 0.8125rem;
}
.rate-bar a:not(.btn) {
    text-decoration: underline;
    color:#fff;
}
.rate-bar a:not(.btn):hover {
    text-decoration: none;
}
.rate-bar .rb-col > a:not(.btn) {
    text-decoration: none;
    padding:8px;
    border-radius: .25rem;
    background-color: rgba(255,255,255,0);
    transition: background-color .3s;
}
.rate-bar .rb-col > a:not(.btn):hover {
    background-color:rgba(0,75,141,0.3);
}
.rate-bar .btn-default {
	color:#163778;
    border-color:transparent;
}
.rate-bar .btn-default:hover {
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
    background:#fff;
}

.rate-bar .rate-block-grid,
.rate-bar a:not(.btn) .rate-block-grid {
    color:#fff;
}
.rate-bar .rate-label,
.rate-bar a:not(.btn) .rate-label {
    color:#fff;
}
/*.rate-bar ul li:nth-child(3) .rate-percent {
	display:none;
}*/
.rate-bar ul li:nth-child(3) .rate-block {
	margin-top:-15px;
}

/* --------------- Mortgage Landing Page Rate Bar --------------- */

.mortgage-landing.rate-bar {
    background-color: #edf2f5;
    color: #004D91;
    padding-top: 36px;
    padding-bottom: 30px;
    border: 1px solid #edf2f5;
}
.mortgage-landing.rate-bar .rate-label,
.mortgage-landing.rate-bar a:not(.btn) .rate-label {
    color: #004D91;
    border-bottom: 1px solid #19AFFA;
}
.mortgage-landing.rate-bar .rate-block-grid,
.mortgage-landing.rate-bar a:not(.btn) .rate-block-grid {
    color: #004D91;
}

/* --------------- Home Editable Area --------------- */

.home-editable-area {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.2;
    padding:6rem 0;
    background-image: url(../images/bg-home-editable-area.svg), linear-gradient(to right, #004D91, #141E4B);
    background-size: auto 85%, auto auto;
    background-position: bottom right, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    color:#fff;
}
.home-editable-area a:not(.btn) {
    color:#fff;
    text-decoration: underline;
}
.home-editable-area a:not(.btn):hover {
    text-decoration: none;
}
.home-editable-area p {
    margin-bottom: 2rem;
}

/* --------------- Interior Editable Area --------------- */

.interior-editable-area {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    padding:2rem 0;
    background-image: url(../images/bg-home-editable-area.svg), linear-gradient(to right, #004D91, #141E4B);
    background-size: auto 85%, auto auto;
    background-position: bottom right, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    color:#fff;
}
.interior-editable-area a:not(.btn) {
    color:#fff;
    text-decoration: underline;
}
.interior-editable-area a:not(.btn):hover {
    text-decoration: none;
}
.interior-editable-area p {
    margin-bottom: 2rem;
}

/* --------------- Home Content Sections --------------- */

.feature-content-section {
    padding:1.5rem 0;
}
.feature-content-section .section-image {
    height:0;
    padding-bottom:62.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#d4d8d9;
    background-size: cover;
}
.feature-content-section .section-text {
    font-size: 1.25rem;
    font-weight: 400;
    padding:1.5rem 0;
}
.feature-content-section h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: .5em;
}
.feature-content-section .section-text *:last-child {
    margin-bottom: 0;
}

.child-page-content-sections .feature-content-section .section-text-col {
    color: #fff;
    background-image: url(../images/bg-feature-content-section.svg), linear-gradient(to right, #004D91, #141E4B);
    background-size: auto 100%, auto auto;
    background-position: top right, 0% 0%;
    background-repeat: no-repeat, no-repeat;
}
.child-page-content-sections .feature-content-section .section-text {
    padding:1.5rem 20px;
    font-size: 1rem;
}
.child-page-content-sections .feature-content-section a:not(.btn) {
    color: #fff;
}
.child-page-content-sections .feature-content-section h2 {
    color:#fff;
    margin-bottom: 0.75rem;
}
.child-page-content-sections .feature-content-section h3 {
    color:#fff;
    margin-bottom: 2rem;
}

/* --------------- Footer --------------- */

.footer-bottom {
    font-size: 0.875rem;
    background-color:#fff;
    color:#525252;
    padding: 2rem 0 1rem 0;
}
.footer-bottom a {
    color:#141E4B;
    text-decoration: underline;
}
.footer-bottom a:hover {
    color:#141E4B;
    text-decoration: none;
}
.footer-text p,
.footer-text ul {
    margin-bottom:0.75rem;
}
.footer-text ul li {
    margin-bottom: 0;
}

/* Text Alert Signup */

.text-alert-signup {
    background-color: #141E4B;
    color:#fff;
    padding: 4rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
}
.text-alert-signup h2 {
    font-size: 0.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .125rem;
}

/* Social Icons */

.social-icons .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.social-icons a {
    display: block;
    color:#004D91;
    text-align: center;
    line-height: 1.5;
}
.social-icons svg {
    fill:#004D91;
    display: inline-block;
    width: 2rem;
    height: 2rem;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    fill: #141E4B;
}
.social-icons .item-Facebook a:hover svg,
.social-icons .item-Facebook a:focus svg {
    fill: #3b5998;
}
.social-icons .item-Twitter a:hover svg,
.social-icons .item-Twitter a:focus svg {
    fill: #000;
}
.social-icons .item-Instagram a:hover svg,
.social-icons .item-Instagram a:focus svg {
    fill: #c13584;
}
.social-icons .item-YouTube a:hover svg,
.social-icons .item-YouTube a:focus svg {
    fill: #ff0000;
}

/* --------------- Page Header --------------- */

.header-with-image {
    overflow: hidden;
}
.header-with-image img {
    width:200%;
    transform: translateX(-50%);
}
.child-page-header {
    margin-bottom: 40px;
    color: #fff;
    background-color: #141E4B;
    background-image: linear-gradient(to right, #141E4B, #004D91);
}
.child-page-header.header-with-image {
    background-image: none;
    background-color: transparent;
}
.child-page-header.header-with-image .page-heading {
    background-color: #141E4B;
}
/* For within CMS */
.child-page-header .image-selector-image-preview {
	z-index: 0;
}
.child-page-header .EditableImageEdit .EditableTextTitle,
.child-page-header .image-selector .control-group-inline {
    position: relative;
    z-index: 1;
}

.page-heading {
    padding:2rem 15px;
    color: #fff;
    font-size: 1.125rem;
    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: 800;
    color:#cfdce5;
    line-height: 1.2;
    margin:0.5rem 0;
}
.page-heading p {
    margin:0.5rem 0;
}
.page-heading .btn {
    margin-bottom:.25em;
}

@media (min-width: 768px) {

    .page-heading h1,
    .page-heading .page-header {
        font-size: 3rem;
    }
    .page-heading {
        font-size: 1.25rem;
    }
    .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.67vw;
    }

    /* For within CMS */
    .EditMode .header-with-image .page-heading,
    .DesignMode .header-with-image .page-heading {
        position: relative;
        transform: none;
        z-index: 1;
        background-color: #141E4B;
    }
    .EditMode .child-page-header.header-with-image,
    .DesignMode .child-page-header.header-with-image {
        background-color: #141E4B;
    }

    .header-with-image .page-heading h1,
    .header-with-image .page-heading .page-header {
        font-size: 2em;
    }
    .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) {
    .page-heading {
        font-size: 1.5rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .header-with-image .page-heading {
        font-size: 1rem;
        font-size: 1.67vw;
        padding-top:1.25rem;
    }
}
@media (min-width: 1200px) {
    .header-with-image .page-heading {
        font-size: 1.25rem;
        font-size: 1.67vw;
    }
}
@media (min-width: 1440px) {
    .header-with-image .page-heading {
        font-size: 1.5rem;
    }
}
@media (min-width: 1680px) {
    .child-page-header {
        background-size:100% auto;
    }
}

.page-content {
    margin-bottom:2.5rem;
}
.page-content-no-sidebar {
    max-width: 770px;
    margin: 0 auto 2.5rem auto;
}

/* --------------- Sidebar --------------- */

.sidebar .child-nav {
    background-color: #004D91;
    color:#fff;
    padding: 0 20px 0.75rem 20px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.sidebar .child-nav h2 {
    font-size: 1.25rem;
    font-weight: 400;
    background-color:#141E4B;
    padding: 0.875rem 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 3px solid #19AFFA;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom: 0;
}
.sidebar .child-nav ul {
    list-style: none;
    padding:0.75rem 0 0 0;
    margin:0;
}
.sidebar .child-nav li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sidebar .child-nav a {
    color:#fff;
    display: block;
    padding:.375rem 30px;
    margin-left:-20px;
    margin-right:-20px;
}
.sidebar .child-nav a:hover {
    text-decoration: none;
    background-color: rgba(0,123,189,0.3);
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted {
    color:#fff;
    background-color: #004D91;
}
.sidebar .child-nav a.CMSListMenuLinkHighlighted:hover {
    background-color: rgba(0,123,189,0.6);
}

.sb-tag-cloud {
    background-color: #004D91;
    color: #fff;
    padding: 0 20px 0.75rem 20px;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 20px;
}
.sb-tag-cloud h2 {
    font-size: 1.25rem;
    font-weight: 400;
    background-color:#141E4B;
    padding: 0.875rem 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 3px solid #19AFFA;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom: 0;
}
.sb-tag-cloud ul {
	padding: 1.5rem 0;
	margin: 0;
	list-style: none;
}
.sb-tag-cloud li {
	display: inline;
}
.sb-tag-cloud a {
	color: #fff;
}

/* Sidebar Buttons */

.sidebar-buttons:last-of-type {
    margin-bottom: 20px;
}
.sidebar-buttons ul {
    list-style: none;
    padding:0;
    margin:0;
}
.sidebar-buttons a {
    padding:.6875rem 2rem;
	font-size: 0.875rem;
    font-weight: 400;
    text-decoration:none !important;
    line-height: 1.57143;
	border:2px solid transparent;
    border-radius: 1.5625rem / 50%;
    display:block;
    width:100%;
    background-color:#004D91;
	color:#fff;
    text-align: center;
    margin-bottom: 10px;
    white-space: normal;
}
.sidebar-buttons a:hover {
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
}
.sidebar-buttons a:focus {
    outline: 0 none;
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
    box-shadow: 0 0 0 .1875rem rgba(0,123,189,0.5);
}

/* --------------- Bottom Aside --------------- */

.child-page-aside {
    background-color: #edf2f5;
    padding: 80px 0;
}
.child-page-aside h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 0.5rem;
}

/* --------------- Tabbed Content --------------- */

ul#content-tabs {
    /* .nav styles */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul#content-tabs > li a {
    /* .nav-link styles */
    display: block;
    padding: 0.5rem 1rem;
}

ul.nav-tabs,
ul#content-tabs {
	margin-bottom:1.5rem;
	padding-left:0;
	border-bottom:5px solid #004D91;
}
ul.nav-tabs > li.nav-item,
ul#content-tabs > li {
	text-indent:0;
    padding-left:0;
    margin-bottom: 0;
}
ul.nav-tabs > li.nav-item:before,
ul#content-tabs > li:before {
	content:"";
	display:none;
}
ul.nav-tabs > li a.nav-link,
ul#content-tabs > li a {
    text-decoration:none;
    font-weight: 400;
    font-size: 1.125rem;
	background-color:#edf2f5;
	color:#141E4B;
	border:0 none;
    padding:10px 15px;
    margin-right:5px;
	border-radius: 5px 5px 0 0;
}
ul.nav-tabs > li a.nav-link.active,
ul.nav-tabs > li a.nav-link:hover,
ul.nav-tabs > li a.nav-link:focus,
ul#content-tabs > li.CMSListMenuHighlightedLI a,
ul#content-tabs > li a:hover,
ul#content-tabs > li a:focus {
	background-color:#004D91;
	color:#fff;
	border:0 none;
}
ul.nav-tabs > li a.nav-link.active:focus {
    outline-color: #141E4B;
}
@media (max-width: 767px) {
    ul.nav-tabs > li.nav-item,
	ul#content-tabs > li {
		width:100%;
		margin-bottom:1px;
    }
    ul.nav-tabs > li a.nav-link,
	ul#content-tabs > li a {
        display: block;
        width:100%;
    }
}

/* --------------- Accordion --------------- */

.accordion {
    margin-bottom: 1.5rem;
}
.accordion .card {
    border:1px solid #e1e4e6;
    border-radius: 0;
    box-shadow: 0 3px 0 0 #f2f2f2;
    margin-bottom: 1.25rem;
}
.accordion .card-header {
    padding:0;
    border: 0 none;
    background-color: transparent;
}
.accordion .card-header .btn-link {
    width:100%;
    background-color:transparent;
    color:#333;
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    line-height: 1.5;
    border-radius: 0;
    padding:.375rem 1.125rem .4375rem 6.25rem;
    position: relative;
    min-height: 5rem;
}
.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link[aria-expanded="true"] {
    background-color:transparent;
    color:#333;
}
.accordion .card-header .btn-link:focus,
.accordion .card-header .btn-link:hover:focus,
.accordion .card-header .btn-link[aria-expanded="true"]:focus {
    box-shadow: inset 0 0 0 2px rgba(0,77,145,1) !important;
}
.accordion .card-header .btn-link .fa-plus-circle {
    position: absolute;
    top: 1.125rem;
    left: 1.875rem;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 0 0px 0 rgba(12,166,223,0);
    transition: box-shadow .3s;
}
.accordion .card-header .btn-link:hover .fa-plus-circle {
    box-shadow: 0 0 7px 0 rgba(12,166,223,1);
    border: 1px solid #fff;
}
.accordion .card-header .btn-link svg {
    display:inline-block;
    width:2.625rem;
    height: 2.625rem;
    position: relative;
    top:0;
    fill:#004D91;
}
.accordion .card-header .btn-link[aria-expanded="false"] svg {
    fill:#004D91;
}

.accordion .card-body {
    padding-left:6.375rem;
    padding-left: calc(6.25rem + 2px);
    border:0 none;
}

/* --------------- Content Cards --------------- */

.content-card {
    padding: 24px;
    border: 1px solid #d4d8d9;
    margin:0 auto 1.5rem auto;
    box-shadow: 0 3px 0 0 #f2f2f2;
    text-align: center;
    max-width: 570px;
    height:calc(100% - 1.5rem);
}
@media (min-width: 992px) {
    .content-cards-2-up .content-card {
        max-width: 470px;
    }
    .content-cards-3-up .content-card {
        max-width: 350px;
    }
}

.content-card h2 {
    font-size:1.5rem;
    font-weight: 400;
	color:#141E4B;
    margin-bottom: 1.5rem;
}
.content-card-body {
    margin-bottom: 0.5rem;
}
.content-card-image {
    margin-bottom: 1.5rem;
}
.content-card-buttons {
    margin-top: auto;
}
.content-card-buttons .btn {
    margin-bottom: 1rem;
}

/* --------------- Site Map ---------------*/

ul.CMSSiteMapList a {
    text-decoration: none;
    border-bottom: 0 none;
}
ul.CMSSiteMapList a:hover {
    text-decoration: underline;
}
ul.CMSSiteMapList > li {
    font-size: 1.25rem;
    font-weight: 800;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1.125rem 0;
    list-style: none;
}
ul.CMSSiteMapList > li li {
    font-size: 1.125rem;
    font-weight: normal;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog .form-group {
    /* like .row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.SearchDialog .editing-form-label-cell {
    -ms-flex: 0 0 9.5rem;
    flex: 0 0 9.5rem;
    max-width: 9.5rem;
}
.SearchDialog .editing-form-value-cell {
    /* like .col */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.SearchDialog .form-group-submit .btn {
    margin-left:9.5rem;
}
.SearchDialog .btn-default,
.page-content .searchBox .btn-default {
    background-color:#004D91;
    border-color: transparent;
	color:#fff;
}
.SearchDialog .btn-default:hover,
.SearchDialog .btn-default:not(:disabled):not(.disabled).active,
.SearchDialog .btn-default:not(:disabled):not(.disabled):active,
.page-content .searchBox .btn-default:hover,
.page-content .searchBox .btn-default:not(:disabled):not(.disabled).active,
.page-content .searchBox .btn-default:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
}
.SearchDialog .btn-default:focus,
.page-content .searchBox .btn-default:focus {
    background-color: #fff;
    border-color: #004D91;
    color:#004D91;
    box-shadow: 0 0 0 .1875rem rgba(0,123,189,0.5);
}

.page-content .SearchResults h2 {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.search-result-block {
	margin-bottom:1.5rem;
}
.search-result-title a {
	font-weight: 800;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:0.875rem;
	color:#525252;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #cfdce5;
	margin-top: .5rem;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#cfdce5;
}
.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 #d4d8d9;
    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:#fff;
    color:#141E4B;
    font-weight:400;
    text-decoration:none;
	padding: 0.375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border:2px solid #141E4B;
    border-radius:.25rem;
}
.SearchResults .pager a:hover {
    color: #fff;
    background-color:#141E4B;
    border-color: #141E4B;
}
.SearchResults .pager strong {
    color: #fff;
    background-color:#141E4B;
    border-color: #141E4B;
    cursor: default;
}
.result-number {
	font-size:0.875rem;
    font-weight: 800;
    margin-left:auto;
}

/* --------------- Locations --------------- */

#BingMap_map {
    width: 100% !important;
    margin-bottom: 2rem;
}
.LocationList > span {
    display: block;
}
.locations-container-landing-page .LocationList > span .branch,
.locations-container-landing-page .LocationList > span .atm {
    display: block;
    break-inside: avoid;
    margin-bottom: 1.5rem;
}
.LocationList > span > br {
    display: none;
}
.locations-container-landing-page .LocationList h2 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .locations-container-landing-page .LocationList > span {
        columns: 2;
    }
}
@media (min-width: 768px) {
    .locations-container-landing-page  .LocationList > span {
        columns: 3;
    }
}
.office-name {
    font-weight: 800;
	font-size:1.15rem;
}

.infobox-body .atm,
.infobox-body .branch {
	background: none #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size: 1rem;
	color:#333;
	line-height: 1.5;
	width:auto !important;
	padding:0;
}
.LocationList table {
	margin-bottom:10px;
}
.LocationList th,
.infobox-body th {
	padding:5px;
	color:#141E4B;
	font-weight:800;
	text-align:left;
}
.infobox-body div.firstChild > p,
.infobox-body div.firstChild > br {
	display:none;
}

.MicrosoftMap > div:nth-of-type(2) {
    overflow:visible !important;
}
.MicrosoftMap .Infobox {
	z-index: 1021;
    border-radius: 0 !important;
}
.MicrosoftMap .Infobox .infobox-body {
    max-height: 270px !important;
}
.MicrosoftMap .Infobox .infobox-info {
    margin-right:0 !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-style:normal;
    font-weight:400;
    font-size: 1rem !important;
    color:#333 !important;
}
.MicrosoftMap .Infobox .infobox-title {
    display: none;
}
.MicrosoftMap .infobox-close {
	top:0 !important;
	right:-20px !important;
}
.MicrosoftMap .NavBar_Container {
	z-index: 998 !important;
}
.MicrosoftMap #RadialMenu {
	overflow: hidden;
}

/* --------------- Featured Products --------------- */

.featured-product {
    padding-bottom: 0.5rem;
    border-bottom:1px solid #d4d8d9;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .featured-products .featured-product:nth-child(odd) .content-col {
        -ms-flex-order: 1;
        order: 1;
    }
    .featured-products .featured-product:nth-child(odd) .image-col {
        -ms-flex-order: 2;
        order: 2;
    }
}

/* --------------- News --------------- */

.news-item {
    padding-bottom:2rem;
    border-bottom:1px solid #d4d8d9;
    margin-bottom: 3.5rem;
}
.news-item:last-child {
    padding-bottom:0;
    border-bottom:0 none;
}
.news-item-image {
    margin-bottom: 1.5rem;
}
.news-item-caption h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #141E4B;
    margin-bottom: 0;
}

/* News Pagination */

.news-pagination {
	padding:10px 0 0 0;
	border-top:1px solid #d4d8d9;
	margin-bottom:30px;
}
.news-pagination a,
.news-pagination strong {
    display:inline-block;
    background-color:#fff;
	color:#141E4B;
	font-weight:400;
    text-decoration:none;
	padding: 0.375rem 0.75rem !important;
	line-height:1;
	margin:0 0 6px 0;
    border: 2px solid #141E4B;
    border-radius: .25rem;
}
.news-pagination a:hover {
    background-color: #141E4B;
    border-color: #141E4B;
    color:#fff;
}
.news-pagination strong {
    background-color:#141E4B;
    border-color: #141E4B;
	color:#fff;
	font-weight:400;
    cursor: default;
}
.pagination-details {
    font-size: 0.875rem;
    font-weight: 800;
    margin-left: auto;
}

/* --------------- Related Articles News Teasers --------------- */

.news-item-teaser {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d4d8d9;
    margin-bottom: 1.5rem;
}
.news-item-teaser:last-child {
    border-bottom: 0 none;
}
.news-item-teaser .news-item-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5rem;
}
.news-item-teaser .news-item-image {
    width: 150px;
}
.news-item-teaser .news-item-caption {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.news-item-teaser .news-item-caption h3 {
    font-size: 1.125rem;
}
.related-articles a {
    text-decoration: underline;
}
.related-articles a:hover {
    text-decoration: none;
}

/* --------------- It's a Money Thing --------------- */

.its-a-money-thing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.its-a-money-thing > h2 {
    width: 100%;
    font-size: 1.75em;
    padding: .25em .5em;
    background-color: #004D91;
    color: #fff;
    margin-bottom: 20px;
}
.its-a-money-thing .news-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    border-bottom: 0 none;
    margin-bottom: 1em;
}

.its-a-money-thing .news-item a {
    text-decoration: none;
    color: #333;
    display: block;
    max-width: 290px;
    margin: 0 auto;
}
.its-a-money-thing .news-item h3 {
    font-size:1.25rem;
    font-weight: 400;
	color:#141E4B;
    margin-bottom: 0.125rem;
}
.its-a-money-thing .news-item a h3 {
    color:#141E4B;
}
.its-a-money-thing .news-item a:hover h3 {
    text-decoration: underline;
}
.its-a-money-thing .news-item-image {
    margin-bottom: 1em;
}

@media (min-width: 670px) {
    .its-a-money-thing .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 575px) {

}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 576px) {

}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 576px) and (max-width: 767px) {
	
}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    .columns-md-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-md-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-md-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    .feature-content-section {
        padding:0;
    }
    .feature-content-section .section-image {
        padding-bottom:0;
        height:auto;
        min-height: 309px;
    }
    .feature-content-section .section-text,
    .child-page-content-sections .feature-content-section .section-text {
        padding:2rem 30px;
    }
    .home-content-section-2 .section-image,
    .child-page-content-sections .feature-content-section:nth-child(even) .section-image {
        -ms-flex-order: 2;
        order: 2;
    }
    .home-content-section-2 .section-text-col,
    .child-page-content-sections .feature-content-section:nth-child(even) .section-text-col {
        -ms-flex-order: 1;
        order: 1;
    }

    /* Site Map */
	
	.page-content > ul.CMSSiteMapList {
		overflow: hidden;
		width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-content > ul.CMSSiteMapList > li {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        background-color: #f8f9fa;
        padding:20px;
        margin-right:2%;
    }
	
}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    :target {
        scroll-margin-top: 144px;
    }

    .header-col-left {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .header-col-right {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }

    .site-logo {
        width: 151px;
        height:110px;
        margin: 16px 30px 18px auto;
    }
    .header-row-1 {
        background-image: url(../images/bg-header-row-1-polygon.svg), linear-gradient(to right, #004D91, #141E4B);
        background-size: auto 100%, auto auto;
        background-position: top right, 0% 0%;
        background-repeat: no-repeat, no-repeat;
        height:auto;
    }
    .header-row-1::before {
        background-color:#004D91;
    }
    .top-nav {
        margin-top:0.375rem;
    }
    .top-nav a {
        color:#525252;
        font-size: 0.875rem;
    }
    .top-nav a:hover {
        text-decoration: underline;
    }
    .top-nav a.btn {
        color:#fff;
    }
    .top-nav a.btn:hover,
    .top-nav a.btn:focus {
        background-color: #fff;
        border-color: #004D91;
        color: #004D91;
        box-shadow: 0 0 0 0.1875rem rgba(255,255,255,0.5);
    } 
    .online-banking-button:hover,
    .online-banking-button:focus {
        box-shadow: 0 0 0 .1875rem rgba(255,255,255,0.5);
    }

    .online-banking-button:hover .icon-svg svg,
    .online-banking-button:focus .icon-svg svg,
    .show .online-banking-button .icon-svg svg {
        fill:#004D91;
    }

    /* --------------- Homepage --------------- */

    .homepage-row-1 {
        position: relative;
    }
    .homepage-row-1 .banking-login {
        position: absolute;
        top:50px;
        right: 72.5%;
        background-color: rgba(234,234,234,0.75);
        width: 270px;
        padding: 32px 20px 0 20px;
        border-radius: 5px;
        box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
        z-index: 1;
    }

    .feature-content-section .section-image {
        min-height: 374px;
    }
    .feature-content-section .section-text,
    .child-page-content-sections .feature-content-section .section-text {
        padding:3rem 45px;
    }

    /* Site Map */
    .page-content > ul.CMSSiteMapList > li {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        margin-right: 2%;
    }
	
}


/* ----------------------------------------------- */
/* LG Only */
/* ----------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
	
}


/* ----------------------------------------------- */
/* XL and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

    .feature-content-section .section-image {
        min-height: 450px;
    }
    .feature-content-section .section-text,
    .child-page-content-sections .feature-content-section .section-text {
        padding:4rem 70px;
    }
	
}

@media (min-width: 1680px) {

    .feature-content-section .section-image {
        min-height: 534px;
    }
	
}


/* ----------------------------------------------- */
/* MAIN NAV */
/* ----------------------------------------------- */

/* You can add the following classes to the li.dropdown parent of the div.dropdown-menu you want to affect:

dd-align-to-navbar will align the drop down to the whole navbar instead of the nav-item
dd-align-to-item-[grid-size] will override dd-align-to-navbar at larger grid-sizes to revert back to aligning to the nav-item
dd-align-right and dd-align-right-[grid size] will align the drop down to the right instead of the left
dd-align-left-[grid-size] will override dd-align-right at larger grid-sizes to revert back to aligning the drop down to the left
dd-w-[grid size]-[width in px], for example, dd-w-lg-600 would make the dropdown menu 600px wide in the LG layout. Widths are inherited by wider grid layouts.
dd-single-col if you have both mm-solo and mm-button items in the same dropdown and want them to be stacked vertically in one column instead of appearing side-by-side

Additionally, for each mega menu column, add a class of 'mm-column', and the bootstrap classes to size each column accordingly, to the LI for that column. For example: mm-column col-md-6 col-lg

*/

/* ----- basic styling ----- */

.site-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;
}
.site-main-nav li.mm-column {
    display:block;
}
.site-main-nav .mm-column li:not(.mm-button) + .mm-button {
    margin-top: 1rem;
}
.site-main-nav .mm-column li + .mm-button ~ .mm-button {
    margin-top: 0;
}
.site-main-nav .mm-hidden {
    display: none;
}

/* ----- site-specific styling ----- */

.site-main-nav .mm-column {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.site-main-nav .mm-column > a:first-child,
.site-main-nav .mm-column > h2 {
    /* mm-column heading */
    font-size: 1.0625rem;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color:#004D91;
    line-height: 1.2;
    margin-bottom:.5rem;
}
.site-main-nav .mm-column > ul > li > a:not(.btn) {
    /* regular links within mm-column */
    display: block;
    padding:5px 0;
    color: #333;
	font-weight:400;
}
.site-main-nav .mm-column .btn {
    margin-bottom: 10px;
}

/* XS, SM and MD only */
@media (max-width: 991px) {

    .is-pinned .navbar-collapse.show {
        position: fixed;
        overflow-y: auto;
        top: 95px;
        bottom: 0;
        width: 100%;
    }

    /* ----- basic styling ----- */

    .site-main-nav {
        margin-left:-15px;
        margin-right:-15px;
        padding:0;
    }
    .site-main-nav .navbar-toggler {
        width:100%;
        border:0;
        padding:10px 15px;
        text-align: left;
    }
	.site-main-nav .navbar-collapse {
        padding-left:15px;
        padding-right:15px;
    }
    .site-main-nav .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        background-color: #fff;
    }
    .site-main-nav .nav-link {
        padding-left:15px;
        padding-right: 15px;
    }

    /* ----- site-specific styling ----- */

    .site-main-nav .navbar-toggler {
        background-color: #141E4B;
        color:#fff;
        font-weight: 800;
        font-size: 1rem;
        border-radius: 0;
    }
    .site-main-nav .navbar-toggler-bars {
        float:right;
        margin-top:-.125rem;
    }
    .site-main-nav .navbar-toggler-bars svg {
        fill:#fff;
        width:1.5rem;
        height:1.714rem;
	}
    .site-main-nav .nav-link {
        font-size: 1.125rem;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-main-nav .nav-link:hover,
    .site-main-nav .nav-link:focus {
        background-color:#e2eaee;
        color:#141E4B;
    }
    .site-main-nav .nav-link:focus {
        outline:none;
    }
    .site-main-nav li.nav-item.show .nav-link {
        background-color: #004D91;
        color: #fff;
    }
    .site-main-nav .dropdown-toggle::after {
        display: inline-block;
        width:1.25rem;
        height:0.75rem;
        margin-left: 0.125rem;
        vertical-align: 0;
        content: "";
        border: 0 none;
        background: url(../images/mobile-nav-angle-down.svg) no-repeat left top transparent;
        background-size: 1.25rem 0.75rem;
    }
    .site-main-nav .dropdown-toggle[aria-expanded="true"]::after {
        background: url(../images/mobile-nav-angle-up.svg) no-repeat left top transparent;
        background-size: 1.25rem 0.75rem;
    }
    .site-main-nav .dropdown-menu {
        background-color: #fff;
        padding-top:1px;
        border:0 none;
        margin:0;
        padding-bottom: 1px;
    }
    .site-main-nav .mm-column > ul > li > a:not(.btn) {
        /* regular links within mm-column */
        display: block;
        padding:10px;
        color:#525252;
    }
    .site-main-nav .mm-column > ul > li:last-child > a:not(.btn) {
        border-bottom: 0 none;
    }
    .site-main-nav .mm-column > ul > li > a:not(.btn):hover {
        text-decoration: none;
        color:#004D91;
        background-color: #fff;
    }

}

/* LG and wider */
@media (min-width: 992px) {

    /* ----- basic styling ----- */

    .site-main-nav .navbar-nav {
        position: relative;
        z-index: 999;
    }
    .site-main-nav .dropdown-menu.row.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-main-nav .dropdown-item {
        white-space: normal;
    }
    .site-main-nav .btn {
        white-space: nowrap;
    }
    .site-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;
    }

    .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;
    }
	.dd-push-left-lg .dropdown-menu {
		left:-10rem;
	}

    /* ----- 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; }

    .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; }

    /* ----- site-specific styling ----- */

    .site-main-nav {
        width:100%;
        padding:0;
        background-color: transparent;
    }
    .site-main-nav .navbar-nav {
        width:100%;
        /*-ms-flex-pack: center;
		justify-content: center;*/
		/*-ms-flex-pack: distribute;
  		justify-content: space-around;*/
    }
    .site-main-nav .navbar-nav > li.nav-item {
        text-align: center;
    }
    .site-main-nav .navbar-nav .nav-item > a {
        /* main nav tabs */
        font-weight: 400;
        font-size: 1.3125rem;
        color:#fff;
        padding:2rem 1.25rem;
        margin:0;
        position: relative;
    }
    .site-main-nav .nav-item > a:hover,
    .site-main-nav .nav-item > a:focus {
        outline: 0 none;
    }
    .site-main-nav .nav-item > a::before {
        content:'';
        display: block;
        width:calc(100% - 1.5rem);
        height:0;
        position: absolute;
        bottom:0;
        left:.75rem;
        background-color:transparent;
        transition: height 0.3s, background-color 0.3s;
    }
    .site-main-nav .nav-item.show > a::before,
    .site-main-nav .nav-item > a:hover::before,
    .site-main-nav .nav-item > a:focus::before,
    .site-main-nav .nav-item.item-current > a::before {
        height:.25rem;
        background-color:#19AFFA;
    }
    .site-main-nav .nav-item.item-current > a:focus::before {
        height:.5rem;
        background-color:#0ca6df;
    }

    .site-main-nav .mm-column {
        margin-top: .75rem;
        margin-bottom: .75rem;
    }
    .site-main-nav .dropdown-menu {
        padding: 2rem 1rem;
        border-color: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
        background-color: #eff3f6;
    }

}

/* 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 ----- */

    .site-main-nav .navbar-nav .nav-item > a {
        /* main nav tabs */
    }

    .dd-w-xl-860 .dropdown-menu { width:860px; }
	.dd-w-xl-960 .dropdown-menu { width:960px; }
	.dd-w-xl-1060 .dropdown-menu { width:1060px; }

}

/* --------------- Animated Nav Icon --------------- */

.animated-nav-icon {
    display: block;
    width: 35px;
    height: 21px;
    position: relative;
}
.animated-nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
}
.animated-nav-icon span:nth-child(1) {
    top: 0px;
}
.animated-nav-icon span:nth-child(2),
.animated-nav-icon span:nth-child(3) {
    top: 9px;
}
.animated-nav-icon span:nth-child(4) {
    top: 18px;
}
button[aria-expanded="true"] .animated-nav-icon span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
button[aria-expanded="true"] .animated-nav-icon span:nth-child(2) {
    transform: rotate(45deg);
}
button[aria-expanded="true"] .animated-nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
}
button[aria-expanded="true"] .animated-nav-icon span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

/* ----------------------------------------------- */
/* Print styles */
/* ----------------------------------------------- */

@media print {

}

/* --------------- For CMS --------------- */

.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.EditableTextEdit .phone-number {
    border: 1px solid #cc0000;
}
.EditableTextEdit .row {
    border: 1px solid #cc0000;
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
}
.EditableTextEdit .row>p {
    width: 100%;
}
.EditableTextEdit .col,
.EditableTextEdit .col-auto,
.EditableTextEdit .col-12 {
    border: 1px dashed #cc0000;
}
.DesignMode .sr-only,
.EditableTextEdit .sr-only {
    border:1px dotted #cc0000;
    color:#cc0000;
    /* Unset sr-only styles to make visible */
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
    clip: auto;
    white-space: normal;
}
.DesignMode header,
.EditMode header {
    position: static;
}
.DesignMode #main-nav-mobile .collapse:not(.show) {
    display: block;
}