<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #434444;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #434444;
}
.container{
}
/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #00263a;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 28px;
    color: #00263a;
}
h2 {
    font-size: 22px;
    color: #00263a;
}
h3 {
    font-size: 20px;
    color: #00263a;
}
h4 {
    font-size: 18px;
}
h1.title{
    margin-top: 15px;
}
/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/
a {
    color: #1B374C;
    font-family: 'Lato', sans-serif;
}
a:hover, a:focus{
    color: ;
    text-decoration: underline;
}
/*--------------------------------------------------------
    IMAGES, Objects
--------------------------------------------------------*/
img {
    border: 0px;
}
/*--------------------------------------------------------
                        HEADER
--------------------------------------------------------*/
header#main-header {
    padding: 10px 0px 20px;
}
#logo-wrap {
    max-width: 260px;
    padding-top: 20px;
}
#logo-wrap svg {
    vertical-align: middle;
    /*max-width: 100%;*/
}
#right-side-wrap {
    text-align: right;
    margin-top: 15px;
}
@media (max-width: 1200px) and (min-width: 990px) {
    #logo-wrap {
        width: 130px;
    }
    #right-side-wrap {
        width: calc(100% - 130px);
        padding-left: 0;
    }
}
@media (max-width: 990px) and (min-width: 500px) {
    #logo-wrap {
        width: 160px;
    }
    #right-side-wrap {
        width: calc(100% - 160px);
        padding-left: 0;
    }
}
.nav-container,
#nav_menu,
#nav_menu &gt; ul {
    width: 100%;
}
#nav_menu &gt; ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #0d1b26;
}
#nav_menu &gt; ul::before,
#nav_menu &gt; ul::after {
    content: none;
}
#nav_menu &gt; ul &gt; li &gt; a {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
#social-login-wrap {
    margin-bottom: 15px;
}
.login-wrap {
    margin-left: 2ch;
    display: inline-block;
    vertical-align: middle;
}
.login-wrap a {
    background: #003876;
    color: #fff !important;
    text-align: center;
    border-radius: 3px;
    padding: 8px 14px 10px !important;
    text-decoration: none;
}
.login-wrap a:hover, .login-wrap a:focus {
    background: #003876 !important;
    color: #fff !important;
}
#nav_menu svg {
    position: relative;
    top: -.25em;
    /*margin-left: .25ch;*/
}
#right-side-wrap svg:not(#burger-menu) rect,
#mobile-menu rect {
    width: 100%;
    height: 100%;
}
/* Mobile Login */
.mobile-login {
    border: 0 !important;
}
.mobile-login a {
    background: #003876 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 8px 14px 10px !important;
    width: 130px !important;
    margin-top: 30px;
    text-align: center;
}
.mobile-login + li &gt; a {
    display: inline-block;
    margin-top: 1em;
    margin-right: .5em;
    width: unset !important;
}
/*.mobile-login + li &gt; a:nth-child(1) &gt; svg {
    background: #3C5A9A;
}
.mobile-login + li &gt; a:nth-child(2) &gt; svg {
    background: #2EA8E0;
}
.mobile-login + li &gt; a:nth-child(3) &gt; svg {
    background: #0B7CB7;
}*/
svg#burger-menu {
    width: 32px;
    height: 20px;
}
.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------
                    Search Bar
--------------------------------------------------------*/

#search-login-wrap {
    display: inline-block;
}
#search-wrap {
    display: inline-block;
    vertical-align: middle;
}
#search-input {
    max-width: 260px;
    display: inline-block;
    vertical-align: middle;
    color: #4a4f57;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #search-input {
            max-width: 210px;
            margin-right: 20px;
        }
    }
    @media (max-width: 380px) {
        #search-input {
            max-width: 180px;
        }
    }
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 2px solid #fff;
}
#search-input ::-webkit-input-placeholder {
   color: #4a4f57;
}

#search-input :-moz-placeholder { /* Firefox 18- */
   color: #4a4f57;  
}

#search-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #4a4f57;  
}

#search-input :-ms-input-placeholder {  
   color: #4a4f57;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #4a4f57;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0px 12px;
}
#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 2px 10px 0px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #003876;
    background: #fff;
    border-radius: 3px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 15px;
    width: 260px;
    border-bottom: 0px !important;
}
li.mobile-search-wrap a {
    border-bottom: 0px !important;
}
li.mobile-search-wrap .input-group.search-input-wrap {
    border: 1px solid #bcb2d8;
    background: #fff;
}
/*li.mobile-search-wrap .icon-search:before {
    content: url(../images/mobile-search-icon.png);
}*/
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 0px 12px;
    font-weight: normal;
}
.mobile-search-wrap ::-webkit-input-placeholder {
   color: #4a4f57;
}

.mobile-search-wrap :-moz-placeholder { /* Firefox 18- */
   color: #4a4f57;  
}

.mobile-search-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #4a4f57;  
}

.mobile-search-wrap :-ms-input-placeholder {  
   color: #4a4f57;  
}
.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mobile-search-wrap button:hover, .mobile-search-wrap button:focus {
    background: transparent;
    color: transparent;
}


/* Social Media Icons */


.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}
    @media (min-width: 1200px) {
        .social-media-wrap {
            display: inline-block !important;
        }   
    }
.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-wrap ul&gt;li {
    float: left;
    position: relative;
    display: block;
    margin-right: 9px;
}
.social-media-wrap ul&gt;li:last-child {
    margin-right: 0px;
}
.social-media-wrap svg {
    width: 30px;
    height: 30px;
}


/* Mobile Social Media */

.mobile-sm-wrap svg {
    width: 30px;
    height: 30px;
}
li.mobile-sm-wrap {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}
    @media (max-width: 767px) {
        li.mobile-sm-wrap {
            display: inline-block !important;
        }
    }
li.mobile-sm-wrap a {
    border-bottom: 0px !important;
    padding: 0px !important;
    margin-right: 5px;
}

/*--------------------------------------------------------
                    Desktop Navigation
--------------------------------------------------------*/
.navbar-nav&gt;li a{
    color: ;
    font-family: ;
}
.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
}
/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/
/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
.slideshow-wrap {
    margin-bottom: 0px;
}
.slideshow-wrap .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
.slideshow-wrap a {
    text-decoration: none;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 43px;
    width: 43px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(28,143,104,.3);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 43px;
    width: 43px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(28,143,104,.3);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 110px;
        }
    }
    @media (max-width: 767px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 100px;
        }
    }
.carousel-control:hover {
    background: rgba(28,143,104,1) !important;
}
.carousel-control svg {
    width: 10px;
    height: 18px;
    margin-top: 11px;
}
.carousel-caption {
    display: none;
    position: absolute;
    z-index: 10;
    background: transparent;
    padding: 0px;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            border: none;
        }
    }
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(255,255,255,.7);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel-indicators {
    bottom: 10px;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 7px;
    display: none;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-left: 8px;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #edad39;
    border: 1px solid #edad39;
    border-radius: 10px;
}
@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
p.caption-text {
    display: none;
    /*display: block;*/
    font-size: 26px;
    font-weight: 600;
    color: #282561;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-bottom: 1px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.2em;
    line-height: normal;
    padding: 5px 0px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        p.caption-text {
            max-height: 3em;
        }
    }
    @media (max-width: 767px) {
        p.caption-text {
            max-height: 3em;
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            font-size: 20px;
            max-height: 2.9em;
        }
    }
p.alt-text {
    display: none;
    /*display: inline-block;*/
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
    font-weight: 500;
}
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    text-decoration: none;
}
/*----------------End Slideshow------*/
/*---------- news_feed_pages function ----*/
div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}
div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}
div#news-button-container:active{   
    margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius:5px;
    margin: 0px;
}
div.nb-number:hover {
    opacity:0.7; /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}
div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity:0.6;
    border-width:2px 0px 0px 2px; 
}
div.nb-selected {   
    /* style the selected button */
    opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}
/*---------- END: news_feed_pages ----*/
/*----------------------------------Primary-Content*/
/*--------------------------------------------------------
    CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/
.btn-wrap {
    margin-top: 30px;
}
.btn-wrap a {
    background: #003876;
    color: #fff;
    border-radius: 2px;
    padding: 9px 11px;
    text-decoration: none;
    margin-top: 10px;
}
/* Welcome Section */
#welcome-section-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}
#welcome-section-wrap p {
    line-height: 26px;
}
/* Upcoming Events */
#events-section-wrap h2 {
    padding-bottom: 17px;
}
.event-content {
    padding-bottom: 10px;
    cursor: pointer;
}
.event-date-wrap {
    background: #dadde0;
    border: 1px solid #c0c3c4;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 15px 0px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 5px;
    max-width: 82px;
    border-radius: 2px;
}
.event-date {
    color: #00263a;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 38px;
}
.event-month {
    color: #00263a;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px);
    margin-top: 5px;
}
#event-container {
    padding-left: 0px;
    margin-left: -15px;
}
h3.event-title {
    font-weight: normal;
    padding: 0;
}
.event-item.ev-highlight a.ev-title-link {
    text-decoration: underline;
}
a.ev-title-link {
    color: #003876;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    text-decoration: none;
}
.event-item.ev-highlight a.ev-title-link:hover, a.ev-title-link:hover {
    color: #003876;
    text-decoration: underline;
}
p.event-blurb {
    padding-top: 10px;
    color: #3b4256;
    line-height: 21px;
}
/* Facebook Section */
#fb-section-wrap {
    margin-bottom: 50px;
}
#fb-section-wrap .fb-page.fb_iframe_widget {
    border: 1px solid #c4d1d6;
    border-top: 0px !important;
}
/* Quick Links Section */
#quicklinks-section-wrap ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}
#quicklinks-section-wrap ul li {
    list-style: none;
    padding-left: 0px;
    color: #003876;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
#quicklinks-section-wrap ul li a {
    color: #003876;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
#quicklinks-section-wrap ul li a:hover, #quicklinks-section-wrap ul li a:focus {
    color: #003876;
    text-decoration: underline;
}
#quicklinks-section-wrap ul li:before {
    content: "";
    display: block;
    left: -1.2em;
    position: relative;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: #a8a8a8;
    border: none;
    border-radius: 2px;
    top: 1em;
}
/* Sponsors Section */
#sponsors-section-wrap {
    padding: 50px 0px 30px;
}
#sponsors-section-wrap h2 {
    padding-bottom: 20px;
}
#sponsors-section-wrap .carousel img {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}
 
/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#subpage {
    min-height: calc(100vh - 268px);
    padding-top: 30px;
    padding-bottom: 40px;
}
/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 280px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
.login-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
.login-form input[type="submit"] {
    background: #003876;
    border: 1px solid #003876;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 18px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #003876;
    border: 1px solid #003876;
    text-decoration: none;
}
.login-form a {
    color: #282561;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #652c8b;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #282561;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
h4#myModalLabel {
    color: #00263a;
    font-size: 21px;
    padding-bottom: 0px;
}
/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/
footer#main-footer {
    margin-top: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
footer#main-footer p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
footer#main-footer a, footer#main-footer p a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.footer-wrapper {
    background: #0d1b26;
    padding: 28px 0px 72px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
    @media (max-width: 767px) {
        .footer-wrapper {
            padding: 28px 0px 97px;
        }
    }
    @media (max-width: 350px) {
        .footer-wrapper {
            padding: 28px 0px 142px;
        }
    }
/*--------------------------------------------------------
    UTILITIES
--------------------------------------------------------*/
/*----------- MEDIA QUERY --------------------*/
@media (max-width: 1200px) {
    .carousel-wrap, .carousel-indicators {
        max-width: 970px;
    }
}
@media (min-width: 1000px) {
    .container {}
}
@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
}
@media (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .login-sm-wrap, .mobile-search-menu {
        display: inline-block !important;
    }
    #mobile-menu-col {
        top: 0px !important;
    }
}
@media (min-width: 560px) and (max-width: 767px) {
    #fb-section-wrap, #quicklinks-section-wrap {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .container {}
    #right-section-wrap {
        margin-top: 50px;
    }
    #sponsors-section-wrap .carousel .item {
        margin-bottom: 20px;
    }
    #sponsors-section-wrap .carousel img {
        text-align: center;
        margin: 0 auto;
    }
    footer#main-footer .text-left, footer#main-footer .text-right {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .container {}
}
/* Safari Browser */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, div {
    }
}
/* Internet Browser */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}</pre></body></html>