/* Global checkbox */ 
input[type="checkbox"]:checked + label { 
  background-image: url("https://daks2k3a4ib2z.cloudfront.net/57ac8faf1fd32dc352aa4634/57c6ed6bb1fd76fd618bb33a_checkbox-filled.png"); 
}
body { -webkit-font-smoothing: antialiased; }
input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }
.text-force-wrap {
  word-wrap: break-word;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* Placeholder color city filter */
.w-input.city-select::-webkit-input-placeholder { /* WebKit browsers */
  color: #ffffff;
  opacity: 0.6;
}
.w-input.city-select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  opacity: 0.6;
}
.w-input.city-select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
  opacity: 0.6;
}
.w-input.city-select:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ffffff;
  opacity: 0.6;
}
.city-img {
  object-fit: cover;
}
.blank-reg-header {
  object-fit: cover;
}
.blog-post img {
  object-fit: cover;
  width: 100%;
  height: 250px
}
html {
 -webkit-font-smoothing: antialiased;
}
.feature-ent img {
  object-fit: cover;
  width: 100%;
  height: 300px; 
} 
.w-slider-dot {
  background: #F6898E;
}
.w-slider-dot.w-active {
  background: #EB2731;
}
