/*** SCSS MEDIA QUERY ***/
/*** How to use media query

.module {
  width: 25%;
  @include breakpoint(small) {
    width: 100%;
  }
}

***/
/* Sections are primary containers that typically fill the entire width of
 * a page and break down the major in-page areas. We highlight the first
 * heading (h1 or h2) in a section to ensure the division is obvious.
 *
 * <section>
 *   <h2><strong>Section Title</strong></h2>
 *   ... remaining content ...
 * </section>
 */
section {
  margin-bottom: 2em;
  *zoom: 1;
  /* Section introduction */ }
  section:after {
    content: "";
    display: table;
    clear: both; }
  section > header {
    clear: both;
    text-align: center;
    position: relative;
    top: -25px; }
    section > header h1 {
      color: white;
      font-size: 21px;
      letter-spacing: 0.05em;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      background-image: url('//media.gadventures.com/media-server/static/g/css/images/banner-hp-bg-all.png?9d5f174b0a5b'), url('//media.gadventures.com/media-server/static/g/css/images/banner-hp-bg-all.png?9d5f174b0a5b');
      background-position: top left, bottom right;
      background-repeat: no-repeat;
      display: inline-block;
      min-width: 200px;
      line-height: 50px;
      padding: 0 60px;
      margin: 0; }
      section > header h1 a, section > header h1 a:hover, section > header h1 a:link, section > header h1 a:visited {
        color: #FFF; }
    section > header h2 {
      font-size: 1.2em;
      margin-top: 0;
      text-transform: none; }
  section > div.text {
    padding: 1em;
    font-size: 1.2em;
    line-height: 1.2em; }

/* An aside contains content that is tangentially related to the article in 
 * which it is contained. It is used to highlight additional related content.
 * An aside is contained within a section and/or article, therefore, it's first
 * heading likely starts at h3.
 */
section aside > div {
  background: #efefef;
  clear: none;
  margin: -10px 7px 5px 7px;
  padding: 5px 15px 20px 15px; }

section aside > header h1 {
  color: white;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-color: #4a4a4a;
  width: 100%;
  display: inline-block;
  margin: 0 0 7px 0;
  padding: 6px 0 6px 0;
  font-size: 1.1em; }

section aside > header {
  background-image: url('//media.gadventures.com/media-server/static/g/css/images/banner-hp-wrap-corners.png?4f1d7fca93de'), url('//media.gadventures.com/media-server/static/g/css/images/banner-hp-wrap-corners.png?4f1d7fca93de');
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  display: block;
  background-color: #efefef;
  text-align: center;
  width: 100%; }

section aside h2 {
  margin-bottom: 0;
  font-size: 1.2em;
  text-transform: capitalize; }

section aside p {
  font-size: 0.9em;
  padding: 0 0 5px 0; }

/* A fancy list with a header, including a count, title & subtitle.
 * <article role='list'>
 *   <header>
 *      <span>{{ count }}</span>
 *      <hgroup><h3>Title</h3><h4>Sub-title</h4></hgroup></header>
 *   <ul>...</ul>
 * </article>
 */
article[role='list'] hgroup {
  left: 15px;
  list-style: none;
  margin: 0;
  padding-top: 2px;
  position: relative; }

article[role='list'] hgroup h4, hgroup h5 {
  margin: 0;
  padding-bottom: 5px; }

article[role='list'] header {
  color: white;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-color: #4A4A4A;
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1em;
  display: block;
  position: relative;
  margin: 0 0 7px 0;
  padding: 6px 0 6px 0; }

/* Add the little shadows under the left and right side of the
 *  header to give a 3d appearance 
 */
article[role='list'] header:before,
article[role='list'] header:after {
  content: '';
  background-image: url('//media.gadventures.com/media-server/static/g/css/images/banner-hp-wrap-corners.png?4f1d7fca93de');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 7px; }

article[role='list'] header:before {
  background-position: bottom left;
  left: 0; }

article[role='list'] header:after {
  background-position: bottom right;
  right: 0; }

/* The number of items in the list is in a span tag in the header */
article[role='list'] header h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em; }
article[role='list'] header h5 {
  font-size: 1.1em;
  text-transform: uppercase; }
article[role='list'] header span {
  color: white;
  font-size: 45px;
  font-family: 'MuseoSlab900','Rokkitt',serif;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-left: 20px;
  padding-right: 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-right: #fff dotted 1px;
  float: left; }
article[role='list'] ul {
  list-style: none;
  background: #fff;
  margin: -10px 7px 10px 7px;
  padding: 12px 10px 15px 10px;
  border: 2px solid #4a4a4a;
  font-size: 0.9em; }
  article[role='list'] ul li {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    border-bottom: 1px #efefef solid; }
    article[role='list'] ul li:after {
      content: "";
      display: table;
      clear: both; }
    article[role='list'] ul li a {
      display: block;
      height: 15px;
      line-height: 15px;
      margin-right: 70px; }
    article[role='list'] ul li strong, article[role='list'] ul li span {
      display: block;
      position: relative;
      top: -1em;
      float: right;
      clear: right;
      width: 60px; }
    article[role='list'] ul li strong {
      top: -1.1em; }
  article[role='list'] ul li:last-child {
    border: none; }

/*** SCSS MEDIA QUERY ***/
/*** How to use media query

.module {
  width: 25%;
  @include breakpoint(small) {
    width: 100%;
  }
}

***/
.facet-search-box {
  float: left;
  height: 300px;
  width: 300px;
  background: #efefef;
  clear: none; }

.facet-search-box h2.main-titles {
  color: white;
  font-size: 19px;
  text-align: center;
  background: #5a4099;
  margin: 0;
  padding: 10px 0; }

#faceted_finder_form {
  line-height: 25px;
  padding: 20px; }

#faceted_finder_form div {
  margin-bottom: 20px; }

#faceted_finder_form div select {
  float: right;
  width: 180px; }

#faceted_finder_form div.facet-group input#finder_q {
  float: right;
  padding: 2px 5px;
  width: 176px; }

#faceted_finder_form div.facet-submit-button {
  text-align: center; }

#faceted_finder_form div.facet-submit-button button#finder_submit {
  font-size: 15px; }

#main-banner {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }

#main-banner-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #FFF; }

#main-banner .carousel-indicators {
  /* Put indicators on bottom left */
  top: auto;
  right: auto;
  left: 15px;
  bottom: 15px; }

.changing-lives {
  padding: 5px 0 5px 10px; }

.changing-lives p {
  font-size: 95%; }

#hp-about {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  box-shadow: 0 0 2px #333;
  padding: 14px;
  margin: 11px 1px 15px;
  text-align: left; }

#hp-about h3 {
  text-align: left;
  font-size: 1.1em; }

#hp-about p {
  line-height: 1.35em; }

#hp-headlines {
  margin-top: 20px; }

.hp-light-round {
  border: 1px solid #CCC;
  padding: 5px 13px 8px 13px;
  margin: 11px 1px 15px; }

.home-page #content .flowgrid3 {
  padding: 10px; }

.home-page #content .flowgrid3 div.row {
  margin-bottom: 1em; }

.home-page #content .flowgrid2 div a {
  display: block; }

.home-page #content .flowgrid3 div .rounded,
.home-page #content .flowgrid2 div .rounded,
.home-page #content-foot .flowgrid3 div .rounded {
  -moz-box-shadow: 0 0 2px #000;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000; }

.home-page #content .hp-product {
  clear: both; }

.home-page #content .hp-product a.button {
  font-size: 12px;
  float: right; }

.home-page .divider {
  background: url('//media.gadventures.com/media-server/static/g/css/images/divider.png') repeat-x;
  padding-top: 2px;
  width: 80%;
  margin: 0 auto; }

#love-changing-lives div {
  padding: 10px 14px;
  background-image: url('//media.gadventures.com/media-server/static/g/css/images/G-bottom-right.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-top-left-radius: 10px; }

#marketing-promos {
  padding: 10px;
  margin-top: 20px; }

#trip-list-b {
  float: right;
  width: 323px;
  border-left: 1px dotted #818e98;
  width: 300px;
  padding: 0px 20px; }

.trip-list li {
  border-bottom: 1px dotted #DDD;
  font-size: .9em; }

#hp-featured-tours {
  border-bottom: 1px dotted #818e98;
  padding-bottom: 10px; }

#hp-featured-tours h3 {
  padding: 5px 5px 5px 10px; }

/* homepage trip reviews */
#hp-tracker blockquote {
  margin: 1em 0 1em 0; }

#hp-tracker blockquote .review {
  /* background: url('//media.gadventures.com/media-server/static/g/css/images/quotes-bg.png') no-repeat scroll 5px 5px transparent; padding-left: 55px; */
  padding: 1em;
  display: block;
  background: #818e98;
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(#818e98), to(#5f6367));
  background: -moz-linear-gradient(top, #818e98, #818e98, #5f6367);
  font-weight: bold;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.2) -1px -1px 0;
  font-size: 1.2em; }

#hp-tracker {
  width: 300px; }

#hp-tracker blockquote span.author {
  display: block;
  padding-left: 30px;
  margin-left: 30px;
  padding-top: 5px; }

#id-testimonial-tracker {
  margin: 0px;
  height: 105px;
  padding: 0; }

#id-testimonial-tracker li {
  background: url('//media.gadventures.com/media-server/static/g/css/images/quotes-bg.png') no-repeat 5px 5px;
  padding: 5px 10px 0px 50px;
  font-size: 12px;
  height: 120px; }

#hp-featured-tours h3 {
  padding: 0px; }

#trip-list-b {
  border-left: 1px dotted #818e98;
  width: 300px;
  padding: 0px 20px; }

#sidebar-signups {
    clear: left;
}
#sidebar-signups div {
    border-bottom: 1px dotted #818E98;
    width: 300px;
    padding: 15px 0px;
}
    #sidebar-signups div h4 {
        font-size: 21px;
        font-family: 'MuseoSlab900', 'Rokkitt', serif;
        color: #5a4099;
        margin: 0;
        padding:0;
    }
    #sidebar-signups div a {
        font-weight: bold;
        color: #5a4099;
    }
    #sidebar-signups div p {
        font-size: 14px;
        padding: 0;
        margin: 10px 0 0 0;
    }
    #sidebar-signups div img.action {
        float: right;
        margin: 8px 0 0;
    }
