.no-padding {
  padding: 0;
}

div#main-container {
  max-width: 1024px;
  margin: 0 auto;
}

#top-banner {
  background: url('banner.jpg') no-repeat;
  max-width: 1024px;
  height: 0;
  padding-bottom: 19.5%;
  background-size: contain;
}

div#content {
  padding: 20px 40px 20px 40px;
  background: none repeat scroll 0 0 white;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px #dddddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: auto;
}

table {
  background: none !important;
  border: 0px !important;
  border-collapse: collapse;
  margin-bottom: 0;
}

table tr {
  background: none !important;
}

table td {
  background: none !important;
}

h1 {
  font-family: 'Hind Madurai', 'Open Sans Light', sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2.5px solid #000000;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h2 {
  font-family: 'Hind Madurai', 'Open Sans Light', sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2.5px solid #000000;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h3 {
  font-weight: 450;
  font-size: 12pt;
  width: 100%;
  color: #000000;
  font-family: 'Hind Madurai', 'Open Sans Light', arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  color: #000000;
  font-family: 'Hind Madurai', 'Open Sans Light', arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  color: #0089cf;
  text-decoration: none;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
  color: #fff;
  background: #003552;
  box-shadow: 0 3px 0 #405768;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
  background: #677986;
}

div.landingButton {
  display: block;
  border-radius: 5px;
  background: #003552;
  padding: 25px 20px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: 'Hind Madurai', 'Open Sans Light', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 20px;
}
div.landingButton a {
  color: #ffffff;
  text-decoration: none !important;
  text-shadow: 1px 1px #000;
}

div.landingButton a:hover {
  color: inherit;
  text-decoration: none !important;
}
div.landingButton:hover {
  background: #677986;
  text-decoration: none !important;
  transition-duration: 0.4s;
  transform: scale(1.02);
}
.landingSection {
  margin-bottom: 20px;
}

input#arrivalDate.date.required.hasDatepicker {
  background-color: #fff;
}
input#departureDate.date.required.hasDatepicker {
  background-color: #fff;
}

/* MCI USA Styles */
div#content #amenitytable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

div#content #amenitytable tbody tr td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
div#content #amenitytable tbody tr:nth-child(even) {
  background: #f9f9f9 !important;
}
div#content table td.amenity {
  background: #003552 !important;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
div#content table td.amenity a.amenity {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
div#content table td.amenity a.amenity:hover {
  text-decoration: none;
  color: #ffffff;
}
.amenitysmall {
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

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

.descriptiontable {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
td.amenitymaplink {
  text-align: right;
}
.descriptiontable tbody tr td {
  padding: 0px !important;
}

#map {
  max-width: 750px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.mapkey {
  width: 750px;
  text-align: left;
}
.call {
  font-weight: bold;
  color: #023473; /*#0135a4*/
}
legend {
  color: #00305e; /*#0135a4*/
  font-size: 1.2em;
}
.print-only {
  display: none;
}

/*ABOVE IS THE CSS FOR MAP, AMENITYTABLE*/

@media only screen and (min-width: 767px) {
  div.landingButton {
    min-height: 116px;
  }

  div.largerLandingButton {
    min-height: 149px;
  }

  div.govLandingButton {
    min-height: 138px;
  }
}

@media only screen and (max-width: 902px) {
  .hide-nav {
    display: none;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .nav {
    background-color: #003552;
  }
  .nav-mobile {
    background-color: #003552;
  }
}

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

@media only screen and (min-width: 902px) {
  .mobile-nav {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .maptable tbody tr td {
    max-width: 600px;
  }
}

@media only screen and (max-width: 484px) {
  .descriptiontable tbody tr td {
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 590px) {
  .descriptiontable tbody tr td {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 815px) {
  div#content {
    padding: 0;
  }
}

/* Nav Overrides */
.nav-item a {
  background: #003552;
  transition: 0.5s ease-out;
}

.nav-item a:hover {
  background: #677986;
}

#manageModifications input[type='button'],
#cancelReservation input[type='button'],
.wj_confRes_buttons input[type='button'],
#confirmCancelReservation input[type='button'],
div#content div form input[type='button'] {
  margin-bottom: 10px;
}
#login input[type='button'],
#modSearchHotel input[type='button'] {
  margin-top: 10px;
}

p.smaller {
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: none !important;
  font-family: 'Helvetica Neue', 'Hind Madurai', 'Arial', sans-serif;
}
p.smaller.padTop {
  margin-top: 30px;
}

/* GBR */
.left fieldset {
  line-height: 1.5em;
}
.left fieldset label {
  line-height: 1em;
}
table.formcols td,
table.formcols span,
table.formcols td.left fieldset {
  font-size: 14px;
}
table.formcols fieldset {
  width: 500px !important;
}
table.formcols input.password,
table.formcols input.phone {
  width: 250px !important;
}
table#blockPattern tr.blockPatternDates td {
  text-align: center;
}
table#blockPattern,
tr.blockPatternInputs input,
select#hotelsAvail,
select#hotelsSelected {
  width: 100% !important;
}
table.formcols label,
#requestedSuites ol li {
  clear: both;
}
table.formcols label {
  float: left;
}
table.requestedSuites td {
  padding: 0px;
}
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
textarea {
  display: inline-block;
}
div#ui-datepicker-div {
  width: 234px !important;
}
table.ui-datepicker {
  width: 100% !important;
}
table.ui-datepicker td {
  padding: 0px;
  text-align: center;
}
/* hide request suite button in GBR
form#suiteform {
	display:none;
}*/
