.cotw.cms_plugin {
	margin-top: 4rem;
}
.chart_of_the_week_row .cotw.cms_plugin, .video_gallery_row .cotw.cms_plugin{
	margin-top:0;
}
.chart_of_the_week_row, .video_gallery_row {
	margin-top: 3rem;
}
.cotw h2{
	font-family:"lato-bold", sans-serif;
	font-weight:normal;
	font-size: 1.6rem;
	color:#1269b0;
	margin-bottom: 0;
	margin-top:1.5rem;
	border-bottom:0 !important;
	padding:0;
}
.cotw h2 > a{
	color:#1269b0;
}

.cotw h3{
	font-family:"lato-bold", sans-serif;
	font-size: 2.6rem;
	font-weight:normal;
	color:#1269b0;
	margin-bottom:1.5rem;
}
.cotw h4 {
	font-family:"lato-bold", sans-serif;
	font-size:1.6rem;
	font-weight:normal;
	color:#000000;
	margin-bottom:2rem;
	margin-top:0;
}

.cotw p{
	font-family:"lato-regular", sans-serif;
	font-size: 1.2rem;
	font-weight:normal;
}

.cotw .carousel-control.left{
	background-image:None;
	width:16rem;
	text-align:right;	
}

.cotw .carousel-control.right{
	background-image:None;
	width:16rem;
	text-align:left;	
	right:0;	
}

.cotw .carousel-control{
	color:#818181;
	opacity:1;
	background-image:none;
	text-shadow:none;
}

.cotw .carousel-control i {
        margin-top:2rem;
}


.cotw .cotw_full .item{
	background-color:#ffffff;
}
.cotw .cotw_full .item iframe {
	margin-top:3rem;
}

.cotw .cotw_head{
	border-top: 1px solid black;
	padding-top: 1px;
}

.cotw .cotw_full_control.right, .cotw_full_control.right{
	float:right;
	width:2.5rem;
	margin-top:25rem;
	text-align:right;
	color:#ffffff;
	background-color:#1269b0;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	padding-right:0.5rem;
}
.cotw .cotw_full_control.left ,.cotw_full_control.left{
	float:left;
        width:2.5rem;
	margin-top:25rem;
	text-align:left;
	color:#ffffff;
	background-color:#1269b0;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
        padding-left:0.5rem;
}

.cotw .row{
	padding-left: 3rem;
	padding-right: 3rem;
}
.cotw .item .row {
	padding-left:0 !important;
	padding-right:0 !important;
}

.cotw button.btn{
	padding-left: 10rem;
	padding-right: 10rem;
	margin-top:3rem;
	margin-bottom:2.5rem;
}

.cotw .read_on{
	color:black;
	text-decoration: underline;
}

.cotw .item.row.active {
	margin-bottom:3rem;
	min-height:42.5rem;
}
@media (min-width: 1200px) {
	.big_video_frame {
		padding-right:2rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.big_video_frame {
		padding-right:0;
	}
}
@media (max-width: 1199px) {
	.cotw .cotw_full .item iframe {
		margin-top:3rem;
	}
	#v_slider .item{
		background-color:#ffffff;
	}
	#v_slider button.btn {
		background-color:#ffffff;
	}
}
@media (max-width: 991px) {
	.cotw .carousel-control.right{
		width:1rem;
	}
	.cotw .carousel-control.left{
		width:1rem;
	}
}





