div.hero {
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  max-height: 500px;
  background-size: cover;
  background-position: 0 50%;
}
@media screen and (max-width: 890px) {
  div.hero {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  div.hero {
    min-height: 250px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  div.hero {
    min-height: 200px;
  }
}
div.hero div#intro1 {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 450px;
  position: absolute;
  right: 0;
  top: 60px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  div.hero div#intro1 {
    position: relative;
    width: 90%;
    padding: 5%;
    margin: auto;
    top: 25px;
  }
}
div.hero div#intro1 h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 5px 0;
  line-height: 1.2;
  color: #ffffff;
}
div.hero div#intro1 p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}

a#intro2-anchor {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #e24741;
  text-align: center;
  vertical-align: middle;
}
a#intro2-anchor i {
  vertical-align: middle;
  border: 2px solid #ffffff;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  line-height: 34px;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}

div#intro2-content {
  display: none;
  background: #e24741;
  color: #ffffff;
}

ul.categories {
  padding-bottom: 10px;
}
ul.categories:before, ul.categories:after {
  content: "";
  display: table;
}
ul.categories:after {
  clear: both;
}
ul.categories li.overlay div.description {
  opacity: 1;
  display: block;
  width: 90%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}
ul.categories li.overlay div.description h2 {
  margin: 15px 20px 15px 0;
  text-transform: none;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 890px) {
  ul.categories li.overlay div.description h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
ul.categories li.overlay div.description h2 a {
  color: #e24741;
  text-decoration: none;
}
ul.categories li.overlay div.description p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 890px) {
  ul.categories li.overlay div.description p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.categories li.overlay div.description p a {
  color: #e24741;
  font-weight: 400;
}
ul.categories li.overlay div.description a.fa-minus {
  text-decoration: none;
  vertical-align: middle;
  border: 2px solid #414141;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  line-height: 20px;
  text-align: center;
  color: #414141;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 10px;
  right: 10px;
}
ul.categories li.overlay a.thumbnail h2 {
  display: none;
}
ul.categories li {
  margin-top: 10px;
  width: 32.6666666667%;
  float: left;
  height: 368px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  ul.categories li {
    float: none;
    height: 250px;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    display: block;
  }
}
ul.categories li div.description {
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
ul.categories li a.thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
ul.categories li a.thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
ul.categories li a.thumbnail:hover img {
  opacity: 0.78;
}
ul.categories li a.thumbnail h2 {
  display: inline;
  text-align: center;
  position: relative;
  top: 48%;
  left: 0;
  text-transform: none;
  color: #ffffff;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 890px) {
  ul.categories li a.thumbnail h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
ul.categories li:nth-of-type(2), ul.categories li:nth-of-type(5) {
  margin-left: 1%;
  margin-right: 1%;
}
ul.categories li:nth-of-type(1), ul.categories li:nth-of-type(2), ul.categories li:nth-of-type(3), ul.categories li:nth-of-type(4), ul.categories li:nth-of-type(5), ul.categories li:nth-of-type(6) {
  display: inline-block;
}

ul.categories-grid-1 li {
  width: 100%;
}

ul.categories-grid-2 li {
  width: 49.5%;
}
ul.categories-grid-2 li:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 0;
}

ul.categories-grid-3 li {
  width: 32.6666666667%;
}
ul.categories-grid-3 li:nth-of-type(2),
ul.categories-grid-3 li:nth-of-type(3) {
  margin-left: 1%;
  margin-right: 0;
}

ul.categories-grid-4 li {
  width: 49.5%;
}
ul.categories-grid-4 li:nth-of-type(2),
ul.categories-grid-4 li:nth-of-type(4) {
  margin-left: 1%;
  margin-right: 0;
}

ul.categories-grid-5 li:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 1%;
}
ul.categories-grid-5 li:nth-of-type(4),
ul.categories-grid-5 li:nth-of-type(5) {
  width: 49.5%;
}
ul.categories-grid-5 li:nth-of-type(4) {
  margin-right: 1%;
}
ul.categories-grid-5 li:nth-of-type(5) {
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=screen.css.map */
