/*Global*/

.row {
  width: 1024px;
}

h1,
h2 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 24px;
}
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
  font-size: 18px;
}

#wj_main_errormsgs li {
  color: red;
  font-weight: bold;
}

span.wj_heading {
  font-weight: bold;
}

.login_fields {
  margin-left: auto;
  margin-right: auto c;
  width: 50%;
  padding-bottom: 10px;
}

.mem_login_but {
  margin-right: auto;
  margin-left: auto;
  width: 10%;
}

body {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

table {
  background: none;
  border: 0px;
  border-collapse: collapse;
  margin-bottom: 0;
}
table tr {
  background: none !important;
}
table td {
  background: none;
}
table tbody tr:nth-child(even) {
  background: none;
}
table tbody tr td,
p,
span,
div,
li {
  color: #253a4b;
}

hr.section-divider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0.5;
}

h2 {
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  color: #1d384b;
  font-family: "Abel", "Helvetica", sans-serif;
  text-transform: uppercase;
}

a {
  text-decoration: none !important;
  color: #253a4b;
  font-weight: bold !important;
}

#smaller-text {
  font-size: 10px;
  color: #ffffff;
}

/*Header*/
#Banner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  border: solid 1px #cccccc;
}

/*landingButtons*/
a.landingButton {
  display: block;
  border: 1px solid #2a5777;
  background: #2a5777; /* #!# */
  padding: 35px 15px;
  text-align: center;
  color: #fff !important;
  font-size: 26px;
  font-family: "Abel", "Helvetica", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 26px;
  margin-bottom: 20px;
}

a.landingButton:hover {
  color: #fff !important;
  background-color: #193f5b;
  border-color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  color: #ffffff;
  background: #2a5777;
  box-shadow: 0 3px 0 #22465f;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 5px 0 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: #557992;
  box-shadow: 0 3px 0 #285371;
  text-decoration: none;
  cursor: pointer;
}

.smaller {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

table.formcols label {
  width: 165px;
}

label,
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;
}

/*
#########################
      ADMIN CSS
*/
form#login div.row div.six.columns.centered label {
  color: #fff;
}
/*
#########################
*/

div.landingButton_small {
  display: block;
  border: 1px solid #2a5777;
  background: #2a5777; /* #!# */
  padding: 18px 20px;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  font-family: "Abel", "Helvetica", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.5em;
  margin-bottom: 10px;
}

div.landingButton_small:hover {
  color: #424242 !important;
  background-color: #cc0000;
  border-color: #424242;
}

div.landingButton_small a:hover {
  text-decoration: none !important;
}

.landingSection {
  margin-bottom: 20px;
}

div.eight.columns {
  padding-left: 18px !important;
}

#contact_1 {
  padding-left: 30px !important;
}
#contact_3 {
  padding-left: 30px;
}

/* NAV */

.click-nav {
  margin: 0px auto;
  width: 100%;
}
.click-nav ul {
  position: relative;
  font-weight: 900;
  padding: 0;
}

.click-nav ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}
.click-nav ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9000;
  margin: 0;
}
.click-nav ul .clicker {
  position: relative;
  height: 40px;
  background: #c9282d;
  color: #fff;
}
.click-nav ul .clicker:hover,
.click-nav ul .active {
  background: #2a5777;
  color: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
}
.click-nav img {
  position: absolute;
  top: 9px;
  left: 12px;
}

.click-nav ul li a {
  font-family: "Abel", "Helvetica", sans-serif !important;
  font-size: 1.1em;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  display: block;
  padding: 8px 10px 8px 40px;
  background: #2a5777;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.click-nav ul li a:hover {
  background: #fff;
  color: #000;
}

/* Fallbacks */
.click-nav .no-js ul {
  display: none;
}
.click-nav .no-js:hover ul {
  display: block;
}

.navbar-inner {
  background: #2a5777;
  display: flex;
  justify-content: center;
}

.navbar-inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: bold;
}

.navbar-inner ul li {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  font-family: "Abel", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.navbar-inner ul li:hover {
  background: #193f5b;
  transition: 0.4s all 0.1s;
  color: #fff;
}

.navbar-inner ul li a {
  color: #fff;
  text-decoration: none;
}

.navbar-inner ul li a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s all 0.1s;
}

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

  .click-nav ul .clicker {
    height: 40px;
    background: #2a5777;
    border: 1px solid #e7e7e7;
    color: #fff;
  }
}

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

@media only screen and (max-width: 760px) {
  .mobileHide {
    display: none;
  }
}

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

/*Body*/
#Main-Wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1024px;
  padding: 10px;
  margin: auto;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 3px #dddddd;
}

#Copy {
  position: relative;
  width: 90%;
  max-width: 1024px;
  height: auto;
  min-width: 350px;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
}

#Copy h3 {
  position: relative;
  width: 95%;
  max-width: 350px;
  height: 75px;
  margin: 10px auto;
  background-color: #999999;
  border: solid 1px #898989;
  line-height: 71px;
  color: #ffffff;
}

#Copy h3:hover {
  opacity: 0.5;
  text-decoration: underline;
}

#reg-box {
  position: relative;
  width: 48%;
  min-width: 300px;
  height: 307px;
  margin: 0 auto 5px auto;
  display: inline-table;
  vertical-align: top;
  border: solid 1px #cccccc;
}

#res-box {
  position: relative;
  width: 48%;
  min-width: 300px;
  height: 307px;
  margin: 0 auto 5px auto;
  display: inline-table;
  vertical-align: top;
  border: solid 1px #cccccc;
}

#contact-box {
  position: relative;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 5px 50px;
  display: inline-table;
  vertical-align: top;
}

#contact-box h4 {
  text-align: left;
  line-height: 11px;
  font-weight: lighter;
}

#contact-box ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 11px;
}

#contact-box ul li {
  list-style-type: none;
}

#contact-box ul li ul li {
  list-style-type: disc;
}

p {
  font-family: "Hind", "Helvetica", sans-serif;
  color: #253a4b;
}

td > table {
  font-family: "Hind", "Helvetica", sans-serif;
  letter-spacing: ;
}

p#address {
  font-family: "Hind", "Helvetica", sans-serif;
  position: relative;
  text-align: left;
  line-height: 20px;
}

p#email-address {
  font-family: "Hind", "Helvetica", sans-serif;
  position: relative;
  text-align: left;
  line-height: 20px;
}

#certs {
  position: relative;
  width: 25%;
  max-width: 150px;
  display: inline-table;
  vertical-align: top;
}

div.backtotop {
  text-align: center;
}
.amenitymaplink {
  text-align: right;
}
.descriptiontable {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.descriptiontable tbody tr td {
  padding: 0px !important;
}
.descriptiontable hr {
  margin: 15px 0px;
}

#amenitytable {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  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 {
  font-family: "Hind", "Helvetica", sans-serif;
  background-color: #2a5777;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

td.amenitysmall {
  font-size: 13px;
  color: #000;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

a.amenity {
  color: #ffffff;
}
td.amenitysmall.amenityhotel {
  text-align: left;
}
#Main-Wrapper td.amenitysmall.amenityhotel a {
  font-weight: bold !important;
  color: #000000 !important;
}
p.amenitydisclaimer {
  margin-top: 20px;
}

table.maptable {
  position: relative;
  width: 85%;
  margin: 20px auto 20px auto;
}

div#map {
  position: relative;
  width: 100%;
  height: 700px;
}

label[for="roomDates"] {
  width: 145px !important;
}

tr.blockPatternInputs input {
  width: 28px !important;
  padding: 0px !important;
}

#recapform label {
  float: none;
  display: inline-block;
}

#departureDate,
#arrivalDate {
  display: inline-block;
}

#ui-datepicker-div {
  width: 238px !important;
}

.ui-datepicker tr td {
  padding: 0px;
}

/*mobile*/
@media only screen and (max-width: 1030px) {
  .nav ul li {
    width: 13% !important;
    padding: 0 14.37px;
  }

  .nav ul li a {
    font-size: 10px !important;
  }
}

/*925px*/
@media only screen and (max-width: 925px) {
  .nav ul li a {
    font-size: 9px !important;
  }
}

/*930px*/
@media only screen and (max-width: 920px) {
  .nav {
    display: none;
  }
}

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

/*mobile smaller*/
/*350*/
@media only screen and (max-width: 350px) {
  #Copy {
    min-width: 300px;
    padding: 0px !important;
  }

  #contact-box {
    min-width: 300px;
    margin: 0px !important;
  }
}

/*pixels*/
@media only screen and (max-width: 000px) {
}

/*pixels*/
@media only screen and (max-width: 000px) {
}

/*pixels*/
@media only screen and (max-width: 000px) {
}
