@charset "utf-8";
/*
Red:    #DA364C   218, 54, 76
Orange: #EBAB42   235, 171, 66
Green:  #A2D45E   162, 212, 94
*/
/*VALUES-------------------------------------*/
#values {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #A2D45E;
  background: rgba(162, 212, 9, .05);
  padding: 24px 0 12px 0;
  text-align: center;
}
#values div {
  width: 17%;
  display: inline-block;
  padding: 0 1% 0 1%;
  margin: 0 0 18px 0;
  vertical-align: top;
}
#values h3 {
  margin: 0 0 12px 0;
  font-family: "new-spirit", serif;
}
#values p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/*-------------------------------------*/
.favorites {
  overflow: hidden;
  padding: 48px 0 36px 0;
  background-color: #F6A81E;
  background-image: url('/media/static/images/waffle-pattern2.svg');
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  -ms-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  background-position: center center;
  color: #FFF;
  text-align: center;
}
.favorites h2 {
  font-family: "new-spirit", serif;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #FFF;
  font-weight: 700;
}
.flavorSection {
  text-align: center;
  overflow: hidden;
}
/* Featured Flavor
-------------------------------------------*/
.featuredFlavor {
  border-radius: 12px;
  background: rgba(162, 212, 94, .1);
  border: 2px solid rgba(162, 212, 94, 1);
  padding: 24px 5% 24px 5%;
  margin: 0 0 36px 0;
  overflow: hidden;
  width: 88%;
  text-align: center;
}
.featuredFlavor h2 {
  font-size: 1.0rem;
  line-height: 1.0rem;
  color: #A2D45E;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.featuredFlavor h3 {
  font-family: "new-spirit", serif;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #DA364C;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.featured {
  display: block;
  width: 80%;
  padding: 0 0 80% 0;
  margin: 0 auto 18px auto;
  background-color: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 300px;
  border: 2px solid #FFF;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
.featured:hover, .featured:focus {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
/* Location Tabs
-------------------------------------------*/
.favorite {
  vertical-align: top;
  width: 21%;
  display: inline-block;
  margin: 0 1.5% 36px 1.5%;
  font-family: "new-spirit", serif;
  font-size: 0.9rem;
  line-height: 1.0rem;
  font-weight: 700;
  text-align: center;
}
.favoriteImg {
  width: 100%;
  padding: 0 0 100% 0;
  margin: 0 0 12px 0;
  background-color: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 300px;
  border: 2px solid #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
.favoriteImg:hover, .favoriteImg:focus {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
#faqs {
  background-color: #DA364C;
  padding: 48px 0 48px 0;
}
#faqs h2 {
  color: #FFF;
  text-align: center;
  margin: 0 0 18px 0;
  font-size: 3rem;
  line-height: 3.1rem;
  text-transform: lowercase;
}
.formDiv {
  color: #FFF;
  background-color: #DA364C;
  -webkit-background-size: 30%;
  -moz-background-size: 30%;
  -ms-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 72px 0 60px 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
}
.formDiv h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
  text-transform: uppercase;
  font-weight: 100;
}
.formDiv p {
  text-align: center;
}
.formDiv fieldset {
  margin: 12px;
  background: #FFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
}
.publicForm {
  width: 70%;
  margin: 0 auto 12px auto;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 2px solid rgba(60, 193, 205, 1);
  border-bottom: 2px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 2px solid rgba(60, 193, 205, 1);
  border-bottom: 2px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 2px solid rgba(60, 193, 205, 1);
  border-bottom: 2px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #FFF;
  border: none;
  background: #DA364C;
  text-transform: uppercase;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}
#googleMap {
  height: 400px;
}
/* Sections
-----------------------------------------------------------------------------*/
.section {
  overflow: hidden;
  border-bottom: 1px solid #DA364C;
  vertical-align: middle;
}
.sectionText {
  padding: 36px 36px 0 36px;
  width: 70%;
  text-align: center;
}
.sectionText h3 {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 3.0rem;
  line-height: 3.2rem;
  color: #003D79;
  font-weight: 200;
}
.sectionText .h3 {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 3.0rem;
  line-height: 3.2rem;
  color: #003D79;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sectionText .h3:hover, .sectionText .h3:focus {
  text-decoration: none;
  letter-spacing: 2px;
}
.sectionHero {
  background-color: #EFEFEF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.sectionHero1 {
  height: 400px;
  background-color: #EFEFEF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.sectionHero2 {
  height: 300px;
  background-color: #FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subsubpages a {
  display: block;
  padding: 4px 0 4px 8px;
  border-bottom: 2px dashed rgba(162, 212, 94, .2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subsubpages a:hover, .subsubpages a:focus {
  background: rgba(162, 212, 94, .2);
  text-decoration: none;
}
.sectionTitle {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "new-spirit", serif;
  font-weight: 700;
  margin: 32px 0 18px 0;
}
@media only screen and (max-width: 749px) {
  .publicForm {
    width: 100%;
  }
  .favorite {
    width: 27%;
    margin: 0 2% 36px 2%;
  }
  .favorite > div {
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  }
  #values div {
    width: 100%;
    padding: 0 0 0 0;
  }
  #values {
    padding: 24px;
  }
}