@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*=================RESPONSIVE===============*/
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: "Lato", sans-serif;
  background-color: #9be9dd;
  background: #9be9dd; /* Old browsers */
  background: -moz-linear-gradient(top, #9be9dd 0%, #47d7c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9be9dd 0%, #47d7c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9be9dd 0%, #47d7c1 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-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: 94%;
  z-index: 9999;
  margin: 0 auto;
  max-width: 1024px;
  color: #333;
  background-color: #fff;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  #wrapper {
    width: 94%;
    margin: 0 auto;
    padding: 2em;
  }
}

header {
  width: 100%;
  padding: 1em 0.75em 12px 0.75em;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  header {
    margin: 0 auto;
    padding: 1.5em;
  }
}
header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 auto;
  padding: 4px;
  max-width: 1000px;
  color: #0e2f96;
  letter-spacing: 0.075em;
  padding: 4px 0 0 0;
}
header h1 span {
  font-size: 0.7em;
  display: block;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  header h1 span {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  header h1 {
    font-size: 3.15em;
  }
}
@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 5em;
    margin: 0 auto 0.25em;
    padding: 4px 0 4px 0;
  }
}
@media only screen and (min-width: 1440px) {
  header h1 {
    font-size: 7.25em;
  }
}
header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  padding: 0;
  margin: 24px 0;
  color: #0e2f96;
  letter-spacing: 0.075em;
  line-height: 1em;
}
header h2 span {
  font-size: 0.48em;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  header h2 span {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  header h2 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  header h2 {
    font-size: 3.75em;
    padding: 0 36px 0 36px;
    margin: 0.5em 0 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  header h2 {
    font-size: 4.15em;
    margin: 0.25em auto 0;
    max-width: 1024px;
  }
}
header h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  margin: 0.6em 0 0 0;
  padding: 0 4px;
  color: #0e2f96;
  line-height: 1.2em;
}
@media only screen and (max-width: 320px) {
  header h3 {
    padding: 8px 4px;
  }
}
@media only screen and (min-width: 768px) {
  header h3 {
    font-size: 2.45em;
  }
}
@media only screen and (min-width: 1440px) {
  header h3 {
    font-size: 2.5em;
  }
}
header h4 {
  display: inline-block;
  padding: 6px 0;
}
header img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: inline;
}
@media only screen and (min-width: 768px) {
  header img {
    margin: 0.15em 0 0.15em 0;
  }
}
header svg {
  display: inline;
  margin-bottom: 7px;
  height: 24px;
  width: 30px;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  header svg {
    display: inline;
    margin-bottom: 10px;
    height: 24px;
    width: auto;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1440px) {
  header svg {
    display: inline;
    margin-bottom: 24px;
    height: auto;
    width: auto;
    max-width: 80%;
  }
}

.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;
  }
}

.light-green {
  color: #fd616b;
}

/*==========================MAIN CONTAINER======================*/
.container {
  margin: 0.5em auto 0;
  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: 16px 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: "Lato", sans-serif;
  color: #0e2f96;
}
@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: #fd7a83;
  color: black;
  border-radius: 6px;
}
.book a:hover {
  background-color: #fd616b;
}
@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: #333333;
  text-align: center;
  font-weight: 700;
  padding: 8px 0 0 0;
  font-family: "Lato", 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.05em;
    margin: 6px 0 0 0;
  }
}

.buylinks {
  padding: 0 0px 6px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  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: #0e2f96;
  background-color: #0e2f96;
  background: #71e0cf; /* Old browsers */
  background: -moz-linear-gradient(top, #71e0cf 0%, #cdf4ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #71e0cf 0%, #cdf4ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #71e0cf 0%, #cdf4ee 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-color: #71e0cf;
  background-size: contain;
  /*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 24px;
  }
}
.buylinks a {
  display: block;
  padding: 12px 12px;
  margin: 2px;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  background: white; /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fd616b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #fd616b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #fd616b 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 #86020a;
  text-align: center;
  border-radius: 9px;
  -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: 15%;
    flex-basis: 15%;
    -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: white; /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #dae2fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #dae2fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #dae2fc 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;*/
    -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: "Lato", sans-serif;
  font-size: 1.05em;
  color: #333;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.copy p {
  margin: 4px 0 24px 0;
  padding: 6px 0;
  font-weight: 300;
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
}
.copy h4 {
  font-size: 1.45em;
  line-height: 1.4em;
  margin: 4px 0 24px 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.016em;
}
.copy h4 span {
  color: #f50313;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) {
  .copy h4 {
    font-size: 1.45em;
  }
}
@media only screen and (min-width: 1440px) {
  .copy h4 {
    font-size: 1.45em;
  }
}
.copy h5 {
  font-size: 1.05em;
  margin: 0 0 0.5em 0;
  padding: 0.15em;
  font-style: italic;
  font-weight: 700;
  color: black;
  background-color: #f50313;
}
.copy h5 span {
  color: #f50313;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .copy h5 {
    font-size: 1.25em;
    padding: 0.5em;
  }
}
@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: 1em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.redpraise {
  color: #ffdfe1;
  text-shadow: 2px 3px 6px #f50313;
  font-size: 1.24em;
}

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

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

cite {
  margin: 8px 0 24px 0;
  color: #0e2f96;
  font-style: normal;
  font-size: 0.9em;
  font-family: "Lato", sans-serif;
}

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: 300;
}
.quotes div {
  flex-basis: 100%;
  padding: 0.5em;
}
@media only screen and (min-width: 768px) {
  .quotes div {
    flex-basis: 50%;
  }
}

/*===================BOTTOM SECTION====================*/
.bottom-line {
  max-width: 1024px;
  margin: 24px auto 48px;
  padding: 0 8px;
  text-align: center;
  font-size: 1.25em;
}
.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: #f50313;
}

/*==========================ONSALE======================*/
#onsale {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding: 0px 0px;
  margin: 0 auto 12px;
  line-height: 1.4em;
  color: #f50313;
}
@media only screen and (min-width: 768px) {
  #onsale {
    margin: 0 auto 12px;
    font-size: 2.15em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1440px) {
  #onsale {
    font-size: 2.45em;
    margin: 0px auto 4px;
    padding: 6px 0px;
  }
}

/*==========================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: #0e2f96;
}
.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: "Lato", 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: #333;
  font-family: "Lato", 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: #262626;
}

footer a:hover {
  color: #5c4a01;
}

footer a:visited {
  color: #90020b;
}

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: 50%;
  max-width: 50%;
}
@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: "Lato", 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: "Lato", sans-serif;
  justify-content: center;
}

.tourdate {
  margin: 0 12px 36px 12px;
  -ms-flex-preferred-size: 94%;
  flex-basis: 94%;
  background-color: #0e2f96;
  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: #fc2f3c;
  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: "Lato", sans-serif;
}
.tourdate p span {
  color: #765e01;
  font-style: italic;
  display: block;
}

a.tourdate {
  text-decoration: none;
  border: 1px solid black;
  color: #fff;
  background-color: #0e2f96;
}
a.tourdate:hover {
  background-color: #1443d7;
}
a.tourdate:hover h3 {
  background-color: #fec6c9;
}

.tourdate-past {
  background-color: #3763ec;
}
.tourdate-past h3 {
  background-color: #fede5e;
  color: #fee891;
}
.tourdate-past h4, .tourdate-past p {
  color: #7d9af3;
}

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