/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #323a45;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #323a45;
    line-height: 28px;
}


.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #111921;
	margin: 0px;
	padding: 0px;
    padding-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 26px;
    color: #111921;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
    color: #021C2B;
}
h4 {
    font-size: 18px;
}

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #323a45;
	font-family: 'Lato', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}
hr {
    border-top: 1px solid #dae4ea;
    margin-top: 40px;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/

.header-top-wrap {
    background: #323a45;
    padding: 10px 0px 7px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.header-top-wrap a {
    color: #fff;
    font-size: 16px;
}
.header-top-wrap a:hover, .header-top-wrap a:focus {
    color: #61af3e;
    text-decoration: none;
}
.header-top-wrap .text-left {
    padding-top: 4px;
}

.head-email-wrap {
    display: inline-block;
}



/* Social Media Icons */


.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 5px;
}
.social-media-wrap svg {
    width: 28px;
    height: 28px;
    vertical-align: inherit;
}

.social-media-wrap a:hover svg#fb-icon .cls-1,
.social-media-wrap a:hover svg#ig-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-2 {
    fill: #61af3e !important;
    stroke: #61af3e !important;
}
.social-media-wrap a:hover svg#fb-icon .cls-2,
.social-media-wrap a:hover svg#ig-icon .cls-2,
.social-media-wrap a:hover svg#twitter-icon .cls-3 {
    fill: #ffffff !important;
}



.header-wrap {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 30px 0px 15px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
#logo-wrap {
    
}

    @media (min-width: 990px) and (max-width: 1199px) {
        #logo-wrap {
            padding-right: 15px !important;
        }
    }
    @media (min-width: 990px) {
        #logo-wrap {
            padding-right: 0px;
            width: 22%;
        }
    }
#logo-wrap img {
    width: 202px;
    height: auto;
    max-width: 100%;
}
svg#main-logo {
    width: 202px;
    height: 52px;
    max-width: 100%;
}


/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

.navbar-nav>li a{
	color: ;
	font-family: ;
}
.nav>li>a:hover, .nav>li>a:focus {
}

/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/



/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

/*----------------Slideshow----------*/

.slideshow-wrap .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
#slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}
.carousel-control {
    margin: auto 0px;
    display: none;
}
.carousel-control.left {
    height: 46px;
    width: 46px;
    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(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}
.carousel-control.right {
    height: 46px;
    width: 46px;
    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(0,167,81,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}
.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(51, 51, 51, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 10px;
}
.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    left: 10px;
    right: 0;
    top: auto;
    bottom: 18%;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .carousel-indicators {
            bottom: 20%;
        }
    }
    @media (max-width: 767px) {
        .carousel-indicators {
            bottom: 25%;
        }
    }
    @media (max-width: 480px) {
        .carousel-indicators {
            bottom: 32%;
        }
    }
    @media (max-width: 420px) {
        .carousel-indicators {
            bottom: 30%;
        }
    }
    @media (max-width: 340px) {
        .carousel-indicators {
            bottom: 37%;
        }
    }
.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background: #fff;
    margin: 0 auto;
    margin-left: 7px;
    border-radius: 20px;
}
.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin-left: 7px;
    background: #5f9e43;
    border: 1px solid #fff;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}

p.caption-text {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: normal;
    text-shadow: none;
    text-align: left;
    padding: 0px;
}

p.alt-text {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
    text-shadow: none;
    text-align: center;
    display: none;
}

.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    text-decoration: none;
}

#slideshow-wrap .carousel-caption {
    position: relative;
    background: #282663;
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 63px;
}

/*----------------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
--------------------------------------------------------*/

#slideshow-quick-wrap {
    padding: 30px 0px;
}
#slideshow-quick-wrap hr {
    border-top: 1px solid #dae4ea;
    margin-top: 40px;
}

.btn-wrap {
    margin: 30px 0px;
}
.btn-wrap a {
    background: #1c4296;
    border: 1px solid #1c4296;
    border-radius: 18px;
    color: #fff !important;
    padding: 8px 20px;
    font-weight: 400;
    text-decoration: none;
}
.btn-wrap a:hover, .btn-wrap a:focus {
    background: #61af3e;
    border: 1px solid #61af3e;
    text-decoration: none;
}


/* Quick Links */


#quicklinks-wrap ul {
    margin: 0;
    padding: 0;
    height: 413px;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    -webkit-flex-flow: column;
    flex-flow: column;
    -ms-flexbox: column;
}       

    @media (min-width: 990px) and (max-width: 1199px) {
        #quicklinks-wrap ul {
            height: 352px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #quicklinks-wrap ul {
            flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;

            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-flex-wrap: wrap;

            width: 100%;
        }
    }

#quicklinks-wrap ul li {
    background: #61af3e;
    border-bottom: 1px solid #70bf67;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    list-style: none;
    padding: 0px 10px;
    text-align: left;
    width: 100%;
    word-break: break-all;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flexbox: 1 1 auto;
    align-items: center;
    justify-content: center;
}

    @media (min-width: 768px) and (max-width: 990px) {
        #quicklinks-wrap ul {
            flex-direction: row;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -ms-flex-flex-wrap: wrap;

            width: 100%;
            height: 250px;
        }
        #quicklinks-wrap ul li {
            width: 50%;
            border: 0.5px solid #70bf67;
        }
        #quicklinks-wrap ul li:hover, #quicklinks-wrap ul li:focus  {
            border: 0.5px solid #70bf67;
        }
        #quicklinks-wrap ul li a {
            height: auto !important;
        } 
    }
    @media (max-width: 480px) {
        #quicklinks-wrap ul li {
            font-size: 15px;
        }
    }

#quicklinks-wrap ul li:hover, #quicklinks-wrap ul li:focus  {
    background: #1c4296;
    border-bottom: 1px solid #1c4296;
}
#quicklinks-wrap ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.member-only:after {
    content: url(../images/lock-icon.png);
    float: right;
    padding: 0px 8px 0px;
    position: relative;
}


/* Welcome Section */


#welcome-section-wrap p {
    margin: 0 0 20px;
}




/* Events */

#events-sponsors-wrap {
    margin-top: 30px;
}
.event-item {
    margin-bottom: 18px;
}
.event-date-wrap {
    background: #fff;
    color: #323a45;
    width: 21%;
    display: inline-block;
    vertical-align: top;
    max-width: 72px;
    margin-right: 10px;
    padding: 4px 0px;
    border: 2px solid #9eadb2;
    border-radius: 3px;
    text-align: center;
}
.event-start-month {
    font-size: 18px;
    font-weight: bold;
}
.event-start-date {
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}
.event-start-time {
    font-size: 14px;
}
.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 86px);
    width: -webkit-calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    position: relative;
    top: -2px;
}
h3.event-title {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 6px;
}
a.ev-title-link {
    color: #111921;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
}
a.ev-title-link:hover {
    color: #1c4296;
    text-decoration: underline;
}
.event-month {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 2px 0px;
    font-weight: 600;
    background: #ff9999;
    border: 1px solid #ff9999;
    text-transform: uppercase;
}
.event-date {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 2px;
    background: #a8da61;
    border: 1px solid #a8da61;
    line-height: 40px;
}

.event-calendar-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.event-end-date{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}



/* Ads Banner */

#ad-banner-wrap {
    padding-top: 30px;
}
#ad-banner-wrap img {
    text-align: center;
    margin: 0 auto;
}



/* Sponsors */

#sponsors-wrap {
    padding-top: 60px;
    padding-bottom: 20px;
}
#sponsors-wrap h2 {
    padding-bottom: 20px;
}
#sponsors-wrap img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#sponsors-wrap .carousel-caption {
    display: none;
}
#sponsors-wrap .carousel-indicators {
    display: none;
}
#sponsors-wrap .carousel-control {
    display: block;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(90,175,78,.7);
    height: 31px;
    width: 31px;
}
#sponsors-wrap .carousel-control img {
    width: 7px;
    height: 12px;
}





/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 275px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS PAGES
--------------------------------------------------------*/



/*--------------------------------------------------------------
                        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: 16px;
    color: #3a3f47;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
    font-family: 'Lato', sans-serif;
}
.login-form input[type="submit"] {
    background: #1c4296;
    border: 1px solid #1c4296;
    border-radius: 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #61af3e;
    border: 1px solid #61af3e;
    text-decoration: none;
    color: #fff;
    outline: none;
}
.login-form a {
    color: #323a45;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, #login a:focus {
    color: #61af3e;
}
h6.modal-title {
    color: #111921;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

.footer-content-wrapper {
    background: #323a45;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 27px 0px 15px;
    margin-top: 35px;
}
.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.footer-content-wrapper a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
.footer-content-wrapper span {
    color: #fff;
}
.footer-content-wrapper .text-right p {
    color: #c7cfd3;
}
.footer-content-wrapper .text-right  a {
    color: #c7cfd3;
    text-decoration: underline;
}
.footer-content-wrapper a:hover, .footer-content-wrapper a:focus, 
.footer-content-wrapper .text-right  a:hover, .footer-content-wrapper a:focus {
    color: #61af3e;
    text-decoration: none;
}
    

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

/*----------- MEDIA QUERY --------------------*/


@media (min-width: 1200px) {

}

@media (min-width: 1000px) {
	.container {}

}

@media (min-width: 990px) and (max-width: 1199px) {
	.container {}

    h3.event-title {
        font-size: 15px;
        line-height: 20px;
    }
    a.ev-title-link {
        font-size: 15px;
    }

}


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

}


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

    .footer-content-wrapper p, .contact-info-wrapper, .footer-content-wrapper .text-right p {
        text-align: center;
    }
    .contact-info-wrapper {
        padding-bottom: 20px;
    }

}


@media (min-width: 520px) and (max-width: 767px) {
    #upcoming-events-wrap .event-out-wrap {
        width: 50%;
    }
    h3.event-title {
        line-height: 19px;
    }
    a.ev-title-link {
        font-size: 14px;
    }
    .event-end-date {
        font-size: 13px;
    }
    .event-start-time {
        font-size: 12px;
    }

}


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

    .header-top-wrap, .header-top-wrap a {
        font-size: 14px;
    }
    .header-wrap {
        padding: 15px 0px 5px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .event-details-wrap {
        width: 76%;
    }
    ::i-block-chrome, #quicklinks-wrap ul li {
        padding: 22px 10px;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap svg {

    }

}