/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/
#ssr {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.scontainer {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 500px;
	overflow: hidden;
}
.swrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 500px;
	border: 12px solid #FFFFFE;
	margin-bottom: 80px;
}
.stext {
	position: absolute;
	width: 600px;
	height: 200px;
	border: transparent;
}
.scwrap {
	position: absolute;
	display: inline-block;
	padding: 12px;
    background: rgba(255, 255, 255, 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: Catamaran, sans-serif;
    color: #0F75BD;
    font-weight: 700;
	line-height: 60px !important;
	font-size: 40px !important;
}
.ssub {
	font-family: Catamaran, sans-serif;
	color: #222222;
	line-height: 32px;
	font-size: 24px;
}
.slink {
	margin-top: 0.5em;
}
.scopy {
	position: absolute;
	font-size: 0.75em;
	bottom: 24px;
	right: 24px;
	padding: 0.25em 0.5em;
	text-align: right;
	color: #EEE;
	background: rgba(0, 0, 0, 0.5);
}
.scopy a {
	color: #EEE;
}
.scopy a:hover {
	color: #FFFFFE;
}

/* 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-style: normal;
	font-weight: 900;
	text-transform: none !important;
	font-size: 25px;
}
.sarrowl { 
	width: 40px;
	height: 80px;
	top: 210px;
	left: 12px;
	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: 210px;
	right: 12px;
	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: #5D8682; }
.sarrowrdn { background: #5D8682; }

/* 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 #CFE3F2;
}
.leftmenutext:last-child {
	border-bottom: 0;
}
a.leftmenuitem {
	display: block;
	color: #0F75BC;
	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: #CFE3F2;
	color: #283891;
}

.lmenu {
}
.lmenuitem {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #CFE3F2;
}
.lmenuitem:last-child {
	border-bottom: 0;
}
.lmenuitem a {
	display: block;
	color: #0F75BC;
	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: #CFE3F2;
	color: #283891;
}

/* 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 */
		.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: #CFE3F2;
	font-weight: normal;
	margin: 0;
	font-size: 1.35em;
	line-height: 1.35em;
}
.hitem a {
	color: #CFE3F2;
}
.hitem a:hover {
	color: #283890 !important;
	text-decoration: none;
}
.hsubitem {
	font-size: 1em;
	color: #CFE3F2;
}
.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: #CFE3F2;
}
/* Meetings */
.panel {
	border: 1px solid #0F75BC;
	background: #FAF6B2;
	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: #CFE3F2;
	padding: 0.5em;
	color: #283891;
	border-top: 5px solid #283891;
	border-bottom: 5px solid #283891;
}
.notice a {
	color: #0F75BC;
}
.notice a:hover {
	color: #283891;
}
.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;
}


