
.test-bor {
	text-decoration: none;
	border: 1px solid #ff00ff !important;
}

.test-bor2 {
	text-decoration: none;
	border: 1px solid #59df52 !important;
}


img {
	position: relative;
	height: auto;
	width: 100%;
}


.col-no-pad {
   padding: 0px !important;
   margin: 0px !important;
}

.row-no-pad {
    padding: 0px !important;
    margin: 0px !important;
}

.row-pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.row-pad2 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.row-pad3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 25px !important;
	padding-bottom: 0px !important;
}
.row-pad5 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.row-pad5 {
	margin-top: 100px !important;
	margin-bottom: 50px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.row-pad6 {
	margin-top: 50px !important;
	margin-bottom: 100px !important;
    margin-left: 0 !important;
	margin-right: 0 !important;
}
.row-pad7 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.center-block {
	text-decoration: none;
	text-align: center !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.right-block {
	text-decoration: none;
	text-align: right !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.left-block {
	text-decoration: none;
	text-align: left !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.align-items-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

ul {
	padding-left: 25px;
	list-style-type: circle;
}
ul ul {
	padding-left: 25px;
	list-style-type: circle;
}

.text-14 {
	font-size: 14px;
}
.text-18 {
	font-size: 18px !important;
}
.text-italics {
	font-style: italic;
}
.text-left {
	text-align: left;
}

.fineprint {
	font-size: 12px;
	font-style: italic;
}
.fineprint-fullwidth {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hi-red {
	color: #B61212;
}
.hi-green {
	color: #088B1C;
}

.btn,
.btn:a,
.btn:active,
.btn:visited {
	text-decoration: none;
	color: #FFFFFF !important;
	text-transform: uppercase;
	background-color: #244B5A;
	border: none;
	text-align: center;
	letter-spacing: normal;
	font-weight: normal;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
	background-color: #1b5a8f;
	text-transform: uppercase;
	letter-spacing: normal;
}


.btn-xs {
	text-decoration: none;
	padding-top: 0px !important;
	padding-right: 3px !important;
	padding-bottom: 0px !important;
	padding-left: 3px !important;
	margin: 0px !important;
	font-size: 10px;
	font-weight: normal;
	border: 2px solid !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-sm {
	text-decoration: none;
	padding-top: 2px !important;
	padding-right: 5px !important;
	padding-bottom: 2px !important;
	padding-left: 5px !important;
	margin: 0px !important;
	font-size: 10px;
	font-weight: normal;
	border: 2px solid !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-md {
	text-decoration: none;
	padding-top: 5px !important;
	padding-right: 30px !important;
	padding-bottom: 5px !important;
	padding-left: 30px !important;
	margin: 0px !important;
	font-size: 14px;
	font-weight: normal;
	border: 2px none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-lg {
	text-decoration: none;
	padding-top: 6px !important;
	padding-right: 60px !important;
	padding-bottom: 6px !important;
	padding-left: 60px !important;
	margin: 0px !important;
	font-size: 16px;
	font-weight: normal;
	border: 2px none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-xl {
	text-decoration: none;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 65px !important;
	padding-left: 65px !important;
	margin: 0px !important;
	font-size: 18px;
	font-weight: normal;
	border: 2px none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}
.btn-xxl {
	text-decoration: none;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-right: 80px !important;
	padding-left: 80px !important;
	margin: 0px !important;
	font-size: 28px;
	font-weight: normal;
	border: 2px none !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
	text-transform: uppercase;
	letter-spacing: normal;
}

.btn-default,
.btn-default:active,
.btn-default:visited {
  color: #FFFFFF !important;
  background-color: #244B5A !important;
  border-color: none !important;
}
.btn-default:hover,
.btn-default:focus {
  color: #FFFFFF !important;
  background-color: #1b5a8f !important;
  border-color: none !important;
}


.home-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}


.other-specials {
	font-size: 25px;
	color: #373737;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-left: 0px;
}
.specials-grid-container {
	width: 100%;
	max-width: 1436px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

.grid-specials {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}

.grid-cells,
.grid-cells a,
.grid-cells a:active,
.grid-cells a:visited {
	position: relative;
	text-align: center;
	color: #373737;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.grid-cells a:hover,
.grid-cells a:focus {
	color: #373737;
	text-decoration: none;
}
.grid-cells img {
	max-width: 100%;
	height: auto;
}



.cell-images {
	position: relative;
	max-width: 900px !important;
	max-height: 600px !important;
	object-fit: cover;
}
.cell-height {
	height: 350px !important;
}

.cell-header {
	position: relative;
	height: 50px;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.cell-body {
	position: relative;
	height: 50px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
.cell-learnnow,
.cell-learnnow a,
.cell-learnnow a:active,
.cell-learnnow a:visited {
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #244B5A;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.cell-learnnow a:hover,
.cell-learnnow a:focus {
	color: #244B5A;
	text-decoration: none;
}

.cell-booknow,
.cell-booknow a,
.cell-booknow a:active,
.cell-booknow a:visited {
	position: relative;
	text-align: center;
	color: #244B5A;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.cell-booknow a:hover,
.cell-booknow a:focus {
	color: #244B5A;
	text-decoration: none;
}

.cell-link-pad {
	position: relative;
	height: 100px !important;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



.blue-button2 {
	background-color: #244B5A;
	border: none;
	height: 36px;
	width: 300px;
	text-align: center;
	font-size: 13px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	margin-bottom: 1em;
}
.blue-button2 a {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-top: 6px;
	color: #fff!important;
	text-decoration: none;
	font-size: 17px;
	font-weight: 300!important;
}
.blue-button2:hover {
	background-color: #1b5a8f;
}

.promo-dates {
	position: relative;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
/********************************************/
.homepage-tiles {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
.homepage-tiles {
		position: relative;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
.homepage-tiles-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100% !important;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.homepage-tiles-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 275px !important;
	object-fit: cover;
}
}
.homepage-tiles-frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-tiles-header {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.homepage-tiles-short {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.homepage-tiles-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.homepage-tiles-back {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.52);
}
/********************************************/

#votepop, .modal.custom .modal-dialog {
	position: fixed;
	bottom: 10%;
	left: 75%;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.popimg {
	height: auto;
	width: 100%;
}
@media screen and (min-width: 300px) {
#votepop, .modal.custom .modal-dialog {
	position: fixed;
	bottom: 20% !important;
	left: 0% !important;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.popimg {
	height: auto;
	width: 100%;
}
}
@media screen and (min-width: 1280px) {
#votepop, .modal.custom .modal-dialog {
	position: fixed;
	bottom: 10% !important;
	left: 65% !important;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.popimg {
	height: auto;
	width: 100%;
}
}
@media screen and (min-width: 1440px) {
#votepop, .modal.custom .modal-dialog {
	position: fixed;
	bottom: 10% !important;
	left: 75% !important;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.popimg {
	height: auto;
	width: 100%;
}
}
.modal-content, .modal-header, .modal-body {
	background-color: transparent;
	border: none;
}
/********************************************/

.room-text ul {
	padding-left: 25px !important;
	list-style-type: circle !important;
}
.room-text ul ul {
	padding-left: 25px !important;
	list-style-type: circle !important;
}
.room-text li {
	padding-left: 10px !important;
	list-style-type: circle !important;
	color: #4c4c4c !important;
}
/********************************************/
.wedding-shortdescript {
	position: relative;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/********************************************/

.promo h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 500px;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 10px;
}
.promo h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 10px;
}
.promo img {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 900px;
	object-fit: cover;
}


/********************************************/

.dining-container {
	width: 100%;
	max-width: 1200px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.dining-items-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dining-left-text-right,
.dining-right-text-left {
	margin-top: 50px;
	padding-bottom: 20px;
}

.dining-left-text-right .dining-text {
	float: right;
	width: 48%;
}

.dining-left-text-right .dining-pic {
	float: left;
	width: 48%;
	position: relative;
}

.dining-right-text-left .dining-text {
	float: left;
	width: 48%;
}

.dining-right-text-left .dining-pic {
	float: right;
	width: 48%;
	position: relative;
}

.dining-pic img {
	width: 100%;
	height: auto;
}

.dining-text {
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

.dining-text ul {
	margin-bottom: 10px;
}

.dining-text ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



.dining-text h2 {
	position: relative;
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.dining-left-text-right p,
.dining-right-text-left p {
	text-align: justify;
	margin-bottom: 1em;
}

.dining-text,
.dining-left-text-right p,
.dining-right-text-left p {
	text-align: left;
}

hr.dining-divider {
	color: #EBE4D3;
	height: 1px;
	background-color: #EBE4D3;
	/*makes Chrome behave*/
	border: none;
	margin-top: 25px;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {

.dining-items-center {
		display: block;
		justify-content: initial;
		align-items: center;
	}

	.dining-left-text-right,
	.dining-right-text-left {
		margin-top: 30px !important;
	}

	.dining-left-text-right .dining-text,
	.dining-left-text-right .dining-pic,
	.dining-right-text-left .dining-text,
	.dining-right-text-left .dining-pic {
		float: none !important;
		width: auto !important;
	}

	.dining-text {
		margin-bottom: 30px !important;
		padding: 0px !important;
	}
}

/********************************************/

.insta-container {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.insta {
	text-decoration: none;
	color: #244B5A;
}
.insta,
.insta a,
.insta a:active,
.insta a:visited {
	text-decoration: none;
	color: #244B5A;
}

.insta a:hover,
.insta a:focus {
	text-decoration: none;
	color: #1b5a8f;
}
.insta h2 {
	text-transform: capitalize;
	text-decoration: none;
}

.insta-box {
	position: relative;
	width: 275px;
	height: 275px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.insta-box img {
	position: relative;
	width: 100%;
	max-width: 275px;
	height: 275px;
	background-position: center center;
	object-fit: cover;
}

.instagram-icon {
	position: absolute;
	right: 30px;
	bottom: 12px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .5);
}

.instagram-icon a {
	font-family: FontAwesome;
	font-size: 30px;
	color: #fff !important;
	text-decoration: none;
}


/********************************************/
.review-container-wrap {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/blue-box-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.review-container {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 1200px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.review-quote {
	position: relative;
	font-size: 18px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.review-source {
	position: relative;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.review-icon {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.fa-tripadvisor,
.fa-tripadvisor a {
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.tripadvisorlink,
.tripadvisorlink a {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
}

/********************************************/

.tripadvisor-img {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 120px;
	border: none;
}
.tripadvisor-img-L {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 150px;
	border: none;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.tripadvisor-img-L2 {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 180px;
	border: none;
}


/********************************************/

.promo-container {
	position: relative;
	max-width: 1400px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

@media screen and (max-width: 1400px) {
	.promo-container {
		position: relative;
		max-width: 1400px;
		margin-top: 0;
		margin-right: 25px;
		margin-bottom: 25px;
		margin-left: 25px;
	}
}


/********************************************/

@media only screen and (max-width: 1380px) {
	.grid-cells2 {
		position: relative;
		text-align: center;
		color: #373737;
		text-decoration: none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.cell2-images {
		position: relative;
		width: 100% !important;
		height: 100%;
		/* max-width: 900px; */
		/* max-height: 400px; */
		object-fit: cover;
	}

	.cell2-height {
		height: 350px !important;
	}

	.cell2-header {
		position: relative;
		height: 50px;
		width: 100% !important;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		padding-top: 15px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.cell2-dates {
		position: relative;
		height: 50px;
		width: 100% !important;
		font-size: 20px;
		text-transform: uppercase;
		padding-top: 15px;
		padding-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.cell2-body {
		position: relative;
		height: 90px;
		width: 100% !important;
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.cell2-buttlink {
		position: relative;
		height: auto;
		width: 100% !important;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: auto;
		margin-left: auto;
	}

}



.grid-cells2 {
	position: relative;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.cell2-images {
	position: relative;
	width: 100%;
	height: 450px;
	/* max-width: 900px; */
	/* max-height: 400px; */
	object-fit: cover;
}

.cell2-text-back {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.cell2-header {
	position: relative;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.cell2-dates {
	position: relative;
	height: auto;
	width: auto;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cell2-body {
	position: relative;
	height: auto;
	width: auto;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.cell2-learnlink a,
.cell2-learnlink a:active,
.cell2-learnlink a:visited,
.cell2-learnlink a:hover,
.cell2-learnlink a:focus {
	position: relative;
	font-size: 16px;
	color: #17a5bf;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.cell2-buttlink {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


/********************************************/


.explore-left-text-right,
.explore-right-text-left {
	margin-top: 50px;
	margin-bottom: 50px;
}

.explore-left-text-right .explore-text {
	float: right;
	width: 48%;
}

.explore-left-text-right .explore-pic {
	float: left;
	width: 48%;
	height: 100%;
	position: relative;
}

.explore-right-text-left .explore-text {
	float: left;
	width: 48%;
}

.explore-right-text-left .explore-pic {
	float: right;
	width: 48%;
	height: 100%;
	position: relative;
}

.explore-pic img {
	width: 700px;
	height: auto;
	object-fit: cover;
}

.explore-text {
	line-height: 1.5em;
	/* line-height: 24px;*/
	text-align: left;
}

.explore-text ul {
	margin-bottom: 10px;
}

.explore-text ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



.explore-text h2 {
	font-family: 'Sifonn', sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 1.35em;
	text-align: left;
}

.explore-left-text-right p,
.explore-right-text-left p {
	text-align: justify;
	margin-bottom: 1em;
}

.explore-text,
.explore-left-text-right p,
.explore-right-text-left p {
	text-align: left;
}

hr.explore-divider {
	color: #DDDDDD;
	height: 1px;
	background-color: #eff0f1;
	/*makes Chrome behave*/
	border: none;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {

	.explore-left-text-right,
	.explore-right-text-left {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.explore-left-text-right .explore-text,
	.explore-left-text-right .explore-pic,
	.explore-right-text-left .explore-text,
	.explore-right-text-left .explore-pic {
		float: none;
		width: auto;
	}

}


/********************************************/





/********************************************/






/********************************************/





/********************************************/






/********************************************/





/********************************************/





/********************************************/