<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.interior h1:after {
    content: '';
    display: block;
    width: 135px;
    height: 16px;
    background: url(../images/home-hr.png) no-repeat center center;
    margin: 15px auto 5px auto;
}
/*******************************************************************
	CONTENT
*******************************************************************/
#content{
	max-width: 1024px;
	margin: 0 auto 0 auto;
	padding: 50px 15px;
}

#content .interior-row{
	margin: 50px auto;
	display: flex;
	flex-direction: row;
}
#content .interior-row:nth-of-type(even){
	flex-direction: row-reverse;
}
#content .interior-row .content{
	width: 50%;
	padding: 0 15px;
}

@media handheld, only screen and (max-width: 768px) {
	#content .interior-row{
		flex-direction: column-reverse;
	}
	#content .interior-row:nth-of-type(even){
		flex-direction: column-reverse;
	}
	#content .interior-row .content{
		width: 100%;
		padding: 10px 0;
	}
}

#content .in-the-news ul {
	list-style: none;
	padding: 0;
}

#content .in-the-news ul li a:link,
#content .in-the-news ul li a:visited {
	display: block;
	width: 100%;
	padding: 5px 25px;
	background: #95292c;
	border: 2px solid #95292c;
	font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif; 
	letter-spacing: .2em;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

#content .in-the-news ul li a:hover,
#content .in-the-news ul li a:focus {
	background: #fff;
	color: #95292c;
} 

/*******************************************************************
  2-COLUMN LIST / ADA AMENITIES PAGE
*******************************************************************/
.list-two-column ul {
    columns: 2;
}

.list-two-column ul li {
    margin-right: 20px;
}

/*******************************************************************
  ACCESSIBILITY
*******************************************************************/

#accessibility h2 {
	margin-top: 30px;
}

#accessibility .accordion h4 {
	margin: 0 0 1px 0;
}

#accessibility .accordion h4 a:link,
#accessibility .accordion h4 a:visited {
	background: #88002d;
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}

#accessibility .accordion h4 a:hover,
#accessibility .accordion h4 a:focus {
	background: #FFF;
	color: #88002d;
}

#accessibility .accordion h4 a:focus {
	outline: 1px solid #88002d;
}

#accessibility .accordion div {
	display: none;
	padding: 10px;
}

#accessibility hr {
	background: #000;
}

/*******************************************************************
  ACCESSIBILITY v4
*******************************************************************/
details {
	user-select: none;
}

details summary {
	background-color: #88002d;
	border-bottom: 2px solid #fff;
    color: #FFF;
	cursor: pointer;
    font-size: 1rem;
    padding: 0.75rem;
}

details summary:hover,
details summary:focus-visible {
	background-color: #FFF;
	color: #88002d;
}

details &gt; div {
	background-color: #f1f1f1;
	padding: 1rem;
	user-select: text;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#masthead {
	height: 600px;
}

@media handheld, only screen and (max-width: 1140px) {
	#masthead {
		height: 450px;
		margin-top: 0 !important;
	}

	#content.no-masthead {
		margin-top: 0;
	}
}

@media handheld, only screen and (max-width: 560px) {
	#masthead {
		height: 200px;
	}
}

.special-list {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%;
	padding: 5px 25px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

.stack ul:first-child {
	margin-top: 0;
}

.content &gt; ul {
	/*
	-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    */
}

#displayCalendarText {
	display: none;
}

.side h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	text-align: center;
}

.side #content table {
	width: 100%;
}

.side #content table tr td:last-of-type {
	font-weight: bold;
}

.side em {
	font-size: 12px;
}

.dining-photos {
	text-align: center;
}

.dining-photos a {
	text-decoration: none;
}

.dining-photos img {
	width: 32%;
	border: solid #03394a 3px;
	padding: 5px;
}

.dining-photos img:hover {
	border-color: #ed4541;
}

@media handheld, only screen and (max-width: 500px) {
	.dining-photos img {
		width: 49%;
	}
	#specials .photoborder {
	    float: left;
	    max-width: 100% !important;
	    margin: 10px 0 20px 0;
	}
}

@media handheld, only screen and (max-width: 1080px) {
	.side h2 {
		text-align: left;
	}

	.side #content table {
		width: auto;
	}	
}


.sponsor-featured img {
	display: block;
	margin: 30px auto;
}

/********************************************************************
  BLOG: PHOTO LINKS;
*******************************************************************/

.blog-photo-links {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px 0 50px;
}

.blog-photo-links .blog-photo-links-item {
	flex: 0 1 45%;
    flex-direction: column;
    justify-content: normal;
    height: auto;
    position: relative;
    margin: 0 0 50px 0;
}

.blog-photo-links .blog-photo-links-item img {
	width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.blog-photo-links .blog-photo-links-item a:link,
.blog-photo-links .blog-photo-links-item a:visited {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: 0.3s all ease-in;
}

.blog-photo-links .blog-photo-links-item a:hover,
.blog-photo-links .blog-photo-links-item a:focus {
	    background: rgba(149, 41, 44, 0.9);
}

.blog-photo-links .blog-photo-links-item a:link span,
.blog-photo-links .blog-photo-links-item a:visited span {
	position: absolute;
    top: 25px;
    left: 25px;
    padding: 0 25px 25px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.375rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
}

/********************************************************************
  STAFF
*******************************************************************/

.innerBoxStaff {
	clear: both;
	overflow: hidden;
}

.innerBoxStaff {
	border-bottom: 1px solid #bfb35f;
	padding-bottom: 30px;
}

.innerBoxStaff h2 {
	margin: 50px 0 5px 0;
	text-transform: none;
}

.innerBoxStaff h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	text-transform: none;
}

.innerBoxStaff img {
	float: right;
	margin: 30px 0 30px 30px;
	padding: 3px;
	max-width: 25%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.innerBoxStaff .bioPhoto {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	float: right;
	margin: 30px 5px 30px 30px;
	height: 375px;
	width: 250px;
}

#megan.innerBoxStaff .bioPhoto { background: url('../images/bio-megan.jpg') no-repeat; }
#megan.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#angela.innerBoxStaff .bioPhoto { background: url('../images/bio-angela.jpg') no-repeat; }
#angela.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#abby.innerBoxStaff .bioPhoto { background: url('../images/bio-abby.jpg') no-repeat; }
#abby.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#cortney.innerBoxStaff .bioPhoto { background: url('../images/bio-cortney.jpg') no-repeat; }
#cortney.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kelly.innerBoxStaff .bioPhoto { background: url('../images/bio-kelly.jpg') no-repeat; }
#kelly.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#kim.innerBoxStaff .bioPhoto { background: url('../images/bio-kim.jpg') no-repeat; }
#kim.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lauri.innerBoxStaff .bioPhoto { background: url('../images/bio-lauri.jpg') no-repeat; }
#lauri.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lina.innerBoxStaff .bioPhoto { background: url('../images/bio-lina.jpg') no-repeat; }
#lina.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#lindsay.innerBoxStaff .bioPhoto { background: url('../images/bio-lindsay.jpg') no-repeat; }
#lindsay.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mallory.innerBoxStaff .bioPhoto { background: url('../images/bio-mallory.jpg') no-repeat; }
#mallory.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#mayra.innerBoxStaff .bioPhoto { background: url('../images/bio-mayra.jpg') no-repeat; }
#mayra.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#rose.innerBoxStaff .bioPhoto { background: url('../images/bio-rose.jpg') no-repeat; }
#rose.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

#sandy.innerBoxStaff .bioPhoto { background: url('../images/bio-sandy.jpg') no-repeat; }
#sandy.innerBoxStaff .bioPhoto:hover { background-position-x: -250px; }

@media handheld, only screen and (max-width: 1050px) {
	#staff .sidebar {
		display: none;
	}

	#staff .page-content {
		margin: 0;
		padding: 0 40px;
		width: 100%;
	}
}

@media handheld, only screen and (max-width: 700px) {
	.innerBoxStaff .bioPhoto {
		float: none;
		margin: 40px auto 0 auto;
	}
}


/********************************************************************
  ACCOMMODATIONS / Photo Content Grid
  ******************************************************************** */
.photo-content-grid{
  	margin-top: 60px;
}

.photo-content-grid .item {
    display: flex;
    margin: 10px auto;
}

.photo-content-grid .item:nth-of-type(even) {
    flex-direction: row-reverse;
}

.photo-content-grid .item .item-text {
    padding: 15px 20px 15px 0;
}

.photo-content-grid .item:nth-of-type(even) .item-text{
    padding: 15px 0 15px 20px;
}

.photo-content-grid .item .item-text, .photo-content-grid .item .item-photos {
        width: 50%;
}

.photo-content-grid .item .item-text h3{
    font-size: 24px;
    text-transform: none;
}

.photo-content-grid .item .item-text .view-more{
	margin-top: 30px;
}

.photo-content-grid .item .item-text .view-more a{
	background-color: #88002d;
	border: 2px solid #88002d;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
    padding: 14px 20px;
}

.photo-content-grid .item .item-text .view-more a:hover,
.photo-content-grid .item .item-text .view-more a:focus{
	background-color: #fff;
	color: #88002d;
	text-decoration: none;
}

.photo-content-grid .item .item-photos {
    height: 100%;
}

.photo-content-grid .item .item-photos-gallery {
    max-width: 680px;
}

.photo-content-grid .item .item-photos-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media handheld, only screen and (max-width: 768px) {
	.photo-content-grid .item {
	    flex-direction: column-reverse;
	}

	.photo-content-grid .item:nth-of-type(even) {
	    flex-direction: column-reverse;
	}
	.photo-content-grid .item .item-text,
	.photo-content-grid .item .item-photos {
    	width: 100%;
	}
	.photo-content-grid .item .item-photos {
    	height: 510px;
	}
	.photo-content-grid .item .item-text {
    	margin-bottom: 40px;
    	padding: 20px 0;
	}
	.photo-content-grid .item:nth-of-type(even) .item-text{
		padding: 20px 0;
	}
}

@media handheld, only screen and (max-width: 600px) {
	.photo-content-grid .item .item-photos {
    	height: 400px;
	}
	.photo-content-grid .item .item-photos .gallery .slick-next, 
	.photo-content-grid .item .item-photos .gallery .slick-prev{
		top: 50%;
	}
}

@media handheld, only screen and (max-width: 480px) {
	.photo-content-grid .item .item-photos {
    	height: 300px;
	}
}

@media handheld, only screen and (max-width: 375px) {
	.photo-content-grid .item .item-photos {
    	height: 250px;
	}
}

/********************************************************************
  MEETINGS
*******************************************************************/

.meetings p a{
	display: inline-block;
	padding: 5px 25px;
	background: #95292c;
	border: 2px solid #95292c;
	font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif; 
	letter-spacing: .2em;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

.meetings p a:hover,
.meetings p a:focus{
	background: #fff;
	color: #95292c;
}

/********************************************************************
  HISTORY
*******************************************************************/

.history p a{
	display: inline-block;
	padding: 5px 25px;
	background: #95292c;
	border: 2px solid #95292c;
	font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif; 
	letter-spacing: .2em;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

.history p a:hover,
.history p a:focus{
	background: #fff;
	color: #95292c;
}

.history{
	text-align: center;
}

/********************************************************************
  SPA
*******************************************************************/

/*
spa p a{
	display: inline-block;
	padding: 5px 25px;
	background: #95292c;
	border: 2px solid #95292c;
	font: 18px/30px 'Montserrat', Myriad Pro, Arial, sans-serif; 
	letter-spacing: .2em;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	text-align: center;
}

.spa p a:hover,
.spa p a:focus{
	background: #fff;
	color: #95292c;
}
*/

/*******************************************************************
	SEE &amp; DO
*******************************************************************/
.interior .blog {
    margin-top: 50px;
    text-align: left;
}
.interior .blog .news-item {
    overflow: hidden;
    clear: both;
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.interior .blog .news-item .image {
    float: right;
    max-width: 25%;
    max-height: 300px;
    margin: 0 0 50px 20px;
}
.interior .blog .news-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.interior .blog .news-item .title {
    margin-bottom: 10px;
}
.interior .blog .news-item .title a:link, .interior .blog .news-item .title a:visited {
    text-decoration: none;
}
.interior .blog .news-item .article-content h5 {
    font-weight: normal;
    margin-top: 0;
}
.interior .blog .news-item:last-child {
    border-bottom: 0;
}
.interior .blog .news-item .more a{
	margin-top: 30px;

}

.news-article .news-item h1{
	margin: 0 0 40px 0;
}
.news-article .news-item h3{
	font-size: 24px;
}
.news-article .news-item .more a{
	margin-top: 30px;

}


/*******************************************************************
	BLOG
*******************************************************************/

.blog #articles {
	margin-bottom: 50px;
}
.blog time {
	display: block;
	margin: 0 0 15px 0;
	font-style: italic;
}

.blog #articles .item .article-content {
	margin: 0 0 15px;
}
.blog #articles article {
	border-top: 2px solid #d1cac0;
	clear: both;
	overflow: hidden;
	margin-top: 50px;
	padding-top: 50px;
}
.blog #articles article:first-child {
	padding-top: 0;
	border-top: 0;
}
.blog #articles article h2 {
	margin: 0 0 20px 0;
}

.blog #articles article iframe {
	width: 100%;
}

.blog #articles article .photo {
	float: right;
	margin: 0 0 20px 20px;
}


@media handheld, only screen and (max-width: 500px) {
	.blog time {
		text-align: center;
	}

	.blog #articles article .photo {
		float: none;
		margin: 0;
	}

	.blog #articles article .photo img {
		display: block;
		margin: 20px auto;
	}
}

/*******************************************************************
	ACCORDIONS
*******************************************************************/

#accordion {
	margin: 20px 0;
}

#accordion &gt; * {
	display: none;
}

#accordion h2 {
	display: block;
	color: #7e7f74;
	cursor: pointer;
	margin: 10px 0;
	padding: 10px;
	font-size: 20px;
}

#accordion h2:hover {
	color: #d96009;
}

#accordion &gt; div {
	display: none;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}

#accordion &gt; div .side {
	float: right;
	margin: 0 5px 0 45px;
	overflow: visible;
	width: 310px;
}

#accordion h3 {
	margin-top: 30px;
}

#accordion h3:first-child {
	margin-top: 0;
}

@media handheld, only screen and (max-width: 1050px) {
	#accordion h2 {
		max-width: 100%;
	}
}

/*******************************************************************
	SPECIALS
*******************************************************************/

#specials .special {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
}

#specials .special:nth-child(even) {
	background: #eae7e1;
}

#specials .special:first-child {
	margin-top: 50px;
}

#specials .special:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}

#specials h2 {
	margin-top: 0;
}

#specials .photoborder {
	max-width: 33%;
}


/*******************************************************************
	TABLES
*******************************************************************/
/* Tables */
#content table {
	width: 100%;
	background: white;
	margin-bottom: 1.25em;
	border: solid 1px #dddddd;
}
#content table thead,
#content table tfoot {
	background: whitesmoke;
	font-weight: bold;
}
#content table thead tr th,
#content table thead tr td,
#content table tfoot tr th,
#content table tfoot tr td {
	padding: 0.5em 0.625em 0.625em;
	font-size: 0.875em;
	color: #222222;
	text-align: left;
}
#content table tr th,
#content table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222222;
		color: #222222;
	text-align: left;
}
#content table tr.even, #content table tr.alt, #content table tr:nth-of-type(even) {
	background: #f9f9f9; }
#content table thead tr th,
#content table tfoot tr th,
#content table tbody tr td,
#content table tr td,
#content table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

#content .stack table { width: 100%; }
.st-head-row { padding-top: 1em; text-align: center;}
.st-head-row.st-head-row-main { font-size: 1.5em; text-align: center;; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/*******************************************************************
	VIDEOS INTERNAL
*******************************************************************/



.videos-internal { 
	margin: 0 auto;
	min-height: 300px;
}

.videos-internal .item {
	position: relative;
	height: 280px;
	margin: 10px;
	width: 280px;
}

.videos-internal .video-content {
	opacity: 1;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .item:hover .video {
	padding: 20px 10px;
}

.videos-internal h2.name {
	color: #fff;
	margin: 0;
	font: bold 16px Montserrat, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal h3.brand {
	color: #fff;
	margin: 0;
	font: 16px Montserrat, Myriad Pro, sans-serif;
	text-transform: uppercase;
}

.videos-internal a:link, .videos-internal a:visited {
	text-decoration: none;
}

.videos-internal .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
		-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.videos-internal .location:hover img {
	filter: brightness(110%) contrast(110%);
}

/*******************************************************************
	TESTIMONIALS
*******************************************************************/

#content #testimonials .testimonial-item {
	margin: 20px 0;
	padding: 20px 25px 15px 25px;
}

#content #testimonials .testimonial-item:nth-child(even) a:link,
#content #testimonials .testimonial-item:nth-child(even) a:visited,
#content #testimonials .testimonial-item:nth-child(even) h2,
#content #testimonials .testimonial-item:nth-child(even) h3,
#content #testimonials .testimonial-item:nth-child(even) h4 {
	color: #fff;
}

#content #testimonials .testimonial-item:nth-child(even) {
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 10px; 
}

#content #testimonials .testimonial-item:first-child {
	margin-top: 50px;
}

#content #testimonials .testimonial-item:last-child {
	border-bottom: none;
}

#content #testimonials .testimonial-item h2 {
	margin-top: 0;
}

.testimonials .quotes {
	display: none;
}

.testimonial-sender {
	text-align: right;
	font: 600 18px Libreville Baskerville, Georgia, serif;
	margin: 0 0 10px 0;
}

/* Magnific Photo Gallery
  ========================================================================== */

.articles-gallery {
	padding: 5px;
}

.magnific.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-items: center;
}

.magnific.gallery a:link,
.magnific.gallery a:visited {
	display: block;
	position: relative;
}

.magnific.gallery a:after {
	position: absolute;
	z-index: 100;
	content: '\f030';
	color: #fff;
	top: 50%;
	left: 50%;
	opacity: 0;
	font-family: Icons;
	font-size: 3.5rem;
	transform: translate(-50%, -50%);
	transition: 0.15s all;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.magnific.gallery a img {
	transition: 0.15s all;
	height: 187px;
	object-fit: cover
}

.magnific.gallery a:hover:after,
.magnific.gallery a:focus:after {
	opacity: 0.8;
}

.magnific.gallery a:hover img,
.magnific.gallery a:focus img {
	outline: 4px solid #88002d;
}

@media handheld, only screen and (max-width: 1000px) {
	.magnific.gallery {
		grid-template-columns: 1fr 1fr;
	}
}

/*******************************************************************
  AREA GUIDE
*******************************************************************/
#poi {
    display: flex !important;
    min-height: 700px;
    color: #000;
}

/*******************************************************************
	FLEX
*******************************************************************/
.flex-video {
	position: relative;
	padding-top: 1.5625em;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*******************************************************************
  MEDIA QUERIES
*******************************************************************/
@media handheld, only screen and (max-width: 1025px) {
	#poi {
	    min-height: 600px;
	    margin-top: 0;
	}
}

@media handheld, only screen and (max-width: 768px) {
	#specials .photoborder {
    	max-width: 100%;
    	box-shadow: none;
    	float: none;
    	margin: 0 0 20px 0;
    	border: none;
	}
	#specials h2 {
    	margin-bottom: 20px;
	}

	/********************************************************************
	  BLOG: PHOTO LINKS;
	*******************************************************************/
	.blog-photo-links {
		max-width: 320px;
		padding: 50px 10px 0 10px;
	}

	.blog-photo-links .blog-photo-links-item {
		flex: 0 1 100%;
	}
}

@media handheld, only screen and (max-width: 540px) {

	.gallery a.visible {
		max-width: 100%;
	}
}

/*******************************************************************
  PRINT MEDIA QUERY (PRIMARILY FOR RECIPES PAGES)
*******************************************************************/

@media print {
	header,
	#masthead,
	#content .button,
	footer {
		display: none;
	}

	body,
	#content {
		font-size: 14px;
		line-height: 28px;
	}
	
	#content {
		padding: 0 20px;
	}

	h1 {
		font-size: 24px !important;
	}
	
	h2 {
		font-size: 18px !important;
	}
}</pre></body></html>