@charset "UTF-8";
#notsus {
  display: none; }

.clearfix:after, .clearfix:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.light-text {
  font-family: "HelveticaNeueLight"; }

.blue-text {
  color: #00AEEF; }

.orange-text {
  color: #FF8B35; }

.map-container {
  position: relative; }

.map-container .map-filter {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 350px;
  border: 1px solid #9b9b9b;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #222;
  box-sizing: border-box; }
  @media (max-width: 640px) {
    .map-container .map-filter {
      position: static;
      width: 100%;
      margin-top: 16px; }
      .map-container .map-filter .locations {
        display: none !important; } }

.row.xs-padding {
  margin-left: 8px;
  margin-right: 8px; }
  .row.xs-padding > .columns {
    padding-left: 8px;
    padding-right: 8px; }

.map-container .map-filter input, .map-container .map-filter select {
  margin-bottom: 0px; }

.map-container .map-filter .grid-35 {
  width: 35%;
  float: left;
  box-sizing: border-box;
  padding: 8px; }

.map-container .map-filter .grid-25 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 8px; }

.map-container .map-filter .grid-20 {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 8px; }

.map-container .map-filter .locations {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #9b9b9b; }

.map-container .map-filter .indent {
  padding-top: 16px;
  padding-bottom: 16px; }

.map-container .map-filter .locations label {
  display: block;
  width: 10%;
  text-align: center;
  float: left;
  margin: 0px; }

.map-container .map-filter form input[type=radio] {
  display: none;
  position: absolute;
  top: 0; }

.map-container .map-filter form input[type=radio]:checked + label {
  font-weight: bold; }

.map-container .map-filter .white-button {
  width: 100%;
  margin-bottom: 0px;
  padding: 8px;
  text-align: center;
  background: none;
  color: #5e5e5e;
  border: 1px solid #cccccc; }

.map img {
  max-width: none; }

/* -----------------------------------------------  */
.testimonial {
  position: relative;
  display: block;
  padding: 20px 25px;
  font-size: 20px; }

.testimonial:before, .testimonial:after {
  content: "\"";
  font-family: "bree";
  height: 30px;
  width: 30px;
  font-size: 60px;
  position: absolute; }

.testimonial:before {
  content: "“";
  top: 0px;
  left: 0px;
  text-align: left; }

.testimonial:after {
  content: "”";
  bottom: 0.3em;
  right: 0px;
  padding-right: 0.2em;
  text-align: right; }

.justify-blocks {
  text-align: justify;
  width: 100%; }

.justify-blocks > * {
  display: inline-block;
  vertical-align: top; }

.justify-blocks:after {
  content: '';
  width: 100%;
  display: inline-block; }

.header-wrap {
  border-bottom: 2px solid #FF8B35; }

.account-cart-header {
  background-color: #fcfcfc; }

#search-form input {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 15px 15px 8px;
  background-image: url("../images/glass.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-indent: 10px; }

#search-form {
  float: right;
  margin-top: 17px; }

#search-form button {
  margin-bottom: 0; }

button.hollow, .button.hollow {
  background-color: transparent;
  border: 1px solid white;
  color: white; }

button.hollow a {
  color: inherit; }

.account-cart-header .cart-box {
  background-color: #FF8B35;
  display: inline-block;
  font-size: 20px;
  padding: 25px 12px 5px 12px;
  margin: 0 3px;
  color: white;
  float: right;
  clear: both;
  cursor: pointer;
  position: relative;
  z-index: 999; }

.account-cart-header .cart-box.active:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  z-index: -1;
  opacity: 0.2; }

.account-cart-header .cart-box .show-cart {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  background-color: white;
  position: absolute;
  color: black;
  width: 330px;
  top: 100%;
  right: 0;
  padding: 20px 10px;
  font-size: 1rem;
  z-index: 99;
  cursor: default; }

td.items {
  padding: 0; }

td.items > div {
  border: solid 1px gray;
  display: none; }

td.items > div > div {
  padding: 0.5625rem 0.625rem; }

.cart-loading {
  min-height: 1px;
  height: 100px;
  background: url("/assets/images/ajax-loader.gif") center center no-repeat; }

#account-cart-totals .cart-loading {
  background-position: right center; }

.show-cart hr {
  margin: 0.5em 0; }

.show-cart .item-row {
  line-height: 1.1rem;
  position: relative; }

.show-cart .cart-lvlqty {
  /*font-size: 0.8rem;*/
  margin: 3px 0; }

.show-cart .cart-price {
  font-size: 1.4rem;
  font-family: "HelveticaNeueMedium";
  color: #FF8B35;
  line-height: 45px; }

.show-cart .cart-image-wrap {
  width: 100%;
  min-height: 100px;
  border: 1px solid #eaeae6;
  background-size: cover;
  background-position: 50% 50%; }

.show-cart .cart-price-small {
  display: inline-block;
  width: 60px; }

.account-cart-header .cart-box.active .show-cart {
  opacity: 1;
  pointer-events: all; }

.show-cart .cart-remove {
  font-family: Arial,sans-serif;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eaeae6;
  color: grey;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer; }

.button-green {
  font-size: 1rem;
  font-family: "HelveticaNeueMedium";
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  background-color: #269b2e;
  color: white; }
  .button-green:hover {
    color: white; }

.button-orange-light {
  font-size: 1rem;
  font-family: "HelveticaNeueMedium";
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  background-color: #f08c00;
  color: white; }
  .button-orange-light:hover {
    color: white; }

.button-orange {
  font-size: 1rem;
  font-family: "HelveticaNeueMedium";
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  background-color: #ff6900;
  color: white; }
  .button-orange:hover {
    color: white; }

.button-blue {
  font-size: 1rem;
  font-family: "HelveticaNeueMedium";
  text-transform: uppercase;
  padding: 10px 10px 6px 10px;
  background-color: #21a8fc;
  color: white; }
  .button-blue:hover {
    color: white; }

.account-cart-header .links {
  /*font-size: 16px;*/
  background-color: #efefef;
  color: #222222;
  display: inline-block;
  float: right;
  margin: 17px 3px 0 3px; }

.account-cart-header .welcome-text {
  display: inline-block;
  float: right;
  background-color: transparent;
  color: #FF8B35;
  cursor: default;
  border: solid 1px transparent; }

.account-cart-header input {
  float: right;
  width: 180px;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
  margin: 24px 6px 0 0;
  box-shadow: none;
  padding: 2px;
  height: auto; }

.social-float {
  width: 55px;
  height: 160px;
  background-color: #FF8B35;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  color: white;
  padding: 10px; }

.social-float a {
  color: white; }

.social-float svg {
  margin: 8px; }

.nav-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }

.nav-wrap .phone {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
  text-align: right;
  color: #FF8B35;
  font-size: 19px; }

.nav-wrap .phone svg {
  color: rgba(255, 105, 0, 0.4); }

.logo-wrap {
  width: 100%;
  position: relative; }

.logo-wrap svg {
  width: calc(100% + 30px);
  max-width: 210px; }

.logo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 180px; }

.top-nav {
  margin-top: 25px; }

.top-nav span a {
  color: #222222;
  font-size: 19px;
  display: inline-block;
  padding: 10px 10px 6px 10px;
  outline: 1px solid transparent;
  outline-color: transparent;
  transition: 300ms;
  opacity: 0.99; }

.top-nav span a:hover {
  outline-color: #FF8B35; }

.top-nav span a.active {
  color: rgba(255, 105, 0, 0.9);
  outline-color: #FF8B35; }

.top-nav span {
  text-align: center; }

.top-nav span:first-child {
  padding-left: 30px; }

.top-nav span:last-child:not(.float-nav *) {
  text-align: right;
  padding: 10px 10px 6px 10px; }

.float-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00AEEF;
  width: 100%;
  z-index: 100;
  padding-top: 18px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 500ms, opacity 500ms; }

.float-nav.active {
  pointer-events: all;
  visibility: visible;
  opacity: 0.99; }

.float-nav .logo-wrap img {
  width: 100%; }

.float-nav .top-nav span:first-child {
  padding-left: 0px; }

.float-nav .top-nav span > a {
  color: white;
  font-size: 16px; }

.float-nav .top-nav span > a.search {
  color: white;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px; }

.float-nav .top-nav span > a.search:hover, .float-nav .top-nav span > a.smaller:hover {
  outline: none; }

.float-nav .top-nav span > a svg {
  width: 20px;
  height: 20px; }

.float-nav .top-nav span > a svg.icon-phone {
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.5); }

.float-nav .top-nav span > a.smaller {
  font-size: 14px;
  padding-top: 12px; }

.float-nav .top-nav span > a:hover {
  color: white;
  outline-color: white; }

.float-nav .top-nav span > a.active {
  color: white;
  outline-color: white; }

.float-nav .top-nav span b {
  color: white; }

.banner-wrap {
  width: 100%; }

#banners {
  z-index: 0; }

.banner-wrap .banners {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }

.banner-wrap .banners > a img {
  width: 100%; }

.banner-wrap .banners > span {
  min-width: 22.2%;
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 30px;
  font-size: 1.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 990px) {
    .banner-wrap .banners > span {
      font-size: 1.8vw;
      top: 60%; } }
  @media (max-width: 768px) {
    .banner-wrap .banners > span {
      font-size: 2.2vw; } }

.banner-wrap .banners > button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1vw;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 0.6em;
  padding-left: 2em; }
  @media (max-width: 990px) {
    .banner-wrap .banners > button {
      display: none; } }

.banner-wrap .banners > ul {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  margin: 0; }

.banner-wrap .banners > ul > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid white; }

.banner-wrap .banners > ul > li.active {
  background-color: transparent; }

.header-bree {
  font-family: 'bree';
  color: #00AEEF; }

.mpad {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 640px) {
    .mpad {
      padding-top: 10px;
      padding-bottom: 10px; } }

.mmar {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 640px) {
    .mmar {
      margin-top: 10px;
      margin-bottom: 10px; } }

.split-twin {
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: cover; }

.split-twin:before {
  content: "";
  display: block;
  padding-top: 29%; }

.split-twin > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white; }

.split-twin > div.dysphagia {
  background-color: rgba(255, 105, 0, 0.9); }

.split-twin > div.nutritional {
  background-color: rgba(0, 209, 38, 0.9); }

.split-twin > div > div {
  text-align: center; }

.split-twin > div > div:first-child {
  font-size: 14px;
  margin: 7px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.split-twin > div > div:last-child {
  font-size: 25px; }

.floor-panel {
  background-color: rgba(0, 174, 239, 0.03); }

.floor-panel hr {
  border-color: #00AEEF; }

.footer h6 {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-family: "HelveticaNeueMedium", Helvetica, Roboto, Arial, sans-serif; }

.footer a {
  color: #000000; }

.social .icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em; }

.footer .flip {
  color: #000000; }

.footer .flip .icon {
  height: 3em;
  width: 3em;
  margin-left: 0.2em;
  margin-right: 0.2em; }

.footer ul > li, .footer p {
  font-size: 0.8rem; }

.footer p > a {
  color: #FF8B35; }

.left-panel h4 {
  font-family: "HelveticaNeueLight";
  margin: 0;
  padding: 12px 15px 7px 15px;
  text-transform: uppercase;
  color: white;
  background-color: #00aeef;
  font-size: 1.2rem; }

.left-panel.bg-white {
  background-color: #ffffff;
  background-clip: content-box; }

.left-panel div.category {
  display: block;
  font-size: 1.1rem;
  color: black;
  padding: .5em;
  margin: 0 10px;
  border: 1px solid rgba(0, 174, 239, 0); }

.left-panel div.category.active {
  padding: .5em .5em .4em;
  margin: .4em .5em .5em;
  border: 0.1em solid #00aeef;
  margin-right: 10px;
  margin-left: 10px; }

.left-panel div.category a {
  color: #222222; }

.hollow-blue,
.hollow-orange,
.hollow-green,
.hollow-red,
.hollow-yellow,
.hollow-violet,
.hollow-purple,
.hollow-purple2 {
  display: inline-block;
  font-size: 0.8rem;
  margin: 15px 0;
  padding: 13px 15px 8px 15px;
  border: 1px solid;
  text-transform: uppercase; }

.hollow-purple {
  border-color: #6B0A54;
  color: #6B0A54; }

.hollow-purple.active {
  background-color: #6B0A54;
  color: white; }

.hollow-purple2 {
  border-color: #3E0730;
  color: #3E0730; }

.hollow-purple2.active {
  background-color: #3E0730;
  color: white; }

.hollow-violet {
  border-color: #56286D;
  color: #56286D; }

.hollow-violet.active {
  background-color: #56286D;
  color: white; }

.hollow-yellow {
  border-color: #F49B00;
  color: #F49B00; }

.hollow-yellow.active {
  background-color: #F49B00;
  color: white; }

.hollow-green {
  border-color: #15A339;
  color: #15A339; }

.hollow-green.active {
  background-color: #15A339;
  color: white; }

.hollow-red {
  border-color: #D7352B;
  color: #D7352B; }

.hollow-red.active {
  background-color: #D7352B;
  color: white; }

.hollow-green {
  border-color: #00A432;
  color: #00A432; }

.hollow-blue {
  border-color: #00aeef;
  color: #00aeef; }

.hollow-blue.active {
  background-color: #00aeef;
  color: white; }

a.hollow-orange {
  color: #FF8B35;
  border-color: #FF8B35; }

.hollow-orange.active {
  background-color: #FF8B35;
  color: white; }

.hollow-green {
  color: #03a120;
  border-color: #03a120; }

.hollow-green.active {
  background-color: #03a120;
  color: white; }

.left-panel .hollow-blue, .left-panel .hollow-orange {
  display: block;
  text-align: center; }

.left-panel ul.no-bullet {
  margin-left: 20px; }

.left-panel .category + ul.no-bullet {
  margin-left: 30px; }

.left-panel ul.no-bullet ul.no-bullet a {
  color: #FF8B35; }

.left-panel ul.no-bullet ul.no-bullet a.active {
  text-decoration: underline; }

.left-panel.products-left-panel > ul.no-bullet {
  margin-left: 0; }

.uppercase {
  text-transform: uppercase; }

hr.blue {
  border-color: rgba(0, 174, 239, 0.3); }

hr.orange, span.orange {
  border-color: rgba(255, 105, 0, 0.3); }

hr.grey {
  border-color: rgba(0, 0, 0, 0.3); }

hr.green {
  border-color: rgba(3, 161, 32, 0.3); }

h1.blue {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 174, 239, 0.3); }

h1.grey {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

h1.orange {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 105, 0, 0.5); }

h2.orange {
  color: #FF8B35; }

h3.orange {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 105, 0, 0.5); }

.subpage-content h3 {
  font-size: 1.4375rem;
  padding-bottom: 7px;
  border-bottom-color: rgba(0, 0, 0, 0.3); }
.subpage-content .orange {
  font-size: 1.125rem;
  color: #222222; }
  @media (min-width: 641px) {
    .subpage-content .orange {
      font-size: 1.4375rem; } }

h3.white {
  font-family: "HelveticaNeueLight";
  color: #ffffff; }

h3.blue {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 174, 239, 0.5); }

h3.grey {
  font-family: "HelveticaNeueLight";
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

strong.orange, b.orange, span.orange {
  color: #FF8B35; }

strong.blue, b.blue, span.blue {
  color: #00AEEF; }

h1.light, h2.light, h3.light {
  font-family: "HelveticaNeueLight"; }

table.even {
  width: 100%;
  table-layout: fixed; }
  @media (max-width: 640px) {
    table.even {
      width: auto; } }

span.vlvl-1 {
  color: #8ab700; }

span.vlvl-2 {
  color: #ff3f2b; }

span.vlvl-3 {
  color: #00aeef; }

.white {
  color: white !important; }
  .white:hover {
    color: white !important; }

a.white,
button.white {
  color: white !important; }
  a.white:hover,
  button.white:hover {
    color: white !important;
    font-weight: 600; }

.fade20 {
  opacity: 0.8; }

.fade40 {
  opacity: 0.6; }

.product-main h3, .product-main h4, h4.light {
  font-family: "HelveticaNeueLight";
  margin-bottom: 5px; }

.product-main span.category {
  font-size: 1.4rem;
  color: #00AEEF; }

.product-main span.price {
  font-size: 1.4rem;
  font-family: "HelveticaNeueMedium";
  color: #FF8B35;
  line-height: 45px; }

.product-main span.sub-category {
  font-family: "HelveticaNeueMedium";
  font-size: 1.4rem;
  color: #FF8B35; }

.product-main select {
  margin: 0;
  background-color: white;
  vertical-align: text-bottom; }

select.filter {
  display: inline-block;
  width: auto;
  padding-right: 30px;
  font-size: 0.8rem;
  color: #FF8B35;
  border: 1px solid #FF8B35;
  text-transform: uppercase;
  line-height: 1; }

.qty-alert {
  padding: 10px;
  background-color: rgba(255, 105, 0, 0.1);
  font-family: "HelveticaNeueMedium";
  color: #FF8B35; }

.qty-alert.bg-icon {
  background: url("/assets/images/qty-alert.png") no-repeat 7px center #FFF7F4;
  padding: 19px 10px 15px 40px;
  line-height: 1; }

.alert-box {
  padding: 10px;
  font-family: "HelveticaNeueMedium";
  color: #ff6900;
  line-height: 1;
  font-size: inherit; }
  .alert-box.anne {
    background-color: black;
    border-color: black;
    color: white; }

/* .product-main */
.tab-list {
  margin: 30px 0 15px 0;
  padding: 20px 20px 0 20px;
  background-color: rgba(0, 174, 239, 0.1);
  position: relative;
  line-height: 1rem; }
  @media (max-width: 640px) {
    .tab-list {
      margin-top: 16px; } }

/* .product-main */
.tab-list span {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 400ms; }

.tab-list span.active, .tab-list span.active label, .tab-list span.active > span {
  color: white !important; }

/* .product-main */
.tab-list div.active {
  position: absolute;
  background-color: #00AEEF;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 400ms; }

#distributors .area {
  font-weight: bold; }

#managers .area {
  font-weight: bold; }

#stockists .area {
  font-weight: bold; }

table#stockists thead {
  background-color: #00AEEF; }
  table#stockists thead th {
    color: white !important; }
table#stockists tr:nth-of-type(even) {
  background-color: rgba(0, 174, 239, 0.05); }
table#stockists a {
  color: #00AEEF; }

table#distributors thead {
  background-color: #00B722; }
  table#distributors thead th {
    color: white !important; }
table#distributors tr:nth-of-type(even) {
  background-color: rgba(0, 183, 34, 0.05); }
table#distributors a {
  color: #00B722; }

table#managers thead {
  background-color: #FF8B35; }
  table#managers thead th {
    color: white !important; }
table#managers tr:nth-of-type(even) {
  background-color: rgba(255, 105, 0, 0.05); }
table#managers a {
  color: #FF8B35; }

.arrow_box {
  position: relative;
  background: #00AEEF; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00AEEF;
  border-width: 6px;
  margin-left: -6px; }

.share-icons a {
  font-size: 0.85em;
  margin-right: 0.4em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7); }

.share-icons .icon {
  height: 1.1em;
  width: 1.1em;
  margin-right: 0.4em;
  margin-left: 0.2em; }

.range-select {
  width: 100%;
  height: 285px;
  background-position: center;
  background-size: cover;
  position: relative; }

.range-select p {
  padding-left: 50px;
  padding-right: 50px; }

.range-select p a {
  color: white;
  white-space: nowrap; }

.range-select p a:after {
  content: " | "; }

.range-select p a:last-child:after {
  content: ""; }

.group-select {
  width: 100%;
  height: 210px;
  background-position: center;
  background-size: cover;
  position: relative; }

.range-select > div, .group-select > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  min-width: 75%;
  text-align: center;
  color: white; }

.range-select > div.smaller {
  max-width: 100%;
  min-width: 280px; }

.range-select p {
  min-height: 75px; }

.icon.full {
  width: 100%;
  height: auto; }

.icon.orange {
  fill: #ff6900; }

.icon-showoff li {
  padding: 0 0 .85rem;
  width: 3em;
  text-align: center; }

.icon-showoff svg {
  width: 100%;
  height: 3em; }

.icon-showoff img {
  width: 75%; }

.boxes {
  width: 100%;
  height: 230px;
  font-size: 23px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  @media (max-width: 640px) {
    .boxes {
      height: 150px; } }

.boxes .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) translateZ(0px);
  -ms-transform: translateY(-50%) translateZ(0px);
  transform: translateY(-50%) translateZ(0px);
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'HelveticaNeueLight';
  transition: 1s;
  background-color: rgba(255, 105, 0, 0.9); }

.boxes .content:after {
  content: " ";
  position: absolute;
  height: 120px;
  width: 100%;
  transition: 1s;
  bottom: -120px;
  background-color: rgba(255, 105, 0, 0.9);
  left: 0px; }

.boxes:hover .content:after {
  height: 0px;
  bottom: 0px; }

.boxes .content:before {
  content: " ";
  position: absolute;
  height: 120px;
  width: 100%;
  transition: 1s;
  top: -120px;
  background-color: rgba(255, 105, 0, 0.9);
  left: 0px; }

.boxes:hover .content:before {
  height: 0px;
  top: 0; }

.boxes .content.green, .boxes .content.green:after, .boxes .content.green:before {
  background-color: rgba(0, 183, 34, 0.9); }

.boxes .content.blue, .boxes .content.blue:after, .boxes .content.blue:before {
  background-color: rgba(0, 174, 239, 0.9); }

#watch {
  position: relative; }

#watch .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  fill: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  display: none;
  transition: opacity 500ms; }

.video-wrapper.active {
  display: block;
  opacity: 1; }

.video-wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100; }

.video-wrapper .video .close {
  position: absolute;
  z-index: 100;
  background: #e1e1e1;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  text-align: center;
  line-height: 1.6em;
  top: -0.6em;
  right: -0.6em;
  cursor: pointer; }

.video-wrapper .video:after {
  content: " ";
  padding-top: 56.25%;
  display: block; }

.video-wrapper .video .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.video-wrapper .video iframe {
  width: 100%;
  height: 100%; }

.contact-bg {
  background: url("../images/contact-bg.jpg") center center;
  background-size: cover; }

.apply-now-bg {
  background: url("../images/fc-internship-gs.jpg") center center;
  background-size: cover; }

.benefits-bg {
  background: url("../images/careers-bg-orange.jpg") center center;
  background-size: cover;
  color: #ffffff; }

.benefits-bg h3 {
  font-size: 1.6em; }

.benefits-bg .icon.full {
  width: 30%; }

.careers-bg {
  background: url("../images/fc-careers-bg.jpg") center center;
  background-size: cover; }

.loyalty-bg {
  background: url("../images/friends-bg.jpg") center center;
  background-size: cover;
  color: #ffffff; }

.loyalty-bg h1, .loyalty-bg h2, .loyalty-bg h3, .loyalty-bg h4, .loyalty-bg h5, .join-bg h1, .join-bg h2, .join-bg h3, .join-bg h4, .join-bg h5, .benefits-bg h1, .benefits-bg h2, .benefits-bg h3, .benefits-bg h4, .benefits-bg h5 {
  color: #ffffff; }

.friends-bg {
  background: url("../images/loyalty-about.jpg") center center;
  background-size: cover; }

.join-bg {
  background: url("../images/orange-img-bg.jpg") center center;
  background-size: cover;
  color: #ffffff; }

.shrink-07 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.wrapper-pale-blue {
  background-color: #f7fdff; }

.wrapper-pale-green {
  background-color: #f9fbf2; }

.wrapper-pale-green a {
  color: #03a120; }

.who-are-we {
  padding-bottom: 200px;
  margin-bottom: -220px; }

.bg-video {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0; }

.bg-video .ie-bgshot {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0; }

.alsolike h5 {
  margin-bottom: 0.8em; }

.alsolike .image-wrapper img {
  display: inline-block;
  margin-bottom: 10px; }

/* MOBILE Off canvas styles */
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #0086b8; }

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: width 0.3s ease; }

.snap-drawer-left {
  left: 0;
  z-index: 1; }

.snap-drawer-right {
  right: 0;
  z-index: 1; }

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none; }

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%; }

.mobile-header {
  height: 100px;
  padding: 15px;
  box-sizing: border-box; }

.mobile-header.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background-color: #ffffff; }

.mobile-header #open-left {
  float: left; }

.mobile-header .icon-menu {
  color: #ff6900;
  margin-right: 14px;
  height: 35px;
  width: 35px;
  margin-top: 18px; }

.mobile-header .mobile-icons {
  float: right;
  height: 30px;
  margin-top: 20px; }

.mobile-header .mobile-icons .icon {
  color: #2d4a9f;
  height: 30px;
  width: 24px;
  margin-left: 5px; }

.mobile-header .logo {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center; }

.mobile-header .logo img {
  width: 204px;
  height: 67px;
  margin-top: 15px;
  margin-right: 30px; }

.mobile-nav {
  list-style: none;
  margin: 0px; }

.snap-drawer-left .mobile-header {
  padding: 14px;
  background-color: #4bc4f1; }

.mobile-nav li .icon {
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.5em;
  display: inline-block; }

.mobile-nav li .cart-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.9em;
  display: inline-block;
  height: 1.7em;
  width: 1.7em;
  margin-right: 0.5em;
  background-color: #4bc4f1;
  border-radius: 1em; }

.mobile-nav li {
  background-color: #00aeef;
  border-bottom: 1px solid #ffffff; }

.mobile-nav li.darken {
  background-color: #0097cf; }

.mobile-nav li .nav-item {
  color: #ffffff;
  display: block;
  padding: 0.8em; }

.dlbox {
  position: relative;
  width: 100%;
  /* desired width */
  background-size: cover; }

.dlbox:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.widebox {
  position: relative;
  width: 100%;
  /* desired width */
  background-size: cover; }

.widebox:before {
  content: "";
  display: block;
  padding-top: 56%;
  /* initial ratio of 16:9*/ }

@media only screen and (max-width: 40em) {
  body {
    overflow: hidden; }

  .snap-content {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
    z-index: 100;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 100; }

  .banner-wrap .banners > button {
    font-size: 12px;
    bottom: 23px; }

  .banner-wrap .banners > ul {
    bottom: 5px; }

  .banner-wrap .banners > span {
    font-size: 20px;
    line-height: 25px;
    max-width: 100%;
    width: 80%;
    min-width: 100px; }

  .collapse-for-small {
    padding-left: 0em;
    padding-right: 0em; } }
.dysphagia-range h3 {
  height: 2.8em; }

a.back-button {
  margin-top: 0;
  padding-bottom: 12px; }

.more-flavours img {
  height: 125px; }

.more-flavours-small img {
  height: 70px; }

.who-s-it-for > h3 {
  margin-bottom: 20px; }

.who-s-it-for .columns h3 {
  padding-top: 10px;
  margin-top: 0.5rem; }

.footer a.important {
  color: #00AEEF;
  font-weight: bold; }

.more-flavour {
  height: 120px;
  margin-bottom: 15px;
  overflow: hidden; }

.media-menu h4 {
  margin-bottom: 20px; }

.media-menu hr {
  margin-top: 20px; }

.media-menu .main-category {
  font-size: 1.1em; }

.media-menu div.selected {
  border-color: #00b0ec; }

.media-menu div.selected a {
  color: black !important;
  font-weight: normal; }

.media-content a {
  color: black; }

.qtip-fc {
  background-color: #FF8B35;
  padding: 20px;
  font-size: 20px;
  color: white; }

#floating-cart {
  position: relative;
  display: inline-block; }

.search-result {
  margin-bottom: 1.25rem; }

.search-box {
  display: none;
  padding: 5px 15px;
  background-color: white;
  position: absolute;
  z-index: 101;
  left: 0;
  right: 0;
  top: 100%;
  border-bottom: 2px solid #FF8B35; }

.search-box .query-wrapper {
  margin-right: 50px; }

.search-box form {
  position: relative; }

.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px; }

.banner-wrap #banners {
  height: 100%; }

#search-dropdown {
  position: absolute;
  visibility: hidden;
  top: 50%;
  white-space: nowrap;
  background: #02ADEE;
  z-index: 1000;
  margin-top: -20px; }

#search-dropdown .search-query {
  display: inline-block;
  width: 250px;
  margin: 0; }

#search-dropdown form {
  margin: 0; }

#search-dropdown button {
  padding: 10px;
  margin: 0; }

#close-search-dropdown {
  position: absolute;
  left: 230px;
  top: 12px; }

.jquery-modal.blocker {
  z-index: 100 !important; }

.modal {
  z-index: 101 !important; }

.modal > div {
  width: 100% !important;
  height: 100% !important; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
select,
textarea {
  height: 2.4rem;
  line-height: 1.5rem; }

.btr-dateinput-value {
  height: 2.4em;
  padding-top: 1.3rem; }

.other-state {
  display: none; }

.capitalise {
  text-transform: capitalize; }

hr.orange.small-margin {
  margin: 0.5rem 0 0.8rem; }

.news-div {
  margin-bottom: 30px !important; }

.consignment {
  position: relative;
  padding: 0; }
  .consignment .consignment-number {
    padding: 10px; }
  .consignment .consignment-number input {
    padding: 0;
    margin: 0 0 0 10px;
    border: 0;
    height: auto;
    width: auto;
    position: absolute;
    top: 6px; }
  .consignment .consignment-bubble {
    display: none;
    position: absolute;
    width: 380px;
    font-size: 10pt;
    line-height: 1.2;
    padding: 12px;
    background-color: whitesmoke;
    bottom: 20px;
    right: 5px;
    border: solid 1px #dddddd; }

a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

.form-error {
  font-size: 12px;
  color: red;
  margin-top: -12px;
  margin-bottom: 0; }

.footer-our-sites {
  /**
   * To change 'Our Sites' colour logos to only colour on hover, uncomment lines
   * and add '-sprite' to background filenames.
   */ }
  .footer-our-sites ul {
    margin: 0;
    list-style: none; }
    .footer-our-sites ul li {
      padding-bottom: 1em; }
  .footer-our-sites ul li a {
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .footer-our-sites .fc-home {
    width: 65%;
    padding-bottom: 23%;
    background-image: url("/assets/images/fc-home-logo.png"); }
  .footer-our-sites .rimms-logo {
    width: 69%;
    padding-bottom: 19.7%;
    background-image: url("/assets/images/rimms-logo.png"); }
  .footer-our-sites .elearning-logo {
    width: 60%;
    padding-bottom: 21%;
    background-image: url("/assets/images/elearning-logo.png"); }
.footer-our-sites .advital-logo {
  width: 69%;
  padding-bottom: 36%;
  background-image: url("/assets/images/advital-logo.png"); }
/*# sourceMappingURL=fcmain.css.map */
