/*******************************************************************
	HTML, BODY, CONTAINER
*******************************************************************/

body {
	font: 16px/20px 'Lato', Arial, sans-serif;
	color: #1A2937;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.stack {
	margin: 0 auto;
}

/*******************************************************************
  FULLSCREEN BACKGROUND
*******************************************************************/


.slick-gallery {    
	position: fixed;
	top: 0;
	z-index: -10;
	height: 100%;
	width: 100%;
}

.slick-gallery .slick-track,
.slick-gallery .slick-list,
.slick-gallery .slick-slide,
.slick-gallery .slick-slider {
	height: 100%;
}

.slick-gallery .slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slick-gallery .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
}

.slick-gallery .slick-arrow:hover,
.slick-gallery .slick-arrow:focus {
	opacity: 1;
}

.slick-gallery .slick-arrow.slick-prev {
	left: 10px;
}

.slick-gallery .slick-arrow.slick-prev:before {
	content: '\f190';
	font-family: Icons;
}

.slick-gallery .slick-arrow.slick-next {
	right: 10px;
}

.slick-gallery .slick-arrow.slick-next:before {
	content: '\f18e';
	font-family: Icons;
}

.slick-gallery .slick-dots {
	position: absolute;
	bottom: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 5;
	text-align: center;
}

.slick-gallery .slick-dots li {
	display: inline-block;
	list-style-type: none;
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.slick-gallery .slick-dots li button {
	display: inline-block;
	overflow: hidden;
	background: transparent;
	border: 3px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-indent: -9999px;
}

.slick-gallery .slick-dots li button:focus {
	background: rgba(255,255,255,0.5);
}

.slick-gallery .slick-dots li.slick-active button {
	background: #fff;
}

.slick-gallery .slick-dots li button::before {
	display: none;
}





#backstretch {
	position: fixed;
	z-index: -10;
	height: 100%;
	width: 100%;
}

#bottomBarLET {
	visibility: hidden;
	z-index: 100000000000;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

/*******************************************************************
	HEADINGS
*******************************************************************/

h1, h2, h3, h4, h5, h6 {
	color: #1A2937;
	font-family: 'Lato', Arial, sans-serif;
	line-height: 1;
}

h1 {
	font-size: 32px;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

p {
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	margin: 20px 0;
	border: 0;
	background-color: #1A2937;
}

.frame {
	margin: 15px 5px;
	border: 5px solid #fff;
	border-bottom: 0;
	box-shadow: 0 0 5px #000;
}

.frame img {
	width: 100%;
}

a.more:link, a.more:visited, .btn {
	display: inline-block;
	max-width: 80px;
	padding: 5px 10px;
	background: #000;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a.more:hover {
	background: #000;
}

.photoborder .nivo-controlNav, .photoheader .nivo-controlNav,
.photoborder .pagination, .photoheader .pagination {
	display: none;
}

.photoheader {
	margin-bottom: 20px;
}

.photoheader {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	max-height: 300px;
}

.photoborder {
	border: 1px solid #5D636B;
	float: right;
	max-width: 35%;
	margin: 0px 0 20px 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	line-height: 0;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.photo {
	margin-bottom: 10px;
}

.photo img {
	border: 1px solid #5D636B;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


blockquote {
	font-style: italic;
}

label {
	font-weight: normal;
}

img {
	max-width: 100%;
}

/* sub-headings */
.page-content strong em,
.page-content em strong {
	color: #000;
	display: block;
	font-weight: bold;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	margin: 1.4em 0 0.2em 0;
	text-transform: uppercase;
}

/* buttons */
.page-content a:link.button,
.page-content a:visited.button,
.page-content strong em a:link,
.page-content strong em a:visited,
.page-content em strong a:link,
.page-content em strong a:visited {
	background: #FFF;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	color: #1A2937;
	display: block;
	font: bold 13px 'Lato', Arial, sans-serif;
	margin: 20px 0 10px 0;
	max-width: 100%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.page-content a.button:hover,
.page-content strong em a:hover,
.page-content em strong a:hover {
	color: #FFF;
	background: #1A2937;
}

.theme-default {
	margin: 30px 0;
}

.theme-default .nivo-controlNav,
.theme-default .pagination {
	display: none;
}

/*******************************************************************
	GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #1A2937;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*******************************************************************
	HEADER
*******************************************************************/

header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	min-height: 115px;
	background: #0455A0;
	letter-spacing: 1px;
	padding: 0 25px;
	font: 14px 'Lato', Arial, sans-serif;
	color: #1A2937;
	text-transform: uppercase;
}

header span {
	font-size: 18px;
}

header .stack {
	height: 100%;
}

header a:link, header a:visited {
	color: #fff;
	font-size: 18px;
	padding: 3px 7px;
	text-decoration: none;
	vertical-align: middle;
}

header a:hover {
	background: #fff;
	color: #0455A0;
}

header .logo h1 {
	margin: 0;
}

header .logo a {
	display: block;
	max-width: 250px;
	width: 100%;
	height: 87px;
	margin: 15px 0 0 23px;
	outline: none;
	background: url(../images/logo.png) no-repeat 50% 50%;
	background-size: contain;
	text-indent: -9999px;
}

.lt-ie9 header .stack {
	padding: 0 0 50px 0; /* in ie8, the dropdowns were not working properly. couldnt figure out why but this is a quick/easy fix. -AW */
}

header .stack .contact {
	padding: 45px 25px 0 0;
	text-align: right;
	vertical-align: baseline;
}

.accessibility {
	margin-right: 70px;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

#social {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	vertical-align: middle;
}

#social li {
	display: inline-block;
}

#social a:link, #social a:visited {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../images/social.png);
	text-indent: 9999px;
}

#social .twitter a { background-position: 0 0 }
#social .twitter a:hover { background-position: 0 -28px }
#social .facebook a { background-position: -28px 0 }
#social .facebook a:hover { background-position: -28px -28px }
#social .linkedin a { background-position: -56px 0 }
#social .linkedin a:hover { background-position: -56px -28px }

/*******************************************************************
	SIDEBAR & NAVIGATION
*******************************************************************/

#sidebar {
	position: fixed;
	top: 145px;
	left: 25px;
	width: 200px;
	height: 480px;
	color: #fff;
	z-index: 999;
}

#sidebar .navigation {
	padding: 20px 0;
	margin: 0 0 0 0;
	list-style-type: none;
	font-size: 0;
	background: #0455A0;
	background: rgba(4,85,160, .8);
}

#sidebar .navigation > li {
	z-index: 998;
	position: relative;
	font: 18px 'Lato', Arial, sans-serif;
	text-transform: uppercase;
}

#sidebar .navigation li.hidden {
	display: none;
}

#sidebar .navigation li:hover ul {
	display: block;
}

#sidebar .navigation li ul {
	z-index: 999;
	display: none;
	position: absolute;
	top: 0;
	left: 200px;
	padding: 0;
	white-space: nowrap;
}

#sidebar .navigation li ul li {
	position: relative;
	float: none;
	display: block;
	min-height: 30px;
	margin-left: 0;
	border: 0;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	text-transform: uppercase;
}

#sidebar .navigation ul a:link, #sidebar .navigation ul a:visited {
	display: block;
	height: 100%;
	background: rgba(4,85,160, .8);
	line-height: 35px;
	padding: 0 25px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#sidebar .navigation ul a:hover {
	background: #fff;
	color: #0455A0;
}

#sidebar .navigation li:last-child {
	border: 0;
}

#sidebar .navigation > li > a:link, #sidebar .navigation > li > a:visited {	
	display: block;
	line-height: 35px;
	padding: 0 25px;
	text-decoration: none;
	color: #fff;
}

#sidebar .navigation > li > a:hover, #sidebar .navigation > li:hover > a  {
	background: #fff;
	color: #0455A0;
}

#sidebar p {
	margin: 0;
}

.sidebar-text a:hover {
	text-decoration: underline;
}

.sidebar-text {
	padding: 20px 25px;
	margin: 10px auto;
	background: #0455A0;
	background: rgba(4,85,160, .8);
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 200px;
	color: #fff;
}

.sidebar-text p {
	margin: 0;
}

.sidebar-text strong:first-child {
	display: block;
	text-transform: uppercase;
}

.sidebar-text a:link,
.sidebar-text a:visited {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/*******************************************************************
	LOGOS
*******************************************************************/

#logos {
	position: fixed;
	z-index: 75;
	right: 50px;
	top: 0;
	width: 190px;
	height: 100%;
	padding: 85px 0 0 0;
	background: #FFF;
	background: rgba(4,85,160, .8);
}

#logos ul {
	padding: 0;
	height: 100%;
	margin: 0;
}

#logos li {
	background-image: url(../images/brand-logos.png);
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 40px;
	list-style-type: none;
	text-indent: -9999px;
}

#logos li:last-child {
	margin-bottom: 0;
}

#logos li a {
	display: block;
}

#logos .home-hilton { height: 74px; background-position: 0 -2px; }
#logos .courtyard-marriott { height: 50px; background-position: 0 -101px; }
#logos .fairfield-marriott { height: 67px; background-position: 0 -174px; }
#logos .springhill-marriott { height: 48px; background-position: 0 -263px; }
#logos .towneplace-marriott { height: 70px; background-position: 0 -745px; }
#logos .holiday-inn-express { height: 76px; background-position: 0 -325px; }
#logos .hampton-inn-hilton { height: 72px; background-position: 0 -417px; }
#logos .tru-hilton { height: 95px; background-position: 0 -505px; }
#logos .choice-hotels { height: 41px; background-position: 0 -615px; }
#logos .hyatt { height: 50px; background-position: 0 -675px; }
#logos .hyatt { height: 50px; background-position: 0 -675px; }


/*******************************************************************
	MASTHEAD
*******************************************************************/

#masthead {
	position: relative;
	z-index: 0;
	min-height: 150px;
	text-align: center;
}

#masthead .shadow {
	width: 100%;
}

#masthead .overlay {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 60%;
	max-height: 80%;
	z-index: 100;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}

#masthead .nivo-controlNav, #masthead .pagination {
	display: none;
}

#masthead .theme-default .nivo-directionNav a {
	display: none;
}


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


#content ul {
	padding: 0 0 0 40px;
}


#content li {
	margin: 3px 0;
}


/*******************************************************************
	MAIN
*******************************************************************/

#main {
	padding-top: 200px;
}

/* #main:before {
	content: ' ';
	position: absolute;
	top: 150px;
	right: 50px;
	width: 418px;
	height: 57px;
	background: url(../images/notsquare.png) no-repeat;
}
 */

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 100000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: 'Lato', Arial, sans-serif;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.25)
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #1A2937;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

#mobile-navigation .menu:hover {
	text-decoration: none;
	background: #FFF;
	color: #1A2937;
}

#mobile-navigation  li {
	position: relative;
	min-width: 200px;
	max-width: 300px;
	padding: 0;
	margin: 0;
	background: #1A2A38;
	list-style-type: none; 

	color: white;
}

#mobile-navigation li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	text-decoration: none;
	background: #FFF;
	color: #1A2937;
}

/* Submenus*/
#mobile-navigation li .icon {		/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-family: "Icons";
	font-size: 1.5em;
	line-height:1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #1A2937;
}

#mobile-navigation ul ul {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.1);
}

/*******************************************************************
	FOOTER
*******************************************************************/

footer {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 10px 25px;
	width: 100%;
	background: #0455A0;
	font-size: 14px;
	color: #fff;
	box-shadow: 0 -20px 100px #000;
	text-transform: uppercase;
	text-align: right;
}

footer p {
	margin: 0;
}

footer h4 {
	color: #fff;
	margin: 0;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .let-copyright {
	margin-bottom: 15px;
}

/*******************************************************************
	MEDIA BAR
*******************************************************************/
#bottomBarLET {
	line-height: 16px;
}

.jx-bar .goog-te-gadget-simple span {
	background: #FFFFFF !important;
	color: #000000;
}

/*******************************************************************
	MEDIA QUERIES
*******************************************************************/

@media handheld, only screen and (max-width: 1100px) {
	#bottomBarLET {
		display: none;
	}

	#sidebar .navigation a:link, #sidebar .navigation a:visited {	
		padding: 0 10px;
	}

	#sidebar,
	.sidebar-text {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	footer {
		text-align: center;
		box-shadow: 0 -5px 5px rgba(0,0,0,0.3);
	}

	header { 
		font-size: 12px;
	}
}

@media handheld, only screen and (max-width:950px) {
	#social {
		margin-top: 10px;
	}

	.accessibility {
		display: none;
	}

	header span {
		font-size: 14px;
	}
}


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

	header .logo a {
		margin: 20px auto 0 auto;
	}

	header .stack .contact {
		padding: 10px 0 10px 0;
		text-align: center;
	}

	#social {
		display: none;
	}

	.homepage #main {
		min-height: 100px;
		padding-bottom: 1000px;
	}
}

@media handheld, only screen and (max-width: 500px) {
	.stack [class*="tab-col"], .stack.flex [class*="tab-col"] {
		margin-bottom: 0;
	}

	.page-content a:link.button,
	.page-content a:visited.button,
	.page-content strong em a:link,
	.page-content strong em a:visited,
	.page-content em strong a:link,
	.page-content em strong a:visited {
		margin-top: 0;
	}
}

@media handheld, only screen and (max-width: 480px) {
	.page-content a:link.button,
	.page-content a:visited.button,
	.page-content strong em a:link,
	.page-content strong em a:visited,
	.page-content em strong a:link,
	.page-content em strong a:visited {
		display: block;
		height: auto;
		margin-right: 0;
	}
}

@media handheld, only screen and (max-height: 700px) {
	#sidebar {
		top: 130px;
	}
}

@media handheld, only screen and (max-height: 670px) {
	#sidebar {
		top: 110px;
	}
}

@media handheld, only screen and (max-height: 640px) {
	#sidebar {
		top: 130px;
	}

	.sidebar-text {
		display: none;
	}
}