.rightColWhiteBGLodgesGuide {
	padding-left: 60px;
	padding-right: 60px;
}

#theResults {
	margin-top: 15px;
}

ul.whatsNew li {
	margin: 20px; 
	line-height: 30px;
}

ul.whatsNew {
	margin: 40px 0; 
}

.newArticleContainer h3, .newArticleContainer h4 {
	font-family: Roboto;
}

.sorryMessage {
	font-size: 15pt;
	margin: 30px;
	padding: 30px;
	background: #B5DEDE;
	border: 1px solid rgb(92,130,130);
}

.sorryMessage h3 {
	font-size: 18pt; 
	font-weight: bold;
	font-family: roboto;
}

.sortByRight SELECT.availBoxSelect {
	width: 70%;
	padding: 14px 4px;
	font-size: 13pt;
	border-radius: 3px;
}

.sortByRight .filters {
	display: none;
	border: 1px solid #668579 !important;
}

.reevooScore {
	top: -1px;
}

.milesAway {
	border: 1px solid #52A4CC;
	padding: 9px;
	color: #52A4CC;
	font-weight: bold;
	border-radius: 4px;
	margin: 5px 0 10px 0;
	display: inline-block;
}

.topText h4 {
	font-size: 14pt;
	margin: 0;
	color: #0c89e8;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* move merchant image up a bit */
.merchant {
	bottom: 5px;
}

.rightColWhiteBGLodgesGuide {
	margin: 0;
}

.rightColWhiteBGLodgesGuide p {
	font-size: 13pt;
	line-height: 32px;
	margin-bottom: 24px;
}

/* pic left text right box */
.leftCol {
	/*border: 1px solid black;*/
}

/* prevent image going too tall */
.owl-item img {
	max-height: 250px;
}

.ytContainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

.regionPicLeftTextRight {
	display: flex;
	display: -webkit-flex;
	margin: -20px -60px 20px -60px;
	width: CALC(100% + 60px);
	box-sizing: border-box;
	color: white;
	background: linear-gradient(to right, #32759A, #3190c4);
	font-size: 14pt;
	line-height: 1.7em;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.regionPicLeftTextRight div {
	width: 50%;
}

.regionPicLeftTextRight div a {
	color: #bfeeff;
}

.regionPicLeftTextRight div a:hover {
	color: black;
}

.regionPicLeftTextRight div img{
	width: 100%;
}

.regionPicLeftTextRight div:nth-child(1) {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.regionPicLeftTextRight div:nth-child(2) {
	padding: 0 30px;
}

/* content headers */
.topText HR {
	border: none;
	border-top: 4px solid #f0f0f0;
	margin: 30px 0;
}

.topText UL {
	margin-left: -61px;
	margin-right: -61px;
	background: linear-gradient(to right, #32759A, #3190c4);
	padding: 15px 60px;
	color: white;
	font-size: 15pt;
}

.topText UL li {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	line-height: 30px !important;
}

.topText UL a {
	color: black;
}

h3 {
	font-family: roboto !important;
}

h3.theName {
	margin: 0;
	padding: 0;
	font-family: Roboto;
}

h4.theName a {
	color: #567C3B;
}

h4.theName a:hover {
	color: #567C3B;
	text-decoration: none;
}

.topText h1, .topText h1.title {
	font-size: 50px;
	font-weight: bold;
}

.topText h2 {
	/*border-bottom: 3px solid #b8d4c2;*/
}

h1.showLodgesHeader {
	font-weight: bold;
}

/* featured badge */
.results1 {
	position: relative;
}

.results1 .featuredBadge {
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100px;
	z-index: 10;
}

/* change theName h4 */
h4.theName {
	margin: 0;
}

/* style the resource bullets */
.topText ul, .topText ol {
	line-height: 2em;
}

.topText ul li, .topText ol li {
	margin: 20px;
}

/* style content images */
.alignleft {
	float: left;
	margin-right: 20px;
	width: 50%;
}

.alignright {
	float: right;
	margin-left: 20px;
	width: 50%;
}

.aligncenter {
	text-align: center;
}

.alignleft img, .alignright img {
	border: 1px solid black;
	max-width: 100%;
	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/
}

img.alignright, img.alignleft {
	display: block;
	margin: 20px 0 20px 20px;
	border: 1px solid black;
	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/
}

img.alignleft {
	margin: 20px 20px 20px 0;
}

img.size-full {
	width: 100%;
}

.aligncenter img {
	width: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid black;
	/*
	-webkit-box-shadow: -3px 3px 5px #ccc;
	-moz-box-shadow:    -3px 3px 5px #ccc;
	box-shadow:         -3px 3px 5px #ccc;
	*/
}

/* Youtube styling */
.flex-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 40px auto;
}

.flex-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* links at the bottom */
.bottomCountyH2 {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
}

.countyBottomLinks {
	display: flex;
	display: -webkit-flex; 
	justify-content: space-around;
	-webkit-justify-content: space-around;
	width: 100%;
}

a.bottomCountyLinks {
	display: flex;
	display: -webkit-flex; 
	justify-content: center;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center; 
	margin-bottom: 20px;
	margin-top: 20px;
	width: 30%;
	transition: background 0.4s;
	font-size: 16px;
	padding: 8px 4px;
	box-sizing: border-box;
	border-radius: 10px;
	color: white;
	/*background: #FF8C1C;*/
	background: #FF8814;
	text-align: center;
	font-weight: bold;
	border: 0;
	border: 1px solid #BE4B03;
}

a.bottomCountyLinks:hover {
	text-decoration: none;
	background: #f53500;
}

.availabilityBackground {
	margin-top: -2px;
}

.sortByBox {
	width: 100%;
}

.sortByLeft, .sortByRight {
	width: 50%;
	text-align: center;
	border: 0;
}

h2 {
	border: none;
	width: 100%;
}

.wp-caption-text {
	font-size: 11pt;
	font-weight: bold;
	color: #adadad;
	text-align: center;
	font-style: italic; 
}

/* Bottom links */
.bottomUL {
	line-height: 3em;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1200px) {
	.sortByLeft, .sortByRight {
		padding: 0;
	}
}

@media only screen and (max-width: 1100px) {
	h1.showLodgesHeader {
		font-size: 30pt;	
		padding: 10px;
	}

	.leftCol {
		width: 25%;
	}
	
	.rightCol {
		width: CALC(75% - 20px);
	}
	
	.sortByRight .availBoxSelect {
		width: 100%;
	}

	.alignleft, .alignright {
		margin: 20px auto;
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.under900Hide {
		display: none;
	}
	
	.results1 .featuredBadge {
		top: -30px;
		left: -30px;
		width: 80px;
		z-index: 10;
	}
}

@media only screen and (max-width: 800px) {
	/* pic left text right box */
	.regionPicLeftTextRight {
		display: block;
		overflow: hidden;
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.regionPicLeftTextRight div {
		width: 100%;
	}
	
	.regionPicLeftTextRight img {
		padding-right: 20px;
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
		display: inline-block;
		float: left;
		width: 50%;
	}
	
	.regionPicLeftTextRight div:nth-child(2) {
		padding: 20px;
	}
	
	.regionPicLeftTextRight div a {
		color: #bfeeff;
	}
	
	.regionPicLeftTextRight div a:hover {
		color: black;
	}
	
	.topText UL {
		margin-left: -41px;
		margin-right: -41px;
	}
	
	.sortByLeft, .sortByRight {
		width: 100% !important;
		text-align: center;
		border: 0;
	}
	
	.sortByRight {
		display: flex; 
		flex-direction: row;
		justify-content: space-between;
	}
	
	.sortByRight div {
		width: CALC(50% - 10px);
		margin: 0;
	}
	
	.sortByRight div select {
		width: 100% !important;
	}
	
	.sortByRight .filters {
		display: block;
		width: CALC(50% - 10px);
		border-radius: 3px;
		justify-content: center !important;
		align-items: center !important;
		display: flex;
		font-size: 12pt;
	}
	
	.sortByRight i {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 849px) {
	.sortByBox {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	.sortByLeft, .sortByRight {
		margin: 5px;
		width: 70%;
	}
}

@media only screen and (max-width: 900px) {
	.results1 .featuredBadge {
		top: -30px;
		left: -30px;
		width: 70px;
	}
}

@media only screen and (max-width: 800px) {
	.topText UL {
		margin-left: -21px;
		margin-right: -21px;
	}
	
	.rightColWhiteBGLodgesGuide {
		margin-top: -30px;
		padding: 0 40px;
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
		float: none;
		width: 100%;
	}
	
	.regionPicLeftTextRight div:nth-child(1) {
		padding: 0;
	}
	
	.regionPicLeftTextRight img {
		padding: 0;
	}
}

.shortDescriptionMob ul, .shortDescriptionMob {
	color: black;
	font-weight: normal;
	font-size: 12pt !important;
	padding: 5px;
}

@media only screen and (max-width: 600px) {
	.milesAway {
		border: 1px solid #52A4CC;
		padding: 4px;
		width: 100%;
		font-weight: normal;
		border-radius: 3px;
		margin: 5px 0 10px 0;
		font-size: 9pt;
	}
	
	/* pic left text right box */
	.regionPicLeftTextRight {
		display: block;
		overflow: hidden;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: -40px;
	}

	.mobAvailContainer {
		
		padding: 14px;
		position: relative;
		margin: 10px;
		border-radius: 8px; /* Adds rounded corners */
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Adds a subtle drop shadow */
		width: CALC(100% - 20px);
	  }

	.mobAvailButt {

		font-size: 14pt;

	}



	.mobSiteName {

		font-size: 16pt !important;

	}

	.searchLocation {

		font-size: 13pt !important;

	}
	
	.featuredBadge {
		position: absolute;
		left: -30px;
		top: -30px;
		width: 20%;
		z-index: 20;
	}
	
	.sortByRight select.availBoxSelect {
		border: 1px solid #668579;
		max-width: 100% !important;
		width: 100% !important;
		display: block;
		margin: auto;
	}
	
	.availabilityBackground {
		margin-top: 10px;
	}

	.leftCol {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	
	.rightCol {
		width: 100%;
	}
	
	.featuredBadge {
		left: -15px;
		top: -15px;
		width: 70px;
	}
	
	.rightColWhiteBGLodgesGuide {
		border: 1px solid white;
		margin: 0;
		padding: 15px !important;
	}
	
	h1.showLodgesHeader {
		color: white !important;
	}
}

@media only screen and (max-width: 500px) {
	.sortByRight SELECT.availBoxSelect {
		font-size: 11pt;
	}
	
	h1.showLodgesHeader {
		font-size: 18pt;
		padding: 10px !important;
	}
}

@media only screen and (max-width: 450px) {
	.countyBottomLinks {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	
	a.bottomCountyLinks {
		width: CALC(100% - 20px);
		margin: 10px;
	}
	
	.featuredBadge {
		left: -15px;
		top: -15px;
		width: 50px;
	}
	
	.rightColWhiteBGLodgesGuide {
		padding: 0 40px;
	}
	
	.topText UL {
		padding: 20px;
		margin-left: -40px;
		margin-right: -40px;
	}
}