/* SECTION CAROUSEL */
#sectionCarousel {
	overflow: hidden;
}

#sectionCarousel .carouselControlsContainer {
	position: absolute;
	width: 68px;
	height: 8px;
	right: 30px;
	bottom: 10px;
	z-index: 50;
}

#sectionCarousel .carouselControlsContainer li {
	position: relative;
	float: left;
	background: url('../img/carouselDots.png') no-repeat 0 0;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-left: 12px;
	cursor: pointer;
}

#sectionCarousel .carouselControlsContainer li.first {
	margin-left: 0;
}

#sectionCarousel .carouselControlsContainer li.active {
	background-position: 0 -8px;
}

#sectionCarousel .sectionCarouselContainer {
	position: relative;
}

.sectionCarouselContainer .carousel {
	overflow: hidden;
	width: 62.4375em;
}

.sectionCarouselContainer .carousel .panel {
	position: absolute;
	width: 100%;
	height: 333px;
	display: none;
}

.sectionCarouselContainer .carousel .panel.first {
	display: block;
}

.sectionCarouselContainer .carousel .panel .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 333px;
	height: 333px;
	background: url('../img/landing/sectionCarouselInfoBG.png') no-repeat 0 0;
}

.sectionCarouselContainer .carousel .panel .info .title {
	margin-left: 35px;
	margin-top: 35px;
	
}

.sectionCarouselContainer .carousel .panel .info .title a {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 58px;
	text-decoration: none;
}

.sectionCarouselContainer .carousel .panel .info .copy {
	margin-left: 35px;
	margin-top: 15px;
	width: 270px;
}

.sectionCarouselContainer .carousel .panel .info .copy a {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

/* NEWS CAROUSEL */
#newsCarousel {
	overflow: hidden;
	background: #FFF;
}

#newsCarousel .newsContent {
	position: relative;
	width: 666px;
	height: 167px;
}

#newsCarousel .newsContent .panel {
	display: none;
}

#newsCarousel .newsContent .panel.active {
	display: block;
}

#newsCarousel .newsContent .panel .inner {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 646px;
	height: 117px;
}

.newsContent .panel .inner .header {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #456d93;
}

.newsContent .panel .inner .title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

.newsContent .panel .inner .copy {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}

.newsContent .panel .inner .author {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #456d93;
	margin-top: 5px;
}

#newsCarousel .selectionArrow {
	position: absolute;
	width: 38px;
	height: 32px;
	left: 64px;
	z-index: 100;
	display: none;
}

#newsCarousel .carouselPagination {
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: 52;
	top: 227px;
	cursor: pointer;
	display: none;
}

#newsCarousel .carouselPagination.left {
	background: url('../img/instructors/instructorsCarouselArrow_left.png') no-repeat 0 0;
}

#newsCarousel .carouselPagination.right {
	background: url('../img/instructors/instructorsCarouselArrow_right.png') no-repeat 0 0;
	right: 0;
}

#newsCarousel .newsCarouselContainer {
	position: absolute;
	height: 166px;
	top: 167px;
	z-index: 50;
}

.newsCarouselContainer .carousel .panel {
	position: absolute;
	width: 167px;
	height: 167px;
	cursor: pointer;
}

.newsCarouselContainer .carousel .panel.active {
	cursor: default;
}

.newsCarouselContainer .carousel .panel .panelOverlay {
	position: absolute;
	width: 167;
	height: 167;
	background: #FFF;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* CTA TOUT */
.cta {
    position: relative;
    background: #9e8262;
    width: 99.8%;
    font-family: 'Lato', sans-serif;
    color: #FFF;
    overflow: hidden;
    border: thin solid #BDA782;
    margin-left: 0px;
    text-shadow: #00000080 1px 1px 
}
.cta p {
	padding: 20px;
}
.cta p.text {
	font-size: 1.25em;
	float: left;
}
.cta a {
text-decoration: none;
    font-size: .9375em;
    float: right;
    color: #E9DEC4;
    padding: 5px 9px;
    background: #49555f;
    margin: -3px 0 0 0;
    border: thin solid #AAA;
}
.cta span {
	float: right;
}