	 #banner-content.black {
	 background-image: url("/counselors/img/counselors-landing-banner-1700.jpg");
	 background-position: right top;
}
 #banner-content.black #landing-header {
	 font-size: 7.7em;
	 line-height: .85;
	 color: #cfb991;
	 margin-top: -.3em;
}
 #banner-content.black #landing-header span {
	 color: #fff;
	 font-size: 20px;
	 font-weight: 500;
	 margin-left: 50px;
	 margin-bottom: 10px;
	 border: 1px solid #555960;
	 padding: 10px 50px;
}

 #landing-ctas a, #landing-ctas a:visited {
	display: inline-block;
	 background-color: #555960;
	 color: #ebd99f;
}
 #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;
		}
	#landing-text {
		color: #fff;
		font-weight: 300;
	}
 @media screen and (max-width: 1700px) {
	 #banner-content.black {
		 background-image: url("/counselors/img/counselors-landing-banner-1400.jpg");
	}
	
}
 @media screen and (max-width: 1200px) {
	 #banner-content.black {
		 background-image: url("/counselors/img/counselors-landing-banner-1200.jpg");
	}
	 	 #banner-content.black #landing-header {
			 font-size: 6.9em;

		}
	 #landing-ctas {
		 width: 120%;
		 
	}

}
 @media screen and (max-width: 992px) {
	 #banner-content.black #landing-header {
			 font-size: 16.5vw;

		}

	 #landing-ctas {
		 width: auto;
	}
}
 @media screen and (max-width: 768px) {
	 
	
}
 @media screen and (max-width: 600px) {
	#banner-content.black #landing-header {
			 font-size: 19vw;

		}
	  #banner-content.black #landing-header span {
		 margin-left: 10px;
		 font-size: 15px;
	}
	 #landing-ctas a {
		 white-space: normal;
	}
}