/* Text Elements */

h1.page-heading {
  margin-top: .625rem;
  margin-bottom: .625rem;
  background-color: #f5f0f0;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-size: 2.81rem;
  font-family: 'Montserrat', sans-serif;
}

h1 span.heading-text-1 {
  color: #090909;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .07rem;
  font-size: 1.62rem;
}

h2 span.heading-text-2 {
  color: #0c6312;
  font-weight: 500;
  font-size: 17px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3.travel-heading {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #18191a;
  text-align: left;
  font-style: italic;
  font-size: 1.87rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h3 span.heading-text-8 {
  font-size: 28px;
}

h3 font.heading-text-9 {
  font-size: 28px;
}

p.paragraph.action-para {
  margin-bottom: 1rem;
  max-width: 100%;
  text-align: left;
  font-size: 1.12rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-4 {
  color: #f23636;
}

p.paragraph span.paragraph-text-8 {
  color: #0c6312;
  font-weight: 600;
}

p.paragraph span.paragraph-text-9 {
  color: #0c6312;
  font-weight: 500;
}

p.paragraph span.paragraph-text-14 {
  color: #0c6312;
  font-weight: 500;
}

p.paragraph span.paragraph-text-11 {
  color: #0c6312;
  font-weight: 600;
}

p.paragraph span.paragraph-text-10 {
  color: #0c6312;
  font-weight: 500;
}

p.paragraph span.paragraph-text-12 {
  color: #0c6312;
  font-weight: 600;
}

p.paragraph span.paragraph-text-18 {
  color: #f23636;
}

p.paragraph span.paragraph-text-19 {
  color: #f23636;
  font-weight: 600;
}

p.paragraph span.paragraph-text-20 {
  color: #f23636;
  font-weight: 600;
}

p.paragraph span.paragraph-text-21 {
  color: #ffa411;
  font-weight: 600;
}

p.paragraph span.paragraph-text-27 {
  color: #0c6312;
  font-weight: 600;
}

p.paragraph span.paragraph-text-34 {
  color: #0c6312;
  font-weight: 600;
}

p.paragraph span.paragraph-text-28 {
  color: #0c6312;
}

p.paragraph span.paragraph-text-33 {
  color: #0c6312;
  font-weight: 600;
}

blockquote span.blockquote-text-1 {
  font-size: 13px;
}

blockquote.blockquote-1 {
  max-width: 100%;
}

a.link-text {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.carousel-control {
  top: 50%;
  display: none;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  color: #000;
  text-shadow: none;
  font-size: 25px;
}

/* Interaction Elements */

a.link-button.action.btn {
  margin: .427rem auto;
  padding: .625rem;
  background-color: #242424;
  color: #fff;
  font-style: italic;
  font-size: 1.2rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.nav-element {
  margin: .427rem auto;
  padding: .625rem;
  background-color: #242424;
  color: #fff;
  font-style: italic;
  font-size: 1.2rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.btn {
  color: #f5f0f0;
}

a.link-button span.button-link-text-12 {
  font-weight: 600;
  font-size: 19px;
}

a.link-button span.button-link-text-13 {
  font-style: normal;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Layout Elements */

body > .row {
  max-width: 75rem;
}

body > .row.nav-row {
  background-color: #262626;
}

body > .row > [class*='col-xs-'].centered-content {
  text-align: center;
}

body > .row > [class*='col-xs-'].heading-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 0;
  padding-left: 0;
  min-height: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

body > .row.travel-row {
  margin-bottom: 2.5rem;
}

body > .row > [class*='col-xs-'].book-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row.row-1 {
  max-width: none;
  width: 100%;
}

body > .row > [class*='col-xs-'].carousel.slide {
  padding-right: 0;
  padding-left: 0;
}

a.responsive-picture.slider-image {
  max-width: none;
}

.container-fluid.carousel-inner {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid.active.item {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}

a.responsive-picture.picture-link-3 {
  max-width: 300px;
  background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-2 {
  max-width: 300px;
}

a.responsive-picture.picture-link-1 {
  max-width: 298px;
}

a.responsive-picture.picture-link-4 {
  max-width: 300px;
}

a.responsive-picture.picture-link-5 {
  max-width: 300px;
}

a.responsive-picture.picture-link-6 {
  max-width: 300px;
}

@media screen and (min-width: 296px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    font-size: 27px;
  }

  h2.section-heading {
    font-size: 2.25rem;
  }

  h2 span.heading-text-2 {
    color: #0c6312;
    font-weight: 600;
    font-size: 20px;
  }

  h3.travel-heading {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #18191a;
    text-align: left;
    font-style: italic;
    font-size: 1.87rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph.action-para {
    text-align: left;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 32px;
  }

  p.paragraph span.paragraph-text-15 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-16 {
    color: #0e530e;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-25 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-23 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-26 {
    color: #0c6312;
    font-weight: 600;
  }

  blockquote span.blockquote-text-1 {
    font-size: 13px;
  }

  blockquote.blockquote-1 {
    max-width: 100%;
  }

  /* Interaction Elements */

  a.link-button span.button-link-text-9 {
    color: #f5f0f0;
    font-weight: 600;
    font-size: 19px;
  }

  a.link-button span.button-link-text-14 {
    font-weight: 600;
    font-size: 19px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].heading-column {
    min-height: 20px;
  }

  body > .row.travel-row {
    margin-bottom: 2.5rem;
    max-width: 100%;
  }

  body > .row.row-3 {
    max-width: 100%;
  }

  body > .row > [class*='col-xs-'].column-2 {
    float: left;
    min-height: 1px;
  }

  body > .row > [class*='col-xs-'].column-3 {
    float: left;
  }

  body > .row > [class*='col-xs-'].column-7 {
    position: relative;
    float: left;
    clear: none;
    min-height: 1px;
  }

  body > .row > [class*='col-xs-'].column-8 {
    float: left;
    clear: none;
  }

  body > .row > [class*='col-xs-'].column-9 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 300px;
  }
}

@media screen and (min-width: 297px) {
  /* Text Elements */

  p.paragraph span.paragraph-text-17 {
    color: #0e3711;
    font-weight: 600;
  }
}

@media screen and (min-width: 566px) {
  /* Text Elements */

  p.paragraph span.paragraph-text-8 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-9 {
    color: #0c6312;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-6 {
    color: #0c6312;
    font-weight: 500;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-5 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-6 {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    font-size: 27px;
  }

  h2 span.heading-text-2 {
    font-size: 27px;
  }

  p.paragraph span.paragraph-text-5 {
    line-height: 1.38;
  }

  p.paragraph span.paragraph-text-8 {
    color: #0c6312;
    font-weight: 600;
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-1 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-6 {
    color: #0c6312;
    font-weight: 600;
  }

  a.link-text.carousel-control {
    display: block;
  }

  a.link-text.carousel-control.left {
    padding-left: 20px;
    text-shadow: rgba(0, 0, 0, .6) 0 1px 2px;
  }

  a.link-text.carousel-control.right {
    padding-right: 20px;
    text-shadow: rgba(0, 0, 0, .6) 0 1px 2px;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].heading-column {
    min-height: 1250.2%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
  }

  a.responsive-picture.slider-image {
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    font-size: 31px;
  }

  p.paragraph.action-para {
    max-width: 100%;
  }

  p.paragraph span.paragraph-text-8 {
    color: #0c6312;
    font-weight: 700;
    font-size: 20px;
  }

  p.paragraph span.paragraph-text-1 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-6 {
    color: #0c6312;
    font-weight: 600;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].column-2 {
    float: left;
  }

  body > .row > [class*='col-xs-'].column-3 {
    float: left;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-5 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-6 {
    max-width: 300px;
  }

  a.responsive-picture.slider-image {
    background-image: url('../slide1.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1 span.heading-text-1 {
    background-color: transparent;
    color: #090909;
    font-weight: 300;
    font-size: 34px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h1.page-heading {
    background-color: #f5f0f0;
  }

  h1 span.heading-text-7 {
    font-size: 31px;
  }

  h2 span.heading-text-2 {
    color: #0c6312;
    font-weight: 600;
    font-size: 30px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  h2.section-heading {
    text-decoration: none;
    white-space: nowrap;
    font-size: 2.27rem;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.1;
  }

  h2 span.heading-text-10 {
    font-size: 25px;
  }

  h3.travel-heading {
    text-align: left;
  }

  h3 span.heading-text-8 {
    font-weight: 700;
    font-size: 25px;
  }

  h3 font.heading-text-9 {
    font-weight: 700;
    font-size: 24px;
  }

  h3 span.heading-text-4 {
    font-weight: 700;
  }

  h3 span.heading-text-3 {
    font-weight: 700;
  }

  h3 span.heading-text-5 {
    font-weight: 700;
  }

  h3 span.heading-text-6 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
  }

  p.paragraph.action-para {
    max-width: 100%;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 700;
    font-size: 34px;
  }

  p.paragraph span.paragraph-text-4 {
    color: #f23636;
    font-size: 26px;
  }

  p.paragraph span.paragraph-text-10 {
    color: #0c6312;
    font-weight: 700;
    font-size: 21px;
  }

  p.paragraph span.paragraph-text-11 {
    color: #0c6312;
    font-weight: 600;
    font-size: 19px;
  }

  p.paragraph span.paragraph-text-12 {
    color: #0c6312;
    font-weight: 700;
    font-size: 21px;
  }

  p.paragraph span.paragraph-text-13 {
    color: #0c6312;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-1 {
    color: #0c6312;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-6 {
    color: #0c6312;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-7 {
    color: #0c6312;
    font-weight: 700;
    font-size: 27px;
  }

  p.paragraph span.paragraph-text-22 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-23 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-24 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-27 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-28 {
    color: #0c6312;
    font-size: 27px;
  }

  p.paragraph span.paragraph-text-29 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-30 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-31 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-32 {
    color: #0c6312;
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-33 {
    color: #0c6312;
    font-weight: 600;
  }

  a.link-text.carousel-control.right {
    font-weight: 800;
    font-size: 40px;
  }

  a.link-text.carousel-control.left {
    font-weight: 800;
    font-size: 40px;
  }

  /* Interaction Elements */

  a.link-button span.button-link-text-2 {
    color: #f5f0f0;
  }

  a.link-button span.button-link-text-3 {
    color: #f5f0f0;
  }

  a.link-button span.button-link-text-1 {
    color: #f5f0f0;
  }

  a.link-button span.button-link-text-11 {
    color: #f5f0f0;
  }

  a.link-button span.button-link-text-4 {
    font-weight: 600;
  }

  a.link-button span.button-link-text-5 {
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-6 {
    font-size: 19px;
  }

  a.link-button span.button-link-text-7 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-8 {
    color: #f5f0f0;
  }

  a.link-button span.button-link-text-10 {
    font-style: normal;
  }

  a.link-button span.button-link-text-15 {
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-16 {
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-17 {
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-18 {
    font-weight: 600;
    font-size: 18px;
  }

  a.link-button span.button-link-text-19 {
    font-weight: 600;
    font-size: 19px;
  }

  a.link-button span.button-link-text-20 {
    font-style: normal;
  }

  a.link-button span.button-link-text-21 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-22 {
    font-style: normal;
  }

  a.link-button span.button-link-text-23 {
    font-size: 15px;
  }

  a.link-button span.button-link-text-24 {
    font-size: 18px;
  }

  a.link-button span.button-link-text-26 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  a.link-button span.button-link-text-25 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].centered-content {
    padding-right: 0;
    padding-left: 0;
    border-color: #796e6e;
  }

  body > .row.nav-row {
    max-width: 100%;
  }

  body > .row > [class*='col-xs-'].heading-column {
    position: relative;
    float: none;
    clear: none;
    min-height: 50px;
  }

  body > .row.row-3 {
    max-width: 100%;
    height: 50px;
  }

  body > .row > [class*='col-xs-'].column-3 {
    float: left;
    clear: both;
  }

  body > .row > [class*='col-xs-'].column-2 {
    float: left;
  }

  body > .row > [class*='col-xs-'].book-column {
    min-height: 7px;
  }

  body > .row > [class*='col-xs-'].active.centered-content {
    padding-top: 0;
    min-height: 11px;
    height: 163px;
  }

  body > .row.row-2 {
    max-width: 80rem;
  }

  .container-fluid.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 300px;
    background-image: url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-5 {
    max-width: 300px;
  }

  a.responsive-picture.picture-link-6 {
    max-width: 300px;
  }

  a.responsive-picture.slider-image {
    background-image: url('../slide1.jpg'), url('../slide2.jpg'), url('../slide3.jpg');
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, left top;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: no-repeat, no-repeat, no-repeat;

    background-blend-mode: normal, normal, normal;
  }
}