h1 {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1.3px;
}
h2 {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1.5px solid #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1.3px;
}
h3, h4, h5 {
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
}
h6 {	
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
}

#content a {
	color: #da4b3b;
	text-decoration: underline;
}

#content a:hover {
	color: #e16f62;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #000000;
	background: #fcb328;
	box-shadow: 0 3px 0 #efaa26;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	color: #000000;
	background: #fdc253;
	box-shadow: 0 3px 0 #efaa26;
	cursor: pointer;
}

#content a.landingLinks {
	display: block;
	border-radius:2px;
	background: #fcb328;
	padding: 35px 15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 5px 5px 3px #cccccc;
	text-align: center;
	color: #000000;
	font-size: 22px;
	font-family: 'Open Sans', "Open Sans Light", sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-decoration: none;
}

#content a.landingLinks:hover {
	background: #fdc253;
	transition-duration: .4s;
	transform:scale(1.02);
	text-decoration: none;
}

.landingSection {
	margin-bottom: 20px !important;
}
p.smaller {
	font-size:14px;
	margin-top:.5em;
	margin-bottom:0;
	color: #000000;
	line-height: 1.25em;	
}
ul.vax {
	margin-left: 40px;
}

/* MCI USA Styles */
#map {
	border: 1px solid #000 !important;
	height: 550px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 800px;
}
.amenitymaplink {
	text-align: right;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}
td.amenity {
	background-color: #fcb328 !important;
	color: #000000;
	text-align: center;
	padding: 5px;
}
#content a.amenity {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #000000;
}
.amenitysmall {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
.amenitydisclaimer {
	margin-left: -30px;
}
.amenityhotel {
	text-align: left !important;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}

/* NAV overrides */
.nav-item {
	width: 25%;
}
.nav-item a {
	background: #da4b3b;
	font-size: 14px;
	border-radius: 0;
	font-weight: 600;
	font-family: "MyriadPro", helvetica, arial, sans-serif;
	letter-spacing: .5px;
}
.nav-item > a:hover {
	background: #e16f62;
	color: #ffffff;
}
.nav-mobile {
	background-color: #da4b3b;
}
.nav-click:hover {
	background-color: #e16f62;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #da4b3b;
	}
}