/* Slideshow */
#ssr {
	position: relative;
}
.scontainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 600px; /*360*/
	overflow: hidden;
}
.swrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 600px;
	overflow: hidden;
}
.stext {
	color: #FEFFFF;
	position: absolute;
	display: inline-block;
	max-width: 36%;
	padding: 1em;
	font-size: 1.2em;
	background: rgba(0, 52, 107, 0.7);
	/*border: 6px solid #FFEB8D;
	border-radius: 6px;*/
}
.stext p {
	color: #FEFFFF !important;
	font-family: Raleway, sans-serif;
	/*margin: 0 0 1em 0;
	padding: 0.35em;
	background: rgba(82, 59, 37, 0.6);*/
}
.stext p:last-child {
	margin: 0;
}
.stext b, .stext strong {
	color: #FEFFFF;
}
.stext .icon {
	color: #FEFFFF;
}
.stext a {
	text-decoration: none;
	color: #DFE5D5;
}
.stext a:hover {
	color: #395808 !important;
}
.stext h2 {
	color: #FEFFFF !important;
	font-size: 1.85em !important;
	display: inline-block;
	margin: 0 0 0.35em 0;
	padding: 0.25em;
	/*background: rgba(160, 41, 47, 0.9);*/
}
.stext img {
	border: 0;
}
.stext .image.fit {
	margin: 0;
}
.stexttl {
	left: 2em;
	top: 8em;
	text-align: left;
}
.stextbl {
	left: 2em;
	bottom: 2em;
	text-align: left;
}
.stexttr {
	right: 2em;
	top: 8em;
	text-align: right;
}
.stextbr {
	right: 2em;
	bottom: 2em;
	text-align: right;
}
.stextc {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.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: 260px;
	left: 0;
	border-radius: 0 3px 3px 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: 260px;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.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; }


/* 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: Raleway, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	border-bottom: solid 2px #e8eaeb;
	padding: 1em 0;
	font-weight: 700;
}
.lcolnav div:first-child {
	padding-top: 0;
}
.lcolnav div:last-child {
	border-bottom: none;
}

/* Library */
#library {
	text-align: left;
	margin: 0 auto 4em 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%;
}

/* Google Search */
.gsc-input {
	color: #333;
}

.gse-search-box {
	border: 2px solid red;
	background: none;
}

.gsc-control-cse table tbody tr {
	border: 0;
}

	.gsc-control-cse table tbody tr:nth-child(2n + 1) {
		background-color: transparent;
	}
	
.gs-title {
	overflow: visible !important;
}

.gs-snippet {
	line-height: 1.35em;
}

.gsc-thumbnail-inside,
.gsc-url-top {
	padding-left: 0 !important;
}


/* Home Page News/Events */
.htitle {
	margin-bottom: 0.5em;
	color: #FEFFFF;
}
.hitem {
	color: #FEFFFF;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	margin: 0.5em 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
.hitem a {
	color: #FEFFFF;
}
.hitem a:hover {
	color: #DFE5D5 !important;
	text-decoration: none;
}
.hsubitem {
	font-size: 0.8em;
	color: #FEFFFF;
}
.htext {
	margin: 0 0 1.6em 0;
}
.hlink a {
	color: #FEFFFF;
	font-family: Raleway, sans-serif;
}
.hlink a:hover {
	color: #DFE5D5 !important;
	text-decoration: none;
}
/* Asset Mapping Itinerary Styles */
#aiitinc { /*itinerary count area*/
	position: fixed;
	top: 8em;
	right: 0;
	display: none;
	width: 80px;
	height: 80px;
	padding: 8px;
	background: rgba(82, 59, 37, 0.8);
	z-index: 10200;
	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: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
}
/* Crumbs */
/*#crumbs {
	background: #005985;
	margin-bottom: 1em;
	padding: 0.2em 1em 0.2em 26px;
}*/

/* Special Text */
.spec {
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0.5em 2em;
}

/* Home Action Buttons */
.act {
	position: relative;
	color: #fff;
	margin-bottom: 1.6em;
}
.act:last-child {
	margin-bottom: 0;
}
.act a {
	display: block;
	text-decoration: none;
	color: #fff !important;
}
.act header {
	background: #0F5455;
	padding: 1em;
	position: relative;

	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
.act header h2 {
	font-family: Raleway, sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0;
	color: inherit;
	text-transform: uppercase;
	border-bottom: 4px solid #D77C00;
}
.act header p {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	color: inherit;
	margin: 0.25em 0 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
.act header:hover {
	background-color: #00346B;
}

.act header:active {
	background-color: #005985;
}


