@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*=================RESPONSIVE===============*/
sans- html {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  background-color: black;
  background: #0d0d0d; /* Old browsers */
  background: -moz-linear-gradient(top, #0d0d0d 0%, black 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0d0d0d 0%, black 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0d0d0d 0%, black 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -9999;
  display: none;
}
@media only screen and (min-width: 768px) {
  #myVideo {
    display: block;
  }
}

#wrapper {
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  max-width: 1024px;
  color: #333;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #wrapper {
    /*width: 100%;  */
    margin: 0 auto;
    padding: 0px;
  }
}

header {
  width: 100%;
  padding: 0.25em 0.15em 12px 0.15em;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  header {
    margin: 0 0 0.15em 0;
    padding: 0.5em 6px;
  }
}
header h1 {
  font-family: "Outfit", sans-serif;
  font-size: 3.1em;
  font-weight: 500;
  line-height: 1em;
  margin: 0 auto 16px;
  padding: 4px;
  max-width: 1000px;
  color: white;
  letter-spacing: 0.085em;
  padding: 4px 0 0 0;
}
header h1 span {
  font-size: 0.45em;
  display: block;
  line-height: 1.2em;
}
@media only screen and (max-width: 320px) {
  header h1 {
    font-size: 3.15em;
  }
}
@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 5.7em;
    margin: 0 auto 16px;
    padding: 4px 0 4px 0;
  }
}
@media only screen and (min-width: 1440px) {
  header h1 {
    font-size: 7.25em;
  }
}
header h2 {
  font-family: "Baskervville", serif;
  font-size: 2.6em;
  font-weight: 500;
  padding: 0 4px 0 4px;
  margin: 12px 0 0 0;
  color: white;
  letter-spacing: 0.065em;
  line-height: 1em;
}
header h2 span {
  font-size: 0.65em;
}
@media only screen and (max-width: 320px) {
  header h2 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  header h2 {
    font-size: 4.3em;
    margin: 18px 0 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  header h2 {
    font-size: 4.75em;
    margin: 24px auto 12px;
    max-width: 1024px;
  }
}
header h3 {
  font-family: "Baskervville", serif;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  margin: 0 0 0 0;
  padding: 4px 4px;
  line-height: 1.4em;
}
@media only screen and (max-width: 320px) {
  header h3 {
    padding: 8px 4px;
  }
}
@media only screen and (min-width: 768px) {
  header h3 {
    font-size: 1.65em;
  }
}
@media only screen and (min-width: 1440px) {
  header h3 {
    font-size: 2em;
  }
}
header h4 {
  display: inline-block;
  padding: 6px 0;
}
header img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 1em 0 0.25em 0;
}
@media only screen and (min-width: 768px) {
  header img {
    max-height: 100%;
    max-width: 60%;
    margin: 0.5em 0 0.5em 0;
  }
}
@media only screen and (min-width: 1440px) {
  header img {
    max-height: 90%;
    max-width: 35%;
    margin: 0.5em 0 0.5em 0;
  }
}

.author {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .author {
    max-width: 344px;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 1440px) {
  .author {
    max-width: 444px;
    margin: 1em 0;
  }
}

.red {
  color: #000;
}

/*==========================MAIN CONTAINER======================*/
.container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .container {
    margin: 0 0 32px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/*==========================BOOK======================*/
.book {
  padding: 0 12px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.book h3 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0 0;
  font-family: "Baskervville", serif;
  color: #d23f21;
}
@media only screen and (min-width: 768px) {
  .book h3 {
    font-size: 1.5em;
  }
}
.book img, .book svg {
  height: auto;
  width: auto;
  max-width: 100%;
}
.book a {
  padding: 12px 12px;
  display: block;
  width: 75%;
  margin: 24px auto;
  background-color: #699047;
  color: black;
  border-radius: 6px;
}
.book a:hover {
  background-color: #5d7f3f;
}
@media only screen and (min-width: 768px) {
  .book {
    padding: 12px 12px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
/*==========================BUYLINKS======================*/
#buynow {
  font-size: 1.15em;
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 8px 0 0 0;
  font-family: "Outfit", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  #buynow {
    color: #1a1a1a;
    font-size: 1.35em;
    margin: 6px 0 0 0;
  }
}

.buylinks {
  padding: 0 0px 6px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #d23f21;
  background-color: #2b3b1d;
  background: #404040; /* Old browsers */
  background: -moz-linear-gradient(top, #404040 0%, black 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #404040 0%, black 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #404040 0%, black 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  /*flex-basis: 46%;*/
}
@media only screen and (min-width: 768px) {
  .buylinks {
    /*flex-basis: 25%;*/
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: transparent;
    background-image: none;
  }
}
@media only screen and (min-width: 1440px) {
  .buylinks {
    /*flex-basis: 25%;*/
    position: relative;
    background-color: transparent;
    background-image: none;
    margin: 0 auto;
  }
}
.buylinks a {
  display: block;
  padding: 12px 12px;
  margin: 2px;
  height: 54px;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  background: #f3f7ef; /* Old browsers */
  background: -moz-linear-gradient(top, #f3f7ef 0%, #76a24f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3f7ef 0%, #76a24f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f7ef 0%, #76a24f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #0d1209;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .buylinks a {
    padding: 12px 12px;
    margin: 6px 6px;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .buylinks a {
    padding: 12px 12px;
    margin: 6px 6px;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) {
  .buylinks a:hover {
    /*background-color: lighten($link-color, 8%);*/
    background: #f9dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #f9dfda 0%, #e25f44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9dfda 0%, #e25f44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9dfda 0%, #e25f44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
    /*background-attachment: fixed;*/
    border: 1px solid black;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.buylinks a img {
  width: auto;
  max-width: 100%;
  max-height: 80%;
  /*max-height: 20px;*/
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .buylinks a img {
    max-height: 30px;
  }
}
.buylinks h4 {
  font-size: 1em;
  text-align: center;
  margin: 8px 0;
}

/*==========================COPY======================*/
.copy {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 12px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 1.05em;
  color: #333;
  line-height: 1.4em;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.copy p {
  margin: 12px 0;
  padding: 4px 0;
  font-weight: 500;
  font-size: 1.1em;
}
.copy h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 12px 0 24px 0;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media only screen and (min-width: 768px) {
  .copy h4 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1440px) {
  .copy h4 {
    font-size: 1.35em;
  }
}
.copy h5 {
  font-size: 1.15em;
  margin: 0.5em 0 1em 0;
  font-weight: 400;
}
.copy h5 span {
  color: #2b3b1d;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .copy h5 {
    font-size: 1.15em;
  }
}
.copy ul {
  margin: 0;
  padding: 0;
}
.copy ul li {
  text-decoration: none;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .copy {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 1em;
    padding: 12px 12px 12px 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .copy {
    padding: 12px 36px 12px 36px;
    font-size: 1.15em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.redpraise {
  color: #9dc07e;
  text-shadow: 2px 3px 6px #2b3b1d;
  font-size: 1.24em;
}

/*===================QUOTES SECTION====================*/
q, cite {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
q {
  quotes: "“" "”";
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 1.05em;
}

.first-quote {
  margin: 4px 0 0 0;
}

cite {
  margin: 8px 0 18px 0;
  color: #d23f21;
  font-family: "Baskervville", serif;
  font-style: normal;
  font-size: 0.98em;
  font-weight: 400;
}

cite:before {
  content: "—";
}

.copy q:nth-child(3) {
  margin: 0 0 0 0;
}

.quotes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  font-weight: 500;
}
.quotes div {
  flex-basis: 100%;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .quotes div {
    flex-basis: 50%;
  }
}

/*===================BOTTOM SECTION====================*/
.redwrap {
  width: 100%;
  text-align: center;
  padding-top: 1em;
}

a.promolink {
  background-color: #fdc474;
  padding: 8px;
  width: 85%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}
a.promolink:hover {
  background-color: #d23f21;
}

.bottom-line {
  max-width: 1024px;
  gap: 82px;
  margin: 24px auto 48px;
  padding: 0 8px;
  text-align: center;
  font-size: 1.25em;
  padding: 0 0;
}
.bottom-line a {
  padding: 4px 8px;
  margin: 4px 0;
  display: inline-block;
  border-radius: 6px;
  color: #b3d4fc;
  text-decoration: underline;
}
.bottom-line a:hover {
  color: #2b3b1d;
}
.bottom-book-section {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  grid-template-rows: auto auto;
  background-color: rgba(247, 182, 112, 0.35);
  padding: 0 1em;
}
@media only screen and (min-width: 768px) {
  .bottom-book-section {
    grid-template-columns: 1fr 0.75fr 1.25fr;
  }
}

.bottom-book {
  padding: 0 12px;
  grid-column: 1/2;
  text-align: center;
}
.bottom-book h3 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0 0;
  font-family: "Baskervville", serif;
  color: #d23f21;
}
@media only screen and (min-width: 768px) {
  .bottom-book h3 {
    font-size: 1.5em;
  }
}
.bottom-book img, .bottom-book svg {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .bottom-book {
    padding: 12px 12px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.bottom-buylinks {
  padding: 0 8px 6px 8px;
  color: #fdc474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #d23f21;
  background-color: transparent;
  align-content: flex-start;
  grid-column: 2/3;
  /*flex-basis: 46%;*/
}
@media only screen and (min-width: 768px) {
  .bottom-buylinks {
    /*flex-basis: 25%;*/
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    background-image: none;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 1440px) {
  .bottom-buylinks {
    /*flex-basis: 25%;*/
    position: relative;
    background-color: transparent;
    background-image: none;
    margin: 0 auto;
  }
}
.bottom-buylinks h4 {
  color: #3d4550;
  font-family: "Outfit", sans-serif;
}
.bottom-buylinks a {
  display: block;
  padding: 9px 9px;
  margin: 2px;
  background: #fed9a6; /* Old browsers */
  background: -moz-linear-gradient(top, #fed9a6 0%, #feefd9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fed9a6 0%, #feefd9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fed9a6 0%, #feefd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
  /*background-attachment: fixed;*/
  border: 1px solid #fcaa38;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .bottom-buylinks a {
    padding: 9px 9px;
    margin: 6px 6px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .bottom-buylinks a {
    padding: 9px 9px;
    margin: 6px 6px;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-buylinks a:hover {
    /*background-color: lighten($link-color, 8%);*/
    background: white; /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #e98570 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #e98570 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #e98570 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grad-color-one", endColorstr="$grad-color-two",GradientType=0 ); /* IE6-9 */
    /*background-attachment: fixed;*/
    border: 1px solid #4e170c;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.bottom-buylinks a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 48px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .bottom-buylinks a img {
    max-height: 30px;
  }
}
.bottom-buylinks h4 {
  font-size: 0.75em;
  text-align: center;
  margin: 8px 0;
  font-family: "Baskervville", serif;
}
@media only screen and (min-width: 768px) {
  .bottom-buylinks h4 {
    font-size: 1em;
  }
}

.bottom-copy {
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 0.85em;
}
.bottom-copy h4 {
  font-size: 1.25em;
  margin: 0.25em 0 1em 0;
  font-weight: 600;
  font-family: "Baskervville", serif;
}
.bottom-copy h3 {
  font-size: 1.45em;
  color: #3d4550;
}
.bottom-copy p {
  font-family: "Baskervville", serif;
}
@media only screen and (min-width: 768px) {
  .bottom-copy {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}

.promo {
  max-width: 600px;
  color: #fff;
  padding: 0 1em;
  font-size: 0.85em;
}
.promo h4 {
  margin: 24px 0 0 0;
}
.promo a {
  background-color: #fdc474;
  padding: 6px;
  font-size: 1em;
  font-weight: 700;
  color: #2b3b1d;
  text-decoration: none;
  margin: 0 2em;
}
.promo a:hover {
  background-color: #9abe7b;
}
@media only screen and (min-width: 768px) {
  .promo a {
    margin: 0 1em;
  }
}
.promo img, .promo svg {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .promo {
    font-size: 1.1em;
  }
}

.notepad {
  display: grid;
  grid-template-columns: 1fr 0.24fr;
}

a.bookclub {
  text-align: center;
  color: #d23f21;
  font-size: 1.35em;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}
a.bookclub:hover {
  color: #fdc474;
}

/*==========================ONSALE======================*/
#onsale {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding: 8px 0px;
  margin: 0px auto;
  line-height: 1.4em;
  color: #d23f21;
}
@media only screen and (min-width: 768px) {
  #onsale {
    margin: 0 auto;
    font-size: 2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1440px) {
  #onsale {
    font-size: 2.25em;
    margin: 0px auto 8px;
  }
}

/*==========================VIDEO======================*/
#videoYT {
  width: 100%;
  max-width: 1024px;
  padding: 12px;
  overflow: hidden;
  clear: both;
  margin: 36px auto;
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #videoYT {
    padding: 36px;
  }
}

.videoContainer {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.videoContainer iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
  border: 1px solid #333;
}

/*==========================CONNECT======================*/
.connect {
  max-width: 1024px;
  margin: 24px auto;
  text-align: center;
}
.connect a {
  color: #d23f21;
}
.connect a img {
  margin-right: 12px;
}

/*==========================SIGN UP======================*/
#myForm {
  width: 100%;
  max-width: 320px;
  margin: 12px auto;
  background-color: #fff;
  padding: 12px;
  font-size: 1em;
  font-family: "Outfit", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#myForm h1 {
  font-size: 1.24em;
  margin: 0 0 12px 0;
  text-align: center;
}
#myForm label {
  font-size: 0.78em;
  width: 96px;
  display: block;
  padding: 7px 0 4px 0;
}
#myForm sub {
  display: block;
  font-size: 0.78em;
  color: #C50600;
  margin: 6px 0;
}

#macsite input[type=text] {
  background-color: #efefef;
  color: #333;
  border: 1px solid #b9b9b9;
  margin: 0 0 8px 0;
  padding: 9px 6px;
  font-size: 0.84em;
  display: inline-block;
  border-radius: 0px;
}
#macsite input[type=text][name=txtEmail] {
  margin: 0 0 16px 0;
}
#macsite input[type=submit] {
  background-color: #1b7696;
  color: #fff;
  font-size: 1.3em;
  margin: 12px 0 0 0;
  padding: 8px 24px;
  border: 0;
  display: block;
  width: 98%;
  cursor: pointer;
}
#macsite input[type=submit]:hover {
  background-color: #666;
  color: #fff;
}

.age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox-slide--iframe .fancybox-content {
  width: 360px;
  height: 100%;
  max-width: 360px;
  max-height: 554px;
  margin: 0;
}

/*=========================FOOTER============================*/
footer {
  width: 100%;
  font-size: 0.65em;
  padding: 24px 0;
  text-align: center;
  margin: 0 0 222px 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.088em;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  footer {
    margin: 4em 0 0 0;
    bottom: 0;
  }
}

footer a {
  color: #d23f21;
}

footer a:hover {
  color: #d57e03;
}

footer a:visited {
  color: #7a2513;
}

footer span {
  text-transform: uppercase;
}

.footerlinks {
  display: block;
  margin: 0 0 0 0;
  font-size: 0.75em;
}
.footerlinks img {
  height: auto;
  width: auto;
  max-width: 36px;
}
@media only screen and (min-width: 768px) {
  .footerlinks {
    margin: 0 24px 0 0;
  }
}

/*===================BOTTOM SECTION====================*/
.tour {
  max-width: 1024px;
  margin: 24px auto 48px;
  padding: 12px 0 8px 0;
  text-align: center;
  font-size: 1.25em;
}
.tour h3 {
  margin: 4px 0 12px 0;
  font-family: "Outfit", sans-serif;
}
.tour p {
  margin: 0 0 12px 0;
  font-size: 0.88em;
}

.tour-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.88em;
  font-family: "Outfit", sans-serif;
  justify-content: center;
}

.tourdate {
  margin: 0 12px 36px 12px;
  -ms-flex-preferred-size: 94%;
  flex-basis: 94%;
  background-color: #d23f21;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .tourdate {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
}
.tourdate h3 {
  font-size: 0.96em;
  color: #555;
  margin: 0 0 12px 0;
  background-color: #445d2e;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 4px 6px;
}
@media only screen and (min-width: 768px) {
  .tourdate h3 {
    font-size: 0.8em;
  }
}
.tourdate h4 {
  font-size: 0.88em;
  padding: 0 0 4px 0;
  margin: 0;
}
.tourdate p {
  font-size: 0.82em;
  margin: 0;
  padding: 0 4px 4px 4px;
  font-family: "Outfit", sans-serif;
}
.tourdate p span {
  color: #ee8c03;
  font-style: italic;
  display: block;
}

a.tourdate {
  text-decoration: none;
  border: 1px solid #381109;
  color: #fff;
  background-color: #d23f21;
}
a.tourdate:hover {
  background-color: #e46e56;
}
a.tourdate:hover h3 {
  background-color: #90b76d;
}

.tourdate-past {
  background-color: #ec9886;
}
.tourdate-past h3 {
  background-color: #feefd9;
  color: white;
}
.tourdate-past h4, .tourdate-past p {
  color: #f6d0c9;
}

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