<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
// VALUE:COLOR_1:#27B4E0
// VALUE:COLOR_2:#0095B7
*/

/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: #545454;
}
p {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.container{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
    margin-bottom: 20px;
}
h1 { 
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

h1.title{
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #0095B7; /* REPLACE:COLOR_2 */
}
a:hover, a:focus{
	color: #27B4E0; /* REPLACE:COLOR_1 */
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
.header-wrap {
    position: relative;
    z-index: 1;
}
.subpage-wrap {
    margin-top: 110px;
}
.search-member-login-wrap {
    background: #303543;
    text-align: right;
    height: 40px;
}
.logo-nav-wrap {
    background: rgba(48, 53, 67, 0.8);
    padding: 12px 0px;
/*    height: 70px;
    margin-bottom: -70px;*/
    margin-bottom: -110px;
}
.logo-wrap {
    /*margin-bottom: -4px;*/
    padding-left: 15px;
    float: left;
}
.logo-wrap img{
/*    width: 240px;*/
    width: 170px;
}
.site-navbar-wrap .navbar-nav ul li:last-of-type a {
	padding-right: 0px;
}
/*----------------------------------Search Bar*/
#search-input-wrap {
    display: inline-block;
    max-width: 186px;
    margin-top: 5px;
    margin-bottom: 10px;
}
input.search-input {
    height: 28px;
    border: none;
    border-radius: 1px;
    padding: 0px 10px;
    padding-left: 10px;
    font-size: 17px;
    background: transparent;
    color: #fff;
    max-width: 185px;
}
input.search-input:focus {
    border-color: #178DE5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-input-wrap input::-webkit-input-placeholder { color: #fff; }
.search-input-wrap input:-moz-placeholder { color: #fff; }
.search-input-wrap input::-moz-placeholder { color: #fff; }
.search-input-wrap input:-ms-input-placeholder { color: #fff; }
.search-input-wrap button {
    height: 36px;
    padding: 5px 6px;
    border-radius: 0px 1px 1px 0px;
    border: 1px solid #fff;
    background: #232323;
}
.search-input-wrap {
    border: 1px solid #fff;
    border-radius: 1px;
    max-width: 185px;
    display: inline-block;
}
.search-input-wrap button {
    height: 28px;
    padding: 4px 5px;
    background: transparent;
    border: none;
}
.search-input-wrap button:hover {
    background: transparent;
    border: none;
}
.glyphicon-search:before {
    content: url(../images/search-icon.png);
}
#searchbox button {
    margin-top: -27px;
    float: right;
}

.member-login {
    float: right;
    margin-top: 8px;
    margin-left: 20px;
}
.member-login a, .member-login a:link, .member-login a:active {
    color: #fff;
    background: #27B4E0; /* REPLACE:COLOR_1 */
    padding: 5px 10px;
    border-radius: 2px;
	transition: .3s;
    text-decoration: none;
}
.member-login a:hover, .member-login a:hover {
	text-decoration: none;
	background-color: #0095B7; /* REPLACE:COLOR_2 */
    text-decoration: none;
}
.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}
.modal-header {
    background: #303543;
    color: #fff;
    text-align: center;    
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.login-modal .close {
    color: #fff;
    text-shadow: none;;
    opacity: .8;
}
.login-modal .close:hover, .login-modal .close:focus {
    color: #0095B7; /* REPLACE:COLOR_2 */
}
.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.modal-title, .modal-body {
    font-size: 16px;
    text-align: center;
}
.login-modal {
    font-size: 16px;
}
.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #6D6D6D;
}
.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#login a {
    text-decoration: underline;
    color: #464646;
    font-weight: 400;
}
#login a:hover, #login a:focus {
    color: #0095B7; /* REPLACE:COLOR_2 */
}
.login-modal input[type="submit"] {
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    color: #fff;
    border: 1px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    border-radius: 2px;
    padding: 3px 8px;
    margin-top: 10px;
}
.login-modal input[type="submit"]:hover, #login input[type="submit"]:focus {
    background-color: #0095B7; /* REPLACE:COLOR_2 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#mobile-toggle {
    margin-top: 12px;
    float: right;
}
/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/
.site-navbar-wrap {
    /* margin-top: -3px; */
    padding-top: 13px;
}
.site-navbar-wrap .navbar-nav {
    float: right;
}
.site-navbar-wrap #nav_menu {
/*    padding-left: 0px;*/
    padding-left: 200px;
}
.site-navbar-wrap .navbar-nav&gt;li a, .site-navbar-wrap .navbar-nav&gt;li a:link {
    color: #fff;
    background-color: transparent;
    transition: .3s;
    border-top: 1px solid transparent;
}
.site-navbar-wrap .navbar-nav li:last-of-type a {
    padding-right: 0px !important;
}
.site-navbar-wrap .navbar-nav&gt;li a:hover, .site-navbar-wrap .navbar-nav&gt;li a:focus {
	background-color: transparent;
	color: #27B4E0; /* REPLACE:COLOR_1 */
    transition: .3s;
}
.site-navbar-wrap .navbar-nav&gt;li.open a {
    background-color: #303543;
    color: #fff;
}
.site-navbar-wrap .navbar-nav&gt;li a:active {
    color: #fff;
    transition: .3s;
}
.site-navbar-wrap .navbar-nav&gt;li .dropdown-menu {
    background-color: rgba(48, 53, 67, 1);
    border: none;
    border-bottom: 2px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    padding: 0;
}
.site-navbar-wrap .navbar-nav&gt;li .dropdown-menu a {
    padding: 10px 20px;
    color: #fff;
    background-color: transparent;
}
.site-navbar-wrap .navbar-nav&gt;li .dropdown-menu a:hover, .site-navbar-wrap .navbar-nav&gt;li .dropdown-menu a:focus {
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    transition: .3s;
}
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
#main-slideshow {
    padding: 0;
    /*margin-top: -70px;*/
}
#main-slideshow .carousel-inner&gt;.item img {
    width: 100%;
}
#hero-img-wrap {
    background: url(../images/hero-bg-img.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 700px;
    margin-top: -75px;
    z-index: 0;
}
#main-slideshow .carousel-caption {
    text-align: center;
    background-color: rgba(48, 53, 67, 0.7);
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 20px;
    right: 0px;
    width: 100%;
}
#main-slideshow .carousel-caption p:first-of-type {
    letter-spacing: 1.5px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
#main-slideshow .carousel-caption p {
    margin: 0;
    margin-top: 10px;
    text-shadow: none;
}
#main-slideshow .carousel-caption a {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    border-radius: 2px;
    padding: 10px 30px;
    display: table;
    margin: auto;
    margin-top: 30px;
    text-shadow: none;
    text-transform: uppercase;
}
#main-slideshow .carousel-caption a:hover, #main-slideshow .carousel-caption a:focus {
    color: #fff;
    background-color: #0095B7; /* REPLACE:COLOR_2 */
    transition: .3s;
    text-decoration: none;
}
#main-slideshow .carousel-indicators {
    display: none;
}
.alt-text {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
/*----------------Slideshow----------*/
#slideshow1-wrap {
    padding: 0;
}
#slideshow1-wrap .carousel-control.left, #slideshow1-wrap .carousel-control.right {
    display: none;
    margin: auto;
    line-height: 0;
    height: 40px;
    left: initial;
    width: 40px;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #FDB913;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .7;
    border: 2px solid #FDB913;
    padding-top: 12px;
    border-radius: 50%;
    background-image: none;
}
#slideshow1-wrap .carousel-control.left:hover, #slideshow1-wrap .carousel-control.left:focus, #slideshow1-wrap .carousel-control.right:hover, #slideshow1-wrap .carousel-control.right:focus {
    opacity: 1;
    background: #333333;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#slideshow1-wrap .carousel-control.left {
    margin-left: 10px;
}
#slideshow1-wrap .carousel-control.right {
    margin-right: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    /*z-index: 101;*/
    color: transparent;
    text-shadow: none;
    margin: auto;
}
#slideshow1-wrap .carousel-control {
	top: ;
	width: ;
}
.carousel-control {
    top: 50%;
    top: calc( 50% - 40px );
}
#slideshow1-wrap .carousel-caption {
    display: inline-block;
    position: absolute;
    padding: 40px 0px;
    left: 66.6666666%;
    right: 0;
    top: 0;
    text-shadow: none;
    text-align: left;
    bottom: initial;
    width: 33.33333333%;
}
#slideshow1-wrap .carousel-inner .item img {
    width: 66.666667%;
    height: auto;
    float: left;
    padding: 0px 15px;
}
#slideshow1-wrap .carousel-caption p:first-of-type{
    font-size: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 10px;
}
#slideshow1-wrap .carousel-caption p:last-of-type{
    margin-bottom: 35px;
    font-weight: 300;
    text-decoration: none;
}

#slideshow1-wrap .carousel-caption a:hover p:last-of-type, #slideshow1-wrap .carousel-caption a:focus p:last-of-type {
    text-decoration: none;
}
#slideshow1-wrap .carousel-indicators {
    text-align: left;
    margin: 0;
    left: 66.666667%;
    padding: 0px 15px;
    width: 33.33333333%;
}
#slideshow1-wrap .carousel-indicators li {
    margin: 0px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    border: none;
    background-color: #fff;
}
#slideshow1-wrap .carousel-indicators li.active {
    margin: 0px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
}
#slideshow1-wrap .carousel-caption a:last-of-type {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    border-radius: 2px;
    padding: 10px 30px;
}
#slideshow1-wrap .carousel-caption a:last-of-type:hover, #slideshow1-wrap .carousel-caption a:last-of-type:focus {
    color: #fff;
    background-color: #0095B7; /* REPLACE:COLOR_2 */
    transition: .3s;
    text-decoration: none;
}
#slideshow1-wrap .carousel-caption a p {
    color: #fff;
}
#slideshow1-wrap .carousel-caption a:hover p, #slideshow1-wrap .carousel-caption a:focus p {
    color: #fff;
    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*/
/*.hero-img-wrap {
    background: url(../images/hero-bg-img.png) no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 700px;
    margin-top: -75px;
    z-index: 0;
}
.hero-img-caption-wrap {
    text-align: center;
    background-color: rgba(48, 53, 67, 0.7);
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 20px;
    right: 0px;
    width: 100%;
}
.hero-img-caption-wrap h1 {
    letter-spacing: 1.5px;
}
.hero-img-caption-wrap p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.hero-img-read-more-btn {
    display: block;
    margin-bottom: 8px;
}
a.hero-cap-readmore-btn {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-color: #27B4E0; 
    border-radius: 2px;
    padding: 10px 30px;
}
a.hero-cap-readmore-btn:hover, a.hero-cap-readmore-btn:focus {
    color: #fff;
	background-color: #0095B7;
	transition: .3s;
	text-decoration: none;
}*/

.section-title {
	text-align: center;
    margin-bottom: 20px;
    color: #303543;
}

/*-----------------------------------Primary Headline*/

/*-----------------------------------Events Feed*/
#events-wrap {
    padding: 0;
}
.event-item {
    margin-bottom: 20px;
}
.event-content {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding: 15px;
}
.event-month-date {
    color: #27B4E0; /* REPLACE:COLOR_1 */
    font-weight: 500;
}
.event-title {
    margin-top: 8px;
}
.event-content hr {
    margin: 10px 0px;
    width: 50px;
    border-top: 1px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
}
.ev-title-link {
    color: #474747;
    font-size: 17px;
}
.ev-title-link:hover {
    text-decoration: none;
}
.read-more-icon-wrap svg {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.event-content:hover, .event-content:focus {
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    color: #fff;
    border: 1px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.event-content:hover .event-month-date, .event-content:focus .event-month-date, .event-content:hover .ev-title-link, .event-content:focus .ev-title-link {
    color: #fff;
}
.event-content:hover hr, .event-content:focus hr {
    border-top: 1px solid #fff;
}
.btn-view-all-events-wrap a:hover, .btn-view-all-events-wrap a:focus, .btn-view-all-news-wrap a:hover, .btn-view-all-news-wrap a:focus {
    color: #fff; 
    background-color: #0095B7; /* REPLACE:COLOR_2 */
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}
/*-----------------------------------News Feed*/
#recent-news-wrap {
    padding: 0;
}
.news-item {
    margin-bottom: 20px;
}
.news-content {
    border: 1px solid #999999;
    border-radius: 2px;
    padding: 15px;
}
.news-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    color: #565656;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 3;
    height: calc(1em * 1.2 * 3);
}
.news-content-wrap-tab-mob hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-content .news-title-link {
    color: #4c4c4c;
}
.news-content:hover .news-title-link, .news-content:focus .news-title-link {
    transition: .3s;
    color: #0095b7; /* REPLACE:COLOR_2 */
    text-decoration: none;
}
.news-content img {
    width: 100%;
    height: auto;
    display: block;
}
.news-content .description {
    margin-top: 30px;
}
.read-more-icon-wrap {
    margin-top: 10px;
}
.read-more-icon-wrap a {
    color: #4C4C4C;
    font-size: 16px;
}
.read-more-icon-wrap a:hover, .read-more-icon-wrap a:focus {
    text-decoration: none;
}
.btn-view-all-events-wrap, .btn-view-all-news-wrap {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 8px 0px;
}
.news-items-wrap, .event-items-wrap {
    margin-bottom: 10px;
}
.btn-view-all-events, .btn-view-all-news {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    border-radius: 2px;
    padding: 10px 30px;
}
.news-content:hover, .news-content:focus {
    border: 1px solid #0095B7; /* REPLACE_COLOR:COLOR_2 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-content:hover .read-more-icon-wrap a, .news-content:focus .read-more-icon-wrap a {
    color: #0095B7; /* REPLACE:COLOR_2 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-content:hover .read-more-icon-wrap a .read-more-icon-1, .news-content:focus .read-more-icon-wrap a .read-more-icon-1 {
    fill: #0095B7; /* REPLACE:COLOR_2 */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
.subpage {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: calc(100vh - 302px);
}
.row_background {
    background-color: #303543;
    color: #fff;
}
.row_background h1 {
    color: #fff;
}
.row_wrapper {
    padding: 60px 0px;
}
/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
/*-----------------------------------Footer Menu*/
.footer-wrap {
    background-color: #303543;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}
.social-media-links a:hover, .social-media-links a:focus {
	text-decoration: none;
}
.social-media-links a svg {
    height: 34px;
    width: 34px;
    margin: 0px 2px;
}
#footer-row .credits {
    margin-top: 5px;
}
#footer-row p {
    margin-bottom: 0px;
}
#footer-row p a {
    color: #fff;
}
#footer-row p a:hover, #footer-row p a:focus {
    color: #27B4E0; /* REPLACE:COLOR_1 */
    text-decoration: none;
    transition: .5s;
}
.social-media-links a:hover, .social-media-links a:focus {
    text-decoration: none;
}
.social-media-links a:hover .fb-icon-1, .social-icons a:focus .fb-icon-1,
.social-media-links a:hover .twitter-icon-1, .social-icons a:focus .twitter-icon-1,
.social-media-links a:hover .linkedin-icon-1, .social-icons a:focus .linkedin-icon-1,
.social-media-links a:hover .instagram-icon-1, .social-icons a:focus .instagram-icon-1 {
    fill: #27b4e0; /* REPLACE:COLOR_1 */
    stroke: #27b4e0; /* REPLACE:COLOR_1 */
    stroke-miterlimit: 10;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
} 
.social-media-links a:hover .fb-icon-2, .social-icons a:focus .fb-icon-2, 
.social-media-links a:hover .twitter-icon-2, .social-icons a:focus .twitter-icon-2,
.social-media-links a:hover .linkedin-icon-2, .social-icons a:focus .linkedin-icon-2,
.social-media-links a:hover .instagram-icon-2, .social-icons a:focus .instagram-icon-2 {
    fill: #303543;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/
@media (min-width: 770px){
	#slideshow1-wrap{
		margin-top: 50px;
	}
} 
@media (max-width: 1199px) and (min-width: 992px) {
    #slideshow1-wrap .carousel-caption {
        padding: 10px 15px;
    }
    #slideshow1-wrap .carousel-caption p:last-of-type {
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.4;
        text-overflow: ellipsis;
        padding: 0 !important;
        -webkit-line-clamp: 9;
        height: calc(1em * 1.38 * 9);
    }
    #slideshow1-wrap .carousel-indicators {
        bottom: 10px;
    }
    .site-navbar-wrap {
        display: none;
    }
    #mobile-menu-col {
        margin-top: 20px;
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    #mobile-menu-col {
        margin-top: 20px;
        margin-right: 15px;
    }
    #slideshow1-wrap .carousel-inner .item img {
        width: 58.33333333%;
    }
	#slideshow1-wrap .carousel-caption {
	    position: initial;
        width: 41.66666667%;
        padding-top: 0;
	}
    .news-content img {
        max-width: 233px;
        float: left;
    }
    .news-content-wrap-tab-mob {
        padding-left: 248px;
    }
    .image {
        width: 233px;
        float: left;
    }
    .news-content .description {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.2;
        text-overflow: ellipsis;
        padding: 0 !important;
        -webkit-line-clamp: 3;
        height: calc(1em * 1.2 * 3);
    }
    .news-content h4 {
        -webkit-line-clamp: 2;
        height: calc(1em * 1.19 * 2);
    }
    .news-content-wrap-tab-mob hr {
        margin-top: 10px;
        margin-bottom: 4px;
    }
    #slideshow1-wrap .carousel-caption p:first-of-type {
        font-size: 26px;
        line-height: 28px;
    }
    #slideshow1-wrap .carousel-caption p:last-of-type {
        margin-bottom: 25px;
        font-weight: 300;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        line-height: 1.4;
        text-overflow: ellipsis;
        padding: 0 !important;
        -webkit-line-clamp: 5;
        height: calc(1em * 1.38 * 5);
        font-size: 16px;
    }
    #slideshow1-wrap .carousel-indicators {
        text-align: left;
        margin: 0;
        left: 58.33333333%;
        padding: 0px 15px;
        width: 41.66666667%;
    }
    #slideshow1-wrap .carousel-indicators li.active {
        margin: 0px;
        margin-right: 10px;
    }
    .carousel-indicators {
        bottom: -5px;
    }
    #slideshow1-wrap .carousel-indicators li, #slideshow1-wrap .carousel-indicators li.active {
        width: 11px;
        height: 11px;
    }
    #slideshow1-wrap .carousel-caption a {
        padding: 8px 20px;
    }
}
@media (max-width: 800px) {
    #main-slideshow .carousel-caption {
        background-color: rgba(48, 53, 67, 1);
        position: initial;
        min-height: 320px;
    }
}
@media (max-width: 767px) {
    #slideshow1-wrap .carousel-inner .item img {
        width: 100%;
    }
    #slideshow1-wrap .carousel-caption { 
        width: 100%;
        padding-top: 20px;
    }
    #slideshow1-wrap .carousel-indicators {
        width: 100%;
        left: 0;
        margin-bottom: -20px;
    }
    .hero-img-wrap {
        margin-top: -85px;
    }
    #mobile-toggle {
        margin-top: -10px;
    }
    #main-slideshow {
       margin-top: 0px;
    }
    #main-slideshow .carousel-caption { 
        min-height: 350px;
    }
    .logo-nav-wrap {
        margin-bottom: 0px;
    }
    .subpage-wrap {
        margin-top: 0px;
    }
    #mobile-menu-col {
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    #main-slideshow .carousel-caption { 
        width: 100%;
        min-height: 400px;
    }
}
@media (max-width: 497px) {
    .image {
        width: 100%;
        float: none;
    }
    .news-content img {
        max-width: 100%;
        float: none;
    }
    .news-content-wrap-tab-mob {
        padding-left: 0px;
    }
    .news-content-wrap-tab-mob hr {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .news-content .description {
        margin-top: 15px;
    }
    .news-content .description {
        -webkit-line-clamp: 4;
        height: calc(1em * 1.2 * 4);
    }
    .logo-wrap {
        /*float: none;*/
        margin: auto;
    }
    .search-input-wrap {
        max-width: none;
    }
    .search-member-login-wrap {
        height: auto;
    }
    .member-login {
        float: none;
        margin-top: 3px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .search-member-login-wrap .container {
        text-align: center;
    }
    .hero-img-wrap {
        min-height: 550px;
    }
    .logo-wrap a svg {
        width: 200px;
        margin-bottom: -23px;
    }
    #main-slideshow .carousel-caption {
        min-height: 450px;
    }
    .subpage {
        min-height: calc(100vh - 345px);
    }
}
/*------------------------2nd Tier Nav*/
#nav_menu  .navbar-nav li {
    position: relative;
    float: left;
    list-style-type: none;
}
.open&gt;.dropdown-menu {
    display: block;
}
.men-level-1{
    top: 0px;
}
/*--------------------End-2nd Tier Nav*//*----------------------------
    MMS Member Icons Menu
------------------------------*/
@media (min-width: 1200px){
    .nav-tabs li.dropdown {
        width: 190px;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    .nav-tabs li.dropdown {
        width: 155px;
    }
}
@media (min-width: 767px) and (max-width: 990px) {
    .nav-tabs li.dropdown {
        width: 120px;
    }
}
/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

.dropdown-menu li{
    width: 100%;
}
/*----------------------------
    Mobile Menu
    
    --- INSTRUCTIONS ---
    For the most part, these mobile menu styles will be exactly like your regular navigation styles.
    There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
    like ##ITEM. 
    
    ##TOP - There are three places where this exists, and each one should be the same as the other three.
            This item tells the mobile menu to start lower than the toggle button.
            
    ##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
        different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
        ##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
        ##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
        ##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
    
    --------------------
------------------------------*/

/*---------------------------------------------
        Mobile Menu
---------------------------------------------*/

/*-------------------------------------toggle*/
button#mobile-toggle{
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
@media (max-width: 990px) {
    button#mobile-toggle{
        display: inline-block;
    }
}
button#mobile-toggle svg *{
    fill: #002857;
}
/*--------------------------------end--toggle*/
#mobile-menu&gt;li#triggerClose{
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;    
    color: #fff;
}
#mobile-menu&gt;li#mobile-logo{
    position: relative;
    left: -15px;
    top: -10px;
}
#mobile-menu&gt;li#mobile-logo&gt;a{
    display: inline;
    max-width: 80%;
}
#mobile-menu&gt;li #q{
    width: 100%;
}
#mobile-menu&gt;li&gt;a{
    width: 174px;
    min-height: 32px;
    padding-bottom: 10px;
    border-radius: 1px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
}
#mobileMenuWrapper {
    /*
    The menu wrapper is the div that surrounds the mobile menu.
    You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
    Setting bottom:0px; is needed to make a long menu scroll-able.
    
    
    
    /* REQUIRED */
    position: fixed;
    top:0px;
    bottom: 0px;        /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    
    /* CHANGEABLE-ISH */
    left: -120%;            /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;       /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    
    /* CHANGEABLE */
    background-color: white;
    border-right: 2px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    
    /* Transition - bump */
    transition: left .3s; /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000); 
}
#mobileMenuWrapper.open{
    left: 0px;      /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
    background-color: #303543;
}

/* REQUIRED - Dropdown menu item transition states*/
#mobileMenuWrapper .mDropdown {
    display:none;
}
#mobileMenuWrapper .mDropdown.open{
    display: block;
    background-color: #252A33;
    border-bottom: 2px solid #27B4E0; /* REPLACE_COLOR:COLOR_1 */
    margin-bottom: 10px;
    border-radius: 4px;
}

/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */
#mobileMenuWrapper ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* OPTIONAL-ISH - These are the settings for the base menu UL */
#mobileMenuWrapper #mobile-menu{
    overflow: auto;
    padding: 15px 15px 15px 10px;
}
/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */
/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/

/* OPTIONAL - The actual A's. Style them as you wish*/
/* Top Level / all*/
#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
    color: #fff;
}
#mobileMenuWrapper #mobile-menu a:hover, #mobileMenuWrapper #mobile-menu a:focus {
    color: #27B4E0; /* REPLACE:COLOR_1 */
}
/* dropdown only */
#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    padding-left: 15px;
    font-size: 16px;
}
#mobileMenuWrapper #mobile-menu .mDropdown a:hover, #mobileMenuWrapper #mobile-menu .mDropdown a:focus {
    background-color: #27B4E0; /* REPLACE:COLOR_1 */
    transition: .3s;
    text-decoration: none;
    color: #fff;
}
#mobile-menu &gt; li &gt; ul {
    background-color: rgba(0,0,0,.04);
}
/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/
 /*------ Nav collapse @ Tablet size ------*/
 @media (max-width: 991px) {
    .navbar-header {
    float: none;
    }
    .navbar-toggle {
    display: block;
    }
    .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
    display: none!important;
    }
    .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    }
    .navbar-nav&gt;li {
    float: none;
    }
    .navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
    display: block!important;
    }
    .collapsing {
    overflow: hidden!important;
    }
    /*.dropdown-menu {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/

}
@media (min-width: 768px) and (max-width: 990px) {

}
@media (max-width: 767px) {

}
@media (max-width: 480px) { 

}</pre></body></html>