/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/
#ssr {
	position: relative;
}
.scontainer {
	position: relative;
	width: 1200px;
	height: 500px;
	overflow: hidden;
}
.swrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 500px;
	border: 8px solid #666666;
	margin-bottom: 80px;
}
.stitle {
	position: absolute;
	font-family: Lusitana, serif;
	bottom: 16px;
	left: 0;
	font-size: 1.9em;
	line-height: 80px;
	text-align: center;
	height: 80px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	width: 100%;
	padding: 0 1.5em;
}
@media only screen and (min-width: 1024px) {
	.stitle {
		font-size: 1.2em;
		line-height: 50px;
		height: 50px;
		text-align: left;
	}
}
.scopy {
	position: absolute;
	font-size: 0.75em;
	bottom: 24px;
	right: 24px;
	line-height: 40px;
	height: 40px;
	padding: 0 0.5em;
	text-align: right;
	color: #CCC;
	/*background: rgba(0, 0, 0, 0.5);*/
}
.scopy a {
	text-decoration: underline;
	color: #DDD;
}
.scopy a:hover {
	color: #F8DB1A;
	text-decoration: none;
}
/* 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: 210px;
	left: 8px;
	border-radius: 0 0.5em 0.5em 0;
}
.sarrowl:before {
	content: '\f0d9';
	font-size: 34px;
	color: rgba(56, 109, 147, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: left;
	padding-left: 10px;
}
.sarrowr {
	width: 40px;
	height: 80px;
	top: 210px;
	right: 8px;
	border-radius: 0.5em 0 0 0.5em;
}
.sarrowr:before {
	content: '\f0da';
	font-size: 34px;
	color: rgba(56, 109, 147, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: right;
	padding-right: 10px;
}
.sarrowl:hover { background: rgba(0, 0, 0, 0.8); }
.sarrowr:hover { background: rgba(0, 0, 0, 0.8); }
.sarrowldn { background: #F8DB1A; }
.sarrowrdn { background: #F8DB1A; }

/* Edit Tools - Skel layer defined in init.js */
#editTools div {
	padding: 5px;
	background: #EEE;
	border: 2px solid #333;
	display: inline-block;
	border-radius: 4px;
}
/* Main Menu*/
.has-dropdown a:first-child:before {
/*	display: inline-block;
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: red;

	position: absolute;
	right: 8px;
	/*top: 50%;
	margin-top: -6px;
	font-size: 12px;
	content: '\f054';*/
}

/* Left Menu*/
.lcolnav {
	background: #B2B2B2;
	padding: 0.5em;
	border-radius: 0.5em;
}
.leftmenutext {
	font-size: 1.1em;
	border-bottom: 1px solid #313130;
}
.leftmenutext:last-child {
	border-bottom: 0;
}
a.leftmenuitem {
	display: block;
	color: #386D93;
	padding: 0.75em 1em;
	text-decoration: none;
	-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;
}
a.leftmenuitem:hover {
	background: #386D93;
	color: #FFFFFE;
}

/* Library */
#library {
	text-align: left;
	margin: auto;
	background: #FEFFFF;
	padding: 1em;
}	

/* 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;
		}
		


/* Home Page Map */
#home_map > div {
	margin: 0 auto;
}

/* Home Page News/Events */
.hwrap {
	margin: 0 0 1.6em 0;
}
.hitem {
	color: #B2B2B2;
	font-weight: 400;
	margin: 0;
	font-size: 1.35em;
	line-height: 1.35em;
}
.hitem a {
	color: #B2B2B2;
}
.hitem a:hover {
	color: #5288AE !important;
	text-decoration: none;
}
.hsubitem {
	font-size: 1em;
	color: #B2B2B2;
}
.htext {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.hpic {
}
.hpic img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
}
/* Crumbs */
#crumbs {
	z-index: 2;
}
#crumbs span {
	font-size: 0.75em;
}
#mcrumbs {
	display: none;
}
/* Meetings */
.panel {
	border: 2px solid #B2B2B2;
	background: #F3F1ED;
	padding: 0.5em;
	margin: 0 0 1em 0;
}
.panel h4 {
	margin-bottom: 0.5em;
}
.panel p {
	margin-bottom: 0.5em;
	line-height: 1.35em;
}
.radius {
}
/* Document Icons */
a.iconpdf {  
   background: url(../images/pdf.gif) 100% center no-repeat;  
   padding-right: 20px;  
}
a.iconexcel {  
   background: url(../images/excel.gif) 100% center no-repeat;  
   padding-right: 20px;  
}
a.iconword {  
   background: url(../images/word.gif) 100% center no-repeat;  
   padding-right: 20px;  
}
/* Asset Mapping Itinerary Styles */
#aiitinc { /*itinerary count area*/
	position: fixed;
	top: 7em;
	right: 0;
	display: none;
	width: 80px;
	height: 80px;
	padding: 8px;
	background: rgba(142, 186, 226, 0.8);
	z-index: 200;
	border-radius: 6px 0 0 6px;
}
#aiitinc div {
	cursor: pointer;
}
#aiitinn { /*itinerary count*/
	width: 100%;
	height: 38px;
	font-size: 24px !important;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	color: #29AAE1;
	border: 3px solid #29AAE1;
	border-radius: 50%;
}
#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: #29AAE1;
	padding-top: 2px;
}


