/* Colours */
/* Sizing */
/* Font */
/* Images */
/* Borders */
/* Box Shadows */
/* Reset Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 0.8em;
  color: #323232; }

h1 {
  color: #0082e6;
  font-weight: bold;
  font-size: 1.9em;
  font-family: 'Open Sans', sans-serif; }
  h1 .wf-fsjoeywebbold-n7-active {
    font-size: 1.2em; }

h2 {
  margin: 10px 0;
  line-height: 1.2em;
  font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  color: #000a8c;
  font-weight: bold; }

h3 {
  font-size: 1.4em;
  color: #0082e6;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

h4 {
  font-size: 1.2em;
  margin: 5px;
  font-weight: bold;
  color: #000a8c; }

h5 {
  text-align: left;
  font-size: 1.2em;
  margin: 5px;
  font-weight: bold; }

.panel-wrapper__inner {
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
  border-top: 4px solid #19abff;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  min-height: 448px;
  margin: 10px; }

.header-wrapper {
  padding: 20px 30px 10px 30px;
  margin: 0; }
  .header-wrapper .logo-wrapper {
    float: left;
    width: 254px;
    height: 45px;
    background-repeat: no-repeat; }

.band {
  margin: 0;
  float: left;
  width: 100%;
  padding: 20px 30px; }
  .band .img-rightside {
    float: right;
    max-width: 189px;
    width: 40%; }
  .band h2 {
    width: 50%; }

.header-band-image-bottom {
  padding: 20px 30px 0 30px; }

.band-blue {
  background-color: #105fc7;
  background-image: -webkit-linear-gradient(to bottom, #2076d4, #105fc7);
  background-image: linear-gradient(to bottom, #2076d4, #105fc7); }
  .band-blue h2 {
    float: left;
    color: #fff; }

.band-blue-image-bottom {
  padding: 20px 30px 0 30px; }

.band-white {
  background-color: #fff; }
  .band-white h2 {
    float: left;
    color: #000a8c; }

.band-grey {
  background-color: #e3ded7; }

.band-lightgrey {
  background-color: #f5f1ec; }

.band-lightblue {
  background-color: #dbf2ff; }

.panel-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 557px; }

.col-first {
  float: left; }

.col-second {
  float: left; }

.text-box, .text-box-output {
  width: 70%;
  font-size: 3em;
  text-align: center;
  margin: 10px 0;
  color: #0082e6;
  border: 1px solid #e3ded7; }

.text-box-output {
  display: inline-block;
  font-weight: bold;
  background-color: #fff;
  width: 100%; }

.submitForm, .submitForm:visited {
  margin: 10px 0 10px 0px;
  cursor: pointer;
  color: #19abff;
  display: inline-block;
  /* If buttons need to be completely flush, remove whitespace between them in HTML */
  font-family: 'Open Sans', sans-serif;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  text-decoration: none;
  background: #0575cf;
  background-image: -webkit-linear-gradient(to bottom, #1e8fe9, #0575cf);
  background-image: linear-gradient(to bottom, #1e8fe9, #0575cf);
  color: #fff; }
  .submitForm:hover, .submitForm:visited:hover {
    background-image: -webkit-linear-gradient(to bottom, #19abff, #1e8fe9);
    background-image: linear-gradient(to bottom, #19abff, #1e8fe9); }

.back, .back:visited {
  margin: 10px 0 10px 0px;
  cursor: pointer;
  color: #19abff;
  display: inline-block;
  /* If buttons need to be completely flush, remove whitespace between them in HTML */
  font-family: 'Open Sans', sans-serif;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  text-decoration: none;
  background: #0575cf;
  background-image: -webkit-linear-gradient(to bottom, #1e8fe9, #0575cf);
  background-image: linear-gradient(to bottom, #1e8fe9, #0575cf);
  color: #fff; }
  .back:hover, .back:visited:hover {
    background-image: -webkit-linear-gradient(to bottom, #19abff, #1e8fe9);
    background-image: linear-gradient(to bottom, #19abff, #1e8fe9); }

.btn-green {
  margin: 10px 0 10px 0px;
  cursor: pointer;
  color: #19abff;
  display: inline-block;
  /* If buttons need to be completely flush, remove whitespace between them in HTML */
  font-family: 'Open Sans', sans-serif;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  text-decoration: none;
  color: #003414;
  background: #a7d840;
  background-image: -webkit-linear-gradient(to bottom, #a7d840, #91c129);
  background-image: linear-gradient(to bottom, #a7d840, #91c129); }
  .btn-green:hover {
    background: #a7d840; }

.btn-blue {
  margin: 10px 0 10px 0px;
  cursor: pointer;
  color: #19abff;
  display: inline-block;
  /* If buttons need to be completely flush, remove whitespace between them in HTML */
  font-family: 'Open Sans', sans-serif;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  text-decoration: none;
  background: #0575cf;
  background-image: -webkit-linear-gradient(to bottom, #1e8fe9, #0575cf);
  background-image: linear-gradient(to bottom, #1e8fe9, #0575cf);
  color: #fff; }
  .btn-blue:hover {
    background-image: -webkit-linear-gradient(to bottom, #19abff, #1e8fe9);
    background-image: linear-gradient(to bottom, #19abff, #1e8fe9); }

.btn-small {
  padding: 0.25em 0;
  font-size: 1.2em; }

.btn-wide {
  width: 60%; }

.img-rightside {
  height: 110px;
  background-repeat: no-repeat; }

/* Form Styles */
.form-row {
  margin: 0 0 15px 0; }
  .form-row select {
    float: left;
    clear: left;
    width: 100%;
    padding: 1%;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
  .form-row .lbl {
    padding: 9px 0 0 0;
    float: left;
    font-weight: bold;
    color: #0082e6;
    font-size: 1.1em;
    text-align: left;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
  .form-row .error {
    border: 1px solid #c00; }
  .form-row .errorLabel {
    color: red; }
  .form-row .text-box, .form-row .text-box-output {
    float: left;
    clear: left;
    width: 100%; }

.form-row-last {
  margin: 0;
  text-align: center; }

.tweet-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.tweet-result {
  width: 30%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  padding-left: 30px;
  border-radius: 5px;
  background-image: url("../../../assets/images/website-footer-sprite.png");
  background-position: 0px -2px;
  background-repeat: no-repeat;
  background-color: #0082e6;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25); }
  .tweet-result:hover {
    background-color: #19abff; }

.footer-band {
  width: 100%;
  float: left; }

.widget-share {
  width: 100%;
  height: 70px;
  padding: 0 20px; }

.info {
  margin-left: 74%;
  font-size: 0.9em;
  font-weight: bold; }

.social-sharing {
  float: right; }
  .social-sharing li {
    list-style-type: none;
    float: left;
    padding: 5px; }
    .social-sharing li a {
      display: block;
      width: 34px;
      height: 34px;
      text-indent: -9999em;
      background-color: #0082e6;
      background-repeat: no-repeat;
      border-radius: 3px; }
      .social-sharing li a:hover {
        background-color: #19abff; }

.share-button {
  display: block;
  height: 34px;
  width: 34px;
  background-image: url("../../../assets/images/website-footer-sprite.png"); }

.error select {
  border: 1px solid red; }

.panel-hidden {
  display: none; }

.twitter-share {
  background-position: 1px 2px; }

.facebook-share {
  background-position: 1px -38px; }

.google-plus-share {
  background-position: 1px -75px; }

.copy-code {
  padding: 10px;
  padding-bottom: 0;
  display: none; }
  .copy-code textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    height: 111px;
    font-size: 0.9em;
    color: #545454;
    border: 1px solid 1px solid #e3ded7;
    max-width: 100%; }

.embed {
  padding: 5px 0;
  background: #f5f1ec;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #545454; }
  .embed:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #545454 transparent transparent transparent;
    position: relative;
    top: 12px;
    left: 5px; }
  .embed:hover {
    background: #e3ded7; }

.embed-open:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #545454 transparent;
  position: relative;
  top: -10px; }

.progress {
  padding-left: 10px;
  color: #fff;
  font-weight: bold; }

.progress-bar {
  width: 100%;
  height: 60px;
  background-color: #105fc7; }

.progress-bar__outer {
  margin: 10px;
  padding: 1px;
  border-radius: 10px;
  background-color: #0d4ebc; }

.progress-bar__inner {
  width: 0%;
  margin: 3px;
  padding: 8px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(to bottom, #a7d840, #91c129);
  background-image: linear-gradient(to bottom, #a7d840, #91c129);
  transition: all 0.5s ease-in-out; }

@media only screen and (min-width: 0) and (max-width: 550px) {
  h1 {
    text-align: center;
    font-size: 1.5em; }
  .header-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .band-blue {
    padding: 10px; }
  .logo-image {
    max-width: 200px; }
  h2 {
    width: 100%;
    text-align: center; }
  .img-rightside {
    display: none; }
  .col-first {
    width: 100%; }
  .col-second {
    width: 0; }
  .band {
    padding: 20px 10px; }
  .band-blue {
    padding: 5px 0; }
  .info {
    margin-left: 50%; } }

body {
  color: #323232; }

h1 {
  color: #0082e6; }

h2 {
  color: #000a8c; }

h3 {
  color: #0082e6; }

.header-wrapper .logo-wrapper {
  background-image: url('../../../assets/images/logo.png'); }

.panel {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px; }

#landing-panel {
  width: 100%;
  float: left; }

.panel-hidden {
  display: none; }

.main-band {
  clear: both; }

.footer-band {
  height: 100%;
  width: 100%;
  float: left; }

.panel-page2 {
  margin-left: -100%; }

/* Inner Content Divs */
.panel-1, .panel-2, .panel-3 {
  position: relative;
  float: left;
  opacity: 1;
  width: 100%;
  text-align: center;
  background-color: #dbf2ff; }

.gender-icon {
  background-image: url("../images/gender.png");
  background-repeat: no-repeat;
  margin-top: -20px;
  float: right;
  text-indent: -9000px;
  display: block;
  width: 25px;
  height: 50px; }

.img-rightside {
  height: 80px;
  background-image: url("../images/splash-image.png");
  background-position-x: 50%; }

.col-first {
  width: 40%;
  padding-top: 2%;
  padding: 5px; }

.col-second {
  width: 60%;
  padding: 5px; }

.Male {
  background-position: 3px 5px; }

.Female {
  background-position: -20px 5px; }

.large-span {
  font-size: 1.4em;
  float: left;
  width: 100%;
  margin: 2%; }

select .select-ddl.req {
  width: 90%; }

.form-row select, .landing-form-row select {
  width: 100%; }
  .form-row select:active, .landing-form-row select:active {
    border: 1px solid #bee0ed; }
.form-row .error, .landing-form-row .error {
  border: 1px solid red; }
.form-row .errorLabel, .landing-form-row .errorLabel {
  clear: both;
  color: red;
  border: none;
  margin: 10px; }

a.clicked {
  background-color: #19abff;
  box-shadow: inset 0px 3px 3px 0px rgba(50, 50, 50, 0.25); }

.gender-form {
  width: 45%;
  margin-left: auto;
  margin-right: auto; }
  .gender-form span {
    clear: both; }

.male-button, .female-button {
  float: right;
  background-color: #0082e6;
  border-radius: 5px;
  width: 45%;
  margin: 1%;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25); }
  .male-button:hover, .female-button:hover {
    background-color: #19abff; }

.male-button {
  float: left;
  clear: left; }

.nav-icons {
  width: 100%;
  float: left;
  clear: both;
  text-align: center; }
  .nav-icons a {
    position: relative;
    width: 33%;
    float: left;
    height: 220px;
    padding: 5px;
    text-decoration: none; }
  .nav-icons .drink-span-container {
    border-radius: 5px;
    padding: 5px;
    background-color: #0082e6; }
    .nav-icons .drink-span-container span {
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      font-weight: bold; }
  .nav-icons .drink-image-anchor {
    position: absolute;
    bottom: 0;
    display: block; }

#section-image {
  margin-top: 5%; }

#backBtn {
  float: left; }

.btn-green {
  margin: 10px 0;
  width: 65%; }

.drink-icon {
  float: left;
  height: 100%; }

.add-another-wrapper {
  width: 100%;
  float: left; }

#add-more {
  padding: 0.25em 0;
  font-size: 1.2em;
  width: 40%;
  float: right; }
  #add-more:after {
    content: "+";
    float: right;
    font-size: 1.8em;
    line-height: 0.7em;
    padding: 0 10px;
    border-left: 1px dotted #003414; }

#start-again {
  margin-top: 20px; }

.drinks-wrapper {
  float: left;
  width: 100%; }

.total-wrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #f5f1ec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25); }

.controls-wrapper {
  float: left;
  position: relative; }
  .controls-wrapper a {
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 2em;
    line-height: 1.2em;
    width: 50px;
    height: 30px;
    font-weight: bold;
    background: #0575cf;
    text-decoration: none;
    margin: 2.5px; }
    .controls-wrapper a:hover {
      background: #1e8fe9; }

.drinks-wrapper__header-row {
  float: left;
  width: 100%;
  background-color: #0082e6;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.drinks-wrapper__header-row__cell {
  float: left;
  text-align: center; }

.drinks-wrapper__header-row__type {
  width: 10%; }

.drinks-wrapper__header-row__drink {
  width: 60%; }
  .drinks-wrapper__header-row__drink p {
    text-align: left;
    padding-left: 20px; }

.drinks-wrapper__header-row__units {
  width: 15%; }

.drinks-wrapper__header-row__calories {
  width: 15%; }

.minus-wrapper {
  clear: left; }

#quantity {
  width: 20%;
  font-size: 1.7em;
  float: left;
  text-align: center; }

#submitForm {
  float: right; }

.total, .cals-total {
  padding: 5px;
  float: left;
  width: 15%;
  text-align: center;
  font-size: 1.4em;
  margin-top: 10px; }

.total-title {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 1.5em;
  padding: 10px; }

.total-units, .total-calories {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  width: 15%;
  padding: 10px; }

.total-units-title, .total-cals-title {
  margin: 0;
  color: #0082e6;
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  margin-top: 16px; }

.stats-wrapper {
  float: left;
  width: 100%; }
  .stats-wrapper img {
    float: left;
    width: 10%;
    margin-top: 5px; }
  .stats-wrapper p {
    text-align: center; }

.drink-list {
  padding: 0;
  list-style: none;
  color: #323232;
  background-color: #fff;
  float: left;
  width: 100%; }
  .drink-list li {
    border-bottom: 1px solid #f5f1ec;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 10px; }

.drink-wrapper {
  float: left;
  width: 60%;
  padding: 5px 5px 5px 20px; }
  .drink-wrapper p {
    text-align: left; }

.specific-guidelines p {
  text-align: left; }

select.disabled {
  color: #b3aa98; }

@media only screen and (min-width: 0) and (max-width: 512px) {
  h1 {
    text-align: center; }
  .header-wrapper {
    text-align: center;
    padding-left: 0; }
    .header-wrapper .logo-wrapper {
      width: 100%;
      background-position: 50% 0; }
  #title-band h2 {
    width: 100%; }
  .gender-icon {
    display: none; }
  .gender-form {
    width: 90%; }
  .imgCol {
    display: none; }
  .img-rightside {
    display: none; }
  .col-second {
    width: 100%; }
  .col-first {
    display: none; }
  #submitForm {
    width: 90%;
    float: none; }
  .nav-icons .drink-image-anchor {
    position: inherit;
    margin: 5px; }
  .nav-icons a {
    width: 100%;
    margin: 10px 0;
    height: auto; }
  .nav-icons a:first-child, .nav-icons a:nth-child(2) {
    height: auto; }
  .btn-green, .btn-blue, #add-more {
    width: 90%; }
  .btn-blue {
    margin: 10px 0; }
  #backBtn {
    float: none; }
  #add-more {
    float: none; }
  .total-units-title {
    margin-left: 0; }
  .widget-share {
    width: 100%; }
  .social-sharing {
    margin: 0;
    float: right; }
  .btn-start-again {
    width: 40%; }
  .drink-wrapper p {
    font-size: 14px; }
  .total-units, .total-calories, .total, .cals-total {
    font-size: 16px; }
  .nav-icons .drink-span-container {
    height: 4em; }
  .nav-icons .drink-image-anchor {
    display: none; } }
