* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body {
  font: 400 1em/1.4 'lato', sans-serif;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  color: #444444;
  text-shadow: 0 0 1px transparent;
  /* google font pixelation fix */
  counter-reset: section;
  min-height: 100vh;
}
.interior {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
#venues {
  border-width: 1px;
  margin: 0 0 3rem;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 2rem 2rem 3rem;
  border-color: #ddd #ddd #ddd;
  border-style: solid;
  font-size: 0;
  position: relative;
  transition: all .5s ease;
}
#venues h2 {
  font-size: 20px;
  color: grey;
  display: block;
  margin: 0 0 30px;
  font-weight: 400;
  font-family: Lato;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
#venues.hide {
  transform: translateY(-350px);
  margin-bottom: -300px;
}
.range-box {
  display: inline-block;
  width: 48%;
}
.circle {
  font-size: 1.3rem;
  letter-spacing: 1px;
  border: 4px solid #ddd;
  display: inline-block;
  border-radius: 50%;
  width: 6rem;
  text-align: center;
  height: 6rem;
  position: relative;
  margin-right: 1rem;
  vertical-align: middle;
}
.circle p {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
}
.circle small {
  position: absolute;
  font-size: .7rem;
  font-style: italic;
  width: 100%;
  left: 0;
  top: 60%;
  letter-spacing: 0;
}
.circle i {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  color: #c6c6c6;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  padding: 8px;
  left: 50%;
  transform: translate(-50%, 55%);
}
#venues .range {
  width: 95%;
}
.range {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: .85rem;
  width: 100%;
}
.range p {
  margin: 0 0 10px;
}
.range_slide {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.range_slide p {
  width: 30px;
  margin: 8px 0;
  transform: translateX(0px);
  font-size: .7rem;
  cursor: pointer;
}
.check-box {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.check {
  display: inline-block;
  position: relative;
  font-size: .85rem;
  padding: .5rem;
  width: 145px;
  height: 150px;
}
.check input[type=checkbox] + label {
  border: 1px solid #ddd;
  display: block;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
  transition: all .5s ease;
}
.check input[type=checkbox]:checked + label img {
  display: block;
}
.check input[type=checkbox]:checked + label img:first-child {
  display: none;
}
.check img {
  height: 60px;
  margin: 20px auto 20px;
  display: none;
}
.check img:first-child {
  display: block;
}
.check span {
  display: block;
}
.check input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.extra-box {
  text-align: center;
}
.extra {
  position: relative;
  display: inline-block;
  margin: .5rem;
  width: 110px;
}
.extra input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  opacity: 0;
}
.extra input[type=checkbox] + label {
  font-size: .85rem;
  border: 1px solid #dddddd;
  border-radius: 50px;
  padding: 5px 10px;
  display: block;
  text-transform: capitalize;
  transition: all .5s ease;
}
.filter,
.reset {
  font-size: .85rem;
  border: 1px solid #dddddd;
  border-radius: 50px;
  padding: 5px 10px;
  display: block;
  text-transform: capitalize;
  transition: all .5s ease;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.5rem);
  transform: translateY(50%);
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.filter {
  right: calc(50% + 0.5rem);
  left: auto;
}
.filter {
  right: calc(50% + 0.5rem);
  left: auto;
  width: 140px;
  border-radius: 0px;
  border: 0;
  padding: 1em;
}
.filter i {
  right: 5px;
  position: relative;
  font-size: 1.2em;
}
.tag-container {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 80%;
  margin-top: -10px;
}
.content {
  padding: 1em;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: white;
}
.tags {
  border-bottom: 1px solid #dddddd;
}
.tags h3 {
  font-size: 2.2rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: super;
  margin: 10px 0 0;
}
.tags p {
  display: inline-block;
  margin: 10px 4rem 0 2rem;
  font-size: 1.4rem;
  vertical-align: super;
  font-weight: 300;
}
.tags a {
  margin: 15px 0;
  float: right;
  border: 1px solid;
  font-size: .85rem;
  padding: 9px 20px;
  cursor: pointer;
}
.tag {
  font-size: .85rem;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  text-transform: capitalize;
  transition: all .5s ease;
  border-width: 1px 1px 0 1px;
  border-color: #dddddd;
  border-style: solid;
  border-radius: 20px 20px 0 0;
  min-width: 110px;
  text-align: center;
  margin: 0 .5rem;
  cursor: pointer;
  vertical-align: bottom;
}
.venue-card,
.form-card {
  width: 30%;
  display: inline-block;
  margin: 1rem .5rem;
  background-color: #fff;
  cursor: pointer;
  vertical-align: top;
}
.venue-card img,
.form-card img {
  width: 100%;
  vertical-align: top;
}
.venue-card header,
.form-card header {
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 1rem;
  border-color: #dddddd;
}
.venue-card header h2,
.form-card header h2 {
  margin: 0 0 .7rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.venue-card header p,
.form-card header p {
  margin: 0;
  font-size: .8rem;
  color: #a1a1a1;
}
.venue-card footer,
.form-card footer {
  font-size: 0;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #dddddd;
  font-style: italic;
  text-align: center;
}
.venue-card footer p,
.form-card footer p {
  font-size: .75rem;
  width: 50%;
  display: inline-block;
}
.venue-card footer i,
.form-card footer i {
  font-size: .95rem;
  color: #c6c6c6;
  margin-right: 5px;
}
.results_box {
  margin-bottom: 100px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}
.results_box table {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  border-collapse: collapse;
}
.results_box th {
  font-size: 1rem;
  padding-bottom: 10px;
  font-weight: 400;
}
.results_box td {
  padding: 10px 0;
  font-size: .85rem;
}
.results_box td a {
  cursor: pointer;
  color: #356126;
}
.results_box tr {
  border-bottom: 1px solid #dddddd;
}
.results_box tbody tr:nth-child(odd) {
  background-color: #fff;
}
#modal,
#modal-non {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 100;
}
.modal-close {
  position: absolute;
  cursor: pointer;
  right: -50px;
  width: 40px;
  height: 40px;
}
.modal-close::after {
  content: "";
  position: absolute;
  width: 40px;
  background-color: #fff;
  height: 2px;
  text-align: 0;
  right: 0;
  transform: rotate(45deg);
  top: 50%;
}
.FormBuilder-rfp p {
  font-size: 20px;
  color: darkgrey;
}
.FormBuilder-rfp p.errors {
  font-size: 20px;
  color: red;
}
.modal-close::before {
  content: "";
  position: absolute;
  width: 40px;
  background-color: #fff;
  height: 2px;
  text-align: 0;
  right: 0;
  transform: rotate(-45deg);
  top: 50%;
}
.modal-box,
#modal-box {
  margin: 2% auto 5%;
  max-width: 90%;
  background-color: #fff;
  width: 900px;
  transition: all .8s ease;
  transform: translate(0%, 10%);
  opacity: 0;
  position: relative;
}
.modal-box.active,
#modal-box.active {
  opacity: 1;
  transform: translate(0%, 0%);
}
.venue-info > header,
.venue-form > header {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.venue-form > header {
  -webkit-box-pack: "flex-start";
  -moz-box-pack: "flex-start";
  -ms-flex-pack: "flex-start";
  -webkit-justify-content: "flex-start";
  justify-content: "flex-start";
}
.venue-info h2,
.venue-form h2 {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 0;
}
.venue-info a {
  padding: 15px 20px;
  border: 1px solid;
  font-size: .8rem;
  font-weight: 300;
  cursor: pointer;
}
.slick-dots {
  margin: 0;
  display: block;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.slick-dots button {
  opacity: 0;
}
.slick-dots li {
  list-style: none;
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #dddddd;
  display: inline-block;
  margin: 4px;
  transition: all .5s ease;
}
.slick-dots li.slick-active {
  background-color: #979797;
}
.slider {
  margin-bottom: 50px;
}
.slick-track img {
  height: auto;
}
.venue-info h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 4rem;
}
.venue-info p {
  font-size: 1rem;
  padding: 0 4rem;
}
.venue-info main {
  font-size: 0;
  padding: 0 3rem;
}
.venue-info main ul {
  margin: 0 1rem;
  padding: 0;
  display: inline-block;
  width: calc(50% - 2rem);
  vertical-align: top;
}
.venue-info main li {
  border-bottom: 1px solid #dddddd;
}
.venue-info main li p {
  width: 50%;
  display: inline-block;
  padding: 0;
  margin: 5px 0;
}
.venue-info main li p:last-child {
  text-align: right;
}
.venue-info main li:first-child p {
  font-size: .7rem;
}
.venue-info footer {
  text-align: right;
  padding: 2rem;
  background-color: #fafafa;
  border-top: 1px solid #dddddd;
  margin-top: 3rem;
}
.venue-form main {
  background-color: #fafafa;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 3rem 3rem;
  font-size: 0;
  position: relative;
}
.venue-form {
  display: none;
}
#modal-box .venue-form {
  display: block;
}
.venue-costum {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 0;
}
.datepicker-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.datepicker {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  position: relative;
}
.datepicker p {
  margin: 0 0 10px;
  font-size: .85rem;
}
.datepicker input {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  width: 100%;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  padding: 8px 3rem 8px 1rem;
  margin-bottom: 1rem;
}
.datepicker i {
  right: 10px;
  position: absolute;
  bottom: 25px;
  font-size: 1.2rem;
  vertical-align: middle;
  color: #cacaca;
  pointer-events: none;
}
.dates {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
.dates p {
  margin-right: 2rem;
  font-size: .85rem;
  margin-top: 0px;
}
.date-before {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 30px;
}
.date-before::before {
  content: "";
  height: 100%;
  width: 100px;
  border: 1px solid;
  position: absolute;
  border-radius: 30px;
  top: -1px;
  right: 0;
  left: auto;
  transition: all .5s ease;
}
.dates.active .date-before::before {
  right: 80px;
}
.date-button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
  width: 90px;
  font-size: .85rem;
  cursor: pointer;
  transition: all .5s ease;
}
.dates.active .date-button {
  color: #fff;
}
.date-button + .date-button {
  color: #fff;
  transition: all .5s ease;
}
.dates.active .date-button + .date-button {
  color: inherit;
}
.InputfieldHeader {
  display: none;
}
.form-card {
  width: 30%;
  margin: 0;
  vertical-align: top;
}
.FormBuilder.FormBuilder-rfp {
  display: inline-block;
  width: 70%;
  padding-right: 3rem;
}
#wrap_Inputfield_start_date,
#wrap_Inputfield_number_people,
#wrap_Inputfield_end_date,
#wrap_Inputfield_my_event_dates_are,
#wrap_Inputfield_hotel_id,
#wrap_Inputfield_venue_id {
  display: none;
}
.FormBuilder input,
.FormBuilder textarea {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  width: 100%;
  color: inherit;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  padding: 8px 3rem 8px 1rem;
  margin-bottom: 1rem;
}
.venue-form > footer {
  height: 90px;
}
.InputfieldContent {
  position: relative;
}
.InputfieldContent::after {
  content: "";
  position: absolute;
  font-size: 1rem;
  font-weight: lighter;
  right: 5px;
  top: 8px;
  font-family: FontAwesome;
  color: #ccc;
  width: 2rem;
  text-align: center;
}
#wrap_Inputfield_email .InputfieldContent::after {
  content: "";
}
#wrap_Inputfield_preferred_phone .InputfieldContent::after {
  content: "";
}
#wrap_Inputfield_rooms_needed .InputfieldContent::after {
  content: "";
}
#wrap_Inputfield_additional_comments_or_requests .InputfieldContent::after {
  content: "";
}
#wrap_rfp_submit .InputfieldContent {
  position: static;
}
#wrap_rfp_submit button {
  position: absolute;
  bottom: -30px;
  border: 1px solid;
  font-size: .9rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 70px;
}
.range-box .ui-state-default,
.range-box .ui-widget-content .ui-state-default,
.range-box .ui-widget-header .ui-state-default,
.range-box .ui-button,
html .range-box .ui-button.ui-state-disabled:hover,
.range-box html .ui-button.ui-state-disabled:active {
  border: 1px solid transparent;
  font-weight: normal;
  color: #454545;
  border-radius: 50%;
  transition: all .5s ease;
  cursor: pointer;
}
.range-box .ui-widget.ui-widget-content {
  border: none;
  cursor: pointer;
}
.range-box .ui-widget-content {
  border: none;
  background: #dddddd;
  color: #333333;
  cursor: pointer;
}
.range-box .ui-slider-horizontal {
  height: 4px;
  cursor: pointer;
}
.range-box .ui-slider-horizontal .ui-slider-handle {
  top: -.45rem;
  cursor: pointer;
}
.range-box .ui-widget-header {
  transition: all .5s ease;
  cursor: pointer;
}
*:focus {
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
}
.non-venue {
  width: 30%;
  display: inline-block;
  height: 200px;
  vertical-align: top;
  font-size: 1.7rem;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 20px;
  text-align: center;
  position: relative;
}
.non-venue span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  text-transform: uppercase;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dddddd;
  background: #666;
  color: #fff;
}
.alt,
.check input[type="checkbox"]:checked + label,
.extra input[type="checkbox"]:checked + label,
.date-before::before,
#wrap_rfp_submit button {
  background-color: #356126;
  border-color: #dddddd !important;
  color: #fff;
  font-weight: bold;
}
.range-box .ui-state-default,
.range-box .ui-widget-content .ui-state-default,
.range-box .ui-widget-header .ui-state-default,
.range-box .ui-button,
html .range-box .ui-button.ui-state-disabled:hover,
.range-box html .ui-button.ui-state-disabled:active,
.range-box .ui-widget-header {
  background: #356126;
}
.tag.active {
  background-color: #356126;
  border-color: #dddddd;
  color: #fff;
  font-weight: bold;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state- active:hover {
  border: 1px solid #dddddd;
  background: #356126;
  font-weight: bold;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  width: 100%;
  height: 2.8em;
  border-color: lightgrey;
  background: #ffffff;
  padding: 0 10px;
  font-size: 15px;
  font-family: Lato;
  color: #646363;
  box-shadow: inset 0 0 0 0.2rem rgba(92, 106, 196, 0), inset 0 0.1rem 0.2rem 0 rgba(99, 115, 129, 0.2);
}
.select-arrow {
  position: absolute;
  right: 10px;
  bottom: 15px;
  pointer-events: none;
}
#venues > .select-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#venues > .select-container > .range-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
}
/*DATEPICKER STYLES*/
.ll-skin-melon {
  font-size: 100%;
}
.ll-skin-melon .ui-widget {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #356126;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker {
  padding: 0;
  -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e3e3e3;
}
.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 12px;
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #e9f0f4;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: .8em;
  border: none;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../img/ui-icons_ffffff_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ll-skin-melon .ui-datepicker table {
  margin: 0;
}
.ll-skin-melon .ui-datepicker th {
  padding: 0.5em 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid rgba(71, 71, 71, 0.74);
}
.ll-skin-melon .ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
}
.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #625fa1;
  font-size: 16px;
}
svg#back_arrow {
  width: 50px !important;
  margin-right: 20px;
  cursor: pointer;
}
svg path {
  fill: #bbbbbb !important;
}
svg circle {
  stroke: #bbbbbb !important;
}
.ll-skin-melon td .ui-state-default.ui-state-hover,
.ll-skin-melon td .ui-state-default.ui-state-active {
  color: white;
}
.ll-skin-melon .ui-state-disabled {
  opacity: 1;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #a4a4a4;
}
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #356126;
}
@media screen and (max-width: 600px) {
  .datepicker-container {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .tag-container {
    display: inline-block;
  }
  .content {
    border: 0;
  }
  .check-box {
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  #venues h2 {
    margin-bottom: 10px;
  }
  #venues h2 {
    margin: 5px;
  }
  .check {
    display: inline-block;
    position: relative;
    font-size: .85rem;
    padding: .5rem;
    width: 100px;
    height: 110px;
  }
  .check img {
    height: 30px;
    margin: 10px auto 10px;
  }
  .tag.active {
    border-color: #dddddd;
  }
  .results_box table {
    width: 90%;
    margin: 0;
    border: 0;
    margin: auto;
    margin-top: 10px;
  }
  /* .results-box table caption { */
  /* 	font-size: 1.3em; */
  /* } */
  .results_box table thead {
    display: none;
  }
  .results_box tbody tr:nth-child(odd) {
    background-color: transparent;
  }
  .results_box table tr {
    /* border-bottom: 3px solid #ddd; */
    display: block;
    padding: 10px;
    border: 0px;
    /* margin-bottom: .625em; */
  }
  .results_box table td {
    display: block;
    text-align: right;
  }
  .results_box table td:empty {
    display: none !important;
  }
  .results_box table td:first-child {
    background: #f4f4f4;
    text-align: center;
  }
  .results_box table td:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #ddd;
    display: block;
    /* font-size: .8em; */
  }
  .results_box table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  /* .results-box table td:last-child { */
  /* 	border-bottom: 0; */
  /* } */
  .range {
    width: 100%;
  }
  .datepicker i {
    right: 10px;
  }
  .datepicker input {
    width: 100%;
  }
  #venues > .select-container {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  #venues {
    width: 100%;
    padding: 5% 5% 10%;
  }
  .dates {
    margin-top: 10px;
  }
  .form-card {
    display: none;
  }
  .range-box,
  .dates,
  .form-card,
  .non-venue {
    width: 100%;
  }
  #venues.hide {
    transform: none;
    margin-bottom: 10%;
  }
  .tags h3,
  .tags p {
    display: block;
    text-align: center;
  }
  .tags a {
    float: none;
    display: block;
    width: 70%;
    margin: 20px auto;
    text-align: center;
  }
  .tag {
    border-bottom-color: #dddddd;
    border-radius: 30px;
    margin: 6px 7px;
    border-width: 1px;
  }
  .tags {
    text-align: center;
  }
  .venue-card {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  .venue-info > header,
  .venue-form > header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .modal-box,
  #modal-box {
    margin: 70px auto 5%;
  }
  .modal-close {
    position: absolute;
    cursor: pointer;
    top: -50px;
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .venue-info h2,
  .venue-form h2 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.5rem;
  }
  .venue-info h3 {
    text-align: center;
    padding: 0 2rem;
  }
  .venue-info p {
    text-align: center;
    padding: 0 2rem;
  }
  .venue-info main {
    padding: 10px;
  }
  .venue-info main ul {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  .venue-info main li p:last-child,
  .venue-info footer {
    text-align: center;
  }
  .venue-form main {
    padding: 10px 10px 70px;
  }
  .datepicker {
    width: 100%;
    margin-bottom: 0;
  }
  .FormBuilder.FormBuilder-rfp {
    width: 100%;
    padding-right: 0;
  }
  #wrap_rfp_submit button {
    bottom: -20px;
    padding: 10px 20px;
  }
}
