/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333333;
    background: linear-gradient(#0B0B0B, #AFAFAF, #C4C4C4) no-repeat;
    background-color: #C4C4C4;
}
p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333333;
    
}
.container{
}
.body-border {
    border: 1px solid #1210A2;
    background: #808080;
}
.bottom-bar-wrap {
    background: linear-gradient(#959ED5, #4347B2, #1210A2);
    height: 30px;
    border-top: 1px solid #1210A2;
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #000099;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Arial', sans-serif;
}

h1 { 
	font-size: 32px;
	color:;
}
h2 { 
    font-size: 22px;
    color: #333333;
}
h3 { font-size: ; }
h4 { font-size: ; }

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


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


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


.header-top-wrapper {
    padding: 20px 0px 3px;
    position: relative;
}
.header-inside-wrap {
    border-bottom: 2px solid #fff;
}

#header-left-wrap {
    padding-right: 0px;
}
    @media (max-width: 767px) {
        #header-left-wrap {
            padding-right: 15px;
        }
    }
.logo-wrap {
    background: linear-gradient(#CC9A81, #7B4988, #31008F);
    padding: 9px 10px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .logo-wrap {
            padding: 17px 10px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .logo-wrap {
            padding: 17px 10px;
        }
    }
.logo-wrap a {
    text-decoration: none;
}
.logo-img-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 18.5%;
    margin-right: 10px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .logo-img-wrap {
            width: 25%;
        }
    }
    @media (max-width: 480px) {
        .logo-img-wrap {
            width: 20.5%;
        }
    }
    @media (max-width: 350px) {
        .logo-img-wrap {
            width: 18%;
            margin-right: 0px;
        }
    }
.logo-text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .logo-text-wrap {
            width: 70%;
            line-height: 14px;
        }
    }
    @media (max-width: 480px) {
        .logo-text-wrap {
            width: 74%;
            line-height: 14px;
        }
    }
    @media (max-width: 350px) {
        .logo-text-wrap {
            width: 80%;
            line-height: 14px;
        }
    }

.logo-text-wrap h1 {
    font-size: 19px;
    color: #fff;
    padding: 0;
    margin-top: 3px;
}
    @media (max-width: 480px) {
        .logo-text-wrap h1 {
            font-size: 18px;
            margin-bottom: 4px;
        }
    }
    @media (max-width: 350px) {
        .logo-text-wrap h1 {
            font-size: 16px;
        }
    }
.logo-text-wrap span {
    color: #A193BB;
    font-size: 13px;
}
    @media (max-width: 350px) {
        .logo-text-wrap span {
            font-size: 9px;
        }
    }

#header-right-wrap {
    padding-left: 0px;
}
    @media (max-width: 767px) {
        #header-right-wrap {
            padding-left: 15px;
        }
    }
.header-right-img-wrap {
    background: url(../images/header-banner.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 59px 0px;
}

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

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}

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


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

.main-content-wrap {
    padding-left: 0px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .main-content-wrap {
            padding-left: 15px;
        }
    }
    @media (max-width: 767px) {
        .main-content-wrap {
            padding-left: 15px;
        }
    }

.main-content-wrap .col-content-wrap {
    background: #fff;
    padding: 10px 15px;
    min-height: 100vh;
}
#sidebar-wrapper {
    padding-right: 0px;
}


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

#slide-container {
    border: 3px solid #013F6E;
}
#slide-container img {
    width: 100%;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control{
    top: ;
    width: ;
}
.carousel-indicators {
    bottom: 0;
    left: 10%;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #2BA6CB;
    border: 0px;
    margin: 0 auto;
    margin-left: 10px;
}
.carousel-indicators .active {
    background: #154E9A;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption{
        
    }
}
@media (max-width: 990px){
    .carousel-caption{
        
    }
    #slide-row .col-md-12{
        
    }
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    padding: 5px 15px 30px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}
.carousel-caption p.caption-text {
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'Arial', sans-serif;
}
.carousel-caption p.alt-text {
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 180px;
}
.carousel-caption a.caption-btn {
    background: white;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.carousel-caption .caption-btn:hover {
/*    background:  #fff;*/
    color: #3D3D3D; 
    text-decoration: none;
}
@media (max-width: 767px){
    .carousel-caption {
        /*display: none;*/
        /*position: relative;*/
    }
    .carousel-caption p.caption-text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .carousel-caption p.alt-text{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
        padding: 0px;
    }
    .carousel-caption a.caption-btn {
        padding: 0px;
        background: none;
        color: white;
        text-decoration: underline;
    }
}
a.carousel-control.left, a.carousel-control.right {
    display: 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
--------------------------------------------------------*/

#welcome-section-wrap h1 {
    margin-bottom: 20px;
}
#welcome-section-wrap h2 {
    margin-bottom: 15px;
}


#organization-logo-wrap {
    text-align: center;
}
#organization-logo-wrap p {
    display: inline-block;
    margin: 0 auto;
    margin-right: 50px;
}
    @media (max-width: 575px) {
        #organization-logo-wrap p {
            margin-right: 0px;
        }
    }
#organization-logo-wrap p img {
    margin: 0 auto;
}

p.contact-details {
    padding-left: 15px;
}


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


/*--------------------------------------------------------
    MMS PAGES
--------------------------------------------------------*/

#mheader_5_wrapper a {
    text-decoration: none;
}

/*--------------------------------------------------------------
						Modal Log In
--------------------------------------------------------------*/
.modal{
	overflow-y: visible;
}
.modal-dialog{
	max-width: 250px;
	margin: 50px auto;
}
.modal-header{
	text-align: center;
    color: #fff;
}
.modal-header .close {
    font-size: 24px;
}
.modal-body {
    padding: 20px 25px;
}
#login input{
	width: 200px;
	height: 30px;
	border-radius: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 3px;
}
#login a {
    margin-bottom: 10px;
    display: block;
    color: #0000ee;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
#login input:last-of-type{
	width: 100px;
	margin: none;
}
h6.modal-title {
    color: #000099;
    font-size: 20px;
    font-weight: 700;
}
#login input {
    width: 200px !important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-left: 5px;
}
#login input[type="submit"] {
    background: #919191;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #626262;
    height: 35px;
}
#login input[type="submit"]:hover {
    background: #CDCDCD;
    color: #000;
}


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


#footer-row {
    color: #333333;
    padding: 30px 0px 10px 0px;
}
.footer-wrapper p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.footer-wrapper p a {
    color: #333333;
    text-decoration: none;
}
.footer-wrapper p a:hover {
    color: #333333;
}
.footer-wrapper strong, .footer-wrapper a {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}

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

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

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

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

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


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

}


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

}


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

}


@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) {  
    
}