﻿/*--******************************************************--*/
/*--AGILE CAROUSEL CSS FROM HERE UNTIL END COMMENT--*/
/*--******************************************************--*/

/*-- all carousel controls --*/

.agile_carousel .control_set {
	position: absolute;
	z-index: 4000;
}
.slide_button {
	z-index: 5000;
	cursor: pointer;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}
/*-- outer container --*/

.CC_hp_carousel .agile_carousel,
.CC_ldr_topWpZone .agile_carousel {
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index:1;
}
/*-- individual slides --*/

.CC_hp_carousel .slide_inner,
.CC_ldr_topWpZone .slide_inner {
	overflow: hidden;
	margin: 0px;
}
/*-- large photos --*/

.CC_hp_carousel .photo {
	height: 360px;
	width: 100%;
}
.CC_ldr_topWpZone .slide_inner img {
	height: 279px;
	width: 800px;
}

/*-- caption --*/

.CC_hp_carousel .caption,
.CC_ldr_topWpZone .caption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 385px;
	height: 339px;	
	color: #FFF;
	overflow: hidden;
}
.CC_ldr_topWpZone .caption {
	left: 52px;
	width: 335px;
	height: 279px;
}
.CC_hp_carousel .caption a:link, .CC_hp_carousel .caption a:visited, .CC_hp_carousel .caption a:hover,
.CC_ldr_topWpZone .caption a:link, .CC_ldr_topWpZone .caption a:visited, .CC_ldr_topWpZone .caption a:hover {
	color: #FFF;
	text-decoration: none;
}
.CC_hp_carousel .caption .photo_link,
.CC_ldr_topWpZone .caption .photo_link {
	font-family: 'Montserrat', Sans-Serif;
	overflow: hidden;
	display: block;
	margin: 87px 40px 10px 0px;
	padding: 0px 0px 20px 40px;
	font-size: 42px;
	font-weight: 200;
	line-height: 44px;
}
.CC_ldr_topWpZone .caption .photo_link {
	margin: 70px 35px 10px 0px;
	padding: 0px 0px 0px 35px;
	font-size: 24px;
	line-height: 26px;
	max-height: 76px;
	border-bottom: solid #FFF 0px;
}
.CC_hp_carousel .caption .abstractTitle,
.CC_ldr_topWpZone .caption .abstractTitle {
	display: block;
	font-family: 'Montserrat',Sans-Serif;
	font-size: 15px;
	margin: 0px 40px 0px 40px;
}
.CC_ldr_topWpZone .caption .abstractTitle {
	font-size: 14px;
	margin: 0px 35px 0px 35px;
	border-top: solid #FFF 1px;
	padding-top: 10px;
	height: 88px;
	overflow-x: hidden;
	overflow-y: auto;
}
.CC_hp_carousel .caption .carouselLinks,
.CC_ldr_topWpZone .caption .carouselLinks {
	font-weight: bold;
	font-size: 11px;
	margin: 14px 40px 0px 40px;
	display:none;
}
.CC_ldr_topWpZone .caption .carouselLinks {
	margin: 14px 35px 0px 35px;
}
.CC_hp_carousel .caption .carouselLinks a:hover,
.CC_ldr_topWpZone .caption .carouselLinks a:hover {
	text-decoration: underline;
}

/*--******************************************************--*/
/*-- PREVIOUS & NEXT BUTTONS and DOTS --*/
/*--******************************************************--*/

.CC_hp_carousel .control_set_1,
.CC_ldr_topWpZone .control_set_1 {
	bottom: 3px;
	right: 14px;
}
.CC_hp_carousel .previous_next_button,
.CC_ldr_topWpZone .previous_next_button {
 	float: left;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -5000px;
}
.CC_hp_carousel .previous_button,
.CC_ldr_topWpZone .previous_button {
	background: url(../ChemCom_Images/hpFeature_arrowLeft.png) no-repeat;
}
.CC_hp_carousel .next_button,
.CC_ldr_topWpZone .next_button {
	background: url(../ChemCom_Images/hpFeature_arrowRight.png) no-repeat;
	margin-left: 8px;
}
.CC_hp_carousel .previous_next_button:hover ,
.CC_ldr_topWpZone .previous_next_button:hover{
	background-color: #f7f7f7;
}
.CC_hp_carousel .previous_button:hover,
.CC_ldr_topWpZone .previous_button:hover {
	background: url(../ChemCom_Images/hpFeature_arrowLeft.png) no-repeat;
}
.CC_hp_carousel .next_button:hover,
.CC_ldr_topWpZone .next_button:hover  {
	background: url(../ChemCom_Images/hpFeature_arrowRight.png) no-repeat;
}
.CC_hp_carousel .control_set_1 .ac_disabled,
.CC_ldr_topWpZone .control_set_1 .ac_disabled {

}
.CC_hp_carousel .group_numbered_buttons_container,
.CC_ldr_topWpZone .group_numbered_buttons_container  {
	float: left;
	height: 12px;
	margin-left: 8px;
}
.CC_hp_carousel .group_numbered_buttons_container > div,
.CC_ldr_topWpZone .group_numbered_buttons_container > div {
	float: left;
	margin-left: 6px;
	position: relative;
}
.CC_hp_carousel .group_numbered_buttons_container > div:first-child,
.CC_ldr_topWpZone .group_numbered_buttons_container > div:first-child {
	margin-left: 0px;
}
.CC_hp_carousel .group_numbered_button,
.CC_ldr_topWpZone .group_numbered_button {
	background: url(../ChemCom_Images/hpFeature_dot.png) no-repeat;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -5000px;
}
.CC_hp_carousel .group_numbered_button:hover,
.CC_ldr_topWpZone .group_numbered_button:hover {
	background: url(../ChemCom_Images/hpFeature_dotHover.png) no-repeat;
}
.CC_hp_carousel .group_numbered_buttons_container .ac_selected,
.CC_ldr_topWpZone .group_numbered_buttons_container .ac_selected {
	background: url(../ChemCom_Images/hpFeature_dotSelected.png) no-repeat;
}

/*--******************************************************--*/
/*-- POP UP PAGE ABSTRACT --*/
/*--******************************************************--*/

.CC_hp_carousel .mainCarouselPopUpStyle,
.CC_ldr_topWpZone .mainCarouselPopUpStyle {
	padding-bottom: 12px;
	background: url(../ChemCom_Images/hpFeature_flyoutStem.png) right bottom no-repeat;
}
.CC_hp_carousel .carouselPopUpPageAbstractArea,
.CC_ldr_topWpZone .carouselPopUpPageAbstractArea {
	overflow: hidden;
}
.CC_hp_carousel .carouselPopUpImageArea,
.CC_ldr_topWpZone .carouselPopUpImageArea {
	overflow: hidden;
	background-color: #FFF;
}
.CC_hp_carousel .carouselPopUpImageArea img.photo,
.CC_ldr_topWpZone .carouselPopUpImageArea img {
	display: block;
	overflow: hidden;
	height: 60px;
	width: 178px; /*width: 173px;*/
	background-color: #FFF;
	margin: 3px 3px 0px 3px;	
}
.CC_hp_carousel .carouselPopUpPageAbstractArea,
.CC_ldr_topWpZone .carouselPopUpPageAbstractArea {
	border: solid #FFF;
	border-width: 0px 3px 3px 3px;
	background-color: #EBEAE6;
	padding: 6px 6px 6px 6px;
	height: 24px;
	overflow: hidden;
	font-size: 11px;
	color: #585858;
	line-height: 14px;
}

/*--******************************************************--*/
/*-- VIDEO PLACEMENT --*/
/*--******************************************************--*/

.CC_hp_carousel .chemonicsCarouselVideoDiv,
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv {
	height:320px;
	width:475px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000;
}
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv {
	height: 279px;
	width: 413px;
}
.CC_hp_carousel .chemonicsCarouselVideoDiv span,
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv span {
	display: block !important;
}
.CC_hp_carousel .chemonicsCarouselVideoDiv object,
.CC_hp_carousel .chemonicsCarouselVideoDiv iframe,
.CC_hp_carousel .chemonicsCarouselVideoDiv video {
	margin: 27px 0px 0px 0px;
	display: block;
	border: solid #000 1px;
}
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv object,
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv iframe,
.CC_ldr_topWpZone .chemonicsCarouselVideoDiv video {
	margin: 27px 0px 0px 0px;
	display: block;
	border: solid #000 1px;
}
.chemonicsCarouselVideoDiv .CC_closeBtn {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 24px;
	height: 24px;
	background: url(../ChemCom_Images/btn_CloseBig.png) no-repeat;
}

/*--******************************************************--*/
/*-- PAGE CONTENT PLACEMENT FOR LEADERSHIP CAROUSEL --*/
/*--******************************************************--*/

.CC_ldr_topWpZone .pageConetntDiv {
	height: 239px;
	width: 373px;
	padding: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000;
	color: #FFF;
	line-height: 16px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*--******************************************************--*/
/*-- CLOSE BUTTON FOR LARGE CAROUSEL VIDEOS --*/
/*--******************************************************--*/




