/* commit 140 */
#carousel {
	display: block;
	position: relative;
	width: auto;
	height: 300px;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid #e5e5e5;
}
#carousel .carousel-info {
	display: block;
	position: absolute;
	left: -10px;
	bottom: 80px;
	width: 400px;
	min-height: 60px;
	padding: 0 2.5% 2.5% 2.5% !important;   
	background: #000;
	background: rgba(0, 0, 0, .85);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#carousel .carousel-info .carousel-info-mask {
	display: block;
	position: relative;
	width: 400px;
	height: 100%;
	overflow: hidden;
	padding: 0 2.5% 5% 2.5% !important;
}
#carousel .carousel-info ul {
	display: block;
	position: relative;
	width: 400px;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#carousel .carousel-info li {
	display: none;
	position: absolute;
	width: 100%;
}
#carousel .carousel-info li a {
	color: #FFD871;
}
#carousel .carousel-info .title-description {
	float: left;
	width: 275px;
	height: auto;
	margin: 0px 15px 0px 0px;
}
#carousel .carousel-info h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font: 16px 'Code-Pro-LC', sans-serif;
	color: #FFD871;
}
#carousel .carousel-info p {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#carousel .carousel-info .lg-learn {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: auto;
}
#carousel .carousel-flag {
	display: block;
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid #000;
	border-bottom: 10px solid transparent;
}
#carousel .img-container {
	position: relative;
	height: 300px;
	/*background: #e5e5e5;
	border-radius: 3px;*/
	overflow: hidden;
}
#carousel .img-container ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#carousel .img-container li {
	clear: both;
	display: block;
	position: relative;
}
#carousel .carousel-buttons {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 35px;
	width: auto;
	height: 30px;
}
#carousel .carousel-buttons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#carousel .carousel-buttons li {
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0px 10px 0px 0px;
	background: #000;
	border-radius: 12px;
	font: 16px 'Code-Pro-LC', sans-serif;
	text-align: center;
}
#carousel .carousel-buttons li a {
	display: block;
	position: relative;
	color: #FFD871;
	vertical-align: middle;
}
#carousel .carousel-buttons li.active {
	background: #FFD871;
}
#carousel .carousel-buttons li.active a {
	color: #000;
}
#carousel .carousel-buttons li a span {
	display: block;
	position: relative;
	top: 2px;
	
}
#home .home-group {
	display: table;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #e5e5e5;
	zoom: 1;
}
#home .features p {
	min-height: 68px;
}
#home a:hover {
	text-decoration: underline;
}
#home .home-group:last-child {
	border: none;
}
#home section {
	/*margin-top: 30px;*/
	/*display: block;*/
	position: relative;
}
#home section h1 {
	margin: 0px;
	padding: 0px;
	font: 18px 'Code-Pro-LC', sans-serif;
}
#home section article {
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e5e5e5;
}
#home section article:last-child {
	border-bottom: none;
}
#home section article hgroup h1 {
	margin: 0px;
	padding: 0px;
	font: 14px 'CartoGothicStdBook', sans-serif;
}
#home section article hgroup h2 {
	margin: 0px;
	padding: 0px;
	font: 12px 'CartoGothicStdBook', sans-serif;
	color: #333;
}
#home section .news-group-feature {
	display: block;
	position: relative;
	width: 100%;
	height: 125px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background: #e5e5e5;
}
#home section .news-group-feature article {
	padding: 10px;
}
#home section .news-group-feature h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #d1d1d1;
}


#home section .whats_new .goto-button {
float: right;
	/*position: absolute;
	z-index: 99;
	top: 5px;
	right: 10px;*/
}

#home section .news-group-feature .goto-button {
	position: absolute;
	z-index: 99;
	top: 5px;
	right: 10px;
}
#home section .news-group-feature .goto-button a:hover span {
	text-decoration: underline;
}

#home section .whats_new .goto-button a:hover span {
	text-decoration: underline;
}




#home section .whats_new .goto-button span {
margin-right: 5px;
	/*float: right;*/
}

#home section .whats_new  .goto-button img {
	float: right;
	width: auto;
	height: auto;
	background: none;
	margin-top: -5px;
}

#home section .news-group-feature .goto-button span {
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
}
#home section .news-group-feature .goto-button img {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	background: none;
}
#home section .see-all-button {
	display: block;
	width: 100%;
	height: 40px;
	background: #6C207E;
	background: -moz-linear-gradient(top,  #6c207e 0%, #541863 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c207e), color-stop(100%,#541863));
	background: -webkit-linear-gradient(top,  #6c207e 0%,#541863 100%);
	background: -o-linear-gradient(top,  #6c207e 0%,#541863 100%);
	background: -ms-linear-gradient(top,  #6c207e 0%,#541863 100%);
	background: linear-gradient(to bottom,  #6c207e 0%,#541863 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c207e', endColorstr='#541863',GradientType=0 );
	border-top: 1px solid #894D98;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


#home section .whats_new {
	display: block;
	width: 90%;
	background: #e5e5e5 none repeat scroll 0 0;
	margin-top: 20px;
	padding: 5%;
}


#home section .whats_new article{
	 border-top: 1px solid #d1d1d1;	
}


#home section .whats_new  h1{
	/* border-bottom: 1px solid #d1d1d1;*/
    margin: 0 0 10px;
    padding: 0 0 5px;
}

#home section .see-all-button a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 12px 0px 0px 10px;
}
#home section .see-all-button a:hover span {
	text-decoration: underline;
}
#home section .see-all-button a span {
	position: relative;
	float: right;
	right: 30px;
	font: 16px 'Code-Pro-LC', sans-serif;
	color: #fff;
}
#home section .see-all-button a img {
	position: absolute;
	top: 6px;
	right: 10px;
	width: auto;
	height: auto;
	background: none;
}
#home section .arrow-down {
	position: absolute;
	bottom: 119px;
	left: 50%;
	margin: 0px 0px 0px -10px;
	border-top: 8px solid #fff;
}
#home section .news-group-feature .arrow-down {
	position: absolute;
	top: -1px;
	left: 50%;
	margin: 0px 0px 0px -10px;
	border-top: 8px solid #fff;
}
#home section img {
	display: block;
	width: 100%;
	height: 125px;
	*width: auto;
	*height: auto;	
	background: #eee;
}
#home section .promobutton img {
	width: auto !important;
	height: auto !important;
}

#home .home-sidebar {
	display: block;
	position: relative;
	width: 299px;
	width: 298px\9; /*IE*/
	background: #fff url('/resources/img/home-sidebar-bg.jpg') repeat-y;
	background: -moz-linear-gradient(left,  #d1d1d1 0%, #eeeeee 2%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1d1d1), color-stop(2%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #d1d1d1 0%,#eeeeee 2%,#ffffff 100%);
	background: -o-linear-gradient(left,  #d1d1d1 0%,#eeeeee 2%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #d1d1d1 0%,#eeeeee 2%,#ffffff 100%);
	background: linear-gradient(to right,  #d1d1d1 0%,#eeeeee 2%,#ffffff 100%);
	border-left: 1px solid #D1D1D1;
}
/* AQ-1241 adding definitions for #whatsnew-button and #whatsnew-button a */
#home #whatsnew-button {
	display: inline-block;
	position: relative;
	height: 30px;
	border: 1px solid #d1d1d1;
	border-radius: 15px !important;
	top: -15px;
	background: #1986C7 repeat scroll 0 0;
	background: -moz-linear-gradient(center, #006AAA 0%, #0079C1 3%, #1986C7 100%) #1986C7 repeat scroll 0 0;
	color: #FFFFFF;
	margin-left: 12em;
	padding-right: 1.0em;
    padding-left: 1.175em;
}

#home #sp-content-button a, #home #whatsnew-button a {
    font: 14px 'Code-Pro-LC', sans-serif;
}
#home #whatsnew-button a {
	color: #FFFFFF;
	position: relative;
	top: 0.175em;
}
#home #sp-content-button {
	display: block;
	position: relative;
	width: 220px;
	height: 30px;
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 15px !important;
	top: -15px;
	float: right;
}
/* end AQ-1292 adding important bang to definitions for #whatsnew-button and #whatsnew-button a  */

#home #sp-content-button a {
	position: relative;
	float: right;
	margin: 2px 10px 0px 0px;
}
#home #sp-content-button a:hover span {
	text-decoration: underline;
}
#home #sp-content-button a span {
	display: block;
	position: relative;
	float: left;
	margin: 6px 10px 0px 0px;
	padding: 0px;
}
#home .sidebar-content ul {
	display: block;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#home .sidebar-content .mini-feature, #home .sidebar-content .long-image-features {
	display: table;
	width: 290px;
	padding: 10px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
}
#home .sidebar-content .mini-feature:first-child,#home .sidebar-content .long-image-features:first-child  {
	border-top: none;
}
#home .sidebar-content .mini-feature img, #home #audio-video .av-feature img {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#home .sidebar-content .mini-feature h3, #home .sidebar-content .long-image-features h3 {
	display: block;
	position: relative;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font: 15px 'Code-Pro-LC', sans-serif;
}
#home .sidebar-content .mini-feature span, #home .sidebar-content .long-image-features span {
	display: table;
	position: relative;
	font-size: 13px;
}
#home .sidebar-content .mini-feature span p, #home .sidebar-content .long-image-features span p {
 /* Because Rhythmyx wraps content in P tags */
 display: inline;
 margin: 0;
}
#home .sidebar-heading {
	display: block;
	position: relative;
	width: 300px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #333;
	color: #fff;
}
#home .sidebar-heading h3 {
	display: block;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	font-family:'Code-Pro-LC', sans-serif;
	font-weight:100;
}
#home #audio-video {
	clear: both;
	display: block;
	position: relative;
}
#home #audio-video ul {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #audio-video .av-feature {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bdbdbd;
	zoom: 1;
}
#home #audio-video .av-feature a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 10px;
	padding: 0px;
}
#home #audio-video .av-feature a:hover span {
	text-decoration: underline;
}
#home #audio-video .av-feature a .av-icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#home #audio-video .av-feature a:hover .av-icon {
	display: block;
	background: #ffd971;
}
#home #audio-video .av-feature .av-icon img {
	display: block;
	position: relative;
	top: 10px;
	left: 9px;
	width: auto;
	height: auto;
}
#home #audio-video .av-feature .img-text-group {
	display: table;
	position: relative;
	float: left;
	width: 230px;
	/*margin: 10px;*/
	margin-bottom: 10px;
}
#home #audio-video .av-feature img {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#home #audio-video .av-feature img.icon {
	display: inline;
	float: none;
	margin: 0px;
	height: 20px;
	width: 20px;
}
#home #audio-video .av-feature span {
	display: table;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	/*color: #333;*/
}
#home #audio-video .av-feature .av-icon, .twitter-icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #eee;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #bdbdbd;*/
	border-left: 1px solid #bdbdbd;
}
#home #twitterverse {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #D1D1D1;
}
#home #twitterverse .tweet {
	display: block;
	position: relative;
	min-height: 30px;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bdbdbd;
}
#home #twitterverse .tweet ul {
	display: block;
	width: 230px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#home #twitterverse .tweet .twitter-icon img {
	position: relative;
	top: 10px;
	left: 9px;
}
#sidebar-promos ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar-promos li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bdbdbd;
}
#sidebar-promos li p {
	margin:0;
}

.longsidebar{
	width:100%;
}
#news-articles {
	height: 275px;
}
#home section ul.promobutton  {
	margin:0;
	padding:0;
	list-style-type:none;
	background: #eee;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
#home section ul.promobutton p {
	margin:0;
	padding:0;
}
#home section ul.promobutton li {
	float:left;
}
#home section ul.promobutton .center {
	padding: 0px 7px;
}




@media only screen and (max-width: 679px) {
	
	/* ticket # */
#carousel .carousel-info li {
	width: 90% !important;
}
#carousel .carousel-info .carousel-info-mask{
	width: 90% !important;
	
}

}