body {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #666666;
}

.sliderImage {
  /*@@ TODO update respective width, height*/
}

div#content {
  padding: 0;
  background: none repeat scroll 0 0 white;
  margin: 10px auto 0px;
  text-align: left;
  border: none;
  box-shadow: none;
}

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

.no-emc table tr {
  background: none !important;
}

.no-emc table td {
  background: none !important;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #000;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  color: #000;
  /*text-transform: uppercase;
	border-bottom: 2.5px solid #2b4c86;*/
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  color: #000;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 12pt;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
a {
  color: #006d7b;
  text-decoration: underline;
}
a:hover {
  color: #23527c;
  text-decoration: underline;
}

.wj--login-label {
  color: #ffffff;
  font-weight: bold;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.button {
  background: #006d7b;
  border: 1px solid #006d7b;
  color: #ffffff;
  font-weight: normal;
  padding: 10px 20px 11px;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
.button:hover {
  background: #4ab4bf;
  border: 1px solid #4ab4bf;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
}

.landingSection {
	padding-top: 20px;
}

form#manageModifications input[type='button'],
form#manageModifications input[type='submit'],
form#manageModifications input[type='reset'],
form#manageModifications button,
form#manageModifications .button,
form#cancelReservation input[type='button'],
form#cancelReservation input[type='submit'],
form#cancelReservation input[type='reset'],
form#cancelReservation button,
form#cancelReservation .button {
  margin-top: 5px;
}
form#manageModifications input[type='text'],
form#cancelReservation input[type='text'] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.button.disabled,
.button[disabled] {
  background: #999999;
  border: 1px solid #999999;
}
.button.disabled :hover,
.button[disabled] :hover {
  background: none;
}

#wj-content {
  padding: 0 20px 20px 20px;
}

div#box {
  border: 1px solid black;
  text-align: center;
  padding: 10px;
  width: 200px;
  height: auto;
  margin: 0px auto;
}
div#box img {
  padding: 2px;
}
ul#fax-section {
  margin-left: 0px;
}
ul#fax-section li {
  margin-left: 80px;
}
table#phone-section td {
  padding: 2px 20px 2px 9px !important;
}
.indent15 {
  padding-left: 15px;
}
#map {
  width: 800px;
  height: 600px;
  border-width: 2px 1px 1px 2px !important;
  border-color: #ccc !important;
  /*border: 1px solid #000 !important;*/
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  width: 800px;
}
#amenitytable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#amenitytable tbody tr td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
#amenitytable tbody tr td.amenity {
  background-color: #4ab4bf !important;
  color: #ffffff;
  text-align: center;
}
#amenitytable tbody tr td.amenity a {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
#amenitytable tbody tr td.amenity a:hover {
  text-decoration: none;
  color: #ffffff;
}
.amenitysmall {
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

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

#wj_profile_container,
#wj_hotel_info,
#wj_payment_info,
#wj_reg_info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
table.wj_session_info {
  display: none;
}
#wj_hou_info {
  width: 100%;
}
.wj--required {
  color: red;
}
#wj_ecc_Text {
  text-align: center;
}

/*#hotelSearch {
	font-size: 14px;
}
#hotelSearch td {
	vertical-align: top;
	color: #4d4d4d;
}
#hotelSearch input[type="text"] {
	width: 100px;
	height: 22px;
	font-size: 14px;
	color: #4d4d4d;
	padding: 6px;
	border: 1px solid #ccc;
}
#hotelSearch select {
	width: 130px;
}
#hotelSearch input[type="submit"] {
	background-color: #006cb7;
	border: 1px solid #1e728c;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px 11px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
#hotelSearch input[type="submit"]:hover {
	background-color: #2ba6cb;
}*/

.descriptiontable {
  width: 100%;
}

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

.reserve-map {
  width: 68%;
}

.box1 {
  margin-right: 70px !important;
}

.modify-div {
  width: 58%;
}

.reserve-row {
  border-top: 1px solid #0f6cb6;
}

#hotelSearch input[type='text'] {
  height: auto;
  margin: 0;
  padding: 3px 8px 3px 8px;
}
#hotelSearch input[type='submit'] {
  background-color: #006cb7;
  border: 1px solid #006cb7;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
#hotelSearch input[type='submit']:hover {
  background-color: #2b98d1;
  cursor: pointer;
}
#hotelSearch td {
  padding: 0;
}
.float-right {
  float: right;
}

.clear {
  clear: both;
}

#landingLinks ul.landingLinks {
  list-style-type: none;
}

#landingLinks ul.landingLinks li {
  display: block;
  background: #006d7b;
  padding: 20px 20px;
  /*box-shadow: 5px 5px 3px #ccc;*/
  border: 3px solid #006d7b;
}

#landingLinks ul.landingLinks li:hover {
  background: #fff;
}

#landingLinks ul.landingLinks li:hover a {
  color: #006d7b;
}

#landingLinks ul.landingLinks li a {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato', 'Helvetica Neue', sans-serif !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}
#landingLinks ul.landingLinks li a:hover {
  color: #006d7b;
}

h4.date {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.landingDetails {
  text-align: left;
  padding-left: 20px;
}
.landingDetails ul li {
  margin-left: 20px;
  margin-bottom: 0.75em;
}

.smaller {
  font-size: 14px;
}
.smallest {
  font-size: 12px;
}

fieldset {
  border-color: #006d7b;
  padding-bottom: 10px !important;
}
legend {
  font-size: 14px;
  padding-bottom: 2px;
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
}
table#blockPattern {
  border: 1px solid #888 !important;
}
table.wj--confirmation-resdetail tr th,
table.wj--confirmation-resdetail tr td {
  line-height: 18px;
}

.wj_confRes_buttons {
  text-align: center;
}

div#wj_main_errormsgs.wj_errormsgs {
  display: inline-block;
}
div#wj_main_errormsgs.wj_errormsgs ul {
  padding-left: 0px;
  margin-left: 20px;
}

.blueLine {
  margin-top: 60px;
  width: 100%;
  height: 20px;
}

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;
}
#gdpr_policy ul {
	margin-left: 20px;
}
fieldset legend {
	font-size: 14px; 
	color: #333333;
}
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;
}

div#wj--admin-button {
  text-align: center;
}
ul.slick-dots {
  margin-bottom: 0;
  position: absolute;
  z-index: 1000;
}

.slick-dots li button {
  background: white !important;
  opacity: 0.75;
}

div#wj_main_errormsgs {
  text-align: center;
  color: red;
  width: 100%;
}
div#wj_main_errormsgs li {
  list-style-type: none;
}

/*/MEDIA QUERIES/*/
@media only screen and (max-width: 1024px) {
  .slick-dots {
    display: none !important;
  }

  .slick-slide,
  .slick-track {
    margin-left: 0;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-slide,
  .slick-track {
    margin-left: 0;
    padding-left: 20px !important;
  }
}

.rtsButton {
  display: block;
  background: #006d7b;
  padding: 20px 20px;
  border: 3px solid #006d7b;
}