	#banner-content.gold {
			background-image: url("/costsandfinaid/img/costs-landing-banner-1700.jpg");
			background-position: right top;
			background-size: cover;
			background-color: #cfb991;
			
		}
		#banner-content.gold #landing-header {
			
			 font-size: 8.5em;
			 line-height: .9;
			font-weight: 500;
			 color: #000;
			 text-shadow: 5px 5px 0 #9d9795;
			
		}
		
		#landing-ctas a,
		 #landing-ctas a:visited {
			display: inline-block;
			background-color: #555960;
			color: #fff;
			
			
		}
		 #landing-ctas a:hover,
		 #landing-ctas a:active {
			 background-color: #000!important;
			 color: #daaa00;
		 }
		
	
		@media screen and (max-width: 1700px) {
			#banner-content.gold {
				background-image: url("/costsandfinaid/img/costs-landing-banner-1400.jpg");
				background-position: right center;
			}
			
		}
		@media screen and (max-width: 1200px) {
			#banner-content.gold {
				background-image: url("/costsandfinaid/img/costs-landing-banner-1200.jpg");
			}
			#banner-content.gold #landing-header {
				font-size: 7.2em;
			}
			
		}
		@media screen and (max-width: 992px) {
			
			#banner-content.gold #landing-header {
				font-size: 15vw;
			}
			
		
		}
		@media screen and (max-width: 768px) {
			
			
			#banner-content.gold #landing-header {
				text-shadow: 3px 3px 0 #9d9795;
			}
			
		}
		@media screen and (max-width: 600px) {
			
			#banner-content.gold #landing-header {
				font-size: 17vw;
			}
			
			#landing-ctas a {
				white-space: normal;
				width: 100%;
			}
		}