
 #banner-content.gold {
	 background-image: url("/visit/img/visit-landing-banner-1700.jpg");
	 background-position: right center;
}
 #banner-content.gold #landing-header {
	 font-size: 270px;
	 line-height: 250px;
	 color: #000;
	 position: relative;
	 vertical-align: middle;
	 margin: 0!important;
}
 #banner-content.gold #landing-header span {
	 color: #000;
	 border: 3px solid #000;
	 font-size: 35px;
	 font-weight: 600;
	 margin: 15px;
	 line-height: 30px;
	 position: absolute;
	 top: 130px;
	 right: -35px;
}
 #landing-ctas {
	 padding-top: 3em;
	 text-align: center;
}
 #landing-ctas a, #landing-ctas a:visited {
	 display: inline-block;
	 background-color: #ebd99f;
	 color: #000;
}
 #landing-ctas a:hover, #landing-ctas a:active {
	 background-color: #000!important;
	 color: #ebd99f;
}

 #landing-ctas a.main {
	 color: #000;
	 background-color: #fff;
}
 #landing-ctas a.main:hover, #landing-ctas a.main:active {
	 color: #fff;
}

 @media screen and (max-width: 1700px) {
	 #banner-content.gold {
		 background-image: url("/visit/img/visit-landing-banner-1400.jpg");
	}
	
}
 @media screen and (max-width: 1200px) {
	 #banner-content.gold {
		 background-image: url("/visit/img/visit-landing-banner-1200.jpg");
	}
	 #landing-ctas {
		 width: 120%;
	}
	 #banner-content.gold #landing-header span {
		 right: -120px;
	}
	 #banner-content.gold #angled-bg-landing {
		 left: -93%;
	}
}
 @media screen and (max-width: 992px) {
	
	 #banner-content.gold #landing-header span {
		 right: 20px;
	}
	 #landing-ctas {
		 margin-top: 0;
		 width: auto;
	}
}
 @media screen and (max-width: 768px) {
	 #banner-content.gold #landing-header span {
		 top: 95%;
		 right: 0;
	}
	 #landing-ctas {
		 margin-top: 4em;
	}
	 #landing-ctas a.right-cta {
		 float: right;
	}
	 #landing-ctas a.left-cta {
		 float: left;
	}
	 #banner-content.gold {
		 padding: 0;
	}
}
 @media screen and (max-width: 600px) {
	
	 #banner-content.gold #landing-header {
		 font-size: 45vw;
		 line-height: 1;
	}
	 #banner-content.gold #landing-header span {
		 font-size: 6vw;
		 padding: 1vw 8vw;
	}
	
}
 