body{
	font-size: 18px;
}
.ctaBand {
	width: 100%;
	height: 55px;
	padding: 5px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: black;
}
.ctaBand P {
	color: var(--superSilver);
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}
.ctaBand button.btn{
	color: white;
	border-color: var(--superSilver);
	background-color: var(--superRed);
}
.btn {
	border-radius: 0;
}
/*
*
Glassy Floating Call Out Large
*
*/
.floatCallOutWrap {
	background-image: url(../uploads/bankhead-waterfall.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 30px;
	border-top: 4px solid #000;
	background-attachment: fixed;
}
.floatCallOut {
	padding: 32px;
	border-radius: 5px;
	background-color: rgba(23, 23, 46, 0.47);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(235,235,245,0.2);
	box-shadow: 0px 0px 25px rgba(0,0,15,0.3);
}
.floatCallOut h2 {
	font-family: minervaModern;
	color: #fff;
	margin-bottom: 24px;
}
.floatCallOut p {
	font-family: minervaModern;
	margin-bottom: 16px;
}
.floatCallOutCard {
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100%;
}
.floatCallOutImgSquare {
	width: 20%;
	height: auto;
	aspect-ratio: 1/1;
}
.floatCallOutSquare img {
	width: 100%;
}
.floatCallOutText h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}
.floatCallOutText p {
	font-size: 18px;
	color: #fff;
	line-height: 1.25;
	letter-spacing: .02rem;
	margin-bottom: 16px;
}
.floatCallOutText p a {
	color: #fff;
	text-decoration: underline;
}






/*
*
Glassy Floating List Grid Large
*
*/
.imgBGLrgWrap {
	background-image: url(../uploads/travel-tourism-photography.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 15px;
}
.floatListingGrid {
	padding: 15px;
	border-radius: 15px;
	background-color: rgba(23, 23, 46, 0.38);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(235,235,245,0.2);
	box-shadow: 0px 0px 25px rgba(0,0,15,0.3);
}
.floatListingGrid h2 {
	color: #fff;
	margin-bottom: 32px;
}
.floatListingGrid p {
	color: #fff;
	margin-bottom: 16px;
}
.floatListingGridCard {
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	margin-bottom: 24px;
}
.listGridImgSquare {
	width: 20%;
	height: auto;
	aspect-ratio: 1/1;
}
.listGridImgSquare img {
	width: 100%;
}
.listGridText {
	padding-left: 12px;
}
.listGridText h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
	text-decoration: underline;
}
.listGridText p {
	font-size: 16px;
	color: #fff;
	line-height: 1.25;
	margin-bottom: 8PX;
}
.listGridText p a {
	color: #fff;
	text-decoration: underline;
}






/*
*
*
MD up Styles
*
*
*/
@media (min-width: 992px){
/*
*
Glassy Floating Call Out Large
*
*/
.floatCallOutWrap {
	padding: 60px 90px;
}
.floatCallOut {
	padding: 60px;
}
.floatCallOutImgSquare {
	width: 20%;
	height: auto;
	aspect-ratio: 1/1;
}
.floatCallOutImgSquare img {
	width: 100%;
}
.floatCallOutText {
	padding: 30px;
}



/*
*
Glassy Floating List Grid Large
*
*/
	.floatListingGridInner {
		display: flex;
		flex-wrap: wrap;
	}
	.floatListingGridCard {
		width: 50%;
		padding: 0 12px 0 0;
		border: 1px solid transparent;
		margin-bottom: 60px;
		transition: all .3s;
	}
	.floatListingGridCard:nth-of-type(2) {
		margin-right: 0;
		border-left: 0px solid transparent;
	}
	.imgBGLrgWrap {
		padding: 120px 120px;
	}
	.floatListingGrid {
		padding: 30px;
	}
	.listGridImgSquare {
	  width: 33%;
	}
	.listGridText h3 {
		font-size: 21px;
		color: #fff;
	}
	.listGridText p {
		font-size: 15px;
		color: #fff;
	}
}





/*
*
*
LG up Styles
*
*
*/
@media (min-width: 1200px){
/*
*
Glassy Floating Call Out Large
*
*/
	.floatCallOutWrap {
		padding: 90px 120px;
	}
	.floatCallOutImgSquare {
		width: 33%;
	}
	.floatCallOutText h3 {
		font-size: 23px;
	}
	.floatCallOutText p {
		font-size: 19px;
		line-height: 28px;
	}

/*
*
Glassy Floating List Grid Large
*
*/
	.imgBGLrgWrap {
		padding: 200px 230px;
	}
	.floatListingGrid {
		padding: 30px;
	}
}



/*
*
*
XLG up Styles
*
*
*/
@media (min-width: 1440px){
	/*
	*
	Glassy Floating Call Out Large
	*
	*/
	.floatCallOutWrap {
		background-position: center 45px;
		padding: 200px 300px;
	}

	.floatCallOutImgSquare {
		width: 40%;
	}
	.floatCallOutText {
		padding: 0;
	}
}




/*
*
*
1800px up Styles
*
*
*/
@media (min-width: 1800px){
	/*
	*
	Glassy Floating Call Out Large
	*
	*/
	.floatCallOutWrap {
		padding: 225px 450px;
	}
	.floatCallOut {
	  background-color: rgba(23, 23, 46, 0.70);
	}
}




/*
*
*
2400px up Styles
*
*
*/
@media (min-width: 2400px){
	/*
	*
	Glassy Floating Call Out Large
	*
	*/
	.floatCallOutWrap {
		padding: 300px 850px;
	}
}




/*
*
*
3000px up Styles
*
*
*/
@media (min-width: 3000px){
	/*
	*
	Glassy Floating Call Out Large
	*
	*/
	.floatCallOutWrap {
		padding: 400px 1000px;
	}
}