@charset "UTF-8";
html, body {
	margin: 0; padding: 0; background-color: #ffffff; color: #000000; font-size: 16px; line-height: 1em; font-weight: normal; font-style: normal; 
	font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif; scroll-behavior: smooth;
}

/* MAX WIDTHS */
.max-width, 
.max-width-1600, 
.max-width-padded {width: 100%; max-width: 1600px; margin: 0 auto; display: block; clear: both; box-sizing: border-box;}
.max-width-1280 {width: 100%; max-width: 1280px; margin: 0 auto; position: relative; display: block; clear: both; box-sizing: border-box;}
.max-width-1180 {width: 100%; max-width: 1180px; margin: 0 auto; position: relative; display: block; clear: both; box-sizing: border-box;}
.max-width-1080 {width: 100%; max-width: 1080px; margin: 0 auto; position: relative; display: block; clear: both; box-sizing: border-box;}
@media ( max-width: 1700px ) {.max-width, .max-width-1600, .max-width-padded {padding-left: 4%; padding-right: 4%;}}
@media ( max-width: 1380px ) {.max-width-1280 {padding-left: 4%; padding-right: 4%;}}
@media ( max-width: 1280px ) {.max-width-1180 {padding-left: 4%; padding-right: 4%;}}
@media ( max-width: 1180px ) {.max-width-1080 {padding-left: 4%; padding-right: 4%;}}

/* GENERAL */
p, ul, ol, table {font-size: 20px; line-height: 1.4em; font-weight: normal;}
p {margin: 0 0 28px 0;}
ul {list-style-type: disc; padding-left: 20px; margin: 0 0 28px 0;}
ul ul {list-style-type: circle;}
a {color: #074a87; text-decoration: underline;}
a:hover, a:focus {color: #0D76D5; text-decoration: underline;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
sup {position: relative; vertical-align: baseline; font-size: 0.6em; top: -0.6em; line-height: 0;}
sub {line-height: 1em;}
hr {border: 0; height: 1px; background: #e7edf2; margin: 40px 0;}
iframe {width: 100% !important; max-width: 100%; display: inline-block;}

/* HEADINGS */
h1, 
.primary h1   {color: #081854; font-size: 18px; line-height: 1.1em; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0; padding: 0;}
.secondary h1 {color: #f6d50f; font-size: 24px; line-height: 1.1em; font-weight: 300; text-transform: none; margin: 0; padding: 0;}

h2, 
.primary h2   {color: #081854; font-size: 40px; line-height: 1.1em; font-weight: bold; margin: 0 0 20px 0;}
.secondary h2 {color: #074a87; font-size: 40px; line-height: 1.1em; font-weight: bold; margin: 0 0 20px 0;}

h3, 
.primary h3   {color: #074a87; font-size: 24px; line-height: 1.1em; font-weight: bold; margin: 0 0 20px 0;}
.secondary h3 {color: #074a87; font-size: 24px; line-height: 1.1em; font-weight: bold; margin: 0 0 20px 0;}

@media (max-width: 1340px) {
    h1, 
    .primary h1   {font-size: 17px;}
    
    h2, 
    .primary h2   {font-size: 38px; margin: 0 0 19px 0;}
}
@media (max-width: 1040px) {
    h1, 
    .primary h1   {font-size: 17px;}
    
    h2, 
    .primary h2, 
    .secondary h2 {font-size: 36px; margin: 0 0 18px 0;}
}
@media (max-width: 820px) {
    h1, 
    .primary h1   {font-size: 16px;}
    
    h2, 
    .primary h2, 
    .secondary h2 {font-size: 34px; margin: 0 0 17px 0;}
    
    h3, 
    .primary h3,
    .secondary h3 {font-size: 22px;}
}
@media (max-width: 660px) {
    h1, 
    .primary h1   {font-size: 15px;}
    
    h2, 
    .primary h2, 
    .secondary h2 {font-size: 30px; margin: 0 0 16px 0;}
    
    h3, 
    .primary h3,
    .secondary h3 {font-size: 20px;}
}
@media (max-width: 520px) {
    h1, 
    .primary h1   {font-size: 14px;}
    
    h2, 
    .primary h2, 
    .secondary h2 {font-size: 28px; margin: 0 0 15px 0;}
}

/* BUTTONS */
.oval-button, .hex-000000-button {
    display: inline-block; color: #fff; background-color: #000; padding: 12px 42px; border: 0; border-radius: 25px; 
    font-size: 24px; line-height: 1em; font-weight: bold; text-decoration: none; box-sizing: border-box; max-width: 100%;
}
    
.yellow-button, .hex-f6d50f-button {
    display: inline-block; background-color: #f6d50f; color: #074a87; padding: 12px 42px; border: 0; border-radius: 25px; 
    font-size: 24px; line-height: 1em; font-weight: bold; text-decoration: none; box-sizing: border-box; max-width: 100%;
}

.blue-button, .hex-074a87-button {
    display: inline-block; color: #fff; background-color: #074a87; padding: 12px 42px; border: 0; border-radius: 25px; 
    font-size: 24px; line-height: 1em; font-weight: bold; text-decoration: none; box-sizing: border-box; max-width: 100%;
}

.navy-button, .hex-081854-button {
    display: inline-block; color: #fff; background-color: #081854; padding: 12px 42px; border: 0; border-radius: 25px; 
    font-size: 24px; line-height: 1em; font-weight: bold; text-decoration: none; box-sizing: border-box; max-width: 100%;
}

    .oval-button:hover, .oval-button:focus, 
    .hex-000000-button:hover, .hex-000000-button:focus,
    .yellow-button:hover, .yellow-button:focus, 
    .hex-f6d50f-button:hover, .hex-f6d50f-button:focus, 
    .blue-button:hover, .blue-button:focus, 
    .hex-074a87-button:hover, .hex-074a87-button:focus, 
    .navy-button:hover, .navy-button:focus, 
    .hex-081854-button:hover, .hex-081854-button:focus {color: #074a87; background-color: #fff; text-decoration: none; box-shadow: 0 0 0 1px #ccc;}

.arrow-button {
    display: inline-block; background-color: transparent; color: #074a87; border: 0; border-radius: 0; padding: 0 34px 0 0;
    font-size: 16px; line-height: 24px; font-weight: bold; text-decoration: none;
    background: url("/assets/img/arrow-right.svg") no-repeat right center;
}
    .arrow-button:hover, .arrow-button:focus {color: #0D76D5; text-decoration: none;}

@media (max-width: 1400px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 23px;}
}
@media (max-width: 1300px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 23px; padding: 11px 41px;}
}
@media (max-width: 1200px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 22px;}
}
@media (max-width: 1100px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 22px; padding: 10px 40px;}
}
@media (max-width: 1000px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 21px;}
}
@media (max-width: 900px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 21px; padding: 9px 34px;}
}
@media (max-width: 800px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 20px;}
}
@media (max-width: 700px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 20px; padding: 8px 28px;}
}
@media (max-width: 600px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 19px;}
}
@media (max-width: 500px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 19px;}
}
@media (max-width: 400px) {
    .oval-button, .hex-000000-button, 
    .yellow-button, .hex-f6d50f-button, 
    .blue-button, .hex-074a87-button, 
    .navy-button, .hex-081854-button {font-size: 18px;}
}

/* IMAGES */
img {max-width: 100%; height: auto; border: 0;}
.image {display: block; text-align: center;}
.image img {display: inline-block; margin: 0 auto;}

/* VIDEOS */
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;} 
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* modal / venobox */
.vbox-inline, .vbox-figlio {height: auto !important; box-shadow: none !important; background: none !important; overflow: hidden !important;}
.vbox-inline video {width: 100%; height: auto; max-width: 100%; display: block;}
.vbox-overlay {cursor: pointer;}
.vbox-close {opacity: 0 !important;}
.vbox-inline .overlay-closer-x {width: 100%; text-align: right; position: absolute; top: 0; right: 0;}
.vbox-inline .overlay-closer-x .vbox-close {
	display: inline-block; font-size: 25px !important; width: auto; height: auto; line-height: 1em; color: #fff !important; font-weight: normal; position: absolute !important; 
	top: 0; right: 4%; cursor: pointer; opacity: 1 !important; background: none; padding: 0; margin: 0; text-align: right;
}
.vbox-inline .overlay-instructions {text-align: right; color: #ccc; font-size: 14px; line-height: 1em; padding: 10px 0 0 0;}

/* SECTION PADDING */
.section-padding {padding-top: 70px; padding-bottom: 70px;}

/* WHITE SECTION */
.white-section {display: block; background-color: #ffffff; padding: 70px 0;}
.white-section .section-heading,
.white-section .section-text {display: block; box-sizing: border-box; /*padding: 0 4%;*/}
.white-section p {font-size: 20px;}
p.disclosure, .disclosure p, .white-section .disclosure p, .white-section p.disclosure,
p.disclosures, .disclosures p, .white-section .disclosures p, .white-section p.disclosures {font-size: 16px; margin: 0 0 22px 0;}

.white-section-feature {display: block;}
.white-section-text {display: block;}

/* GRAY SECTION */
.gray-section {display: block; background-color: #e7edf2; padding: 70px 0;}
.gray-section .section-heading,
.gray-section .section-text {display: block; box-sizing: border-box; /*padding: 0 4%;*/}
.gray-section p {font-size: 20px;}

@media (max-width: 1300px) {
    .section-padding {padding-top: 65px; padding-bottom: 65px;}
    .white-section,
    .gray-section {padding-top: 65px; padding-bottom: 65px;}
}
@media (max-width: 1100px) {
    .section-padding {padding-top: 60px; padding-bottom: 60px;}
    .white-section,
    .gray-section {padding-top: 60px; padding-bottom: 60px;}
    
    .white-section p, 
    .gray-section p {font-size: 19px;}
}
@media (max-width: 1000px) {
    .section-padding {padding-top: 55px; padding-bottom: 55px;}
    .white-section, 
    .gray-section {padding-top: 55px; padding-bottom: 55px;}
    
    .white-section p, 
    .gray-section p {font-size: 19px;}
}
@media (max-width: 900px) {
    .section-padding {padding-top: 50px; padding-bottom: 50px;}
    .white-section, 
    .gray-section {padding-top: 50px; padding-bottom: 50px;}
    
    .white-section p, 
    .gray-section p {font-size: 18px;}
    
    .white-section .max-width {padding-left: 0%; padding-right: 0%;}
}
@media (max-width: 700px) {
    .white-section p, 
    .gray-section p {font-size: 17px;}
}
@media (max-width: 500px) {
    .white-section p, 
    .gray-section p {font-size: 16px;}
}

/* LOCATIONS & HOURS */
.location-row-topper {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: nowrap; margin: 0 0 30px 0;}
.location-row {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: nowrap; margin: 0 0 80px 0;}
    .location-row-col {display: inline-block; width: 33.3333%; color: #000; font-size: 24px; line-height: 1.3em; font-weight: 300; padding-right: 3%; box-sizing: border-box;}
        .location-row-col:nth-child(1) {width: 37.3333%; padding-right: 3%;}
        .location-row-col:nth-child(2) {width: 31.3333%; padding-right: 3%;}
        .location-row-col:nth-child(3) {width: 31.3333%; padding-right: 0;}
    .location-row-col p {color: #000; font-size: 24px; line-height: 1.3em; font-weight: 300; margin: 0; padding: 0;}
        .location-title {
            display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center; width: 100%;
            color: #074A87; font-size: 32px; line-height: 1em; font-weight: bold; padding: 0; margin: 0 0 20px 0;
        }
            .location-title svg, .location-title img {display: inline-block; width: 33px;}
            .location-title span {display: inline-block; margin-left: 25px;}
        .location-atm   {
            display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;
            color: #074A87; font-size: 24px; line-height: 45px; font-weight: bold; padding: 0; margin: 0 0 20px 0;
        }
            .location-atm svg, .location-title img {display: inline-block;}
            .location-atm span {display: inline-block; margin-left: 10px;}
        .location-holder{color: #074A87; font-size: 24px; line-height: 45px; font-weight: bold; padding: 0; margin: 0 0 20px 0;}
        
        .location-address {margin: 0 0 10px 0;}
            .location-links a {color: #000; text-decoration: underline; font-weight: 300; display: block;}
                .location-links a:hover, .location-links a:focus {color: #0D76D5; text-decoration: underline;}
        .location-lobby-hours strong, .location-lobby-hours p strong, 
        .location-drive-thru-hours strong, .location-drive-thru-hours p strong {font-weight: 400;}
        .hours-header {font-weight: 700; margin: 0 0 10px 0;}
.location-row-topper .location-row-col {border-bottom: 1px solid #000;}

@media (max-width: 1600px) {
    .location-row-col, .location-row-col p {font-size: 23px;}
    .location-row-col:nth-child(1) {width: 36.3333%; padding-right: 2%;}
    .location-row-col:nth-child(2) {width: 32.3333%; padding-right: 2%;}
    .location-row-col:nth-child(3) {width: 32.3333%; padding-right: 0;}
    .location-title {font-size: 30px;}
}
@media (max-width: 1500px) {
    .location-row-col, .location-row-col p {font-size: 22px;}
    .location-row-col:nth-child(1) {width: 34.3333%; padding-right: 1.75%;}
    .location-row-col:nth-child(2) {width: 33.3333%; padding-right: 1.75%;}
    .location-row-col:nth-child(3) {width: 33.3333%; padding-right: 0;}
    .location-title {font-size: 28px;}
}
@media (max-width: 1400px) {
    .location-row-col, .location-row-col p {font-size: 21px;}
    .location-row-col:nth-child(1) {width: 35.3333%; padding-right: 1.5%;}
    .location-row-col:nth-child(2) {width: 33.3333%; padding-right: 1.5%;}
    .location-row-col:nth-child(3) {width: 33.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 24px;}
    .location-title span {margin-left: 22px;}
}
@media (max-width: 1300px) {
    .location-row-col, .location-row-col p {font-size: 21px;}
    .location-row-col:nth-child(1) {width: 35.3333%; padding-right: 1.5%;}
    .location-row-col:nth-child(2) {width: 33.3333%; padding-right: 1.5%;}
    .location-row-col:nth-child(3) {width: 33.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 23px;}
    .location-title span {margin-left: 20px;}
}
@media (max-width: 1200px) {
    .location-row-col, .location-row-col p {font-size: 20px;}
    .location-row-col:nth-child(1) {width: 35.3333%; padding-right: 1%;}
    .location-row-col:nth-child(2) {width: 32.3333%; padding-right: 1%;}
    .location-row-col:nth-child(3) {width: 32.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 22px;}
    .location-title span {margin-left: 18px;}
}
@media (max-width: 1100px) {
    .location-row-col, .location-row-col p {font-size: 19px;}
    .location-row-col:nth-child(1) {width: 37.3333%; padding-right: 1%;}
    .location-row-col:nth-child(2) {width: 31.3333%; padding-right: 1%;}
    .location-row-col:nth-child(3) {width: 31.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 21px;}
    .location-title span {margin-left: 15px;}
}
@media (max-width: 1000px) {
    .location-row-col, .location-row-col p {font-size: 18px;}
    .location-row-col:nth-child(1) {width: 39.3333%; padding-right: 1%;}
    .location-row-col:nth-child(2) {width: 30.3333%; padding-right: 1%;}
    .location-row-col:nth-child(3) {width: 30.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 20px;}
    .location-title span {margin-left: 12px;}
}
@media (max-width: 900px) {
    .location-row-col, .location-row-col p {font-size: 18px;}
    .location-row-col:nth-child(1) {width: 38.3333%; padding-right: 2%;}
    .location-row-col:nth-child(2) {width: 31.3333%; padding-right: 2%;}
    .location-row-col:nth-child(3) {width: 31.3333%; padding-right: 0;}
    .location-title, 
    .location-atm {font-size: 20px;}
    .location-title span {margin-left: 12px;}
}
@media (max-width: 800px) {
    .location-row-col, .location-row-col p {font-size: 17px;}
    .location-row-col:nth-child(1) {width: 46.3333%; padding-right: 2%;}
    .location-row-col:nth-child(2) {width: 28.3333%; padding-right: 2%;}
    .location-row-col:nth-child(3) {width: 28.3333%; padding-right: 0;}
    .location-title span {margin-left: 10px;}
}
@media (max-width: 800px) {
    .location-row-topper {flex-wrap: wrap; margin: 0 0 30px 0; justify-content: space-between;}
    .location-row {flex-wrap: wrap; margin: 0 0 80px 0;}
        .location-row-col {width: 100%; font-size: 24px; padding-right: 0%;}
            .location-row .location-row-col:nth-child(1) {width: 100%; padding-right: 0%; margin-bottom: 20px;}
            .location-row .location-row-col:nth-child(2) {width: 100%; padding-right: 0%; margin-bottom: 20px;}
            .location-row .location-row-col:nth-child(3) {width: 100%; padding-right: 0;}
            .location-row-topper .location-row-col {width: auto;}
            .location-row-topper .location-row-col:nth-child(1) {width: 70%;}
            .location-row-topper .location-row-col:nth-child(2) {width: 30%; text-align: right;}
            .location-row-topper .location-row-col:nth-child(3) {display: none;}
        .location-row-col p {font-size: 24px;}
            .location-title {font-size: 32px;}
                .location-title span {margin-left: 25px;}
            .location-atm {font-size: 24px; display: inline-flex;}
            .location-holder{display: none;}
    .location-row-topper .location-row-col {border-bottom: 1px solid #000;}
}
@media (max-width: 500px) {
    .location-row-topper {margin: 0 0 20px 0;}
    .location-row {flex-wrap: wrap; margin: 0 0 70px 0;}
        .location-row-col {font-size: 18px;}
            .location-row .location-row-col:nth-child(1) {width: 100%; padding-right: 0%; margin-bottom: 20px;}
            .location-row .location-row-col:nth-child(2) {width: 100%; padding-right: 0%; margin-bottom: 20px;}
            .location-row .location-row-col:nth-child(3) {width: 100%; padding-right: 0;}
            .location-row-topper .location-row-col:nth-child(1) {width: 100%;}
            .location-row-topper .location-row-col:nth-child(2) {width: 100%; text-align: left;}
        .location-row-col p {font-size: 18px;}
            .location-title {font-size: 24px; padding-bottom: 20px; border-bottom: 1px solid #000;}
                .location-title span {margin-left: 20px;}
            .location-atm {font-size: 20px; margin: 0;}
    .location-row-topper .location-row-col {border-bottom: 0;}
}

/* HEADER */
header, .header {
    display: block; background-color: #fff; color: #074A87; position: sticky; top: 0; left: 0; z-index: 9900;
    -webkit-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 0.2); -moz-box-shadow: 0 6px 6px -6px rgb(0 0 0 / 0.2); box-shadow: 0 6px 6px -6px rgb(0 0 0 / 0.2);
    width: 100%; height: auto; padding: 16px 0 0 0; margin: 0;
}
	/* utility nav */
	.header-utility {
		top: 18px; left: 0; padding: 0 4%; text-align: right; width: 100%; box-sizing: border-box; display: block; z-index: 9999; position: absolute; 
	}
		.header-utility ul {
		    display: inline-flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center; 
            color: #074A87; font-size: 15px; line-height: 1em; font-weight: 500; padding: 0; margin: 0; list-style: none;
		}
		.header-utility ul li {display: inline-block; padding: 0 10px; border-right: 1px solid #074A87; margin: 0;}
		.header-utility ul li:first-child {padding-left: 0; margin-left: 0;}
		.header-utility ul li:last-child {padding-right: 0; margin-right: 0; border-right: 0;}
		.header-utility ul li a {color: #074A87; font-size: 15px; line-height: 1em; font-weight: 500; text-decoration: none; padding: 0; margin: 0;}
		.header-utility ul li a:hover, 
		.header-utility ul li a:focus {color: #0D76D5; text-decoration: none;}
		
	/* search/cta */
	.header-search-cta {position: absolute; right: 4%; bottom: 20px; display: inline-flex; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-end;}
	
	/* cta (login) */
	.header-cta {display: inline-block;}
    	.header-cta a, 
    	.login-button {
    		display: inline-flex; justify-content: center; align-items: center; flex-wrap: nowrap; background-color: #f6d50f; 
            color: #074a87; padding: 8px 60px; border: 0; border-radius: 4px; max-width: 100%; white-space: nowrap;
            font-size: 20px; line-height: 1em; font-weight: bold; text-decoration: none; box-sizing: border-box; 
    	}
    		.header-cta a:hover, .header-cta a:focus, 
    		.login-button:hover, .login-button:focus {color: #074a87; background-color: #fff; text-decoration: none; box-shadow: 0 0 0 1px #ccc;}
            .header-cta svg, .header-cta img, .header-cta span {display: inline-block;}
            .header-cta span {margin-left: 10px;}
        
	/* search */
	.header-search-area {display: inline-flex; margin-left: 20px;}
        .search-container-inner {
            background-color: #eeeeee; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
            width: 330px; height: 42px; max-width: 100%; margin: 0; text-align: left; border-radius: 4px; font-size: 17px; box-sizing: border-box;
        }
        #header-search-text, 
        #header-search-text-mobile {
            display: inline-block; background-color: #eeeeee; font-size: 17px; line-height: 42px; height: 42px; border-radius: 4px;
            width: 100%; padding: 0 0 0 20px; margin: 0; color: #9E9E9E; outline: 0; border: 0; box-sizing: border-box;
        }
        #header-search-button, 
        #header-search-button-mobile {
            display: inline-block; line-height: 25px; height: 25px; width: 25px; margin-right: 15px; outline: 0; cursor: pointer; border-radius: 4px; text-decoration: none; border: 0;
        }
        
	/* submenu CTAs */		
	.cta-col {display: inline-block; padding: 0 0 0 50px; border-left: 1px solid #000; position: relative;} 
        .cta-col img {float: right; margin-left: 40px; margin-bottom: 15px; max-width: 40%;}
        .cta-col h4 {color: #074a87; font-size: 26px; line-height: 1.1em; font-weight: bold; margin: 0 0 15px 0;}
        .cta-col p {font-size: 15px; line-height: 1.2em; margin: 0 0 25px 0; color: #000;}
        .cta-col a, 
        .droopmenu li ul li .cta-col a {font-size: 16px; line-height: 1em; font-weight: bold; margin: 0; color: #074A87; text-decoration: underline;}
            .cta-col a:hover, .cta-col a:focus, 
            .droopmenu li ul li .cta-col a:hover, .droopmenu li ul li .cta-col a:focus {color: #0D76D5; text-decoration: underline;}

	.children-col {padding-right: 50px; box-sizing: border-box;}

@media ( max-width: 1600px ) {
	.cta-col h4 {font-size: 22px;}
}
@media ( max-width: 1500px ) {
    .droopmenu li ul li a {font-size: 16px;}
    .droopmenu-col li:first-of-type a, .droopmenu ul.droopmenu-grid ul.droopmenu-col li:first-of-type a {font-size: 19px;}
	.cta-col h4 {font-size: 21px;}
}
@media ( max-width: 1400px ) {
    .header-cta a {padding: 8px 50px; font-size: 19px;}
    .droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 18px; padding-right: 18px;}
    .droopmenu-col li:first-of-type a, .droopmenu ul.droopmenu-grid ul.droopmenu-col li:first-of-type a {font-size: 18px;}
	.cta-col h4 {font-size: 20px;}
	.cta-col img {margin-left: 30px; max-width: 36%;}
}
@media ( max-width: 1300px ) {
    .droopmenu > li > a, .droopmenu > li > span {margin: 0 18px 20px 18px;}
    .header-cta a {padding: 8px 40px;}
    .search-container-inner {width: 305px;}
    .droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 15px; padding-right: 15px;}
    .droopmenu li ul li a {font-size: 15px;}
    .droopmenu-col li:first-of-type a, .droopmenu ul.droopmenu-grid ul.droopmenu-col li:first-of-type a {font-size: 17px;}
	.cta-col h4 {font-size: 19px;}
}
@media ( max-width: 1250px ) {
    .header-cta a {padding: 8px 35px;}
    .droopmenu > li > a, .droopmenu > li > span {margin: 0 17px 20px 17px;}
    .droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 14px; padding-right: 14px;}
    .cta-col {padding: 0 0 0 40px;} 
    .children-col {padding-right: 40px;}
}
@media ( max-width: 1200px ) {
    .header-cta a {padding: 8px 30px;}
    .header-search-area {margin-left: 15px;}
    .droopmenu > li > a, .droopmenu > li > span {margin: 0 15px 20px 15px;}
    .droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 12px; padding-right: 12px;}
	.cta-col h4 {font-size: 19px;}
	.cta-col img {display: none;}
	.cta-col {padding: 0 0 0 38px;} 
    .children-col {padding-right: 38px;}
}
@media ( max-width: 1150px ) {
	.header-cta a {padding: 8px 25px; font-size: 18px;}
    .search-container-inner {width: 300px;}
    #header-search-text, 
    #header-search-text-mobile {padding-left: 12px;}
    .droopmenu > li > a, .droopmenu > li > span {margin: 0 13px 20px 13px; font-size: 16px;}
    .droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 11px; padding-right: 11px;}
	.cta-col h4 {font-size: 18px;}
	.cta-col img {display: none;}
	.cta-col {padding: 0 0 0 35px;} 
    .children-col {padding-right: 35px;}
}
@media ( max-width: 1100px ) {
	.header-cta a {padding: 8px 22px;}
    .search-container-inner {width: 234px;}
    .cta-col {display: none;}
    .children-col {width: 100%; padding-right: 0;}
}
@media ( max-width: 1050px ) {
	.header-cta a {padding: 8px 20px; font-size: 17px;}
    .search-container-inner {width: 177px;}
    .droopmenu > li > a, .droopmenu > li > span {margin: 0 12px 20px 12px;}
}
@media ( max-width: 960px ) {
    header, .header {padding: 0; margin: 0; position: absolute;}
    body {padding-top: 94px;}
    .droopmenu-header {padding: 20px 4%;}
    .droopmenu-nav-wrap {padding-left: 4%; padding-right: 4%; box-sizing: border-box;}
	.header-utility {padding: 0 4%; box-sizing: border-box; width: 100%;}
	.header-search-cta {right: 4%;}
	
	.droopmenu > li.mobile-util {margin-top: 10px;}
	.mobile-nav-cta {margin-top: 0 !important;}
	.droopmenu > li.mobile-util > a, .droopmenu > li.mobile-util > span {font-size: 15px; font-weight: normal; border-bottom: 0; line-height: 30px;}
	.login-button-mobile {
	    display: flex !important; justify-content: center; align-items: center; text-align: center; flex-wrap: nowrap;
        background-color: #f6d50f; color: #074a87; padding: 8px 20px !important; border: 0 !important; border-radius: 4px; margin: 0 auto !important;
        max-width: 100%; white-space: nowrap; font-size: 16px !important; line-height: 1em !important; font-weight: bold !important; text-decoration: none; box-sizing: border-box;
	}
	.login-button-mobile svg, .login-button-mobile img, .login-button-mobile span {display: inline-block !important; line-height: 1em !important;}
	.login-button-mobile span {margin-left: 10px !important;}
	
	.mobile-nav-search {display: block !important; margin-top: 18px !important; margin-bottom: 18px !important; border: 0 !important;}
	.mobile-nav-search .search-container-inner {width: 100% !important;}
    #header-search-text, 
    #header-search-text-mobile {padding-left: 20px; padding-right: 20px;}
	
	.header-utility {display: none;}
	.droopmenu-extra {display: none;}
	
	.droopmenu > li > a, .droopmenu > li > span {margin: 0 !important; font-size: 16px; padding-left: 0 !important;}
	.droopmenu > li > ul.droopmenu-megamenu {border-top: 0px solid #fff !important;}
	.droopmenu .droopmenu-grid-container {padding: 10px 10px 20px 20px !important;}
	.droopmenu .droopmenu-grid-container ul.droopmenu-col {padding-left: 0 !important; padding-right: 0 !important;}
	.droopmenu .droopmenu-col li a {padding: 0;}
	.droopmenu li ul li {margin: 0 0 15px 0;}
	.droopmenu li ul li a {font-size: 14px !important; padding-left: 12px !important; border-bottom: 0 !important;}
	.droopmenu-col li:first-of-type a, .droopmenu ul.droopmenu-grid ul.droopmenu-col li:first-of-type a {font-size: 15px !important; padding-left: 0 !important;}
	.hide-placeholder-link {display: none !important;}
	.droopmenu li.mobile-util:last-child a {border-bottom: 0; padding-bottom: 20px;}
	.droopmenu > li.dmtoggle-open > a, .droopmenu li ul li.dmtoggle-open a {border-bottom: 0;}
}
@media (max-width: 767px) {
    .droopmenu-header {padding: 12px 4%;}
	.dm-nav-brand a img, .droopmenu-brand img {height: 32px; margin-top: 12px;}
	body {padding-top: 75px;}
	.droopmenu-toggle {top: 12px;}
}

/* FOOTER */
footer, .footer {display: block; background-color: #081957; color: #fff; padding: 0; margin: 0;}
footer a, footer a:hover, footer a:focus {text-decoration: none;}

.footer-slogan {display: block; width: 60%; margin: 0; padding: 0;}
.footer-slogan img {display: inline-block; max-width: 100%; height: auto; border: 0;}

.footer-row-1 {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end; padding: 20px 0; border-bottom: 1px solid #fff; box-sizing: border-box;}
    .footer-logo {width: 21%; display: inline-block;}
        .footer-logo a, .footer-logo a:hover, .footer-logo a:focus {display: inline-block; max-width: 300px;}
        .footer-logo a img {border: 0; max-width: 100%; display: inline-block;}
        
    .footer-social {width: 9%; display: inline-block;}
        .footer-social p, 
        .footer-social div {padding: 0; margin: 0; display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end;}
        .footer-social a {display: inline-flex; justify-content: center; align-items: center; border: 0; padding: 0; margin: 0 6px;}
        .footer-social a:first-of-type {margin-left: 0;}
        .footer-social a:last-of-type {margin-right: 0;}
        .footer-social img {display: inline-flex; justify-content: center; align-items: center; border: 0; padding: 0; margin: 0;}
        .footer-social a:hover img, .footer-social a:focus img {opacity: 0.6;}
        
    .footer-middle-links {width: 43%; display: inline-block; padding: 9px 0; color: #f6d50f; font-size: 16px; line-height: 1em; font-weight: 300; text-align: center;}
        .footer-middle-links ul {
            display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; 
            color: #f6d50f; font-size: 16px; line-height: 1em; font-weight: 300; padding: 0; margin: 0; list-style: none;
        }
        .footer-middle-links ul li {display: inline-block; padding: 0 15px;}
        .footer-middle-links ul li:first-child {padding-left: 0;}
        .footer-middle-links ul li:last-child {padding-right: 0;}
        .footer-middle-links ul li a {color: #f6d50f; font-size: 16px; line-height: 1em; font-weight: 300; padding: 0; margin: 0;}
            .footer-middle-links ul li a:hover, .footer-middle-links ul li a:focus {color: #fff;}
            
    .footer-other-logos {width: 23%; display: inline-block; text-align: right;}
        .footer-other-logos p, 
        .footer-other-logos div {padding: 0; margin: 0; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end;}
        .footer-other-logos img, .footer-other-logos a {display: inline-flex; justify-content: center; align-items: center; border: 0; padding: 0; margin: 0;}

.footer-row-2 {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 20px 0 40px 0;}
    .footer-copyright {display: inline-block; color: #fff; font-size: 14px; line-height: 1em; font-weight: normal;}
        .footer-copyright p {color: #fff; font-size: 14px; line-height: 1em; font-weight: normal; padding: 0; margin: 0;}
        
    .footer-bottom-links {display: inline-block; text-align: right;}
        .footer-bottom-links ul {
            display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center; 
            color: #fff; font-size: 14px; line-height: 1em; font-weight: normal; padding: 0; margin: 0; list-style: none;
        }
        .footer-bottom-links ul li {display: inline-block; padding: 0 10px; border-right: 1px solid #fff;}
        .footer-bottom-links ul li:last-child {padding-right: 0; border-right: 0;}
        .footer-bottom-links ul li a {color: #fff; font-size: 14px; line-height: 1em; font-weight: normal; padding: 0; margin: 0;}
            .footer-bottom-links ul li a:hover, .footer-bottom-links ul li a:focus {color: #f6d50f;}

@media (max-width: 1600px) {
    .footer-logo {width: 19%;}
    .footer-social {width: 10%;}
    .footer-middle-links {width: 44%;}
    .footer-other-logos {width: 24%;}
        .footer-social p, .footer-social div {justify-content: center;}
}
@media (max-width: 1500px) {
    .footer-logo {width: 18%;}
    .footer-social {width: 9%;}
    .footer-middle-links {width: 45%;}
        .footer-middle-links ul li a {font-size: 15px;}
    .footer-other-logos {width: 24%;}
}
@media (max-width: 1450px) {
    .footer-logo {width: 18%;}
    .footer-social {width: 9%;}
    .footer-middle-links {width: 45%;}
        .footer-middle-links ul li {padding: 0 13px;}
    .footer-other-logos {width: 24%;}
}
@media (max-width: 1400px) {
    .footer-logo {width: 16%;}
    .footer-social {width: 9%;}
    .footer-middle-links {width: 45%;}
        .footer-middle-links ul li {padding: 0 12px;}
    .footer-other-logos {width: 24%;}
}
@media (max-width: 1350px) {
    .footer-row-1 {flex-wrap: wrap;}
    .footer-logo {width: 27%;}
    .footer-social {width: 16%;}
    .footer-middle-links {width: 54%;}
        .footer-middle-links ul {justify-content: flex-end; width: 100%; text-align: right;}
        .footer-middle-links ul li {padding: 0 15px;}
        .footer-middle-links ul li a {font-size: 16px;}
    .footer-other-logos {width: 100%; text-align: center; margin-top: 40px; margin-bottom: 10px;}
        .footer-other-logos p, .footer-other-logos div {justify-content: center; align-items: center;}
        .footer-other-logos img, .footer-other-logos a {margin: 0 10px 10px 10px;}
}
@media (max-width: 1250px) {
    .footer-logo {width: 27%;}
    .footer-social {width: 16%;}
    .footer-middle-links {width: 54%;}
        .footer-middle-links ul li {padding: 0 14px;}
        .footer-middle-links ul li a {font-size: 15px;}
}
@media (max-width: 1150px) {
    .footer-row-1 {flex-wrap: wrap; padding: 20px 0; border-bottom: 0px;}
        .footer-logo {width: 100%; display: block; text-align: center; margin-bottom: 40px;}
        .footer-social {width: 100%; display: block; margin-bottom: 40px;}
            .footer-social p, .footer-social div {justify-content: center; align-items: flex-end;}
        .footer-middle-links {width: 100%; display: block; padding: 0; margin-bottom: 30px; text-align: center;}
            .footer-middle-links ul {flex-wrap: nowrap; justify-content: center; align-items: center; width: auto; text-align: center; display: inline-block;}
            .footer-middle-links ul li {display: inline-block; padding: 0 15px; width: auto;}
            .footer-middle-links ul li a {font-size: 16px;}
}
@media (max-width: 1050px) {
    .footer-slogan {width: 80%;}

    .footer-row-2 {flex-wrap: wrap; justify-content: center; align-items: center; padding: 0 0 40px 0;}
        .footer-copyright {display: block; margin-bottom: 20px; text-align: center; line-height: 1.3em; width: 100%;}
            .footer-copyright p {line-height: 1.3em;}
        .footer-bottom-links {display: block; text-align: center;}
            .footer-bottom-links ul {flex-wrap: wrap; justify-content: center; align-items: center;}
            .footer-bottom-links ul li {padding: 0 10px; margin-bottom: 10px;}
}
@media (max-width: 700px) {
    .footer-slogan {width: 100%;}
    
    .footer-row-1 {flex-wrap: wrap; padding: 20px 0; border-bottom: 0px;}
        .footer-logo {width: 100%; display: block; text-align: center; margin-bottom: 40px;}
        .footer-social {width: 100%; display: block; margin-bottom: 40px;}
            .footer-social p, .footer-social div {justify-content: center; align-items: flex-end;}
        .footer-middle-links {width: 100%; display: block; padding: 0; margin-bottom: 30px; text-align: center;}
            .footer-middle-links ul {flex-wrap: wrap; justify-content: center; align-items: center; width: 100%;}
            .footer-middle-links ul li {display: block; padding: 0; width: 100%; margin-bottom: 15px;}
        .footer-other-logos {width: 100%; display: block; text-align: center; margin-top: 0; margin-bottom: 10px;}
            .footer-other-logos p, .footer-other-logos div {flex-wrap: wrap; justify-content: center; align-items: flex-end;}
            .footer-other-logos img, .footer-other-logos a {margin: 0 10px 10px 10px;}
            .footer-other-logos a:first-of-type {width: 100%;}
}

/* ALIGNMENT */
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.align-left-then-right {text-align: left;}
.align-right-then-left {text-align: right;}
.align-left-then-center {text-align: left;}
.align-right-then-center {text-align: right;}
@media (max-width: 767px) {
    .align-left-then-right {text-align: right;}
    .align-right-then-left {text-align: left;}
    .align-left-then-center {text-align: center;}
    .align-right-then-center {text-align: center;}
}

/* HIDDEN */
.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}