/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/
/* Slideshow */
#ssc {
	/*border-top: 2px solid #D5E3D9;*/
}
.scontainer {
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}
.swrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}
.stext {
	position: absolute;
	width: 480px;
	height: 120px;
	top: 60px;
	padding: 5px;
    color: #FFFFFE;
    text-shadow: 0 0 5px #222;
}
.stextl {
	left: 60px;
	text-align: left;
}
.stextr {
	left: 730px;
	text-align: right;
}
.stextc {
	left: 410px;
	text-align: center;
}
.stitle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 50px;
	font-size: 40px;
}
.ssub {
	font-family: 'Open Sans', sans-serif;
	line-height: 36px;
	font-size: 30px;
}
.sb {
	top: 260px;
}
.sl {
	margin-top: 35px;
}
.sb a, .sl a {
	color: #FFFFFE;
}
.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: 'Font Awesome 5 Free';
	font-weight: 900;
	text-transform: none !important;
	font-size: 32px;
}
.sarrowl { 
	width: 40px;
	height: 80px;
	top: 210px;
	left: 0;
	border-radius: 0 3px 3px 0;
}
.sarrowl:before {
	content: '\f060';
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: left;
	padding-left: 5px;
    text-shadow: 0 0 5px #222;
}
.sarrowr {
	width: 40px;
	height: 80px;
	top: 210px;
	right: 0;
	border-radius: 3px 0 0 3px;
}
.sarrowr:before {
	content: '\f061';
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 80px;
	width: 40px;
	line-height: 80px;
	text-align: right;
	padding-right: 5px;
    text-shadow: 0 0 5px #222;
}
/*.sarrowl:hover { background: rgba(255,255,255,0.9); }
.sarrowr:hover { background: rgba(255,255,255,0.9); }*/
.sarrowldn { background: rgba(0, 0, 0, 0.8); }
.sarrowrdn { background: rgba(0, 0, 0, 0.8); }

@media only screen and (max-width: 1024px) {
	.scontainer {
		height: 600px;
	}
	.swrap {
		height: 600px;
	}
	.sarrowr {
		top: 260px;
	}
	.sarrowl {
		top: 260px;
	}
	.stext {
		top: 120px;
	}
	.stextl,
	.stextr,
	.stextc {
		left: calc((100% - 480px)/2);
		text-align: center;
	}
	.stitle {
		line-height: 75px;
		font-size: 60px;
	}
	.ssub {
		line-height: 54px;
		font-size: 45px;
	}
	.sb {
		top: 420px;
	}
	.sl {
		margin-top: 70px;
	}
}
/* 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*/
.leftmenutext {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #D5E3D9;
}
.leftmenutext:last-child {
	border-bottom: 0;
}
a.leftmenuitem {
	display: block;
	color: #3D4D48;
	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: #D5E3D9;
	color: #30413F;
}

.lmenu {
}
.lmenuitem {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #D5E3D9;
}
.lmenuitem:last-child {
	border-bottom: 0;
}
.lmenuitem a {
	display: block;
	color: #3D4D48;
	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;
}
.lmenuitem a:hover {
	background: #D5E3D9;
	color: #30413F;
}

/* Library */
#library {
	text-align: left;
	margin: 0 auto 3em 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 */
		#adBlock {
			background-color: #EEEEEE;
			padding: 1em;
		}
		.gsc-resultsbox-visible {
			font-size: larger;
		}
		.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;
			height: auto !important;
		}
		
		.gs-snippet {
			line-height: 1.35em;
		}

/* Home Page Map */
#home_map > div {
	margin: 0 auto;
}

/* Home Page News/Events */
.hwrap {
	margin: 0 0 1.6em 0;
}
.hitem {
	color: #D5E3D9;
	font-weight: normal;
	margin: 0;
	font-size: 1.35em;
	line-height: 1.35em;
}
.hitem a {
	color: #D5E3D9;
}
.hitem a:hover {
	color: #9B3649 !important;
	text-decoration: none;
}
.hsubitem {
	font-size: 1em;
	color: #D5E3D9;
}
.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.85em;
}
#mcrumbs {
	display: none;
}
/* Update */
.update {
	font-size: 0.85em;
	font-style: italic;
	color: #D5E3D9;
}
/* Meetings */
.panel {
	border: 2px solid #D5E3D9;
	background: #D1E0F0;
	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;  
}
/* FAQ */
.faqlist {
	line-height: 1.75em;
}
/* Notice */
.notice {
	background: #D5E3D9;
	padding: 0.5em;
	color: #30413F;
	border-top: 5px solid #30413F;
	border-bottom: 5px solid #30413F;
}
.notice a {
	color: #3D4D48;
}
.notice a:hover {
	color: #30413F;
}
.notice h2,
.notice h3,
.notice h4 {
	color: #FFFFFE;
	font-weight: bold;
}
/* Google Translate */
.goog-te-gadget-simple {
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	padding: 0 !important;
}


