/* Global */
li {
  margin-bottom: 0;
}

.arrow-list li:before {
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* .pull-top reset */
.wyntk,
.popular {
  font-size: 0;
}

.wyntk .pull-top {
  font-size: 1rem;
  margin: 0;
}

.popular .pull-top {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

/* Typography */
.label {
  font-size: 0.6875rem;
}

/* Header */
.home .searchbox,
.home .not-available-skip,
.not-available .home-skip {
  display: none !important;
}

/* Find/Explore/Ask */
.navbar-collapse .findaskexplore {
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
}

.navbar-collapse .findaskexplore a {
  color: #fff;
}

.navbar-collapse .findaskexplore a:focus {
  outline: none;
  text-decoration: none;
  border-bottom: 2px dotted #fff;
}

.navbar-collapse .findaskexplore h1 a:focus {
  border-bottom: none;
  text-decoration: underline;
}

.navbar-collapse .findaskexplore input[type="radio"]:focus {
  padding: 2px;
  outline: 2px dotted #fff;
}

.navbar-collapse .findaskexplore .whatsnew {
  color: #fff;
  padding: 2px 4px;
  outline: 1px dotted #fff;
}

/* Find Box */
.navbar-collapse .findaskexplore .findbox {
  background: url(/assets/images/global/bg_find.png) no-repeat #0e7fa7;
}

.navbar-collapse .findaskexplore .findbox .search-field {
  width: calc(100% - 105px);
}

.navbar-collapse .findaskexplore .findbox .search-btn {
  width: 100px;
}

.navbar-collapse .findaskexplore .homeask li {
  font-size: 0.875rem;
}

/* Main Story */
.mainstory-image {
  border: 1px #dbdbdb solid;
}

/* Features */
.feature {
  background: #ebebeb;
}

.feature img {
  border-right: 1px solid #fff;
}

.feature .feature-content {
  padding: 8px 15px 0;
}

/* Events */
.event-links {
  padding-bottom: 21px;
}

.event-links a {
  margin-right: 15px;
}

.event-links a:first-child {
  margin-left: 15px;
}

/* What's Popular */
.whats-popular .popular a {
  display: block;
}

.whats-popular .popular .grid-image img {
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  padding: 0 2.5px;
}

.whats-popular .popular .grid-detail {
  padding: 0 4px;
}

/* Lightbox */
.modal-backdrop.in {
  opacity: 0.7;
}

.homepage-modal .modal-content {
  border: none;
  border-radius: 0;
}

.homepage-modal .modal-content .modal-body {
  padding: 0;
}

.homepage-modal .modal-content .modal-body .modal-close {
  width: 40px;
  height: 39px;
  text-align: center;
  text-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 35px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .whats-popular .popular-lists .popular-browse-lists-heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    float: left;
    margin: 0;
  }

  .whats-popular .popular-lists ul {
    font-size: 0.875rem;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }

  .whats-popular .popular-lists ul>li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }

  .whats-popular .popular-lists ul>li:after {
    content: "\2022";
    position: absolute;
    right: -5px;
  }

  .whats-popular .popular-lists ul>li:last-of-type:after {
    content: "";
  }
}

@media only screen and (min-width: 992px) {
  /* Global */
  .border-top {
    border-top: 1px solid #dbdbdb;
  }

  .move-top {
    margin-top: -216px;
  }

  /* Find/Explore/Ask */
  .navbar-collapse .bg-warning {
    background: #d14805;
  }

  .navbar-collapse .findaskexplore {
    /* create green/blue/orange background */
    background: url(/assets/images/global/bg.png) repeat-y;
    background-size: contain;
  }

  .navbar-collapse .findaskexplore .findbox:before {
    background: #0e7fa7;
    content: "";
    height: 100%;
    width: 1000%;
    margin-left: -1000%;
    position: absolute;
    left: -1px;
    top: 0;
  }

  .navbar-collapse .findaskexplore .homeexplore,
  .navbar-collapse .findaskexplore .homeask {
    padding: 5px 15px 8px;
  }

  .navbar-collapse .findaskexplore .homeexplore {
    background: url(/assets/images/global/bg_explore.png) no-repeat top left #528300;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .navbar-collapse .findaskexplore .homeexplore li {
    margin-left: 13px;
    text-indent: -13px;
  }

  .navbar-collapse .findaskexplore .homeexplore li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.3rem;
  }

  .navbar-collapse .findaskexplore .homeask {
    background: url(/assets/images/global/bg_ask.png) no-repeat #d14805;
  }

  .navbar-collapse .findaskexplore .homeask .question {
    font-weight: normal;
  }

  /* Features */
  .feature {
    border-left: 5px #fff solid;
  }

  /* Borders */

  .events::before,
  .whats-popular::before,
  .would-like-to::after,
  .wyntk::after {
    content: "";
    position: absolute;
    top: 20px;
    height: calc(100% - 20px);
    border-right: 1px solid #dbdbdb;
  }

  .events::before {
    height: 100%;
    top: 0;
    left: 0;
  }

  .whats-popular::before {
    left: 0;
  }

  .would-like-to::after,
  .wyntk::after {
    right: -1px;
  }

  /* Second Row */
  .secondrow {
    padding-top: 20px;
  }

  /* Lightbox */
  .homepage-modal .modal-lg {
    width: 815px;
  }
}

@media only screen and (min-width: 1092px) {
  /* Global */
  .move-top {
    margin-top: -165px;
  }
}

@media only screen and (min-width: 1300px) {
  /* Global */
  .move-top {
    margin-top: -252px;
  }

  /* Find/Explore/Ask */
  .navbar-collapse .findaskexplore {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
