 #ccl-accomodations{box-shadow: none;}
	.page-content{ 
	margin: 35px 100px 35px 100px;
	}
    .heading-tempo{ font: normal 28px tempo;  text-transform: uppercase;  color: #0f5498;}
    .heading-tempo-blue{ font: normal 45px tempo; text-transform: uppercase;  color: #0f5498;}
	.heading-tempo-red{ font: normal 22px tempo; text-transform: uppercase;  color: #dc1125;}
    .table-heading{ font: normal 28px tempo;  color:white; text-transform: uppercase;  color:white;}
    .italic-copy{ font-size:12px;}
    hr{height:1px; border:none; background-color:#D5D5D5; width:100%; margin:25px 0px}
    .tableForMobile{float:left;width:33%;}
    .tableForMobile table{ border:1px solid #ccc}
    .tableForMobile table td{padding:10px; border-bottom:1px solid #ccc}
    .InsiderPicksText{
	 padding-top: 5px;
	}
    .PageContentImage{
	float:right;
	width:40%;
	padding:0px 0px 0px 0px;
	box-sizing: border-box;
	padding-top: 0px;
	}
    .PageContentImage img{width: 100%; height:auto; display: block; padding-bottom: 10px;}
    
	
	.intoParagraph {
    padding-bottom: 20px;
    }
	.tileParagraph {
	padding-bottom: 4%;
	padding-right: 42%;
	font-size: 16px;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #595959;
	}	
	.caboPadding {
	margin-bottom: -29px;	
	}
	
    @media (max-width:768px){
    .tableForMobile{
    float:none;
    width:100%;
    }
    .PageContentText{
    float:none;
    width:100%;
	margin-top: 2%;
    }
	
	.PageContentText2{
    float:none;
    width:100%;
	margin-top: 0%;
    }
	
    .PageContentImage{
    float:none;
    width:100%;
    }
	.heading-tempo-blue{ 
	font: normal 27px tempo; 
	text-transform: uppercase;  
	color: #0f5498;
	}
	.page-content{
	padding: 5px;
	margin: 0px 0px 0px 0px;
	}
	.intoParagraph {
    padding-bottom: 8px;
    }
	.tileParagraph {
	padding-bottom: 0%;
	padding-right: 0%;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #595959;
	font-size: 14px;
	}	
	.caboPadding {
	margin-bottom: 0px;	
	}
	
}

	
    /* MOBILE VIEW PORTRAIT */
    /* FOR iPhone 5 SE */
    @media only screen
    and (device-width: 320px) {
	
    .PageContentText{
	margin-top: 0%;
    }
	
}


/* MOBILE VIEW PORTRAIT */
    /* FOR Galaxy S5 */
    @media only screen
    and (min-device-width: 321px) and (max-device-width: 374px) {
	
    .PageContentText{
	margin-top: 0%;
    }

}	


/* MOBILE VIEW PORTRAIT */
    /* FOR iPhone 678 */
	@media only screen
    and (min-device-width: 375px) and (max-device-width: 410px) {
	
    .PageContentText{
	margin-top: 0%;
    }
}


 /* MOBILE VIEW PORTRAIT */
    /* FOR Pixel 2 */
    /* FOR iPhone 678 plus */
	 @media only screen
    and (min-device-width: 411px) and (max-device-width: 414px) {
	
    .PageContentText{
	margin-top: 0%;
    }
}
	
/* MOBILE VIEW PORTRAIT */
/* FOR Pixel 2 XL */
@media only screen
    and (min-device-height: 813px)
    and (max-device-height: 823px) {
	
    .PageContentText{
	margin-top: 0%;
    }

}


/* MOBILE VIEW PORTRAIT */
/* FOR iPhone X */
@media only screen
    and (max-device-width: 375px)
    and (min-device-height: 812px)	{
	
    .PageContentText{
	margin-top: 0%;
    }
   
}


