<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Page Styles
================================================== */

.btn {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:14px; text-align:center;  border:2px solid #16284c; border-radius:4px; text-decoration:none;}
.btn:hover {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:14px; text-align:center;  border:2px solid #e86746; border-radius:4px; text-decoration:none;}

/* #Media Queries
================================================== */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	

	.header {width: 95%; margin:auto; height: 250px; background-image:url(../images/Header_Ipad.png); background-repeat:no-repeat; background-position:top center; background-color="#16284c"}

	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.content {width: 95%; margin:auto;}
	
	.btn {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:11px; text-align:center;  border:2px solid #16284c; border-radius:3px; text-decoration:none;}
	.btn:hover {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:11px; text-align:center;  border:2px solid #e86746; border-radius:3px; text-decoration:none;}

	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	.btn {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:11px; text-align:center;  border:2px solid #16284c; border-radius:3px; text-decoration:none;}
	.btn:hover {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:11px; text-align:center;  border:2px solid #e86746; border-radius:3px; text-decoration:none;}
	
	}
/* FDIC */
#fdic{
    background-color: white !important;
}
#fdic .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
}

#fdic .position-relative {
    position: relative !important;
}

#fdic .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#fdic .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -12px;
    margin-left: -12px;
}

#fdic .row&gt;* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 0;
}

#fdic .d-none {
    display: none !important;
}

#fdic .img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    #fdic .container {
        max-width: 540px;
    }
    #fdic .d-sm-block {
        display: block !important;
    }
    #fdic .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #fdic .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #fdic .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #fdic .container {
        max-width: 1140px;
    }
}</pre></body></html>