/* =================================================================
						HOME SLIDESHOW STYLES
===================================================================*/

/* general slideshow styles */
.cycle-slideshow,
.cycle-slideshow * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cycle-slideshow {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
	height: 464px;
	min-width: 200px;
	overflow: hidden;
}

.cycle-slideshow.homeSlide {
	height: 464px;
}

.cycle-slide {
	width: 100%;
}

.cycle-slideshow img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.cycle-slideshow img:first-child {
	position: static;
	z-index: 100;
}

.no-js .cycle-slideshow.homeSlide {
	overflow-y: scroll;
}

.no-js .cycle-slideshow.homeSlide > div {
	position: relative;
}

/* pager styles */
.cycle-pager {
	position: absolute;
	top: 10px;
	z-index: 500;
	width: 40px;
	text-align: center;
	z-index: 9999;
}

.cycle-pager span {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 50px;
	color: #ddd;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	color: #d69746;
}

.cycle-pager > * {
	cursor: pointer;
}

.cycle-pager a {
	display: block;
	float: none;
	margin: 0 0 5px 10px;
	width: 20px;
	height: 20px;
	font-weight: normal;
	color: #000;
	font-size: 0.9em;
	background: url(/content/images/slidenav.png) no-repeat 0 -20px;
}

.cycle-pager a:hover {
	text-decoration: none;
	color: #fff;
	background-position: 0 0;
}

.cycle-pager .cycle-pager-active a,
a.cycle-pager-active {
	color: #fff;
	background-position: 0 0;
}

/* caption */
.cycle-caption {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 700;
	color: white;
}

/* overlay styles */
.cycle-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 600;
	margin: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

.overlayContent {
	background: transparent url(/content/images/slide_overlay.png) repeat-x;
}

.cycle-overlay img {
	display: none;
	margin: 0 15px;
	position: relative;
	width: auto;
}

.cycle-overlay h2 {
	margin: 0 15px;
	padding: 0;
	font-weight: normal;
}

.cycle-overlay h2 a {
	font-size: 40px;
	font-weight: normal;
	font-family: "Avenir LT W01 35 Light", arial, helvetica, sans-serif;
	color: #556198;
}

.cycle-overlay p {
	padding: 1em 15px;
	margin: 0;
	font-family: "Avenir LT W01 35 Light", arial, helvetica, sans-serif;
}

.cycle-overlay a {
	font-size: 1.2em;
}

.cycle-overlay a:hover,
.cycle-overlay a:focus {
	color: #7cb085;
}

.leftRail .cycle-overlay {
	color: #fff;
	font-size: 0.9em;
}

.leftRail .cycle-overlay a {
	color: #fff;
	font-size: 1.1em;
}

.leftRail .cycle-overlay a:hover,
.leftRail .cycle-overlay a:focus {
	color: #7cb085;
}

.slideLinks {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}

.slideLinks a {
	font-size: 0.8em;
	font-weight: bold;
	color: #363a54;
}

@media only screen and (min-width:48em) {
	.overlayContent {
		height: 464px;
	}

	.cycle-overlay {
		width: 260px;
		top: 0;
		right: 30px;
	}

	.cycle-overlay img {
		display: block;
	}
}

.cycle-slide-active .slidePlayVid {
	display: block;
	position: absolute;
	top: 45px;
	left: 30%;
	z-index: 900;
	width: 90px;
	height: 90px;
	visibility: visible !important;
}

.cycle-slide-active .playVid {
	display: block;
	position: absolute;
	z-index: 900;
	width: 90px;
	height: 90px;
	background: url(/content/images/video_play_button.png) no-repeat;
	visibility: visible !important;
	color: #fff;
	line-height: 14em;
	text-transform: uppercase;
	text-indent: 3px;
	font-size: 0.9em;
}

.playVid:hover,
.playVid:focus {
	background-position: -110px 0;
}

@media only screen and (min-width:48em) {
	.cycle-slide-active .slidePlayVid {
		top: 100px;
		left: 35%;
	}
}

@media only screen and (min-width:61.5em) {
	.cycle-slide-active .slidePlayVid {
		top: 180px;
		left: 30%;
	}
}

/* =================================================================
					INTERIOR SLIDESHOW STYLES
===================================================================*/
.consultantSlide {
	overflow: hidden;
}

.consultantSlide .cycle-slideshow,
.leftRail .cycle-slideshow {
	height: auto;
}

.consultantSlide .cycle-overlay,
.leftRail .cycle-overlay {
	position: relative;
	right: 0;
	margin-top: 5px;
	padding: 0;
	width: auto;
	text-align: right;
	background: transparent;
}

.consultantSlide .cycle-pager,
.leftRail .cycle-pager {
	position: relative;
	width: 100%;
	text-align: right;
	padding: 0 0 7px;
}

.consultantSlide .cycle-pager a,
.leftRail .cycle-pager a {
	display:inline-block;
	margin: 0 0 10px 10px;
	width: 15px;
	height: 15px;
	background: url(/content/images/intslidenav.png) no-repeat 0 -15px;
}

.consultantSlide .cycle-pager a.cycle-pager-active,
.leftRail .cycle-pager a.cycle-pager-active {
	background-position: 0 0;
}

.consultantSlide .cycle-overlay a {
	color: #5A5A5A;
}

.consultantSlide .cycle-overlay a:hover {
	color: #7cb085;
}

@media only screen and (min-width:28em) {
	.consultantSlide .cycle-slideshow,
	.leftRail .cycle-slideshow {
		float: right;
	}
}

@media only screen and (min-width:61.5em) {
	.cycle-overlay {
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		left: auto;
		z-index: 600;
	}

	.consultantSlide .cycle-overlay,
	.leftRail .cycle-overlay {
		right: 0;
	}

	.consultantSlide .cycle-slideshow,
	.leftRail .cycle-slideshow {
		min-width: 308px;
	}
}
