.vh-25 {
  height: 25vh !important; }

.vh-50 {
  height: 50vh !important; }

.vh-75 {
  height: 75vh !important; }

.vh-100 {
  height: 100vh !important; }

.h-auto {
  height: auto !important; }

@media (min-width: 576px) {
  .vh-sm-25 {
    height: 25vh !important; }
  .vh-sm-50 {
    height: 50vh !important; }
  .vh-sm-75 {
    height: 75vh !important; }
  .vh-sm-100 {
    height: 100vh !important; }
  .h-sm-auto {
    height: auto !important; } }

@media (min-width: 768px) {
  .vh-md-25 {
    height: 25vh !important; }
  .vh-md-50 {
    height: 50vh !important; }
  .vh-md-75 {
    height: 75vh !important; }
  .vh-md-100 {
    height: 100vh !important; }
  .h-md-auto {
    height: auto !important; } }

@media (min-width: 992px) {
  .vh-lg-25 {
    height: 25vh !important; }
  .vh-lg-50 {
    height: 50vh !important; }
  .vh-lg-75 {
    height: 75vh !important; }
  .vh-lg-100 {
    height: 100vh !important; }
  .h-lg-auto {
    height: auto !important; } }

@media (min-width: 1200px) {
  .vh-xl-25 {
    height: 25vh !important; }
  .vh-xl-50 {
    height: 50vh !important; }
  .vh-xl-75 {
    height: 75vh !important; }
  .vh-xl-100 {
    height: 100vh !important; }
  .h-xl-auto {
    height: auto !important; } }

.vh-25 {
  height: 25vh !important; }

.min-vh-25 {
  min-height: 25vh !important; }

.vh-50 {
  height: 50vh !important; }

.min-vh-50 {
  min-height: 50vh !important; }

.vh-75 {
  height: 75vh !important; }

.min-vh-75 {
  min-height: 75vh !important; }

.durst #main-container a:not(.btn, .page-link, [role='button']) {
  color: #591300; }
  .durst #main-container a:not(.btn, .page-link, [role='button']):hover {
    color: #8c1e00; }

.durst .btn-splash {
  color: #fff;
  background: #591300 linear-gradient(180deg, #713626, #591300) repeat-x;
  border-color: #591300; }
  .durst .btn-splash:hover {
    color: #fff;
    background: #7f1b00 linear-gradient(180deg, #923d26, #7f1b00) repeat-x;
    border-color: #8c1e00; }
  .durst .btn-splash:focus, .durst .btn-splash.focus {
    color: #fff;
    background: #7f1b00 linear-gradient(180deg, #923d26, #7f1b00) repeat-x;
    border-color: #8c1e00;
    box-shadow: 0 0 0 0.2rem rgba(114, 54, 38, 0.5); }
  .durst .btn-splash.disabled, .durst .btn-splash:disabled {
    color: #fff;
    background-color: #591300;
    border-color: #591300;
    background-image: none; }
  .durst .btn-splash:not(:disabled):not(.disabled):active, .durst .btn-splash.active:not(:disabled):not(.disabled), .show > .durst .btn-splash.dropdown-toggle {
    color: #fff;
    background-color: #8c1e00;
    background-image: none;
    border-color: #992100; }
    .durst .btn-splash:not(:disabled):not(.disabled):active:focus, .durst .btn-splash.active:not(:disabled):not(.disabled):focus, .show > .durst .btn-splash.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(114, 54, 38, 0.5); }

.durst .btn-outline-splash {
  color: #591300;
  border-color: #591300; }
  .durst .btn-outline-splash:hover {
    color: #fff;
    background-color: #591300;
    border-color: #591300; }
  .durst .btn-outline-splash:focus, .durst .btn-outline-splash.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 19, 0, 0.5); }
  .durst .btn-outline-splash.disabled, .durst .btn-outline-splash:disabled {
    color: #591300;
    background-color: transparent; }
  .durst .btn-outline-splash:not(:disabled):not(.disabled):active, .durst .btn-outline-splash.active:not(:disabled):not(.disabled), .show > .durst .btn-outline-splash.dropdown-toggle {
    color: #fff;
    background-color: #591300;
    border-color: #591300; }
    .durst .btn-outline-splash:not(:disabled):not(.disabled):active:focus, .durst .btn-outline-splash.active:not(:disabled):not(.disabled):focus, .show > .durst .btn-outline-splash.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 19, 0, 0.5); }

.durst .show > .btn-splash.dropdown-toggle, .durst .show > .btn-outline-splash.dropdown-toggle {
  color: #fff;
  background: #8c1e00 linear-gradient(180deg, #9d3f26, #8c1e00) repeat-x;
  background-image: none;
  border-color: #992100; }
  .durst .show > .btn-splash.dropdown-toggle:focus, .durst .show > .btn-outline-splash.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 54, 38, 0.5); }

.durst #content .appliedFilter .filterName:after {
  color: #ddd; }

.durst #content #motm-list > li {
  margin-bottom: 1em; }

.durst #map-attrib-icon {
  margin-left: .25em;
  cursor: pointer; }

#durst-map-image {
  width: 100%;
  height: auto; }

#durst-help-img {
  margin-left: .5em; }

#dhig .thumbnail {
  margin-bottom: 1em; }
