.section-wrapper.one-column .section-component-wrapper .parallax-container{
	height: 470px;
}
.parallax-content-data{
	height: 100%;
	position: absolute;
	top:-10px;
	width: 50%;
}
.parallax-content-data.limited{
	overflow: hidden;
	top: 0;
}
.parallax-content-data.on-right{
	left: 50%;
}
.parallax-content-data.on-left{
	right: 50%;
}
.parallax-content-data.floating{
	height: 276px;
	overflow: hidden;
	top: -130px;
	z-index: 0;
}
.section-wrapper.one-column .parallax-container .section-component.one-column .master-component{
	margin: 0 5%;
	width: 39%;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) /*Desktop Resizing*/
       ,only screen and ( min-width : 600px ) and ( max-device-width : 1280px ) and ( orientation : portrait ) and ( min-width : 6in) and ( max-width : 10in) /*Tablets*/
{
.print-link { margin-top: 20px;}
.parallax-content-data.on-left{right:40%;}
.parallax-content-data.on-right img { left:0% !important;width: 100% !important;}
.parallax-content-data.floating {height: 276px;overflow: hidden;top: -90px !important;}
}
@media only screen and (min-width: 300px) and (max-width: 640px) /*Desktop Resizing*/
       ,only screen and ( min-width : 300px ) and ( max-device-width : 1280px ) and ( orientation : portrait ) and ( max-width : 5in) /*Mobile*/
{
.section-wrapper.one-column .parallax-container .section-component.one-column .master-component{width:100%;}
.parallax-content-data{position:relative; width: 42%;}
.parallax-content-data.on-left {right: 0%;}
.parallax-content-data.on-right{left:41%}
.parallax-content-data img {/*left: 22%;*/width: 258%; position:relative !important; top: auto !important; left:auto !important;}
.parallax-content-data.on-right img { left: -56% !important;position: relative !important;width: 131% !important;}
/*.parallax-content-data.on-right img{left: -148% !important;margin-top: -653%;width: 266%;}*/
.parallax-content-data.on-right{width:100%;}
.parallax-content-data.limited {overflow: visible;}
.parallax-content-data.floating {overflow: visible;top: auto !important;}
.section-wrapper.one-column .parallax-container .section-component.one-column .master-component{/* margin-top: 60%;*/margin-bottom:10%;}
.parallax-content-data.floating{height:auto;}
}
/* SPECIFIC TO LESS THAN IE8 STARTS*/

.lt-ie8 .parallax-container .section-component .text-secondary
{
   position: relative; top: 80%;
}

/* SPECIFIC TO LESS THAN IE8 ENDS*/
