html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%}
body {
	margin: 0;
}
footer, header, nav {
	display: block;
}
a, .textLink {
	color: #c36c00;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	font-weight: 700;
}
a, a:hover {
	text-decoration: none;
}
a:hover, .textLink:hover {
	color: #9f7a4c;
	cursor: pointer;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.myAcctHeaderLink a {
	color:#ffffff;
	font-weight: normal;
}

/*.collapse {
	display: none;
}*/

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li, .nav>li>a {
	position: relative;
	display: block;
}
.nav>li>a {
	padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	padding:0;
}
@media(min-width:768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media(min-width:768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
}
	
@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
 .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
@media(min-width:768px) {
	 .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }


.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
@media(min-width:768px) {
	.navbar-toggle {
	display: none;
}
}.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media(min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}


footer {
	width: 100%;
	color: #fff;
	margin-top:50px;
}
footer .footer-container {
	background-color: #928061;
}
footer .footer-container .upper-footer {
	max-width: 1500px;
	margin: 0 auto;
}
footer .footer-container .bottom-footer {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #5b662d), color-stop(50%, #91a21d));
	background: linear-gradient(90deg, #5b662d 50%, #91a21d 0);
}
footer .footer-container a:hover {
	color: #333;
}

.text-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media(min-width:768px) {
	.text-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 50px;
}
}.text-row .text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
}
@media(min-width:768px) {
	.text-row .text-wrapper {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
}.text-row .text-wrapper p a, .text-row .text-wrapper p span {
	color: #fff;
}
.text-row .text-wrapper p a:hover {
	color: #333;
}
.text-row .text-wrapper h3 {
	margin-top: 0;
	width: 210px;
	font-weight: 200;
}
@media(min-width:768px) {
	.text-row .text-wrapper h3 {
	font-size: 30px;
}
}.text-row a {
	text-decoration: none;
	font-weight: 200;
}
.text-row a, .text-row a:hover {
	padding: 5px;
	color: #fff;
}
@media(min-width:768px) {
	.text-row a {
	font-size: 18px;
}
}.text-row p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mini-footer-top, .text-row-left-column, .text-row-middle-column, .text-row-right-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mini-footer-top {
	background-color: #dcdcdc;
	color: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	max-width: 1500px;
	margin: 0 auto!important;
}
@media(min-width:768px) {
	.mini-footer-top {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 90px;
}
}.mini-footer-top .alliance, .mini-footer-top .discover, .mini-footer-top .newsletter, .mini-footer-top .scprt {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 400;
}
@media(min-width:768px) {
	.mini-footer-top .alliance, .mini-footer-top .discover, .mini-footer-top .newsletter, .mini-footer-top .scprt {
	height: 90px;
}
}@media(min-width:992px) {
	.mini-footer-top .alliance, .mini-footer-top .discover, .mini-footer-top .newsletter, .mini-footer-top .scprt {
	font-weight: 200;
	font-size: 18px;
}
}.mini-footer-top .alliance a, .mini-footer-top .discover a, .mini-footer-top .scprt a {
	color: #5b662d;
	font-weight: 400;
}
.mini-footer-top .newsletter {
	background-color: #5b662d;
}
.mini-footer-top .newsletter a {
	color: #fff;
	font-weight: 200;
}
.mini-footer-top .alliance, .mini-footer-top .discover, .mini-footer-top .scprt {
	background-color: #91a21d;
}
.mini-footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 80px;
	background-color: #eae4da;
	color: #5b662d;
	font-weight: 400;
	font-size: 12px;
	margin: 0 auto;
}
.logos-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px!important;
}
@media(min-width:768px) {
	.logos-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.logos-row .double-image-column, 
.logos-row .font-awesome-column, 
.logos-row .sc-logo-column {
	height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logos-row a {
	opacity: .6;
}
.logos-row a:hover,
.logos-row a:active {
	opacity: 1;
}
.logos-row .double-image-column img {
	margin-right: 20px;
	margin-left: 20px;
}
.logos-row i {
	padding: 10px;
	color: #6b5d48;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(/library/img/white-paper-background.jpg);
	line-height: 1.6;
}
@media(min-width:992px) {
	body {
		overflow: unset!important;
	}
}

body header .top-navbar-container {
	width: 100%;
	max-width: 1500px;
	padding: 0;
}
body header .no-background-utility {
	background-color: none;
}
body header .navbar-section {
	position: relative;
}
@media(min-width:768px) {
	body header .navbar-section {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%}
	body header .navbar-section, body header .navbar-section ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	body header .navbar-section ul {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	body header .navbar-section ul li {
		font-size: 11px;
	}
	body header .parks-menu-item {
		background-color: #2f380c;
		width: 60px;
		padding: 0 !important;
	}
	body header .navbar-nav > a {
		height: 54px;
	}
	body header .parks-menu-item img {
		margin-left: 12px;
	}
}
@media(min-width:992px) {
	body header .parks-menu-item img {
		margin-left: 22px;
	}
}
body header #main-nav {
	color: #fff;
	overflow: hidden;
}
@media(min-width:768px) {
	body header #main-nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 59px;
		max-width: 530px;
	}
	body header #main-nav li {
		z-index: 2;
		line-height: inherit;
		height: 100%;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		padding: 10px;
	}
	body header #main-nav li, body header #main-nav li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
	}
	body header #main-nav li a {
		height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 60px;
		line-height: 1.3em;
	}
	body header #main-nav li:hover {
		background-color: #7fae41;
	}
}
@media(min-width:992px) {
		body header #main-nav {
		max-width: 770px;
	}
}

body header #homepage-image {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media(min-width:768px) {
	body header #homepage-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
body header #homepage-image img {
	height: 100px;
}
body header .navbar-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media(min-width:768px) {
	body header .navbar-container .header-logo-link {
	height: 100px;
}
body header .navbar-container .header-logo-link img, body header .navbar-container .header-logo-link ul {
	min-width: 148px;
}
}@media(min-width:768px) {
	body header .navbar-container {
	height: 100px;
	max-height: 100px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
}body header .menu-expand {
	float: right;
	cursor: pointer;
	color: #fff;
	margin-right: 20px;
	font-size: 22px;
	position: relative;
	bottom: 5px;
}@media(min-width:768px) {
	body header .menu-expand {
	display: none;
}
}body header .navbar-nav {
	margin: 0;
}
body header .navbar-nav>li>a {
	color: #fff!important;
	padding-top: 20px;
	padding-bottom: 15px;
	display: inline-block;
}
body header .nav>li {
	padding: 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #545e1c;
	color: #fff;
	font-weight: 600;
}
@media(min-width:768px) {
	body header .nav>li {
	border: none;
	padding: 10px;
}
}body header .nav>li>a {
	color: #fff;
	padding: 0;
	font-weight: 600;
}
body header .navbar-static-top {
	z-index: 0;
}
body header .navbar-default button {
	background-color: none!important;
}
body header .navbar-default .navbar-toggle, body header .navbar-default .navbar-toggle:active, body header .navbar-default .navbar-toggle:hover {
	background-color: none!important;
}
body header .nav:after, body header .navbar-collapse:after, body header .navbar-header:after, body header .navbar:after {
	clear: none;
}
@media(min-width:768px) {
	body header .nav: after, body header .navbar-collapse:after, body header .navbar-header:after, body header .navbar:after {
	clear: both;
}
}@media(min-width:992px) {
	body header .nav: after, body header .navbar-collapse:after, body header .navbar-header:after, body header .navbar:after {
	clear: both;
}
}
body header .search-button {
	background: 0 0;
	border: none;
	color: #fff;
	font-size: 20px;
}
@media(min-width:992px) {
	body header .search-button {
	padding-top: 0;
}
}body header .search-button-mobile {
	visibility: visible;
	width: 42px;
}
@media(min-width:992px) {
	body header .search-button-mobile {
	visibility: hidden;
}
}
body header nav .navbar-toggle {
	border: none;
	width: 42px;
	max-width: 42px;
	padding: 9px 10px;
	background-color: none!important;
	margin-right: 0!important;
}
body header nav .navbar-toggle span {
	color: #fff;
}
body header nav .navbar-toggle:active, body header nav .navbar-toggle:hover {
	border: none;
	background-color: none!important;
}
body header nav .navbar-toggle .icon-bar {
	background-color: #fff!important;
}
/*body header .navbar-collapse {
	max-height: none;
}*/
body header .container .navbar-collapse {
	border: none;
	margin: 0;
}
body header .container .navbar-collapse {
	max-height: none;
}
body header .container .navbar-header {
	margin: 0 auto;
	max-width: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body header .container .navbar-header .mobile-image {
	display: inline-block;
	width: 80px;
}
@media(min-width:768px) {
	body header .container .navbar-header {
	margin: 0 auto;
	display: none;
}
}@media(min-width:992px) {
	body header .container .navbar-header {
	margin: 0 auto;
}
}body header .navbar-toggle {
	float: right;
	position: relative;
}
body header .navbar-header {
	height: 60px;
}
body header .social-icons {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
body header .social-icons a {
	padding-left: 5px;
	padding-right: 5px;
}
@media(min-width:768px) {
	body header .social-icons a {
		padding: 0;
	}
}
body header #utility-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media(min-width:768px) {
	body header #utility-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 50px;
		max-width: 550px;
	}
}
@media(min-width:992px) {
	body header #utility-nav {
		max-width: 650px;
		margin-left: 10px;
	}
}
@media(min-width:768px) {
	body header #utility-nav .social-icons {
		color: #5c762f;
		position: absolute;
		left: 86%;
		width: 100px;
		bottom: 65px;
	}
}
@media(min-width:992px) {
	body header #utility-nav .social-icons {
		left: 88%
	}
}
body header #utility-nav .no-border-menu a {
	border-right: none;
	padding-right: 10px;
	padding-left: 10px;
}
@media(min-width:768px) {
	body header #utility-nav .no-border-menu a {
	padding-right: 5px;
	padding-left: 5px;
}
}body header #utility-nav .no-border-menu a i {
	font-size: 1.5em;
}
@media(min-width:768px) {
	body header #utility-nav .no-border-menu a i {
}
}
body header #utility-nav li {
	text-transform: none;
	font-weight: 400;
	border-bottom: 1px solid #545e1c;
	font-size: 13px;
}
@media(min-width:768px) {
	body header #utility-nav li {
	border-bottom: none;
	padding: 0;
	font-size: 14px;
}
}@media(min-width:992px) {
	body header #utility-nav li {
	font-size: 14px;
}
}body header #utility-nav li a {
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
@media(min-width:768px) {
	body header #utility-nav li a {
	color: #5c762f!important;
}
body header #utility-nav li a:hover {
	color: #fff!important;
}
}@media(min-width:992px) {
	body header #utility-nav li a {
	border-right: 1px solid #5c762f;
	padding-right: 10px;
}
}
body header .navbar {
	background-color: #4a5121;
	border: none;
	margin-bottom: 0!important;
}
body header .navbar i {
	font-size: 1em;
}
@media(min-width:992px) {
	body header .navbar i {
	font-size: 1.3em;
}
}@media(min-width:768px) {
	body header .navbar {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #c0d72f), color-stop(40%, #4a5121));
	background: linear-gradient(#c0d72f 46%, #4a5121 0);
}
}body header .navbar .container:after, body header .navbar .container:before {
	clear: none;
}
body header .navbar .nav {
	display: block;
}
body header .navbar li:hover {
	background-color: none;
}
body header .navbar .no-border-menu {
	border-bottom: none!important;
}
@media print {
	body header {
	display: none;
}
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.existingRes {
    /* float: right; */
    display: block;
    background-color: #e5dfcc;
    padding: 40px;
    border-radius: 5px;
    margin: 5px 0;
    overflow: hidden;
}
	.existingRes h2 {
		font-size: 22px;
		color: #c16e10;
	}
div.cancelFields {
	border-bottom: 6px solid #d6d0be;
}

.policyDialog .modal-content,
#invHelp .modal-content,
#emailHelp .modal-content {
	background-color: #92A02D;
}
.policyDialog.cabins  .modal-content{
	background-color: #f9a01b;
}
.policyDialog.shelters .modal-content {
	background-color: #5ec2cc;
}
.policyDialog.parking .modal-content {
	background-color: #c36c00;
}
.policyDialog.rooms .modal-content {
	background-color: #ff5f41;
}
.policyDialog .modal-header span.border,
#invHelp .modal-header span.border,
#emailHelp .modal-header span.border {
	width: 110px;
	border: none;
	border-top: 4px solid #4a5021;
	display: block;
	margin-bottom: 8px;
}
.policyDialog .modal-header h4,
#invHelp .modal-header h4,
#emailHelp .modal-header h4 {
	color: rgba(0,0,0,0.6);
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	word-spacing: 3px;
}
.policyDialog .modal-header h5 {
	color: rgba(255,255,255,0.7);
  font-family: 'Reem Kufi', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.policyDialog .modal-header .close,
#invHelp .modal-header .close,
#emailHelp .modal-header .close {
	font-size: 40px;
	margin-top: 0;
}
.policyDialog .modal-body,
#invHelp .modal-body,
#emailHelp .modal-body {
	color: #fff;
}
.modal-body h2 {
    padding: 0;
    color: #FFF;
    margin: 30px 0 10px;
}
p.policyLinks a {
	padding: 0 10px;
    cursor: pointer;
    text-decoration: none;
    color: #c36c00!important;
    transition: all .25sease;
    font-weight: bold;
}
/*
	Google Recaptcha
*/
@media (max-width: 767px) {
	.grecaptcha-badge {
		opacity:0;
	}

}

#mobileGoogleRecaptchaNotice {

  text-align: center;
  margin-bottom: 0px;
  background: dodgerblue;
  color: #fff;
  width: 100%;
  font-size: 10px;
  border: none;
  border-radius: 0px;
}

#mobileGoogleRecaptchaNotice a {

	white-space: nowrap;
  color: #fff;
}
/*
	End Google Recaptcha
 */

