/*body {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #484142;
}*/

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #484142;
}

h1 {
  font-size: 22px;
  font-weight: 300;
  color: #0076be;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

h2 {
  font-size: 18px;
  font-weight: 300;
  color: #484142;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

h3 {
  font-size: 20px;
  font-weight: 300;
  color: #484142;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
  text-align: center;
}

h4,
h5 {
  font-size: 20px;
  font-weight: 300;
  color: #484142;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
  text-align: left;
}

td,
th {
  font-size: 12px;
  color: #484142 !important;
}

a {
  color: #0076be;
}

a:hover {
  text-decoration: none;
  color: #f7941e;
}

ul {
  list-style-type: none;
}

hr {
  border-color: #f7941e;
}

img {
  display: block;
}

table {
  border: none;
}

table tbody tr:nth-child(2n) {
  background: #fff;
}

.important {
  color: #f7941e;
  font-family: Helvetica, sans-serif;
  text-align: left;
}

div#content {
  padding: 20px 40px 20px 40px;
  background: #fff;
  margin: 10px auto 0px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-top: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.landingLinks {
  color: #fff;
  display: inline-block;
  background: #0076be;
  border: 1px solid #0076be;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin: 8.5px 0px;
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
}

.landingLinks:hover {
  background: #fff;
  color: #0ea4ee;
}

.modifyLinks {
  color: #fff;
  display: inline-block;
  background: #f7941e;
  border: 1px solid #f7941e;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin: 8.5px 0px;
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
}

.modifyLinks:hover {
  background: #fff;
  color: #f7941e;
}

/*MCI USA Styles*/
#amenitytable {
  border: 1px solid #ddd !important;
  border-collapse: collapse;
  /*table-layout: fixed;*/
  width: 100%;
}

#amenitytable tr {
  border: 1px solid #ddd !important;
  border-collapse: collapse;
}

#amenitytable tr td {
  border: 1px solid #ddd !important;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  /*width: 85px;*/
  vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
  background: none;
}
table#amenitytable tbody tr#grayRow {
  background: #f9f9f9 !important;
}

td.amenitysmall.amenityhotel {
  text-align: left !important;
}

.amenity {
  background-color: #f7941e !important;
  color: #ffffff !important;
}
a.amenity {
  color: #fff;
  text-decoration: none;
}
a.amenity:hover {
  color: #fff;
}

.amenitysmall-dollar {
  text-align: left !important;
  width: 100px;
}

.amenitysmall {
  font-size: 14px;
}
.amenitymaplink {
  text-align: right;
}
.amenitydisclaimer {
  line-height: 1.5em;
}

#searchTable hr {
  border-color: #e5e5e5;
  margin: 5px;
}

.descriptiontable tbody tr td {
  padding: 0px !important;
}

#map {
  border: 1px solid #666 !important;
  height: 500px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  width: 700px;
}

@media print {
  .hide-on-print {
    display: none;
  }
  .print-only {
    display: block;
  }
}

.navigation {
  background: #0076be;
  width: 100%;
}

.ipw-header {
  background: #fff;
  padding: 15px 0;
}

.ipw-header .row {
  max-width: 1024px;
  margin: 0 auto;
}

#wj-header {
  margin-bottom: 0px;
  position: relative;
}

.phone {
  border: none;
  background: #fff;
}

.phone tr {
  background: #fff !important;
}

.usaLogo {
  margin-top: 15%;
}

.ipwLink {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15%;
  width: 100%;
  text-align: center;
}

.symbol {
  display: inline-block;
  font-size: 20px;
  top: 1.5px;
  padding: 0 10px;
  position: relative;
}

#searchTable hr {
  border-color: #e5e5e5;
  margin: 5px;
}

#grayRow {
  background: #f0f0f0;
}
/* NAV overrides */
.nav {
	font-weight: 300;
	margin-top:10px;
	background:none;
}
ul.nav-list {
	line-height: 1;
}
.nav-item {
	margin-bottom: 2px;
	font-size: 14px;
	width: 20%;
}
.nav-item a {
	background:#0076BE;
	color:#ffffff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	border: 1px solid #0076BE;
	height: 50px;
}
.nav-item > a:hover {
	background:#ffffff;
	color: #0076BE;
	text-decoration: none;
	border: 1px solid #0076BE;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.22);
}
.nav-mobile {
	background-color: #0076BE;
}
.nav-click:hover {
	background-color:#ffffff;
	color: #0076BE;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #0076BE;
	}
}

#gdpr-injection #gdpr-options {
  width: 90%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  color: #ffffff;
  background: #0076be;
  box-shadow: 0 3px 0 #0076be;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 5px 5px 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #0ea4ee;
  box-shadow: 0 3px 0 #0ea4ee;
  text-decoration: none;
  cursor: pointer;
}
input[disable="true"],
input[disable="true"]:hover {
  background: #cfcfcf;
  box-shadow: 0 3px 0 #909090;
  color: #999999;
  cursor: auto;
}
