/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('rs-minimal-white.png') transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/js/homepage/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.vjs-poster{margin:0 auto;padding:0;cursor:pointer;position:relative;width:100%;max-height:100%}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.video-js .vjs-text-track{display:none;color:#fff;font-size:1.4em;text-align:center;margin-bottom:.1em;background:#000;background:rgba(0,0,0,0.50)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-fade-in{visibility:visible!important;opacity:1!important;-webkit-transition:visibility 0s linear 0s,opacity .3s linear;-moz-transition:visibility 0s linear 0s,opacity .3s linear;-ms-transition:visibility 0s linear 0s,opacity .3s linear;-o-transition:visibility 0s linear 0s,opacity .3s linear;transition:visibility 0s linear 0s,opacity .3s linear}.vjs-fade-out{visibility:hidden!important;opacity:0!important;-webkit-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-moz-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-ms-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-o-transition:visibility 0s linear 1.5s,opacity 1.5s linear;transition:visibility 0s linear 1.5s,opacity 1.5s linear}.vjs-default-skin .vjs-controls{position:absolute;bottom:0;left:0;right:0;margin:0;padding:0;height:2.6em;color:#fff;border-top:1px solid #404040;background:#242424;background:-moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));background:-webkit-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);visibility:hidden;opacity:0}.vjs-default-skin .vjs-control{position:relative;float:left;text-align:center;margin:0;padding:0;height:2.6em;width:2.6em}.vjs-default-skin .vjs-control:focus{outline:0}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer!important}.vjs-default-skin.vjs-paused .vjs-play-control div{width:15px;height:17px;background:url('/Images/template/buttons/video-js.png');margin:.5em auto 0}.vjs-default-skin.vjs-playing .vjs-play-control div{width:15px;height:17px;background:url('/Images/template/buttons/video-js.png') -25px 0;margin:.5em auto 0}.vjs-default-skin .vjs-rewind-control{width:5em;cursor:pointer!important}.vjs-default-skin .vjs-rewind-control div{width:19px;height:16px;background:url('/Images/template/buttons/video-js.png');margin:.5em auto 0}.vjs-default-skin .vjs-mute-control{width:3.8em;cursor:pointer!important;float:right}.vjs-default-skin .vjs-mute-control div{width:22px;height:16px;background:url('/Images/template/buttons/video-js.png') -75px -25px;margin:.5em auto 0}.vjs-default-skin .vjs-mute-control.vjs-vol-0 div{background:url('/Images/template/buttons/video-js.png') 0 -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-1 div{background:url('/Images/template/buttons/video-js.png') -25px -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-2 div{background:url('/Images/template/buttons/video-js.png') -50px -25px}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{position:relative;width:5em;height:.6em;margin:1em auto 0;cursor:pointer!important;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#666;background:-moz-linear-gradient(top,#333,#666);background:-webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#666));background:-webkit-linear-gradient(top,#333,#666);background:-o-linear-gradient(top,#333,#666);background:-ms-linear-gradient(top,#333,#666);background:linear-gradient(top,#333,#666)}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.6em;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#fff;background:-moz-linear-gradient(top,#fff,#ccc);background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));background:-webkit-linear-gradient(top,#fff,#ccc);background:-o-linear-gradient(top,#fff,#ccc);background:-ms-linear-gradient(top,#fff,#ccc);background:linear-gradient(top,#fff,#ccc)}.vjs-default-skin .vjs-volume-handle{position:absolute;top:-0.2em;width:.8em;height:.8em;background:#ccc;left:0;border:1px solid #fff;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin div.vjs-progress-control{position:absolute;left:4.8em;right:4.8em;height:1.0em;width:auto;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-progress-holder{position:relative;cursor:pointer!important;padding:0;margin:0;height:1.0em;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em;background:#111;background:-moz-linear-gradient(top,#111,#262626);background:-webkit-gradient(linear,0% 0,0% 100%,from(#111),to(#262626));background:-webkit-linear-gradient(top,#111,#262626);background:-o-linear-gradient(top,#111,#262626);background:-ms-linear-gradient(top,#111,#262626);background:linear-gradient(top,#111,#262626)}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:1.0em;margin:0;padding:0;left:0;top:0;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin .vjs-play-progress{background:#fff;background:-moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:#efefef;background:-moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f1f1f1',GradientType=0);background:linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%)}.vjs-default-skin .vjs-load-progress{opacity:.8;background:#666;background:-moz-linear-gradient(top,#666,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#666),to(#333));background:-webkit-linear-gradient(top,#666,#333);background:-o-linear-gradient(top,#666,#333);background:-ms-linear-gradient(top,#666,#333);background:linear-gradient(top,#666,#333)}.vjs-default-skin div.vjs-seek-handle{position:absolute;width:16px;height:16px;margin-top:-0.3em;left:0;top:0;background:url('/Images/template/buttons/video-js.png') 0 -50px;-moz-border-radius:.8em;-webkit-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 2px 4px 0 #000;-moz-box-shadow:0 2px 4px 0 #000;box-shadow:0 2px 4px 0 #000}.vjs-default-skin .vjs-time-controls{position:absolute;right:0;height:1.0em;width:4.8em;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background-color:#333;font-size:1em;line-height:1.0em;font-weight:normal;font-family:Helvetica,Arial,sans-serif;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-current-time{left:0}.vjs-default-skin .vjs-duration{right:0;display:none}.vjs-default-skin .vjs-remaining-time{right:0}.vjs-time-divider{display:none}.vjs-default-skin .vjs-time-control{font-size:1em;line-height:1;font-weight:normal;font-family:Helvetica,Arial,sans-serif}.vjs-default-skin .vjs-time-control span{line-height:25px}.vjs-secondary-controls{float:right}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer!important;float:right}.vjs-default-skin .vjs-fullscreen-control div{width:16px;height:16px;background:url('/Images/template/buttons/video-js.png') -50px 0;margin:.5em auto 0}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div{background:url('/Images/template/buttons/video-js.png') -75px 0}.vjs-default-skin .vjs-big-play-button{display:block;z-index:2;position:absolute;top:50%;left:50%;width:8.0em;height:8.0em;margin:-42px 0 0 -42px;text-align:center;vertical-align:center;cursor:pointer!important;border:.2em solid #fff;opacity:.95;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background:#454545;background:-moz-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#454545),color-stop(50%,#232323),color-stop(50%,#161616),color-stop(100%,#3f3f3f));background:-webkit-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-o-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-ms-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545',endColorstr='#3f3f3f',GradientType=0);background:linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);-webkit-box-shadow:4px 4px 8px #000;-moz-box-shadow:4px 4px 8px #000;box-shadow:4px 4px 8px #000}.vjs-default-skin div.vjs-big-play-button:hover{-webkit-box-shadow:0 0 80px #fff;-moz-box-shadow:0 0 80px #fff;box-shadow:0 0 80px #fff}.vjs-default-skin div.vjs-big-play-button span{position:absolute;top:50%;left:50%;display:block;width:35px;height:42px;margin:-20px 0 0 -15px;background:url('/Images/template/buttons/video-js.png') -100px 0}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;width:55px;height:55px;margin:-28px 0 0 -28px;-webkit-animation-name:rotatethis;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotatethis;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear}@-webkit-keyframes rotatethis{0%{-webkit-transform:scale(0.6) rotate(0deg)}12.5%{-webkit-transform:scale(0.6) rotate(0deg)}12.51%{-webkit-transform:scale(0.6) rotate(45deg)}25%{-webkit-transform:scale(0.6) rotate(45deg)}25.01%{-webkit-transform:scale(0.6) rotate(90deg)}37.5%{-webkit-transform:scale(0.6) rotate(90deg)}37.51%{-webkit-transform:scale(0.6) rotate(135deg)}50%{-webkit-transform:scale(0.6) rotate(135deg)}50.01%{-webkit-transform:scale(0.6) rotate(180deg)}62.5%{-webkit-transform:scale(0.6) rotate(180deg)}62.51%{-webkit-transform:scale(0.6) rotate(225deg)}75%{-webkit-transform:scale(0.6) rotate(225deg)}75.01%{-webkit-transform:scale(0.6) rotate(270deg)}87.5%{-webkit-transform:scale(0.6) rotate(270deg)}87.51%{-webkit-transform:scale(0.6) rotate(315deg)}100%{-webkit-transform:scale(0.6) rotate(315deg)}}@-moz-keyframes rotatethis{0%{-moz-transform:scale(0.6) rotate(0deg)}12.5%{-moz-transform:scale(0.6) rotate(0deg)}12.51%{-moz-transform:scale(0.6) rotate(45deg)}25%{-moz-transform:scale(0.6) rotate(45deg)}25.01%{-moz-transform:scale(0.6) rotate(90deg)}37.5%{-moz-transform:scale(0.6) rotate(90deg)}37.51%{-moz-transform:scale(0.6) rotate(135deg)}50%{-moz-transform:scale(0.6) rotate(135deg)}50.01%{-moz-transform:scale(0.6) rotate(180deg)}62.5%{-moz-transform:scale(0.6) rotate(180deg)}62.51%{-moz-transform:scale(0.6) rotate(225deg)}75%{-moz-transform:scale(0.6) rotate(225deg)}75.01%{-moz-transform:scale(0.6) rotate(270deg)}87.5%{-moz-transform:scale(0.6) rotate(270deg)}87.51%{-moz-transform:scale(0.6) rotate(315deg)}100%{-moz-transform:scale(0.6) rotate(315deg)}}div.vjs-loading-spinner .ball1{opacity:.12;position:absolute;left:20px;top:0;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball2{opacity:.25;position:absolute;left:34px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball3{opacity:.37;position:absolute;left:40px;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball4{opacity:.50;position:absolute;left:34px;top:34px;width:13px;height:13px;background:#fff;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:15px;border:1px solid #ccc}div.vjs-loading-spinner .ball5{opacity:.62;position:absolute;left:20px;top:40px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball6{opacity:.75;position:absolute;left:6px;top:34px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball7{opacity:.87;position:absolute;left:0;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball8{opacity:1.00;position:absolute;left:6px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}.vjs-default-skin .vjs-menu-button{float:right;margin:.2em .5em 0 0;padding:0;width:3em;height:2em;cursor:pointer!important;border:1px solid #111;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#4d4d4d;background:-moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));background:-webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%)}.vjs-default-skin .vjs-menu-button div{background:url('/Images/template/buttons/video-js.png') 0 -75px no-repeat;width:16px;height:16px;margin:.2em auto 0;padding:0}.vjs-default-skin .vjs-menu-button ul{display:none;opacity:.8;padding:0;margin:0;position:absolute;width:10em;bottom:2em;max-height:15em;left:-3.5em;background-color:#111;border:2px solid #333;-moz-border-radius:.7em;-webkit-border-radius:1em;border-radius:.5em;-webkit-box-shadow:0 2px 4px 0 #000;-moz-box-shadow:0 2px 4px 0 #000;box-shadow:0 2px 4px 0 #000;overflow:auto}.vjs-default-skin .vjs-menu-button:focus ul,.vjs-default-skin .vjs-menu-button:hover ul{display:block;list-style:none}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0 .3em 20px;line-height:1.4em;font-size:1.2em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:left}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{text-decoration:underline;background:url('/Images/template/buttons/video-js.png') -125px -50px no-repeat}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{background-color:#ccc;color:#111;outline:0}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;color:#fff;font-weight:bold;cursor:default;background:#4d4d4d;background:-moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));background:-webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%)}.vjs-default-skin .vjs-captions-button div{background-position:-25px -75px}.vjs-default-skin .vjs-chapters-button div{background-position:-100px -75px}.vjs-default-skin .vjs-chapters-button ul{width:20em;left:-8.5em}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

html {
  font-family: "myriad-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

a:active,
a:hover { outline: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

b,
strong { font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
.clear { clear: both; }


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Start Here
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


#header {
	background-color: #ac2b37;
	border-bottom: 1px solid #fff;
}

#header span { display: block; }

#header span a {
	margin: 0;
	background: url("/Images/template/home-new/wpi-logo-mobile.png") 10% 50% no-repeat;
	background-size: 125px auto;
	display: block;
	height: 75px;
	text-indent: -999em;
	width: 100%;
}


/* Top Navigation */

#mobilenav-button {
	background: url("/Images/template/home-new/menu-arrow.png") #6f2020 43px 8px no-repeat;
	background-size: 17% auto;
	border-width: 0 1px 1px 1px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7em;
	padding: 4px 18px 6px 6px;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	float: right;
	margin-right: 2%;
	text-decoration: none;
	z-index: 1000;
}

#mobilenav-button.open { background-position: 43px -11px; }

/* hide mobile nav menu until button is pressed */
#ribbon .elastic { display: none; }

#nav-primary,
#nav-aud {
	font-size: 1em;
}

#nav-primary {
	background: #072331;
	background: -moz-linear-gradient(top, #072331 0%, #0d3c55 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072331), color-stop(100%,#0d3c55));
	background: -webkit-linear-gradient(top, #072331 0%,#0d3c55 100%);
	background: -o-linear-gradient(top, #072331 0%,#0d3c55 100%);
	background: -ms-linear-gradient(top, #072331 0%,#0d3c55 100%);
	background: linear-gradient(to bottom, #072331 0%,#0d3c55 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072331', endColorstr='#0d3c55',GradientType=0 );
}

#nav-aud { background-color: #fff; }

#ribbon .elastic ul { list-style-type: none; }
#ribbon .elastic ul#nav-primary li { border-bottom: 1px solid #465c68; }
#ribbon .elastic ul#nav-aud li { border-bottom: 1px solid #ccc; }
#ribbon .elastic ul#nav-primary li:last-child { border-bottom: 0; }

#ribbon .elastic ul li {
	margin: 0 4%;
}

#ribbon .elastic ul li a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.85em;
	padding: 15px 0 15px 10px;
}

#ribbon .elastic ul#nav-primary li a { color: #b9bdc0; }
#ribbon .elastic ul#nav-aud li a { color: #ac2b37; }

/*#ribbon .elastic ul#nav-primary li,
#ribbon .elastic ul#nav-aud li {
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 3% auto;
}

#ribbon .elastic ul#nav-primary li { background-image: url("/Images/template/home-new/menu-nav-arrow-blue.png");
}
#ribbon .elastic ul#nav-aud li { background-image: url("/Images/template/home-new/menu-nav-arrow-red.png");
}*/


/* Search Box */

#search-form {
	position: absolute;
	top: 33px;
	right: 10%;
	width: 100%;
}

#search-form form {
	width: 181px;
	float: right;
	text-align: right;
}

#search-form input#txt1 {
	-webkit-appearance: none;
    border-radius: 0;
	border: 2px solid #911d28;
	background-color: #fff;
	height: 15px;
	position: relative;
	top: 4px;
	width: 100px;
	color: #000;
}

#search-form input.button [img] {
	width: 24px;
	height: 22px;
	background: url("/Images/template/home-new/search-icon-retina.png") top left no-repeat;
	background-size: 50% auto;
}

#search-form button {
	cursor: pointer;
	width: 20px;
	height: 18px;
	background: transparent url("/Images/template/home-new/search-icon.png") left top no-repeat;
	border: none;
	position: absolute;
	top: 7px;
	background-size: 100%;
	margin-left: 3px;
}

/* Emergency Message */

#emergency {
	background-color: #faa637;
	padding: 10px 0;
}

#emergency h2, #emergency p {
	padding: 0 5%;
	color: #fff;
}

#emergency h2 {
	text-transform: uppercase;
	padding-bottom: 5px;
}

#emergency p {
	font-size: 0.85em;
	line-height: 1.3em;
}

#emergency h2 a, #emergency p a { color: #ac2b37; }


/* ************* */
/* Main Carousel */
/* ************* */

#container {
	border-top: 6px solid #FAB770;
}

#feature-area {
	border-top: 1px solid #fff;
	overflow: auto;
	position: relative;
	margin: 0 auto;
}

.jsEnabled #feature-area { overflow: hidden; }

#feature-area,
.jsEnabled #feature-area,
#feature-items li .background img,
.photo-text-left .background,
.photo-text-right .background {
	height: 400px;
}

#feature-items {
	width: 100%;
	overflow: visible;
	position: absolute;
}

#feature-items li {
	/* will display when javascript loads, hidden to avoid flash of unstyled content */
	display: none;
}

/* Controls */

/*
    position the arrows
    .rsMinW is for the rs minimal white theme only, other themes may reference them differently
    http://help.dimsemenov.com/kb/royalslider-jquery-plugin-faq/how-to-position-thumbnails-tabs-or-bullets-above-the-slider
*/

#feature-items .rsArrow {
	position: absolute;
	right: 0;
	top: 30%;
	background: rgb(45, 47, 54); /* Fallback, Legacy */
	background: rgba(45, 47, 54, .75);
	width: 35px;
	height: 50px;
}

#feature-items .rsArrowIcn {
	background: url("/Images/template/home-new/carousel-arrow.png") top left no-repeat;
	background-size: 100%;
	border-radius: 0;
	width: 15px;
	height: 30px;
	margin: 10px 0 0 8px;
}

#feature-items .rsArrowRight .rsArrowIcn {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	margin: 10px 8px 0 0;
}

#feature-items .rsArrowLeft {
    left: 0;
	right: auto;
	z-index: 100;
	padding: 0;
}

#feature-items .rsArrowRight { padding: 0; }
#feature-items .rsArrowRight .rsArrowIcn { right: 0; }


/* Common Featured Windows Typography */

#feature-items .content {
	background: rgb(45, 47, 54); /* Fallback, Legacy */
	background: rgba(45, 47, 54, .75);
	width: 100%;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#feature-items h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #fff;
	padding: 0 5% 5px;
}

#feature-items h2 a {
	color: #fff;
	text-decoration: none;
}

#feature-items h2 a:hover { color: #faa637; }

#feature-items p {
	color: #fff;
	margin: 0;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0 5% 0;
}

#feature-items p a {
	color: #faa637 !important;
	text-decoration: underline;
}


/* Video Templates */

.video-text-left,
.video-text-right { height: 580px; }

.video-text-left .background,
.video-text-right .background {
	position: absolute;
	z-index: 1;
}

.video-text-left .video,
.video-text-right .video,
#feature-items .video-text-left .content,
#feature-items .video-text-right .content {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#feature-items .video-text-left .content,
#feature-items .video-text-right .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#feature-items .video,
.video-text-right .wide,
.video-text-left .wide,
.wide .flowplayer,
#feature-items .video img,
#feature-items .video video { width: 225px; }

#feature-items .video {
	height: 127px;
	margin: auto;
	padding-top: 30px;
}

.video-js {
	background-color: transparent; 
    width: 100% !important;
	height: 100% !important;
}

.video-js.vjs-default-skin .vjs-big-play-button { display: none; }

.video-js.vjs-default-skin .vjs-poster { display: none; }

#feature-items .wide .videoimg {
	cursor: pointer !important;
	/* hide the html5 placeholder on iOS devices */
	margin-bottom: 500px !important;
}


/* Photo Templates */

.photo-text-left .background,
.photo-text-right .background,
.profile-left .background,
.profile-right .background { z-index: 1; }

.photo-text-left .photo,
.photo-text-right .photo,
.profile-right .photo,
.profile-left .photo,
.photo-text-left .content,
.photo-text-right .content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
}

.photo-text-left .photo,
.photo-text-right .photo,
.profile-right .photo,
.profile-left .photo {
	top: 9%;
	margin: auto;
}

.profile-right .photo,
.profile-left .photo,
.profile-right .photo img,
.profile-left .photo img { width: 100px; }

.photo-text-left .photo,
.photo-text-right .photo,
.photo-text-left .photo img,
.photo-text-right .photo img { width: 170px; }

.photo-text-left .photo img,
.photo-text-right .photo img,
.profile-right .photo img,
.profile-left .photo img { border: 2px solid #fff; }


/* ************************* */
/* Everything Below Carousel */
/* ************************* */

#container {
	border-top: 6px solid #faa637;
	background: rgb(8,35,49);
	background: -moz-linear-gradient(top, rgba(8,35,49,1) 0%, rgba(13,60,85,1) 37%, rgba(13,60,85,1) 37%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,35,49,1)), color-stop(37%,rgba(13,60,85,1)), color-stop(37%,rgba(13,60,85,1)));
	background: -webkit-linear-gradient(top, rgba(8,35,49,1) 0%,rgba(13,60,85,1) 37%,rgba(13,60,85,1) 37%);
	background: -o-linear-gradient(top, rgba(8,35,49,1) 0%,rgba(13,60,85,1) 37%,rgba(13,60,85,1) 37%);
	background: -ms-linear-gradient(top, rgba(8,35,49,1) 0%,rgba(13,60,85,1) 37%,rgba(13,60,85,1) 37%);
	background: linear-gradient(to bottom, rgba(8,35,49,1) 0%,rgba(13,60,85,1) 37%,rgba(13,60,85,1) 37%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082331', endColorstr='#0d3c55',GradientType=0 );
}

#content {
	background: url("/Images/template/home-new/feature-bg.png") 0 -300px repeat;
	border-top: 6px solid #051822;
	padding-top: 30px;
	position: relative;
}

.col {
	background-color: #fff;
	padding-top: 15px;
	border-bottom: 2px solid #252525;
}

.alt.col {
	background-color: transparent;
	border-bottom: 0;
}


/* Feature Blocks */

#small-feature1,
#small-feature2,
#small-feature3,
#small-feature4,
#small-feature5,
#small-feature6 {
	width: 80%;
	margin: 0 auto 55px;
	position: relative;
}

#small-feature1 img,
#small-feature2 img,
#small-feature3 img,
#small-feature4 img,
#small-feature5 img,
#small-feature6 img {
	width: 100%;
	margin: 6px 0 5px 0;
}

#small-feature1 a,
#small-feature2 a,
#small-feature3 a,
#small-feature4 a,
#small-feature5 a,
#small-feature6 a {
	text-decoration: none;
	color: #fff;
}

#small-feature1 span.headline,
#small-feature2 span.headline,
#small-feature3 span.headline,
#small-feature4 span.headline,
#small-feature5 span.headline,
#small-feature6 span.headline {
	font-weight: 700;
	font-size: 1.05em;
	display: block;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#small-feature1 span.byline,
#small-feature2 span.byline,
#small-feature3 span.byline,
#small-feature4 span.byline,
#small-feature5 span.byline,
#small-feature6 span.byline { font-size: 0.85em }

#small-feature1 span.arrow,
#small-feature2 span.arrow,
#small-feature3 span.arrow,
#small-feature4 span.arrow,
#small-feature5 span.arrow,
#small-feature6 span.arrow {
	color: #faa637;
	font-weight: 700;
	font-size: 1.2em;
}

#small-feature1,
#small-feature6 { border-top: 4px solid #fadea9; }
#small-feature2,
#small-feature4 { border-top: 4px solid #669669; }
#small-feature3,
#small-feature5 { border-top: 4px solid #8d91a0; }


/* Give to WPI Block */

#give-to-wpi {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 0;
	background: url("/Images/template/home-new/give-icon-hover.png") #061b27 35% 50% no-repeat;
	background-size: 25px 25px;
	font-size: 85%;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#give-to-wpi span { padding-left: 35px; }


/* Social Media Block */

#socialmedia .column.left,
#socialmedia .column.right {
	margin: auto;
	text-align: center;
	width: 75%;
}

#socialmedia p {
	font-size: 85%;
	line-height: 28px;
	margin-bottom: 20px;
}

#socialmedia p.facebook,
#socialmedia p.twitter {
	width: 75%;
	margin: 0 auto 20px;
}

#socialmedia p.instagram {
	width: 90%;
	margin: 0 auto 20px;
}

#socialmedia a {
	color: #333;
	text-decoration: none;
	font-weight: 700;
}

#socialmedia a img {
	margin: 0px 10px 0 0;
	vertical-align: middle;
}

#socialmedia p span { color: #ac2b37; }

#socialmedia p img { display: none; }

#socialmedia p.facebook a,
#socialmedia p.twitter a,
#socialmedia p.instagram a {
	display: block;
	height: 28px;
	padding-left: 38px;
}

#socialmedia p.facebook a { background: transparent url("/Images/template/home-new/icon-facebook.png") left top no-repeat; }
#socialmedia p.twitter a { background: transparent url("/Images/template/home-new/icon-twitter.png") left top no-repeat; }
#socialmedia p.instagram a { background: transparent url("/Images/template/home-new/icon-instagram.png") left top no-repeat; }


/* Footer */

#footer {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 30px;
	width: 100%;
	background: rgb(37,37,37);
	background: -moz-linear-gradient(top, rgba(37,37,37,1) 0%, rgba(61,61,61,1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,37,37,1)), color-stop(70%,rgba(61,61,61,1)));
	background: -webkit-linear-gradient(top, rgba(37,37,37,1) 0%,rgba(61,61,61,1) 70%);
	background: -o-linear-gradient(top, rgba(37,37,37,1) 0%,rgba(61,61,61,1) 70%);
	background: -ms-linear-gradient(top, rgba(37,37,37,1) 0%,rgba(61,61,61,1) 70%);
	background: linear-gradient(to bottom, rgba(37,37,37,1) 0%,rgba(61,61,61,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#3d3d3d',GradientType=0 );
}

#footer .left {
	background: url("/Images/template/home-new/footer-logo-mobile.png") top left no-repeat;
	background-size: 95px 95px;
	padding: 0 0 30px 120px;
	border-bottom: 1px solid #666;
	margin: 0 6%;
}

#footer .right {
	padding: 30px 0;
	float: left;
	width: 100%;
	margin-left: 0%;
}

#footer p,
#footer ul,
#footer ul li a {
	color: #fff;
	line-height: 1.6em;
}

#footer p,
#footer ul { font-size: 0.8em; }

#footer p strong { font-size: 1.15em !important; }

#footer .right p {
	margin-left: 6%;
	margin-bottom: 7px;
}

#footer .left p { margin-right: 6%; }
#footer .left p a { color: #faa637; }

#footer h2 {
	font-weight: 700;
	margin: 0 0 10px 6%;
}

#footer ul {
	margin: auto;
	float: left;
	padding-left: 12%;
}

#footer ul li {
	list-style: none;
	padding-bottom: 5px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer p.feedback {
	clear: both;
	background-color: #222;
	padding: 7px 18px;
	font-family: "minion-pro",serif;
	font-style: italic;
	font-size: 0.8em;
	font-weight: 500;
	width: 49%;
	margin: auto;
	text-align: center;
}

#footer p.feedback a {
	color: #fff;
	text-decoration: none;
}



/* Tablet */
@media only screen
and (min-width : 720px) {

	#header span a {
		background-image: url("/Images/template/home-new/wpi-logo-retina.png");
		background-size: 540px 44px;
		height: 90px;
	}
	
	#search-form {
		right: 5%;
		width: auto;
		float: none;
		padding-right: 0;
	}
	
	#search-form button {
		background-size: 20px 18px;
		padding: 0;
	}
	
	#emergency h2, #emergency p { padding: 0 3%; }
	#emergency h2 { padding-bottom: 5px; }

	/* ************* */
	/* Main Carousel */
	/* ************* */
	
	#feature-area,
	.jsEnabled #feature-area,
	#feature-items,
	#feature-items li,
	.photo-text-left .background,
	.photo-text-right .background {
		height: 402px;
	}
	
	#feature-items .background img.rsMainSlideImage { margin-top: 0 !important; }
	
	.rsImg { margin-top: 20px !important; }
	
	/* Controls */

	#feature-items .rsArrow {
	top: 35%;
	width: 53px;
	height: 68px;
	}

	#feature-items .rsArrowIcn {
		background-size: 75%;
		width: 26px;
		height: 52px;
		margin: 15px 0 0 15px;
	}

	#feature-items .rsArrowRight .rsArrowIcn { margin: 1px 14px 0 0; }
	
	#feature-items .content {
		width: 250px;
		padding: 18px;
		position: absolute;
		right: 10%;
		bottom: 0;
	}

	#feature-items h2 {
		font-size: 1.4em;
		line-height: 1.2em;
		padding: 0 0 10px;
	}
	
	#feature-items p {
		color: #fff;
		margin: 0;
		font-size: 0.9em;
		line-height: 1.4em;
		padding: 0;
	}
	
	/* Video Templates */
	
	#feature-items .video,
	.video-text-right .wide,
	.video-text-left .wide,
	.wide .flowplayer,
	#feature-items .video-text-right .video .videoimg,
	#feature-items .video-text-left .video .videoimg,
	#feature-items .video video {
    	width: 444px;
		height: 250px;
	}
	
	#feature-items .video-text-left .content,
	#feature-items .video-text-right .content { width: 100%; }
	
	video-text-left .background,
	.video-text-right .background {
		position: absolute;
		z-index: 1;
	}

	#feature-items .video-text-left .content,
	#feature-items .video-text-right .content {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
	}
	
	#feature-items .video { padding-top: 17px; }

	#feature-items .video .videoimg {
		display: block;
	}
	
	/* Photo and Profile Templates */
	
	.photo-text-left .content,
	.profile-left .content { left: 10%; right: auto; }
	.photo-text-right .content,
	.profile-right .content { left: auto; right: 10%; }
	
	.photo-text-left .photo,
	.photo-text-right .photo,
	.photo-text-left .photo img,
	.photo-text-right .photo img {
		width: 300px;
		height: auto;
	}
	
	.profile-right .photo,
	.profile-left .photo,
	.profile-right .photo img,
	.profile-left .photo img {
		height: 200px;
		width: auto;
	}
	
	.photo-text-right .photo,
	.profile-left .photo,
	.photo-text-left .photo,
	.profile-right .photo { top: 20%; }
	
	.photo-text-right .photo,
	.profile-left .photo { float: left; }
	.photo-text-left .photo,
	.profile-right .photo { float: right; }
	
	.photo-text-right .photo { left: 10%; right: auto; }
	.photo-text-left .photo { left: auto; right: 10%; }
	.profile-left .photo { left: 55%; right: auto; }
	.profile-right .photo { left: auto; right: 55%; }
	
	
	/* ************************* */
	/* Everything Below Carousel */
	/* ************************* */
	
	.alt {
		width: 660px;
		margin: auto;
	}
	
	#small-feature1,
	#small-feature2,
	#small-feature3,
	#small-feature4,
	#small-feature5,
	#small-feature6 {
		width: 306px;
		float: left;
	}

	#small-feature1,
	#small-feature3,
	#small-feature5 { margin-right: 40px; }
	#small-feature2,
	#small-feature4,
	#small-feature6 { margin-right: 0; }


	/* Give to WPI Block */
	
	#give-to-wpi {
		background: url("/Images/template/home-new/give-icon-hover.png") #061b27 43% 50% no-repeat;
		padding: 20px 0;
		background-size: 28px auto;
	}
	
	#give-to-wpi span {
	padding-left: 25px;
	}
	
	
	/* Social Media */
	
	#socialmedia { margin: 0 10%; }

	#socialmedia .column.left,
	#socialmedia .column.right {
		margin: 0;
		text-align: left;
		width: 40%;
	}

	#socialmedia .column.left { float: left;}
	#socialmedia .column.right { float: right; }
	
	#socialmedia p.facebook,
	#socialmedia p.twitter,
	#socialmedia p.instagram { width: auto; }
	
	/* Footer */
	
	#footer .left { padding-bottom: 47px; }
	#footer p.feedback { width: 155px; }
	
}



/* Desktop */
@media only screen
and (min-width : 972px) {

	#header {
		border-bottom: 0;
		height: 150px;
	}

	#header .elastic {
		width: 972px;
		margin: auto;
		position: relative;
	}

	#header span a {
		background: url("/Images/template/home-new/wpi-logo.png") top left no-repeat;
		width: 540px;
		height: 44px;
		position: relative;
		top: 65px;
		left: 0;
	}

	#search-form {
		top: 66px;
		right: 24px;
	}

	#search-form form { width: 200px; }

	#search-form input#txt1 {
		width: 150px;
		padding: 6px;
	}
	
	#search-form button {
		width: 24px;
		height: 22px;
		background-size: 24px 22px;
	}
	
	
	/* ********** */	
	/* Navigation */
	/* ********** */

	#ribbon {
		background-color: #ac2b37;
		border-bottom: 1px solid #fff;
		min-height: 27px;
		padding-bottom: 10px;
	}

	#ribbon .elastic {
		display: inherit;
		width: 972px;
		margin: auto;
		text-align: center;
	}
	
	#mobilenav-button { display: none; }

	ul#nav-primary {
		background: none;
		filter: none;
		border-bottom: 0;
	}
	
	#ribbon .elastic ul { display: block; }

	#ribbon .elastic ul#nav-primary li {
		border-bottom: 0;
		display: inline;
		margin: 0 0 0 -5px;
		padding: 0;
		border-right: 1px solid #6a0912;
		padding: 6px 0 8px 0;
	}

	#ribbon .elastic ul#nav-primary li:last-child { border-right: 0; }

	#ribbon .elastic ul li a {
		display: inline;
		color: #f5dadd !important;
		font-weight: normal !important;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-size: 0.85em;
		padding: 8px 18px 9px 18px;
	}

	#ribbon .elastic ul li a:hover {
		background-color: #750f19;
		color: #fff;
	}

	.elastic.nav {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #750f19;
		border-bottom: 1px solid #520910;
		width: 100%;
	}

	ul#nav-aud {
		border-top: 0;
		width: 1002px;
		margin: auto;
		list-style: none;
		background-color: transparent;
		padding: 8px 0 7px;
	}

	ul#nav-aud li { display: inline; }

	ul#nav-aud li a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-size: 0.7em;
		padding: 9px 15px;
	}
	ul#nav-aud li a:hover { background-color: #ac2b37; }

	
	/* ***************** */
	/* Emergency Message */
	/* ***************** */
	
	#emergency {
		margin-top: 20px;
		padding: 20px 0 17px 0;
	}
	
	#emergency h2, #emergency p {
		width: 972px;
		margin: auto;
	}
	
	#emergency h2 { padding-bottom: 10px; }
	
	
	/* ************* */
	/* Main Carousel */
	/* ************* */

	#feature-area,
	.jsEnabled #feature-area,
	#feature-items,
	#feature-items li,
	.photo-text-left .background,
	.photo-text-right .background {
		height: 580px;
	}
	
	#feature-items .background img.rsMainSlideImage { margin-top: 0 !important; }
	
	.rsImg { margin-top: 20px !important; }

	/* Controls */
	
	#feature-items .rsArrow {
		top: 39%;
		width: 72px;
		height: 118px;
	}

	#feature-items .rsArrowIcn {
		width: 26px;
		height: 40px;
		margin: 40px 0 0 24px;
	}

	#feature-items .rsArrowRight .rsArrowIcn { margin: 40px 24px 0 0; }

	/* Common Featured Windows Typography */

	#feature-items .content {
		width: 280px;
		padding: 22px 25px;
	}

	/* Video Templates */

	.video-text-left,
	.video-text-right { height: 580px; }

	#feature-items .video,
	.video-text-right .wide,
	.video-text-left .wide,
	.wide .flowplayer,
	#feature-items .video-text-right .video .videoimg,
	#feature-items .video-text-left .video .videoimg,
	#feature-items .video video {
    	width: 650px;
		height: 366px;
	}

	#feature-items .video { padding-top: 60px; }

	/* Photo Templates */

	.photo-text-left .photo,
	.photo-text-right .photo,
	.photo-text-left .photo img,
	.photo-text-right .photo img {
		width: 500px;
		height: 342px;
	}

	.profile-right .photo,
	.profile-left .photo,
	.profile-right .photo img,
	.profile-left .photo img {
		width: 257px;
		height: 342px;
	}

	.photo-text-left .photo,
	.photo-text-right .photo,
	.profile-right .photo,
	.profile-left .photo { position: absolute; }

	.photo-text-right .photo { left: 10%; }
	.photo-text-left .photo { right: 10%; }
	.profile-left .photo { left: 45%; }
	.profile-right .photo { right: 45%; }


	/* ************************* */
	/* Everything Below Carousel */
	/* ************************* */
	
	.alt {
		width: 972px;
		margin: auto;	
	}
	
	#small-feature1,
	#small-feature2,
	#small-feature3,
	#small-feature4,
	#small-feature5,
	#small-feature6 {
		margin-bottom: 0;
		min-height: 370px;
	}
	
	#small-feature4,
	#small-feature5,
	#small-feature6 { margin-bottom: 35px; }
	
	#small-feature1,
	#small-feature2,
	#small-feature4,
	#small-feature5 { margin-right: 27px; }
	
	#small-feature3,
	#small-feature6 { margin-right: 0; }

	.alt span.headline,
	.alt span.byline { padding-right: 10px;	}

	.alt span.headline:hover { color: #faa637; }
	

	/* Give to WPI Block */

	#give-to-wpi {
		background: url("/Images/template/home-new/give-icon.png") #061b27 50% 31px no-repeat;
		background-size: 37px auto;width: 76px;
		height: 68px;
		position: absolute;
		top: 0;
		right: 40px;
		color: #cccdcf;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		font-size: 0.6em;
		padding: 11px 13px 3px;
	}
	
	#give-to-wpi span { padding-left: 0; }
	
	#give-to-wpi:hover {
		background-image: url("/Images/template/home-new/give-icon-hover.png");
		color: #fff;
	}
	

	/* Social Media Block */

	#socialmedia {
		width: 970px;
		margin: auto;
	}

	#socialmedia .column.left,
	#socialmedia .column.right {
		margin: 0;
		width: auto;
		float: left;
	}
	
	#socialmedia .column.left { float: left;}
	#socialmedia .column.right { float: right; }

	#socialmedia p {
		margin-bottom: 14px;
		float: left;
	}

	#socialmedia p.facebook,
	#socialmedia p.twitter,
	#socialmedia p.instagram { margin-right: 57px; }
	
	#socialmedia p,
	#socialmedia p.facebook a,
	#socialmedia p.twitter a,
	#socialmedia p.instagram a { padding-top: 2px; }
	#socialmedia p.facebook,
	#socialmedia p.twitter,
	#socialmedia p.instagram { padding-top: 0; }
	
	#socialmedia p.twitter a { background-position: 0 3px; }

	#socialmedia a:hover { color: #ac2b37; }
	

	/* Footer */

	#footer .elastic {
		width: 972px;
		margin: auto;
	}

	#footer .left {
		padding: 0 0 0 120px;
		border-bottom: 0;
		margin: 0;
		float: left;
		width: 180px;
	}

	#footer .right {
		padding: 0;
		float: right;
		width: 60%;
	}

	#footer .right a:hover { color: #faa637; }
	#footer p.feedback:hover { background-color: #000; }

}


/* High-Res Screens (Retina Displays) */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	
	#search-form button {
		background-image: url("/Images/template/home-new/search-icon-retina.png");
		background-size: 20px 18px;
	}

	#socialmedia p.facebook a { background-image: url("/Images/template/home-new/icon-facebook-retina.png"); background-size: 28px 28px; }
	#socialmedia p.twitter a { background-image: url("/Images/template/home-new/icon-twitter-retina.png"); background-size: 28px 28px; }
	#socialmedia p.instagram a { background-image: url("/Images/template/home-new/icon-instagram-retina.png"); background-size: 28px 28px; }
	
}
