﻿.heatlets-errorpage-container .main-container {
  text-align: center;
  margin: 0 auto;
}
.heatlets-errorpage-bottom {
  width: 100%;
  max-width: 960px;
}
.heatlets-errorpage-top {
  text-align: center;
}
.heatlets-option-wrap {
  padding: 12px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.heatlets-option {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #4e5c31;
}
.heatlets-option img {
  width: 100%;
  display: block;
  height: auto;
}
.heatlets-option-title {
  background: #4e5c31;
  padding: 12px;
  color: #fee416;
  text-align: left;
}
.heatlets-option-body {
  background: #4e5c31;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 12px 0 12px;
  text-align: left;
  min-height: 58px;
}
.heatlets-option-body p {
  margin-bottom: 0;
}
.heatlets-option-body a {
  line-height: 20px;
}
.heatlets-option-link {
  display: block;
  text-align: left;
  color: #f28100;
  padding-bottom: 30px;
  margin-left: 12px;
}
.heatlets-option-link span {
  border-bottom: 1px dotted #f28100;
}
.heatlets-image-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.heatlets-image-container img {
  position: absolute;
  width: 100%;
}
.no-flexbox .heatlets-option-wrap {
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
}
.no-flexbox .heatlets-option-wrap .heatlets-option {
  min-height: 290px;
}
@media only screen and (min-width: 768px) {
  .heatlets-errorpage-bottom {
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
  }
  .heatlets-option-wrap {
    width: 33.3%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
}