/*
*JLR 6/23/2014 This one single CSS file contains the two separate files given to us by Enlighten
to power slideshows in Ektron.  They're both required, so why not combine them?  Save a request
by pulling this in instead of:
 - colorbox.css
 - jquery.bxslider.css
*/

/*COLORBOX*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;} /*background:#fff;}*/
	.cboxForm {background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        /*#cboxLoadedContent{border:5px solid #000; background:#fff;}*/
        #cboxTitle{display: none !important;/*position:absolute; top:-20px; left:0; color:#ccc;*/}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;font-size: 14px;}
        #cboxLoadingGraphic{background: url(/Webassets/Css/images/bx_loader.gif) center center no-repeat #fff;/*background:url(/Webassets/Css/images/cBoxLoading.gif) no-repeat center center;*/}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/Webassets/Css/images/controlsCbox.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/Webassets/Css/images/controlsCbox.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; /*background:url(/Webassets/Css/images/controlsCbox.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;*/}
        #cboxClose:hover{background-position:bottom center;}

.cBoxHeading {
    margin: 0;
    /* position: absolute;
    top: -20px;
    left: 0; */
	font: 20px 'HelveticaNeueLTStd75Bold';
	behavior: url(/Webassets/Css/PIE.htc);
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	-webkit-text-shadow:0 1px 1px #4c4946;
	-moz-text-shadow:0 1px 1px #4c4946;
	-o-text-shadow:0 1px 1px #4c4946;
	-ms-text-shadow:0 1px 1px #4c4946;
	text-shadow:0 1px 1px #4c4946;
    /* width: 475px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
#colorbox .bx-wrapper {
    margin: 0 auto; /*10px 15px;*/
}

#logoPH { text-align: right; }
#logoPH > p {
	padding: 15px 10px 5px 0;
	margin: 0;
}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 10px 0 0 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
	border-radius: 10px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/Webassets/Css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/Webassets/Css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/Webassets/Css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 175px; /*50%;*/
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 70;  /*9999;*/  /*JLR 10/16/2013 whoa there tiger */
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/Webassets/Css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/Webassets/Css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ddd\9;  /*JLR 10/28/2013 #ddd instead of #666 so text and hyperlinks are visible */
	background: rgba(224, 224, 224, 0.9); /* rgba(80, 80, 80, 0.75); */ /*JLR 10/7/2013 change color  */
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #000; /*#fff;*/ /*JLR 10/7/2013 change color  */
	font-family: Arial;
	display: block;
	padding: 10px;
}

.bx-wrapper img {
    margin: 0 auto;
}
.bx-viewport,
.bxslider li {
    min-height: 300px;
}
.content-body div.content-row .bxslider,
.bxslider {
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
}
.content-body div.content-row .bxslider img {
    float: none !important;
    clear: none !important;
    margin: 0 auto !important;
}
.bxslider .closeBtn,
#colorbox #cboxClose,
.bx-viewport .toggleBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 70;  /*9999;*/  /*JLR 10/16/2013 whoa there tiger */
    background: rgba(97,97,97,.6);
    padding: 4px;
    border-radius: 2px;
    color: #ddd !important;
}
.bxslider .closeBtn:hover,
#colorbox #cboxClose:hover,
.bx-viewport .toggleBtn:hover {
    background: rgba(97,97,97,.75) !important;
}

#colorbox #cboxClose {
    top: 15px;
    right: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.extCont {
    clear: both;
    opacity: 0;
}
.bx-viewport .toggleBtn {
    top: inherit;
    bottom: 0;
    text-decoration: none;
    background: transparent;
    color: #000 !important; /*JLR 10/7/2013 was #ccc*/
}
.bx-viewport .toggleBtn.hidden {
    background: rgba(97, 97, 97, 0.6);
}
.slideSponsor {
	margin: 36px 10px 0 10px;
	padding: 15px;
	border-radius: 10px;
    background: #fff;
    text-align: center;
	font: 14px/16px 'HelveticaNeueLTStd55Roman';
}
.extCont .slideSponsor {
    width: 450px;
	margin: 0 auto;
	padding: 0;
}
#colorbox, #cboxWrapper {
    overflow: visible;
}