html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.orange {
  color: #F7931D;
}

.wrench_icon {
  margin: 1.265625em 0;
  display: block;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #B73648;
  text-transform: lowercase;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 46vh;
  -moz-flex: 1 46vh;
  -ms-flex: 1 46vh;
  flex: 1 46vh;
  background-color: #FFF;
}

@media screen and (max-width: 568px) {
  header {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2 67vh;
    -moz-flex: 2 67vh;
    -ms-flex: 2 67vh;
    flex: 2 67vh;
  }
}

@media screen and (max-width: 400px) {
  header {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2 55vh;
    -moz-flex: 2 55vh;
    -ms-flex: 2 55vh;
    flex: 2 55vh;
  }
}

@media screen and (max-width: 768px) {
  header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_wrapper {
  overflow-y: visible;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: table;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer_wrapper .cell {
  text-align: center;
  padding: 1.125em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer_wrapper .cell {
    float: left;
    display: block;
    margin-right: 1.7204415785%;
    width: 40.6630757459%;
  }
  footer .footer_wrapper .cell:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  footer .footer_wrapper .cell {
    float: left;
    display: block;
    margin-right: 1.7204415785%;
    width: 15.2329653512%;
  }
  footer .footer_wrapper .cell:last-child {
    margin-right: 0;
  }
}

footer .footer_wrapper .cell h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Coming Soon", cursive;
}

footer .footer_wrapper .cell p {
  font-size: 0.8888888889em;
  color: #ffffff;
}

footer a:link, footer a:visited {
  color: #EDA0AE;
  text-decoration: underline;
  border: 0 none;
  text-decoration: none;
}

.wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 414px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.logo {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 400px) {
  .logo {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}

@media screen and (min-width: 646px) {
  .logo {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 320px) {
  .logo {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}

@media screen and (max-width: 736px) {
  .logo img {
    width: 117px;
    margin-top: 1em;
  }
}

@media screen and (max-width: 568px) {
  .logo img {
    width: 170px;
  }
}

.order {
  margin-top: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 60px;
  -moz-flex: 1 60px;
  -ms-flex: 1 60px;
  flex: 1 60px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

@media screen and (min-width: 320px) {
  .order {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 35vh;
}

@media screen and (max-width: 320px) {
  .map {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 35vh;
    -moz-flex: 1 35vh;
    -ms-flex: 1 35vh;
    flex: 1 35vh;
  }
}

.award_icon {
  margin: 0 auto;
  display: block;
}

.cred {
  color: #fff;
  text-align: center;
  padding: 0.8888888889em;
}

.cred a {
  font-size: 0.8888888889em;
  color: #fff;
}

span.video_credit {
  padding: 7px;
  display: block;
  font-size: 80%;
  color: #ffffff;
}

span.video_credit a {
  color: #EDA0AE;
  text-decoration: underline;
}

.html5_video {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .video .video_wrapper {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .video {
    padding-top: 1.265625em;
  }
}

.video .cell.responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.video .cell.responsive_video iframe, .video .cell.responsive_video object, .video .cell.responsive_video embed, .video .cell.responsive_video video {
  position: absolute;
  border: 0 none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .cell.responsive_video video {
  height: 100%;
}

.video .cell.responsive_video iframe, .video .cell.responsive_video object, .video .cell.responsive_video embed, .video .cell.responsive_video video {
  max-width: 100%;
}

.links {
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 1.423828125em;
  text-align: center;
}

.links h3 {
  font-family: "Coming Soon", cursive;
  margin-bottom: 10px;
  margin-top: 1.423828125em;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .links h3 {
    font-size: 2.0272865295em;
  }
}

@media screen and (min-width: 768px) {
  .links h3 {
    text-align: center;
  }
}

.awards {
  text-align: center;
}

.awards h2.with_intro {
  margin-bottom: 0;
}

.awards h3.intro {
  margin-bottom: 0;
}

.awards p.intro {
  margin-top: 0;
  padding-bottom: 1.265625em;
}

.reviews {
  padding-bottom: 1.423828125em;
  background-color: #FFF;
}

.reviews h3 {
  font-family: "Coming Soon", cursive;
  margin-bottom: -.5em;
}

.reviews h2 {
  font-family: "Coming Soon", cursive;
  margin-bottom: 1.423828125em;
  margin-top: 1.423828125em;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .reviews h2 {
    font-size: 2.0272865295em;
  }
}

@media screen and (min-width: 768px) {
  .reviews h2 {
    text-align: center;
  }
}

.reviews a {
  color: #B73648;
  font-family: "Coming Soon", cursive;
}

.reviews p {
  font-size: 0.8888888889em;
  line-height: 1.423828125em;
}

.reviews .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 1.125em;
}

@media screen and (min-width: 768px) {
  .reviews .row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.reviews .cell {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reviews .cell {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .reviews .cell {
    float: left;
    display: block;
    margin-right: 1.7204415785%;
    width: 23.7096688161%;
  }
  .reviews .cell:last-child {
    margin-right: 0;
  }
}

audio {
  display: block;
  width: 100%;
  margin-top: 20px;
}

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