/* homepage specific styles */
.watch-button {
  padding: 1% 2%;
  margin-bottom: 2%; }

h2 {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  text-align: center; }

.threecol {
  width: 100%;
  list-style: none;
  margin: 0 0 70px 0;
  padding: 0; }
  .threecol li {
    float: left;
    width: 33%;
    margin-right: 0.5%; }
    @media screen and (max-width: 640px) {
      .threecol li {
        width: 100%;
        float: none;
        margin-right: 0; } }
    .threecol li:nth-of-type(3n+3) {
      margin-right: 0; }
    .threecol li a {
      display: block; }
      .threecol li a img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 5px; }

article.wrap.narrow,
div.wrap.narrow {
  max-width: 900px; }

.carousel.home {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 750px; }
  @media screen and (max-width: 1140px) {
    .carousel.home {
      height: 600px; } }
  @media screen and (max-width: 800px) {
    .carousel.home {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    .carousel.home {
      display: none; } }
.carousel .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2001;
  bottom: 100px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  padding: 5%;
  color: white;
  box-sizing: border-box; }
  @media screen and (max-width: 1140px) {
    .carousel .overlay {
      padding: 4%;
      width: 70%;
      margin-left: -35%; } }
  @media screen and (max-width: 800px) {
    .carousel .overlay {
      display: none; } }
  .carousel .overlay h2 {
    font-size: 40px;
    font-weight: 600;
    color: white; }

.button-group {
  float: right;
  width: 50%; }

.watch-button {
  background: #134666;
  color: #fff;
  max-width: 400px;
  margin: 0px auto; }

.watch-button:before {
  color: #134666; }

.watch-button:hover {
  color: #134666;
  background: #fff; }

.watch-button:hover:before {
  color: #fff; }
