<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MarComm CSS custom styles */
/* General styles */
 html {
	 scroll-behavior: smooth;
}
 .sticky-wrapper {
	 display: none;
}
 .background-blue {
	 background-color: #001f45;
}
 .background-gray {
	 background-color: #edf2f9;
	 color: #041e42;
}
 .background-gray p {
	 color: #041e42;
}
 .container + .fw-section {
	 background-position: 20% 70px !important;
	 background-attachment: unset !important;
}
 .logo-link {
	 z-index: 1;
}
 a.logo-link:active {
	 opacity: 0.7;
}
 a.logo-link:hover {
	 opacity: 0.8;
}
 a.reg-link {
	 color: #2F6FA7;
	 font-weight: 700;
	 text-decoration: none;
}
 a.reg-link:hover{
	 color: #041e42;
	 text-decoration: underline;
}
 @media (max-width: 1024px) {
	 .container + .fw-section {
		 background-attachment: unset !important;
	}
}
 @media (max-width: 1500px) {
	 .container + .fw-section {
		 background-position: 50% 70px !important;
	}
}
 @media (max-width: 576px) {
	 .container + .fw-section {
		 background-image: none !important;
	}
}
 .fw-section {
	 padding-top: 40px;
	 padding-bottom: 60px;
}
 .fw-section h1 {
	 color: #ffffff;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 100px;
	 font-weight: 400;
	 line-height:110px;
	 text-transform: uppercase;
	 text-align: center;
}
 .fw-section h2 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 42px;
	 font-weight: 800;
	 line-height: 54px;
	 text-align: center;
	 margin-top: 15px;
	 margin-bottom:45px;
}
 .fw-section h3 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 30px;
    font-weight: 650;
    line-height: 26px;
	 text-align: center;
}
 .fw-section h4 {
	 font-family: "Open Sans", sans-serif;
	 font-size: 18px;
	 font-weight: 800;
	 line-height: 20px;
}
 .fw-section .hl-large {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 96px;
	 font-weight: 400;
	 margin: 10px;
	 height: .9;
	 text-transform: uppercase;
	 text-align: left;
	 margin-top:0;
}
 .fw-section .hl-small {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 50px;
	 font-weight: 400;
	 margin: 10px;
	 height: 50px;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
}
 .fw-section .stat-title {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 70px;
	 font-weight: 400;
	 margin: 10px;
	 height: 54px 
}
 .fw-section p, .fw-section li {
	 font-family: "Open Sans", sans-serif;
	 font-size: 20px !important;
	 font-weight: 400;
}
 .fw-section .psmall {
	 font-family: "Open Sans", sans-serif;
	 font-size: 16px !important;
	 font-weight: 400;
	 margin: 10px;
	 height: 26px;
}
 .fw-section .btn-primary, .fw-section a.btn-primary {
	 background-color: #041e42;
	 color: #fff!important;
	 font-weight: bold;
	 text-transform: uppercase;
	 text-align: center;
	 border: none;
	 letter-spacing: 1px;
	 padding: 15px;
	 font-size: 16px;
	 margin: 12px auto 0;
	 border-radius: 6px !important;
}
 .fw-section .btn-primary:hover, .fw-section a.btn-primary:hover {
	 background-color: #ff8200;
	 color: #041e42!important;
}
 .fw-section .btn-primary-white, .fw-section a.btn-primary-white {
	 background-color: #ffffff;
	 color: #041e42!important;
	 font-weight: 800;
	 text-transform: uppercase;
	 text-align: center;
	 border: none;
	 letter-spacing: 1px;
	 padding: 15px 20px;
	 font-size: 16px;
	 margin: 12px auto 0;
	 border-radius: 6px !important;
	 letter-spacing: 2px;
}
 .fw-section .btn-primary-white:hover, .fw-section a.btn-primary-white:hover {
	 color: #041e42 !important;
	 background-color: #ff8200 !important;
	 text-decoration:none !important;
}
 .fw-section .btn-primary-orange, .fw-section a.btn-primary-orange {
	 color: #041e42;
	 background-color: #ff8200 !important;
	 text-transform: uppercase;
	 font-weight: 800;
	 text-align: center;
	 border: none;
	 letter-spacing: 1px;
	 padding: 15px 20px;
	 font-size: 16px;
	 margin: 12px auto 0;
	 border-radius: 6px !important;
	 letter-spacing: 2px;
}
 .fw-section .btn-primary-orange:hover, .fw-section a.btn-primary-orange:hover {
	 color: #041e42;
	 background-color: #ffffff !important;
	 text-decoration:none !important;
}
 .health-btn {
	 min-width: 350px;
}
 @media only screen and (max-width: 1364px) {
	 .health-btn {
		 min-width: 300px;
	}
}
 @media only screen and (max-width: 1249px) {
	 .health-btn {
		 min-width: 200px;
	}
}
 @media only screen and (max-width: 991px) {
	 .health-btn {
		 min-width: 350px;
	}
}
 .fw-shadow {
	 background-color: #ffffff;
	 border-radius: 15px !important;
	 box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
	 padding: 40px;
	 text-align: left;
	 min-height: 330px;
}
 .fw-shadow .btn-primary-orange, .fw-shadow a.btn-primary-orange {
	 display: block;
	 margin-top: 30px;
}
 .nopadding {
	 margin: 0;
	 padding: 0;
}
 .fw-section .background-blue h2 {
	 color: #ffffff;
}
 @media only screen and (max-width: 1249px) {
	 .fw-section .btn-primary-white, .fw-section a.btn-primary-white {
		 padding: 15px 20px;
	}
}
 @media only screen and (max-width: 991px) {
	 .fw-section h1 {
		 font-size: 85px;
		 line-height: 84px;
	}
	 .fw-section h2 {
		 font-size: 32px;
		 line-height: 48px;
	}
	 .fw-section h3 {
		 font-size: 18px;
		 line-height: 26px 
	}
	 .fw-section h4 {
		 font-size: 16px;
		 line-height: 24px 
	}
	 .fw-section .hl-large {
		 font-size: 55px;
	}
	 .fw-section .hl-small {
		 font-size: 45px;
	}
	 .fw-section .stat-title {
		 font-size: 60px;
		 line-height: 44px 
	}
	 .fw-section .btn-primary-white, .fw-section a.btn-primary-white {
		 font-size: 16px;
		 display: block;
		 padding: 15px;
		 letter-spacing: 1px;
	}
}
 @media only screen and (max-width: 576px) {
	 .fw-section {
		 padding-top: 20px;
		 padding-bottom: 30px;
	}
	 .fw-section h1 {
		 font-size: 45px;
		 line-height: 44px;
		 margin-bottom: 10px;
	}
	 .fw-section h2 {
		 font-size: 26px;
		 line-height: 32px;
		 margin-bottom:20px;
	}
	 .fw-section h3 {
		 font-size: 18px;
		 line-height: 24px 
	}
	 .fw-section h4 {
		 font-size: 14px;
		 line-height: 22px 
	}
	 .fw-section p, .fw-section li {
		 font-family: "Open Sans", sans-serif;
		 font-size: 18px;
		 line-height: 1.7;
	}
	 .fw-section .hl-large {
		 font-size: 45px;
	}
	 .fw-section .hl-small {
		 font-size: 40px;
	}
	 .fw-section .stat-title {
		 font-size: 44px;
		 line-height: 34px 
	}
	 .fw-section .psmall {
		 font-family: "Open Sans", sans-serif;
		 font-size: 14px !important;
		 font-weight: 400;
		 line-height: 22px;
	}
	 .fw-section .btn-primary, .fw-section a.btn-primary {
		 font-size: 16px;
		 display: block;
		 text-align: center;
		 padding: 15px;
		 letter-spacing: 1px 
	}
	 .fw-section .btn-primary-orange, .fw-section a.btn-primary-orange, .fw-section .btn-primary-white, .fw-section a.btn-primary-white {
		 font-size: 16px;
		 display: block;
		 padding: 15px;
		 letter-spacing: 1px;
	}
	 .fw-section .btn-outline, .fw-section a.btn-outline {
		 font-size: 14px;
	}
	 .fw-section .btn-outline:hover, .fw-section a.btn-outline:hover {
		 color: #041e42;
		 background-color: #ff8200 !important;
		 text-decoration:none;
	}
}
 @media only screen and (max-width: 500px) {
	 .fw-section p, .fw-section li {
		 font-size: 16px;
	}
	 ul.control-child-helper li.control-child-wrapper {
		 width: 50% !important;
	}
}
 small {
	 font-size: 91%;
}
/* Navigation Hero */
 .nav-hero-wr {
	 position: relative;
}
 .navigation {
	 background-color: #041e42;
}
 .navigation-items {
	 padding-bottom: 20px !important;
	 text-align: left;
	 padding: 0 15px 15px 0;
	 margin: 0;
}
 .w-nav {
	 position: relative;
	 z-index: 1000;
}
 .logo-link {
	 z-index: 1;
}
 a.logo-link:active {
	 opacity: 0.7;
}
 a.logo-link:hover {
	 opacity: 0.8;
}
 .w-nav-brand {
	 position: relative;
	 text-decoration: none;
	 color: #333333;
}
 .logo-image {
	 width: 390px;
	 height: auto;
}
/* Hero Banner */
 #heroB {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 overflow: hidden;
	 height: 680px;
	 padding-bottom: 80px;
	 background: linear-gradient(268deg, rgba(0, 0, 0, 0) 55%, #041e42 100%);
}
 #heroB .row {
	 margin-top: 160px;
	 margin-bottom: 100px;
}
 #heroB .herob-container {
	 color: #fff;
}
 .hb-mobile {
	 display: none;
}
 #heroB h1 {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 80px;
	 line-height: 0.9;
	 font-weight: 400;
	 color: #ffffff;
	 margin-top: 0;
	 margin-bottom: 0;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 text-align: left;
}
 #heroB h3 {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 32px;
	 line-height: 0.7;
	 color: #ffffff;
	 margin-top: 20px;
	 margin-bottom: 10px;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 text-align: left;
	 font-weight: 400;
	 text-decoration: underline #ff8200 4px;
}
 #heroB .hb-h1 {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 112px;
	 line-height: 0.9;
	 font-weight: 400;
	 color: #ff8200;
	 margin-bottom: 20px;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 text-align: left;
}
 #heroB .hb-kicker-wrapper {
	 margin-top: 60px;
	 margin-bottom: 20px;
}
 #heroB .hb-kicker {
	 font-family: "Open Sans", sans-serif;
	 font-size: 26px;
	 line-height: 1.5;
	 font-weight: 800;
	 color: #ffffff;
	 letter-spacing:1px;
	 text-align: left;
}
 #heroB .btn-primary-orange {
	 margin-top: 30px;
}
 @media only screen and (max-width: 1418px) {
	 .container + .fw-section {
		 background-position: 80% 60px !important;
	}
}
 @media only screen and (max-width: 1364px){
	 #heroB h1 {
		 font-size: 70px;
	}
	 #heroB .hb-h1 {
		 font-size: 78px;
	}
}
 @media only screen and (max-width: 1024px){
	 #heroB {
		 padding-bottom: 100px;
	}
}
 @media only screen and (max-width: 991px){
	 #heroB h1 {
		 font-size: 50px;
	}
	 #heroB .hb-h1 {
		 font-size: 56px;
	}
	 #quickLinks hr {
		 width: 100% !important;
	}
	 footer .footerLogo img {
		 max-width:150px;
	}
}
 @media screen and (max-width: 768px) {
	 #heroB {
		 display: block;
		 height: 100%; !important;
	}
	 .w-inline-block {
		 max-width: 100%;
		 display: inline-block;
	}
	 .logo-image {
		 max-width: 340px;
		 height: auto;
		 text-align: left;
		 margin-bottom: 0;
	}
	 #heroB .col-sm-10 {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 #heroB .row {
		 margin-top: 40px;
		 margin-bottom: 40px;
	}
	 #heroB .col-sm-6 {
		 min-height:0;
	}
	 #heroB .hb-kicker-wrapper {
		 margin-top: 40px;
		 margin-bottom: 20px;
	}
	 #quickLinks hr {
		 width: 100% !important;
	}
}
 @media screen and (max-width: 600px) {
	 .logo-image {
		 max-width: 280px;
		 height: auto;
		 text-align: left;
		 margin-bottom: 0;
	}
	 #quickLinks hr {
		 width: 100% !important;
	}
}
 @media screen and (max-width: 630px) {
	 #heroB h1 {
		 font-size: 46px;
	}
	 #heroB .hb-h1 {
		 font-size: 52px;
	}
	 #quickLinks hr {
		 width: 100% !important;
	}
}
 @media screen and (max-width: 576px) {
	 #heroB {
		 background: transparent;
		 padding-bottom: 0;
	}
	 #heroB .hb-mobile {
		 display: block;
		 margin: 15px auto 30px auto;
	}
	 .navigation-items {
		 padding-bottom: 0px !important;
	}
	 #heroB h1, .herob-container {
		 text-align: center;
	}
	 #heroB .col-sm-6 {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .navigation-items {
		 padding: 0 15px 15px 15px;
		 margin: 0;
	}
	 .logo-image {
		 max-width: 100%;
	}
	 #heroB .row {
		 margin-top: 40px;
		 margin-bottom: 30px;
	}
	 .banner-image {
		 margin-left: -50px !important;
		 margin-top: -50px !important;
		 max-width: 120% !important;
	}
	 #heroB h1, #heroB .hb-h1 {
		 font-size: 55px;
		 margin-top: 15px;
	}
	 #heroB h3 {
		 text-align: center;
		 line-height: 1;
	}
	 #heroB .hb-kicker {
		 font-size: 20px;
	}
	 #introSec p{
		 font-size: 18px !important;
	}
	 #quickLinks hr {
		 width: 100% !important;
	}
}
 @media screen and (max-width: 393px){
	 #heroB h1, #heroB .hb-h1 {
		 margin-top: 0;
	}
	 #heroB .hb-kicker {
		 font-size: 17px;
	}
	 #introSec p {
		 font-size: 16px !important;
	}
}
 @media screen and (max-width: 280px){
	 #heroB .row {
		 margin-top: 20px;
		 margin-bottom: 20px;
	}
	 #heroB .hb-mobile {
		 display: block;
		 margin: 20px auto;
	}
	 #heroB h1, #heroB .hb-h1 {
		 font-size: 32px;
	}
	 #introSec p {
		 font-size: 16px !important;
	}
}
/**/
/*space Section*/
 #spaceSect {
	 padding-bottom: 110px;
}
 .list-wrapper {
	 display: flex;
}
 .lw-headline {
	 text-align:center;
	 margin-top: 80px;
	 margin-bottom: 30px;
}
 .big-headline {
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-size: 90px;
	 line-height: 0.9;
	 font-weight: 700;
	 color: #041e42;
	 margin-top: 0;
	 margin-bottom: 0;
	 letter-spacing: 0;
	 text-transform: uppercase;
	 text-align: center;
}
 .list-wrapper ul {
	 padding-left: 15px;
	 font-size: 18px;
	 line-height: 1.7;
	 margin-bottom: 30px;
}
 @media only screen and (max-width: 768px) {
	 .list-wrapper {
		 display: flex;
		 flex-direction: column;
	}
	 .lw-headline {
		 margin-top: 30px;
		 margin-bottom: 50px;
	}
	 .big-headline {
		 font-size: 80px;
		 line-height: 0.9;
		 text-transform: uppercase;
	}
}
 @media only screen and (max-width: 576px) {
	 .big-headline {
		 font-size: 50px;
	}
	 .list-wrapper ul {
		 font-size: 16px;
		 margin-bottom: 20px;
	}
}
/**/
/*Explore Section*/


.explore-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ew-item {
    width: calc(25.333% - 20px); 
    margin-bottom: 30px;
    box-sizing: border-box; 
    position: relative;
    font-size: 16px;
    text-align: center;
}
.ew-item:nth-child(3n+1) {
    margin-left: 0;
}
.ew-item:nth-child(3n+3) {
    margin-right: 0;
}
.ew-photo {
    margin-bottom: 20px;
}
.ew-photo img {
    border-radius: 15px !important;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.ew-photo img:hover {
    filter: drop-shadow(0px 0px 5px #d1d1d1);
}
.ew-photo img:focus {
    filter: drop-shadow(0px 0px 5px #fff);
}
.ew-item h3 {
    text-align: left;
    margin-top: 45px;
    margin-bottom: 30px;
}
.ew-item p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .ew-item {
        width: calc(50% - 20px); /* Adjust width to fit 2 items in a row with spacing */
    }
    .disappear {
        display: none;
    
}
}

@media only screen and (max-width: 768px) {
    .explore-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .ew-item {
        width: auto;
        margin: 15px;
        text-align: center;
    }
    .ew-item h3 {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .ew-item p {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .ew-item a {
        width: 90%;
    }
}
@media only screen and (max-width: 576px) {
    .dw-link-grid {
        position: absolute;
        margin-top: 20px;
        bottom: -30px;
    }
}

/**/
/*Edge Section A Left Image*/
 #edgeSect img {
	 border-radius: 15px !important;
	 box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 15px;
}
 .image-item:hover {
	 cursor: pointer;
}
 #edgeSect p {
	 font-size: 20px;
}
 #edgeSect li{
	 font-size:24px;
}
 #edgeSect h3 {
	 line-height: 40px;
	 font-size: 34px;
	 text-align: left;
	 padding-bottom: 15px;
	 margin-top: 30px;
}
 .responsive-list {
	 list-style-type: none;
	 padding: 0;
	 display: grid;
	 grid-template-columns: repeat(3, minmax(250px, 1fr));
	/* 3 columns on larger screens */
	 gap: 10px;
	/* Adjust the gap as needed */
	 margin: 15px 0 30px 0px;
}
 p.ul-title {
	 font-weight:700 !important;
	 text-decoration:underline;
	 font-size: 20px;
}
 .responsive-list li{
	 font-size: 16px;
	 line-height:1.4;
}
 @media (max-width: 768px) {
	 #edgeSect img {
		 margin-top: 30px;
	}
	 .responsive-list {
		 grid-template-columns: repeat(2, minmax(200px, 1fr));
		/* 2 columns on tablets */
		 gap: 15px 45px;
	}
}
 @media (max-width: 480px) {
	 .responsive-list {
		 grid-template-columns: repeat(1, minmax(100px, 1fr));
		/* 1 column on mobile devices */
	}
	 p.ul-title {
		 font-weight:700 !important;
		 text-decoration:underline;
		 font-size: 18px;
	}
}
 @media only screen and (max-width: 1249px) {
	 #edgeSect h3 {
		 margin-top: 15px;
	}
}
/*Edge Section B Right Image*/
 #edgeSectB img {
	 border-radius: 15px !important;
	 box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 15px;
}
 #edgeSectB p {
	 font-size: 20px;
}
 #edgeSectB li {
	 font-size: 20px;
	 line-height: 1.7;
}
 #edgeSectB h3 {
	 line-height: 40px;
	 font-size: 34px;
	 text-align: left;
	 padding-bottom: 15px;
	 margin-top: 30px;
}
 @media only screen and (max-width: 1249px) {
	 #edgeSectB h3 {
		 margin-top: 15px;
	}
}
 @media only screen and (max-width: 991px) {
	 #edgeSectB img {
		 margin-top: 30px;
	}
}
/**/
/* Section*/
.support-section {
    padding: 20px;
}

.support-section h2 {
    margin-bottom: 15px;
}

.support-section p {
    margin-bottom: 20px;
}

/*video*/
 .embed-responsive-16by9 {
	 border-radius: 15px !important;
	 box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
/*table*/
.community-meetings {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 20px;
}

.community-meetings th, .community-meetings td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.community-meetings td {
    background-color: #ffffff;
}
.community-meetings th {
    background-color: #051d43;
    font-weight: 700;
    color: white;
}
.community-meetings td {
    font-weight: 600;
    color: #051d43;
}
/*picture gallery */
.pictureGallery .col-md-4 img {
    border-radius: 15px !important;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}  
/*note SEction*/
#noteSect {
    padding-top: 50px !important;
    font-size: 20px !important;
}
/*QANDA SEction*/

.panel-default &gt; .panel-heading {
    color: #051d43;
    background-color: #edf2f9;
    border-color: #dddddd00;
}
.panel-default {
    border-color: #00000000;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff00;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
.accWrapper .panel-heading a {
    color: #041E42;
    display: block;
    font-size: 22px;
    font-weight: 650;
    padding: 20px;
}
</pre></body></html>