/* Slideshow */
#ssc {
}
.scontainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 600px;
	overflow: hidden;
	border-bottom: 8px solid #FA9D23;
}
.swrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 600px;
	overflow: hidden;
}
.sovr {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.stext {
	position: absolute;
	width: 900px;
	height: 350px;
	border: transparent;
}
.scwrap {
	position: absolute;
	display: inline-block;
	padding: 12px;
    border: transparent;
}
.stexttl {
	left: 60px;
	top: 120px;
	text-align: left;
}
.scwraptl {
	top: 0;
	left: 0;
}
.stextml {
	left: 60px;
	top: 190px;
	text-align: left;
}
.scwrapml {
	top: 0;
	left: 0;
}
.stextbl {
	left: 60px;
	bottom: 60px;
	text-align: left;
}
.scwrapbl {
	bottom: 0;
	left: 0;
}
.stexttr {
	right: 60px;
	top: 120px;
	text-align: right;
}
.scwraptr {
	top: 0;
	right: 0;
}
.stextbr {
	right: 60px;
	bottom: 60px;
	text-align: right;
}
.scwrapbr{
	bottom: 0;
	right: 0;
}
.stitle {
	font-family: Montserrat, Arial, sans-serif;
    color: #FFFFFE;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.145 !important;
	font-size: 48px !important;
}
.ssub {
	font-family: Montserrat, sans-serif;
	color: #FFFFFE;
	line-height: 1.2;
	font-size: 24px;
}
.ssub:before {
	content: '';
	background: #FA9D23;
	display: block;
	height: 8px;
	width: 53px;
	margin: 28px 0;
}
.stextbr .ssub:before,
.stexttr .ssub:before {
	margin-left: 647px;
}
.slink {
	margin-top: 0;
}
.slink .button {
	position: relative;
	background: transparent;
	text-transform: uppercase;
	color: #FA9D23;
	font-size: 24px;
}	
.slink .button:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #FA9D23;
}
.slink .button:active {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FA9D23;
}
.stextbr .slink .button,
.stextmr .slink .button,
.stexttr .slink .button {
	right: -16px;
}
.stextbl .slink .button,
.stextml .slink .button,
.stexttl .slink .button {
	left: -16px;
}
.scopy {
	position: absolute;
	font-size: 0.75em;
	bottom: 0;
	right: 0;
	padding: 0.25em 0.5em;
	text-align: right;
	color: #DDD;
	background: rgba(0, 0, 0, 0.5);
}
.scopy a {
	text-decoration: underline;
	color: #DDD;
}
.scopy a:hover {
	color: #FFFFCC;
	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: 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: 210px;
	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: 730px;
	}
	.swrap {
		height: 730px;
	}
	.sarrowr {
		top: 210px;
	}
	.sarrowl {
		top: 210px;
	}
	.stext {
		width: 700px;
	}
	.ssub {
		font-size: 18px;
	}
	.slink {
		font-size: inherit;
	}
}

/* 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';*/
}

/* Page Menu*/
.pagemenutext {
	font-size: 1.35em;
	font-weight: 500;
	border-bottom: 1px solid #959DA3;
}
.pagemenutext:last-child {
	border-bottom: 0;
}
a.pagemenuitem {
	display: block;
	color: #414042;
	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.pagemenuitem:hover {
	background: #959DA3;
	color: #FFFFFE;
}

/* Library */
#library {
	text-align: left;
	margin: auto;
	background: #FEFFFF;
	padding: 1em;
}	


/* 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;
}

.gs-web-image-box {
	width: 114px !important;
}

.gs-web-image-box .gs-image {
	max-width: 100px !important;
	max-height: 200px !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;
}
.htitle {
	font-size: 2em !important;
	text-align: left;
	margin-bottom: 0.5em !important;
}
.hitem {
	font-family: Montserrat, Arial, sans-serif;
	color: #463616;
	font-size: 1.15em;
	line-height: 1.35em;
	margin-top: 0.15em;
}
.hitem a {
	color: #463616;
}
.hitem a:hover {
	color: #959DA3 !important;
	text-decoration: none;
}
.hsubitem {
	margin: 0 0 0 24px;
	font-size: 1em;
	color: #002F57;
}
.htext {
	margin: 0 0 0 24px;
	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;
}
#crumbs .icon {
	font-size: 0.75em;
}
#mcrumbs {
	display: none;
}
/* Meetings */
.panel {
	border: 2px solid #FAFAFA;
	background: #F8E7C8;
	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: bold;
	text-align: center;
	padding: 8px;
	color: #00538A;
	border: 3px solid #00538A;
	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: #00538A;
	padding-top: 2px;
}
/* FAQ */
.faqlist {
	line-height: 1.75em;
}
/* Home Page Icons */
.homepage #main-wrapper h2 {
	font-size: 3em;
	margin: 0;
}
.cnav .ssgrid .itextpic {
	border-radius: 50%;
} 
.cnav .itextcap {
	text-align: center;
	background: transparent;
	bottom: calc(50% - 1.35em);
	top: auto;
	font-size: 2.35em;
	text-shadow: 0 0 4px #000;
	line-height: 1.35em;
}
.hrotate {
	position: absolute;
	bottom: 200px;
	left: 50px;
	transform: rotate(-45deg);
}
/*Skip To Main*/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
    color: #FFFFFE;
    background-color: #002F57;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #FCDD04;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}
	

