 #banner-content.steel {
	 background-image: url("/apply/img/apply-landing-banner-1700.jpg");
	 background-position: right center;
	 background-size: cover;
	 background-color: #555960;
}
 #banner-content.steel #landing-header {
	 font-size: 10em;
	 line-height: 1;
	 color: #cfb991;
}
 #banner-content.steel #landing-header span {
	 color: #fff;
	 font-size: 30px;
	 font-weight: 500;
	 float: right;
	 margin: 15px;
	 margin-right: 80px;
	 border: 2px solid #cfb991;
}
 #landing-ctas {
	 margin-top: 5em;
	 padding-top: 3em;
}

 #landing-ctas a,
 #landing-ctas a:visited {
	 display: block;
	 width:inherit;
	 background-color: #000;
	 color: #daaa00;
}
 #landing-ctas a:hover, #landing-ctas a:active {
	 background-color: #cfb991!important;
	 color: #000;
}
 #landing-ctas a.main, #landing-ctas a.main:visited {
	 color: #000;
	 background-color: #daaa00;
}

 @media screen and (max-width: 1700px) {
	 #banner-content.steel {
		 background-image: url("/apply/img/apply-landing-banner-1400.jpg");
	}
	 #banner-content.steel #angled-bg-landing {
		 left: -103%;
	}
}
 @media screen and (max-width: 1200px) {
	 #banner-content.steel {
		 background-image: url("/apply/img/apply-landing-banner-1200.jpg");
	}
	 #banner-content.steel #angled-bg-landing {
		 left: -100%;
	}
	 #landing-ctas {
		 margin-top: 0;
	}
	 #banner-content.steel #landing-header span {
		 margin-right: 15px;
	}
}
 @media screen and (max-width: 992px) {
	
	 #banner-content.steel #landing-header span {
		 float: left;
		 margin: 0!important;
		 margin-left: 8em!important;
	}
	
	 #landing-ctas {
		 margin-top: 0;
	}
	 #landing-ctas a {
		 display: inline-block;
	}
	
}
 @media screen and (max-width: 768px) {
	 #banner-content.steel #landing-header span {
		 margin-left: 5em!important;
	}
}
 @media screen and (max-width: 600px) {

	 #banner-content.steel #landing-header {
		 font-size: 27vw;
		 text-align: center;
		 line-height: 1;
		 position: relative;
		 padding-bottom: 13vw;
	}
	 #banner-content.steel #landing-header span {
		 font-size: 7vw;
		 float:none;
		 margin: 0!important;
		 padding: 2vw 8vw;
		 position: absolute;
		 right: 0;
		 bottom: 0;
	}
	 #landing-ctas {
		 margin-top: 3em;
		 padding-top: 0;
		 text-align: left;
	}
	 #landing-ctas a {
		 white-space: normal;
	}
}
 