/* Global */
.filter-container{
   margin-bottom: 20px;
}
.filter-cta{
  display: inline-block; 
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 22px;
  font-size: 11px; 
  font-weight: 600;
  border-radius: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000000;
  background: #FFCC33;
  border-radius: 17px;
}
            
.filterBtn{
    display: inline-block; 
    outline: none;
    width:auto !important; 
    margin-bottom: 20px;
    font-weight: 500;
    padding: 8px 24px;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}

.noFilterBtn{
    border: 1px solid #ededed;
    background: #fff;
}

.noFilterBtn:hover {
    background-color: #ededed;
}

.filter-space{
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 5px;
    font-weight: 500;
}

/* DROPDOWN FILTER */
        .dropdown-container{
        position: absolute !important;
        display: none;
        left: 0px !important;
        top: 39px !important;
        z-index: 10 !important;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 37px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        white-space: normal !important;
        visibility: visible !important;
        background: rgb(255, 255, 255) !important;
        border-width: 0.5px !important;
        border-style: solid !important;
        border-color: rgba(118, 118, 118, 0.28) !important;
        border-image: initial !important;
        border-radius: 12px !important;
        }
        .dropdown-body{
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 20px 25px !important;
        }
/* MODAL STYLING */

.modal {
  display: none; 
  position: fixed;
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    min-width: 340px;
    max-width: 800px;
   text-align: center;
}

.modal-header{
 background: #FFCC33;
 font-family: "Montserrat", Arial, sans-serif;
 font-weight: 500;
 font-size: 15px;
 color: #000000;
 padding: 15px 20px;
 text-align: left;
 border-bottom: 1.5px solid #000000;
}

.modal-body {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 35px 20px;
}

/* The Close Button */
.close {
  float: right;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 6px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-subheader{
   font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.filtering{
   margin-bottom: 20px;
}

.filterType{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
}
.filterCheckbox{
    display: inline-block;
    width: 21px;
    float: right;
}
/* The Checkboxes */
    .checkmark{
      width: 22px;
      height: 22px;
      border-radius: 2px;
      border: 1px solid #d8d8d8;
      background-color: #ededed;
    }
    .checkmark::hover{
      background-color: #ededed;
    }
    .container .checkmark:after {
      left: 7px;
      top: 2px;
      width: 7px;
      height: 12px;
      border-width: 0 2px 2px 0;
    }
    .container input:checked ~ .checkmark {
      border-color: #FFCC33;
    }

/*MODAL END*/

/* NEW CHECKBOX SYLES */

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ECECEC;
    border: 1px solid #D1D1D1;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #FFCC33;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.display-none {
  display: none;
}

.display-none + .landing-header {
  border: none;
  margin: 0;
  padding: 0;
}

.headerPText {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05px;
  line-height: 20px;
  width: 520px;
  text-transform: none;
  padding-top: 10px;
  margin: 0;
}

 #mobile-only {
    display: none;
  }

@media screen and (max-width: 1130px) {
 #large-only{
    line-height: 16px;
    font-size: 12px;
    padding-top: 6px;
    max-width: 500px;
    padding-right: 110px;
 }
}
@media screen and (max-width: 720px) {
 #large-only {
    font-size: 11px;
    padding-top: 6px;
    max-width: 467px;
}
}

@media screen and (max-width: 520px) {
#large-only{ display: none }
  #mobile-only {
    display: block;
    padding: 0 30px;
 max-width: 100%;
  }
  .headerPText {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 12px;
    padding-top: 30px;
    max-width: 420px;
    line-height: 15px;
    font-style: italic;
  }

.header-hc{
    position: relative !important;
    padding-top: 0 !important;
    margin: auto !important;
    height: 85px !important;
 }
}

/* Main Header */

.hosp_main{
min-height: calc(100vh - 384px);
position: relative;
}
.hosp-header {
  background: #EDEDED;
  height: 146px;
  width: 100%;
}

#hosp-header {
  width: 944px;
  max-width: 100vw;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.hosp-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 146px;
  width: inherit;
  max-width: 100vw;
  position: relative;
}

.header-left {
  height: 100%;
  display: table-cell;
}

#header-bg {
  width: 100%;
  height: 15px;
  background: lightgray;
}

.header-img {
  position: absolute;
  top: 0;
  right: 0;
}

/* WR LOGOS */

.logo {
  vertical-align: middle;
}

.logo-wyn {
  height: 30px;
  width: auto;
}

.logo-choice {
  height: 65px;
  width: auto;
}

.logo-ihg {
  height: 30px;
}

.logo-hil {
  height: 65px;
}

.logo-bw {
  height: 63px;
}

.logo-atr {
  height: 40px;
  width: auto;
}

.logo-mha {
  height: 58px;
  width: auto;
}

.logo-enl {
  height: 50px;
  width: auto;
}

.logo-g6{    
  height: 60px; 
  width: auto; 
}

.logo-ave{    
  height: 43px; 
  width: auto;
  display: inline-block;
  margin-top: 10px;
}

#header-logo {
  width: 160px;
  padding: 20px 0;
}

/* Logo Image margin */
.logo-margin {
  margin-right: -65px;
}

@media screen and (max-width: 1130px) {
  .logo-margin {
    margin-right: 0px;
  }
}

/* Category Header */

.landing-header {
  z-index: 1;
  color: #000000;
  font-family: Oswald;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  border-left: 1px solid rgba(142, 142, 142, .35);
  margin-left: 12px;
  padding: 0 15px;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  min-height: 70px;
  line-height: 34px;
  position: relative;
}

#landing-text {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  z-index: 10;
}

#long-text, #longwinter {
  max-width: 47%;
  word-wrap: break-word;
  font-size: 25px;
  line-height: 32px;
}

.header-lg {
  min-width: 259px;
}

.guest-header {
  font-size: 25px;
  line-height: 30px;
}

.tob-header {
  min-width: 313px;
}

/* Customized headers */

#bws-header {
  width: 100%;
  height: 30px;
  background: #666666;
}

.bws-header {
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  width: 944px;
  max-width: 100vw;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.bws-pills {
  height: 18px;
  width: 50px;
  margin-right: 5px;
}

#ihg-header {
  background: #4C4C4C;
  width: 100%;
  height: 30px;
}

.ihg-header {
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  width: 944px;
  max-width: 100vw;
  height: 100%;
  margin: 0 auto;
  display: table;
}

/* Header Hero Sizes */

.header-hc {
  height: 160px;
  margin: 1rem 3rem;
}

.header-128 {
  height: 186px;
}

.header-129 {
  height: 187px;
}

.header-132 {
  height: 193px;
}

.header-136 {
  height: 199px;
}

.header-138 {
  height: 201px;
}

.header-139 {
  height: 203px;
}

.header-140 {
  height: 204px;
}

.header-142 {
  height: 207px;
}
.header-143 {
  height: 209px;
}

.header-145 {
  height: 212px;
}

.header-147 {
  height: 215px;
}

.header-148 {
  height: 216px;
}

.header-152 {
  height: 222px;
}

.header-160 {
  height: 233px;
}

.bws-hero {
  margin-right: -140px;
}

@media screen and (max-width: 1130px) {
  .bws-hero {
    margin-right: 0;
  }

  .header-128 {
    height: 128px;
  }

  .header-129 {
    height: 129px;
  }

  .header-132 {
    height: 132px;
}

 .header-140 {
   height: 140px;
 }

  .header-145 {
    height: 145px;
  }

  .header-142 {
    height: 142px;
  }

  .header-143 {
    height: 143px;
  }

  .header-147 {
    height: 147px;
  }

  .header-148 {
    height: 148px;
  }

  .header-152 {
    height: 152px;
  }

  .header-139 {
    height: 139px;
  }

  .header-136 {
    height: 136px;
  }

  .header-138 {
    height: 138px;
  }

  .header-160 {
    height: 160px;
  }
.header-hc {
    height: 130px;
  }
}

@media screen and (max-width: 944px) {
  .bws-hero {
    margin-right: -55px;
  }

  #hosp-header {
    width: 100%;
    max-width: 100vw;
  }
}

@media screen and (max-width: 863px) {
  .bws-hero {
    display: none;
  }

  .bws-header {
    text-align: center;
    margin-left: 0;
  }

  .hosp-bws-header-inner {
    margin-left: 0;
    justify-content: center;
  }

  .bws-inner-header {
    justify-content: center;
    margin-left: 0px;
  }
}

/* Banners */

.banner {
  height: 129px;
  width: auto;
}

.banner2 {
  height: 136px;
}

.banner-oct {
  height: 118px;
}

#enlivant-banner {
  margin-bottom: 1rem;
  height: 110px;
}

#enova-banner {
  margin-bottom: 2rem;
  height: 85px;
}

.bannerheader{
    position: relative;
    width: 944px;
 max-width: 944px;
    margin: 0 auto;
    padding-left: 148px;
    margin-top: -9px;
}

#winter-banner{
 height: 33px;
 width: auto;
    position: relative;
}

@media screen and (max-width: 1130px) {
 .bannerheader{
  width: 100%;
  padding-left: 185px;
  margin-top: -8px;
 }
#winter-banner{
 height: 30px;
}

  .hosp-header,
  .hosp-header-inner {
    height: 100px;
    width: 100%;
  }

  .header-left,
  #ihg-header {
    padding-left: 40px;
  }

  .ihg-header {
    width: 100%;
  }

  .header-lg {
    font-size: 29px;
    line-height: 34px;
  }

  .tob-header {
    min-width: 268px;
    font-size: 27px;
    line-height: 33px;
  }

  .guest-header {
    font-size: 20px;
    line-height: 24px;
  }

  .banner {
    height: auto !important;
    width: 100%;
 margin-top: -30px;
  }

  .banner-logo {
    margin-top: 0;
  }
}

@media screen and (max-width: 720px) {
  .header-img {
    display: none;
  }

.header-hc{
    display: block !important;
    height: 110px;
    margin: 1rem;
}

  .header-left {
    padding: 0 10px;
    margin: 0;
    width: 100vw;
    text-align: center;
  }

  .landing-header,
  .header-lg {
    height: 60px;
    font-size: 19px;
    line-height: 27px;
    min-width: auto;
  }

  .header-left {
    padding: 0 10px;
    margin: 0;
  }

  #bws-header,
  #ihg-header {
    display: none;
  }

.logo-bw {
  height: 50px;
}

  #long-text, #longwinter {
    font-size: 15px;
    line-height: 20px;
  }

#longwinter{
  max-width: 60%;
}

  .logo-choice.choicewinter {
    height: 50px;
  }
 #winter-banner{
  display: table-cell;
     margin: 0 auto;
 }

.bannerheader{
 padding-left: 0;
}
.hide-mobile{
 display: none;
}
}

/* Products Container */

#contentWrapperHos {
  width: 100%;
  margin: 70px auto;
  max-width: 944px;
  display: table;
}

.products-container {
  text-align: center;
}

.products-container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.product-td {
  float: left;
  max-width: calc(100% / 3.25);
  padding: 30px 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
  min-width: 290px;
  height: 380px;
  margin: 0 35px 50px 0;
}

.product-td:nth-child(3n) {
  margin-right: 0px;
}

.prod-thumbnail {
  height: 130px;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  width: calc(100% / 3.25);
  padding: 0 40px;
max-width: 210px;
}

.partNumber {
  text-align: center;
  color: #8E8E8E;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04px;
  line-height: 20px;
  margin-top: 1rem;
  text-transform: uppercase;
}

.price {
  color: #292929;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.07px;
  line-height: 20px;
  margin-top: 2rem;
}

.shop-now {
  width: 130px;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #000000;
  border-radius: 21px;
  background-color: #FFCC33;
  text-align: center;
  font-family: Montserrat;
  font-size: 11.5px;
  font-weight: 600;
  padding: 0 20px;
  margin: 2rem auto 0;
}

.description {
  margin-top: .5rem;
  color: #292929;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 18px;
  white-space: normal;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}

/* Featured Category*/

.featured {
  margin-bottom: 3rem;
}

.featured-container {
  display: table;
  width: 100%;
}

.featured-heading {
  margin: 3rem 0;
  color: #292929;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.04px;
  line-height: 30px;
}

#featured {
  text-align: center;
}

#featured:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.featured-td {
  margin-right: 3%;
  max-width: calc(100% / 3.2);
  min-width: 195px;
  position: relative;
  float: left;
}

.extra-td {
  max-width: calc(100% / 4);
  margin-right: 0 !important;
}

.featured-img {
  height: 100px;
  width: 100px;
  margin-top: -20px;
}

/*
.featured-td:nth-child(3n) {
  margin-right: 0px;
}
*/

.featured-td:last-child {
  margin-right: 0px;
}

/* Subcategory */

.subcategory{
 font-family: Oswald;
 font-size: 24px;
 font-weight: 600;
 text-transform: uppercase;
 border-bottom: 2px solid black;
 margin: 1rem 0 2rem;
 padding-bottom: 6px;
 text-align: left;
}

.subcategory.hc{
 border-bottom: none;
 background-color: #feedc6;
 letter-spacing: 0.07px;
 color: @282828;
 padding: 6px 40px;
}

/* Disclaimer */

.disclaimer {
  width: 100%;
  background: #EDEDED;
  padding: 30px;
  font-family: Montserrat;
  font-size: 13px;
}

#disclaimer {
  opacity: .8;
  max-width: 944px;
    width: 100%;
  margin: 0 auto;
  display: table;
}

/* Footer */

.hos-footer {
  background-color: #000;
  min-height: 384px;
}

#footer .grey {
  height: auto;
}

@media screen and (max-width: 1130px) {
  .products-container {
    text-align: justify;
    margin: 0 15%;
  }

  .subcategory {
    margin-left: 15%;
  margin-right: 15%;
  }

  .product-td {
    display: inline-block;
    float: none;
    margin-right: 0px;
  }

  .product-td:nth-child(2n),
  .product-td:nth-child(3n) {
    margin-right: 0px;
  }

  .featured {
    margin: 0 15%;
  }
 .extra-td {
  max-width: calc(100% / 2);
 }
}

@media screen and (max-width: 900px) {

  .products-container,
  .featured {
    margin: 0 7%;
  }
 
  .subcategory {
 margin-left: 7%;
 margin-right: 7%;
 }
}

@media screen and (max-width: 730px) {
  .products-container {
    text-align: center;
    margin: 0 5%;
  }

  .product-td,
  .product-td:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }

  .featured {
    margin: 0 10%;
  }

  .featured-td {
    float: none;
    display: inline-block;
    max-width: calc(100% / 2);
    margin: 0 0 25px;
  }
}

@media screen and (max-width: 720px) {
.filter-container{
   margin-left: 20px;
}
  .featured-heading {
    font-size: 17px;
    line-height: 19px;
  }

  .landing-header,
  .header-lg {
    height: 60px;
    font-size: 20px;
    line-height: 25px;
    min-width: auto;
  }

  .description {
    height: 70px;
  }
}

@media screen and (max-width: 400px) {
  .products-container {
    margin: 0;
  }

  .product-td {
    padding: 30px;
    min-width: 250px;
  }

  .prod-thumbnail {
    height: 100px;
  }

  .shop-now {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 640px) {
  #menu {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  br.hide-for-small-only {
    display: block !important;
  }
}