/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
a:active,
a:hover {
	outline: 0;
}
a:hover:focus,
a:active,
a:active * {
	outline: none;
}
a:focus {
	outline: 2px solid red;
}
input:focus {
	outline: 1px solid grey;
	background: #fff;
}
body {
	font-size:16px;
	background:url(/images/bg-secondary-top.jpg) repeat-x;
}
.load-site .entry  {
	padding-top: 42px;
	margin: 50px 0 0 0;
	padding-bottom: 10px;
}
.policylink {
	font-size:18px;
	margin-top:15px;
}
.back-up {
	width: 100%;
	text-align: center;
	top:-20px;
	cursor:pointer;
	display:none;
	position:absolute;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1 {
	font-size:30px;
	margin-bottom:20px;
	line-height:34px;
	color:#000;
	font-weight:bold;
}
h2,
.h2 {
	font-size: 22px;
	margin-bottom: 7px;
	line-height: 23px;
	color: #000;
	font-weight:bold;
}

h3 {
	font-size:18px;
	margin-bottom:6px;
	line-height:22px;
	color:#000;
	font-weight:bold;
}
p {
	margin-bottom:13px;
}
#container {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}
header {
	margin:0 auto;
	max-width: 1350px;
	position:relative;
	width:100%;
}
#logo {
	width:180px;
	float:left;
	margin:5px 0 0 30px;
	position:relative;
	z-index:20;
}
#logo img {
	width:180px;
	height:auto;
}
body .last {
	margin-right:0!important;
	padding-right:0!important;
}
#contentbackground {
	background: #a2c5b9;
	width: 100%;
	padding: 30px 0;
}
#contentwrap {
	color:#232323;
	font-size:12px;
	line-height:18px;
	width:100%;
	margin:20px 0;
}
#content {
	margin:0 auto;
	max-width: 1350px;
	width:100%;
}
#content .entry {
	background:#fff;
	border-radius:10px;
}
.entry .textcontent {
	background:#fff;
	border-radius:10px;
	float:none;
	width:560px;
	padding:20px;
}
.entry .textcontent a {
	color:#527A7A;
	text-decoration:underline;
}
.entry .textcontent a:hover{
	color: #000;
	text-decoration:none;
}
/*#widecolumn {
	float:left;
	width:600px;
	padding-right:30px;
}*/
#widecolumn ol {
	list-style:decimal;
	margin:0 0 12px 20px;
}
footer {
	margin:15px auto 0 auto;
	color:#2b2b2b;
	font-size:12px;
	line-height:17px;
	width:960px;
	padding:20px 0;
	background: #fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#ratings a {
	color:#fff;
}
.page-reservations-template  #footerbottom,
.page-reservations-template #ratings a  {
	color:#000;
}
#footerbottom {
	color:#fff;
}
#footerbottom,
#mannix {
	width:960px;
	margin:0 auto;
}
#mannix {
	padding:10px 0;
	font-size:11px;
}
#mannix a {
	color:#000;
}
#ratings {
	width:300px;
	float:right;
	text-align:right;
}
table {
	width:100%;
	margin-bottom:15px;
}
tr {
	border-bottom: dotted 1px #CAB799;
}
tr:last-child {
	border-bottom:0;
}
td {
	vertical-align:top;
}
td strong {
	font-size:13px;
	color:#5b5b5b;
}
.submit {
	text-align:center;
	font-size:20px;
}
.site-number {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.site-number > div {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
.site-number img {
	margin-bottom: 20px;
}
.rr-content h2 {
	font-size: 18px;
	margin: 20px 0;
	text-align: center;
}
.rr-content ul {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}
