/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #000000;
}
#body-container {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000000;
}

.container{

}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Alex Brush', cursive;
    font-weight: normal;
    color: #000000;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Alex Brush', cursive;
}

h1 {
    font-size: 46px;
    color: #000000;
}
h2 {
    font-size: 42px;
    color: #000000;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 34px;
}

h1.title{
	margin-top: 15px;
}

/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #4d4d4d;
	font-family: 'Raleway', sans-serif;
}
a:hover, a:focus{
	color: #940f15;
}


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

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

#main-header {
    text-align: center;
    background: url(../images/header.png) no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 11vw;*/
    padding: 15px 0px;
}
    @media (max-width: 480px) {
        #main-header {
            padding: 0px;
        }
    }
svg#main-logo {
    width: 503px;
    height: 117px;
    max-width: 100%;
}


/* Mail Icon */

.mail-icon-wrap {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding-top: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .mail-icon-wrap {
            float: none;
            padding-top: 15px;
            padding-bottom: 7px;
        }
    }

    @media (max-width: 767px) {
        .mail-icon-wrap {
            float: none;
            padding-top: 15px;
            padding-bottom: 7px;
        }
    }
svg#mail-icon {
    width: 23px;
    height: 18px;
}


/*--------------------------------------------------------
					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 {
    margin-bottom: 50px;
}
#slideshow-wrap a {
    text-decoration: none;
}
#slideshow-wrap img {
    width: 100%;
}
#slideshow-wrap span.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 35, 117,.2);
}
.carousel-control {
    display: none;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control{
    top: ;
    width: ;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(53, 63, 83, .7);
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 15px;
    padding-bottom: 16px;
    min-height: 70px;
    padding-left: 20px;
    padding-right: 20px;
}  
.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-indicators {
    bottom: auto;
    text-align: right;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: auto;
    right: 0;
    top: 42%;
    padding-left: 97.3%;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 5px;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
}
.carousel-indicators .active {
    background: #ff9d0e;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: #ec9413;
    border-radius: 10px;
    margin-bottom: 10px;
}

p.caption-text {
    font-size: 28px;
    font-weight: 800;
    display: block;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    text-align: left;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}
p.alt-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.6em;
    line-height: 22px;
}
.carousel-caption a:hover {
    color: #fff; 
    text-decoration: none;
}

.slide-caption-link {
    float: right;
    display: inline-block;
    vertical-align: middle;
}
.slide-caption-link a {
    color: #fff;
    font-size: 16px;
}


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

/* Featured Index Wrap */

#featured-index-wrap {
    background: url(../images/head-index-featured.png) no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 33vw;*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
#featured-index-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 67%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    @media (min-width: 768px) and (max-width: 990px) {
        #featured-index-text {
            left: 70%;
        }
    }
    @media (min-width: 600px) and (max-width: 767px) {
        #featured-index-img{
            width: 40%;
        }
        #featured-index-text {
            width: 60%;
            left: 69%;
        }
    }
    @media (max-width: 599px) {
        #featured-index-text {
            text-align: center;
            margin: 0;
            position: relative;
            top: auto;
            left: auto;
            -ms-transform: none;
            transform: none;
            padding-top: 20px;
            padding-bottom: 10px;
        }
    }
    @media (max-width: 480px) {
        #featured-index-text {
            margin: 0;
            position: relative;
            top: auto;
            left: auto;
            -ms-transform: none;
            transform: none;
            padding-top: 20px;
            padding-bottom: 10px;
        }
    }
#featured-index-text p {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
#featured-index-text span {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}



/* Welcome */

#welcome-section-wrap h1 {
    padding-bottom: 18px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #welcome-section-wrap h1 {
           font-size: 34px;
        }
    }
#welcome-text-wrap {
    padding-left: 3px;
}
    @media (min-width: 1000px) {
        #welcome-img-wrap {
            width: 28%;
        }
        #welcome-text-wrap {
            padding-left: 0px;
            width: 72%;
        }
    }

#welcome-section-wrap p {
    margin-bottom: 17px;
    line-height: 26px;
    font-size: 15px;
    color: #000000;
    margin-top: -5px;
}



/* Announcements */

#news-section-wrap {
    margin-top: 30px;
}
#news-section-wrap h2 {
    padding-top: 10px;
    margin-bottom: 0px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #news-section-wrap h2 {
            margin-bottom: 0px;
            font-size: 15px;
        }
    }
.news-item {
    padding: 10px 0px 12px;
}
.news-item h4 {
    padding-bottom: 7px;
    font-size: 22px;
}
.news-title-wrap {
    word-wrap: break-word;
    overflow: hidden;
    min-height: 3.3em;
    max-height: 3.3em;
}
a.news-title-link {
    color: #4c859f;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: underline;
}
a.news-title-link:hover {
    color: #3b7ea8;
}
.news-item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 10px;
}
.links-wrap {
    margin-top: 12px;
}
.links-wrap a {
    color: #4c859f;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: underline;
}



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

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

#subpage h1.title{
    display: none;
}

/* Featured Sub Page Wrap */

#featured-subpage-wrap {
    background: url(../images/header-sub-featured.png) no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 14vw;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
#featured-subpage-wrap p {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
#featured-subpage-wrap span {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}


/*--------------------------------------------------------------
                        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 input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 10px;
    margin-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #999999;
}
#login input[type="submit"] {
    background: #394253;
    border: 1px solid #394253;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 20px;
    height: auto;
}
#login input[type="submit"]:hover, #login input[type="submit"]:focus {
    background: #499bcf;
    border: 1px solid #499bcf;
    text-decoration: none;
}
#login a {
    color: #499bcf;
    display: block;
    margin-left: 15px;
    font-size: 16px;
    padding-bottom: 10px;
    text-decoration: underline;
    font-family: 'IBM Plex Sans Condensed', serif;
}
#login a:hover, #login a:focus {
    color: #394253;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #394253;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Alex Brush', cursive;
}


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

#footer-container {
    background: #7fb2c9;
    padding: 25px 0px 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin-top: 35px;
}
#footer-container p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Raleway', sans-serif;
}
#footer-container a, #footer-container p a {
    color: #fff;
    font-family: 'Raleway', serif;
    font-weight: 600;
    text-decoration: underline;
}
#footer-container span {
    font-weight: 600;
}


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

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

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

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


@media (max-width: 1200px) {

}

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

    }

}

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

}



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

    #announcement-section-wrap h2 {
        font-size: 32px;
    }
}


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

    #announcement-section-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 599px) {

    #featured-index-img img {
        margin: 0 auto;
    }

}

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

    #announcement-section-wrap {
        margin-top: 30px;
    }

}

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

}



/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {

}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

}


/* MMS Menu */


#member_menu_wrap_5 .navbar-default {
    background-color: #7fb2c9;
}

#member_menu_wrap_5 .navbar-default .navbar-nav>li>a {
    color: white;
}

#member_menu_wrap_5 .navbar-default .navbar-nav>li>a:is(:hover, :focus) {
    color: white;
    background-color: #73aac3;
}

.main-admin-navbar .nav>li>a:is(:hover, :focus) {
    background-color: #73aac3;
}
    
