/* Slideshow */
#ssc {
}
.scontainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 700px;
	overflow: hidden;
}
.swrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 700px;
	overflow: hidden;
}
.stext {
	position: absolute;
	width: 600px;
	height: 200px;
	border: transparent;
}
.scwrap {
	position: absolute;
	display: inline-block;
	padding: 12px;
    background: rgba(6, 9, 21, 0.6);
    border: transparent;
}
.stexttl {
	left: 60px;
	top: 60px;
	text-align: left;
}
.scwraptl {
	top: 0;
	left: 0;
}
.stextbl {
	left: 60px;
	bottom: 60px;
	text-align: left;
}
.scwrapbl {
	bottom: 0;
	left: 0;
}
.stexttr {
	right: 60px;
	top: 60px;
	text-align: right;
}
.scwraptr {
	top: 0;
	right: 0;
}
.stextbr {
	right: 60px;
	bottom: 60px;
	text-align: right;
}
.scwrapbr{
	bottom: 0;
	right: 0;
}
.stitle {
	font-family: 'Merriweather', serif;
    color: #FEEFD9;
    font-weight: 200;
	line-height: 60px !important;
	font-size: 40px !important;
}
.ssub {
	font-family: 'Montserrat', sans-serif;
	color: #E6F0F8;
	line-height: 36px;
	font-size: 30px;
}
.slink {
	margin-top: 0.5em;
}

.scopy {
	position: absolute;
	font-size: 0.75em;
	bottom: 0;
	right: 0;
	padding: 0.25em 0.5em;
	text-align: right;
	color: #999;
	background: rgba(0, 0, 0, 0.5);
}
.scopy a {
	text-decoration: none;
	color: #999;
}
.scopy a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
/* slider arrow navigator skin */
/*
.sarrowl              (normal)
.sarrowr              (normal)
.sarrowl:hover        (normal mouseover)
.sarrowr:hover        (normal mouseover)
.sarrowldn            (mousedown)
.sarrowrdn            (mousedown)
*/
.sarrowl, .sarrowr, .sarrowldn, .sarrowrdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: rgba(255,255,255,0.3);
    overflow: hidden;
}
.sarrowl:before, .sarrowr:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	font-size: 25px;
}
.sarrowl { 
	width: 40px;
	height: 80px;
	top: 310px;
	left: 0;
	border-radius: 0 40px 40px 0;
}
.sarrowl:before {
	content: '\f060';
	color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: left;
	padding-left: 5px;
}
.sarrowr {
	width: 40px;
	height: 80px;
	top: 310px;
	right: 0;
	border-radius: 40px 0 0 40px;
}
.sarrowr:before {
	content: '\f061';
	color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: right;
	padding-right: 5px;
}
.sarrowl:hover { background: rgba(255,255,255,0.9); }
.sarrowr:hover { background: rgba(255,255,255,0.9); }
.sarrowldn { background: #529621; }
.sarrowrdn { background: #529621; }

@media only screen and (min-width: 1024px) {
	.scontainer {
		height: 460px;
	}
	.swrap {
		height: 460px;
	}
	.sarrowr {
		top: 190px;
	}
	.sarrowl {
		top: 190px;
	}
}


.sdectop {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: url(../images/wave-top.png);
	z-index: 1020;
}
#header .sdectop {
	bottom: -4px;
	top: auto;
}
.sdecbot {
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background: url(../images/wave-bottom.png);
	z-index: 1020;
}

@media only screen and (max-width: 980px) {
	#header .sdectop {
		display: none;
	}
}

/* Edit Tools - Skel layer defined in init.js */
#editTools div {
	padding: 5px;
	background: #EEE;
	border: 2px solid #333;
	display: inline-block;
	border-radius: 4px;
}

/* Left Menu*/
.leftmenutext {
	font-family: 'Merriweather', serif;
	font-size: 1.2em;
	line-height: 2em;
	border-bottom: solid 2px #e8eaeb;
	padding: 1em 0;
	font-weight: 700;
}
.lcolnav div:last-child {
	border-bottom: none;
}

/* Library */
#library {
	text-align: left;
	margin: auto;
}	

/* Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1em;
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Embed */
.embed-container {
	position: relative;
	padding-bottom: 800px;
	/*padding-top: 1em;*/
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

.embed-container iframe,  
.embed-container object,  
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
}	

/* Google Search */
.gsc-input {
	color: #333;
}

.gse-search-box {
	border: 2px solid red;
	background: none;
}


/* Home Page News/Events */
.hitem {
	color: #006273;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	margin: 1em 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
.hitem a {
	color: #006273;
}
.hitem a:hover {
	color: #303C69 !important;
	text-decoration: none;
}
.hsubitem {
	font-size: 0.8em;
	color: #006273;
}
/* Asset Mapping Itinerary Styles */
#aiitinc { /*itinerary count area*/
	position: fixed;
	top: 5em;
	right: 0;
	display: none;
	width: 80px;
	height: 80px;
	padding: 8px;
	background: rgba(43, 78, 84, 0.9);
	z-index: 200;
	border-radius: 8px 0 0 8px;
}
#aiitinc div {
	cursor: pointer;
}
#aiitinn { /*itinerary count*/
	width: 100%;
	height: 38px;
	font-size: 24px !important;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	color: #FFF;
	border: 3px solid #FFF;
	border-radius: 4px;
}
#aiitinn:hover {
	background: rgba(255, 255, 255, 0.4);
}
#aiitinm { /*itinerary name*/
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
/* Crumbs */
#crumbs {
	background: #FEEFD9;
	margin-bottom: 1em;
	padding: 0.2em 1em 0.2em 1em;
}
#crumbs p {
	font-size: 0.8em;
	font-style: italic;
}
/* Search */
#hsrch p {
	margin-bottom: 0.3em;
}
