/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/


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

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
}

h1 { 
	font-size: inherit;
	color: inherit;
}

h2 { 
	font-size: inherit; 
}

h3 { 
	font-size: inherit; 
}

h4 { 
	font-size: inherit; 
}

h1.title{
}

h1.title:empty { 
	display:none; 
}

/*^^Hides the extra margin that is added on pages without a title*/
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: inherit;
}

a:hover, a:focus{
	color: inherit;
}


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

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

.logo-img {
	padding-block: 10px;
	max-width: 100%;
	height: auto;
}

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


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

.navbar-nav>li a{
	color: inherit;
	font-family: inherit;
}

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

/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/
/*----------------Slideshow----------*/
#slide-row{
	margin-bottom: 10px;
}

.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	z-index: 101;
}

.carousel-caption { 
	position: absolute;
	z-index: 100;
	background-color: #002857;
	background: rgba(0, 0, 0, .6);
	padding: 10px 15px;
	left: initial;
	bottom: 0px;
	right: 0px;
	top: initial;
	width: 100%;
	text-align: left;
	text-shadow: none;
}

@media (max-width: 600px){
	.carousel-caption{
		padding: 0px 10px;
	}

}

.carousel-caption p.caption-text{
	font-size: 28px;
	font-weight: 600;
	line-height: 33px;
	display: block;
	color: white;
	margin-bottom: 10px;
}

.carousel-caption p.alt-text{
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	color: white;
	margin-bottom: 10px;
}

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

/*--------------------------------------------------------
					News and Events Feeds
--------------------------------------------------------*/


/*--------------------------------------------------------
				CSS Styles for Inner Pages
--------------------------------------------------------*/

/*----------Responsive Nivo*/

div[id^=slider-container-FD], div[id^=slider_FD], .nivoSlider img {
	max-width: 100% !important;
	height: auto !important;
}

/*----------Nivo Controls*/

.nivo-prevNav, .nivo-nextNav {
	background-image: none !important;
	width: 25px !important;
	top: 25% !important; /*Fallback for browsers that don't support calc*/
	top: calc( 50% - 50px) !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 75px;
	font-family: Arial, sans-serif;
	text-shadow: 0px 0px 10px rgba(51,51,51,0.4);
}

.nivo-prevNav:hover, .nivo-nextNav:hover {
	text-decoration: none;
	color: #ae0e0d;
	text-shadow: none;
}

.nivo-prevNav {
	left: 10px !important;
}

.nivo-nextNav {
	right: 10px !important;
}

.nivo-prevNav:after {
	content: "‹";
}

.nivo-nextNav:after {
	content: "›" ;
}

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


/*--------------------------------------------------------
						MMS Styling
--------------------------------------------------------*/