@import url("home.css");
@import url("navigation.css");
@import url("reset.css");
@import url("subpage.css");
@import url("sitesearch.css");
@import url("RTE.css");
@import url("categories.css");




/* Default Styles */

html {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

body {
	position: relative;
}

.virtualTour {
    width: 100%;
    height: 350px;
}

a {
	color: #028097;
	text-decoration: none;
}

p {
	padding: .25em 0;
}

h1 {
	font-size: 2em;
	padding: .5em 0;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	padding: .5em 0;
}

ul, ol {
	margin-left: 3em;
}

.SectionTitle {
	display: none;
}

#SiteHeader, #SiteMain, #SiteFooter {
	width: 100%;
	position: relative;
	z-index: 0
}


#SiteHeader {	
	position: absolute;
	top: 0;
	z-index: 1;
	padding: 0em 0 0em 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#LogoContainer {
	margin: 0 0 0 10%;
	float: left;
	width: 15%;
	padding: .5em 0 0 0;
}

#LogoContainer img {
	width: 100%;
	height: auto;
}

#TopMenuContainer {
	background: #01758A;
	width: 70%;
	float: right;
	padding: .5em 0;
}

#TopMenuContent {
/*
	max-width: 706px;
*/
	max-width: 805px;
	position: relative;
	z-index: 9999;
}

#MainMenuContainer {
	background: #028097;
	width: 70%;
	float: right;
	padding: .5em 0;
}

#HeaderSocialIcons {
	width: 28%;
	min-height: 1em;
	float: right;
	color: #FFF;
	position: relative;
}

#HeaderSocialIcons figure {
	width: 2em;
	height: auto;
	float: right;
	margin: 0 0 0 1em;
	cursor: pointer;
}

#HeaderSocialIcons figure:last-child {
	margin: 0 0 0 0;
}

figure#Headernewsletter {
	width: 1.25em;
	height: auto;
	margin-top: .4em;
}

#HeaderSocialIcons #HeaderSearch {
	width: 1em;
	margin-top: .5em;
	position: relative;
	z-index: 99;
/*
	display: none;
*/

}

#SearchFormContainer {
	display: none;
	position: absolute;
	top: 0;
	z-index: 99;
}

#SiteSearchForm {
	
}

#SiteSearchForm input {
	line-height: normal;
	margin-top: .25em;
	height: 1.5em;
	width: 80%;
	float: left;
}

button#SearchButton {
	width: 15%;
	float: right;
	background: #01758A url(/Images/icons_Search.svg) center no-repeat;
	background-size: 70%;
	border: none;
}

#HeaderSocialIcons figure img {
	width: 100%;
	height: auto;
}

#SiteMain {

}

#SiteFooter {
	padding: 1em 0;
	background: #028097;
	color: #FFF;
}

#VisitMississippiLogo {
	width: 8%;
	height: auto;
	margin: 1em auto 0 auto;
	cursor: pointer;
}

#VisitMississippiLogo img {
	width: 75%;
	height: auto;
}

#FooterSocialIcons {
	width: 254px;
	min-height: 1em;
	margin: 1em auto 1em auto;
	padding-left: 27px;
}

#FooterSocialIcons figure {
	width: 3em;
	height: auto;
	cursor: pointer;
	padding-right:20px
}

#FooterSocialIcons figure img {
	width: 100%;
	height: auto;
}

#FooterFacebook {
	float: left;
	margin: 0;
}

#FooterTwitter {
	float: left;
	margin: 0;
}
#FooterYoutube {
	float: left;
	margin: 0;
}


#FooterInstagram {
	float: left;
	margin: 0;
}

#Copyright {
	background: #01758A;
	text-align: center;
	color: #FFF;
	padding: 1em 0 2em 0;
	font-size: .9em;

}

