/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.end{
 clear:both;
    float:none;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides img.hidden {
  display: none;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: right;
  z-index: 10;
  right: 3em;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**************************************************************
****************         VARIABLES          *******************
**************************************************************/
/**************************************************************
******************         MIXINS          ********************
**************************************************************/
.Clearfix {
  *zoom: 1;
}
.Clearfix:before,
.Clearfix:after {
  content: "";
  display: table;
}
.Clearfix:after {
  clear: both;
}
/**************************************************************
******************         STYLES          ********************
**************************************************************/
sup {
  font-size: 0.75em;
  vertical-align: super;
}
.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 400px;
  top: 0;
  width: auto;
  height: auto;
  background: #00B1EB;
  overflow: visible;
  color: #fff;
  z-index: 25;
  padding: 1em;
  font-size: 1.2em;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.flexslider ul {
  list-style: none!important;
  margin: 0!important;
}
.flexbox-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
em {
  font-style: italic;
}
.hidden {
  display: none;
}
.invisible {
  opacity: 0;
}
.pageContent {
  *zoom: 1;
  background: #fff;
  margin-top: 6em;
  max-width: 1800px;
  /*margin-left: auto;*/
  margin-right: auto;
  /*padding: 1em 2em;*/
}
.pageContent:before,
.pageContent:after {
  content: "";
  display: table;
}
.pageContent:after {
  clear: both;
}
.pageContent.sitemap ul {
  margin: 0em 0 1em 1em;
}
.rest-of-page {
  float: left;
  padding: 2em;
  width: 100%;
}
.rest-of-page a:link,
.rest-of-page a:visited,
.rest-of-page a:active {
  color: #00B1EB;
}
.rest-of-page a.button:link,
.rest-of-page a.button:visited,
.rest-of-page a.button:active {
  color: #fff;
}
.rest-of-page a:hover {
  color: #197a9a;
}
.rest-of-page a.button:hover {
  color: #fff;
}
.rest-of-page img {
  margin: 0 auto;
  width: auto;
}
.image-container {
  margin: 2em 0;
}
.pageContent ul {
  list-style: square;
  margin: 1.5em 0 1em 1em;
}
.pageContent ol {
  list-style: decimal;
  margin: 0 0 1em 0;
}
.pageContent ol > li {
  margin: 0 0 0.5em 1.5em;
}
blockquote {
  margin-top: 4em;
}
/*blockquote-namw{
    text-align: center;
}*/
blockquote.story,
.blog blockquote {
  background: url(/images/icons/quote-begin.png) top left no-repeat;
  background-size: 40px;
  font-style: italic;
  padding-top: 40px;
  margin-bottom: 1em;
  margin-top: 1em;
}
blockquote.story {
  float: left;
}
.blog blockquote {
  font-size: 1.5em;
}
blockquote.story cite,
.blog blockquote cite {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-weight: bold;
}
strong {
  font-weight: 600;
}
body {
  background: #fff;
  color: #404040;
  font-family: 'oscine';
  font-size: 16px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
}
#fouc {
  overflow-x: hidden;
}
h1 {
  color: black;
  font-family: 'oscine';
  font-size: 2.25em;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.rest-of-page h1 {
  color: #00B1EB;
  font-size: 2.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  font-weight: 300;
}
h3 {
  line-height: 1.4em;
  margin: 1em 0 1em 0;
  font-size: 1.5em;
}
h4 {
  margin: 0 0 1.25em 0;
}
h5 {
  text-align: center;
}
.intro-text {
  font-size: 2em;
}
a {
  text-decoration: none;
}
p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
p,
ul,
ol,
blockquote,
figcaption {
  font-size: 1em;
  line-height: 1.5em;
}
.footnote {
  font-size: 0.8em;
}
.slides {
  line-height: normal;
}
button,
#catwebformbutton,
.button,
#catlistbutton {
  background: linear-gradient(#00B1EB, #3775BA, #5C2483);
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'oscine';
  font-size: 1.4em;
  font-weight: 900;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1.5em 0.5em 1.5em;
  text-transform: uppercase;
  -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.button:hover {
  background: linear-gradient(#64cdf4, #54469a);
}
.pageContent button {
  display: block;
  margin: 0 auto;
  width: auto;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
}
/**************************************************************
****************         NAV RELATED         ******************
**************************************************************/

.navigation{
  list-style: none;
  background: #00B1EB;
  width: 100%;
  height: 100%;
  position:fixed;
    
}


.navigation > div > ul > li > ul {
  list-style: none;
  background: #00B1EB;
  width: 100%;
  height: 100%;
  position:relative;
}

.navigation div ul li ul li {
  background-color:#00c2eb;
}
.navigation {
  left: 0;
  z-index: 0;
  /*    position: relative; */
}
.navCover {
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.grey .navCover {
  background: #eceff4;
}
.navigation > div > ul > li > ul {
  /* left: 17em; */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.parentmenuActive {
    display:inline-block;
  left: 0 !important;
    position:fixed;
    
}
.parentmenuInactive {
  display:none;
    left: 0 !important;
}
.site-wrap {
  background: #fff;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 3;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site-wrap.grey {
  background: #eceff4;
}
.slideRight {
  left: 16.5em!important;
}
.slideRightForBackToTop {
  left: 33em!important;
}
nav,
.navigation,
.navigation > div > ul > li > ul {
  width: 16.5em;
}
footer nav {
  width: auto;
}


@media (max-width:500px){
    
    .where-to-buy-tile h2 {
        font-size:1.8em !important; 
    }
}

@media (max-width: 25em) {
  /* this stops scrolling on the body. it gets applied when the menu is opened. the only time you want this to happen
     is on mobile, on ipad and desktop the rest of the content should still be scrollable when the menu is open */
  .preventScroll {
    overflow: hidden;
  }
}
.allowScroll {
  overflow: auto;
}
.nav-trigger + label {
  transition: left 0.4s;
  -o-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -webkit-transition: left 0.4s;
}
body {
  overflow-x: hidden;
}
nav ul li ul li a {
  width: 100%;
}
nav ul a {
  font-family: 'oscine';
  font-size: 1.2em;
  text-transform: uppercase;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*width: 207px;*/
  display: block;
  padding: 20px 40px;
}

.navigation div ul li a{
 border-bottom: 1px solid white;   
}

.sub-menu-heading {
  border-bottom: 1px solid white;
  padding: 25px 40px;
    display:none;
}
nav a:link {
  color: white;
}
nav a:visited {
  color: white;
}
nav a:hover {
  color: #dadada;
}
nav .navigation > ul {
  position: relative;
  z-index: 0;
}
nav button {
  border-color: #404040;
  color: #404040;
  margin-bottom: 0.8em;
}
nav button:hover {
  background: #bf6300;
}
.menuTitle {
  color: #404040;
  font-family: 'oscine';
  font-size: 1.4em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  display: none;
}
nav li {
  
  position: relative;
}
.parent a {
 border-bottom: 1px solid white;   
}

.backArrow,
.forwardArrow {
  color: #fff;
  cursor: pointer;
  font-size: 1.8em;
  padding: 0 0.5em;
  position: absolute;
  top: 22px;
}
.backArrow {
  left: 0;
}
.forwardArrow {
  right: 0;
  top: 0;
  padding-top: 22px;
  padding-left: 20px;
  width: 2.3em;
  padding: 21px 22px;
    background-color:#00c2eb;
}
.backArrow:hover,
.forwardArrow:hover {
  color: #dadada;
}
.backArrow:active,
.forwardArrow:active {
  color: #ffad54;
}
.tel {
  display: block;
  font-family: 'oscine';
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  width: 7em;
}
.tel:link {
  color: #404040;
}
.tel:visited {
  color: #404040;
}
.tel:hover {
  color: #5c5c5c;
}
.tel:active {
  color: #404040;
}
nav .social {
  *zoom: 1;
  width: auto;
  padding: 1.25em;
  margin: 0 auto 0 8px;
}
nav .social:before,
nav .social:after {
  content: "";
  display: table;
}
nav .social:after {
  clear: both;
}
nav .social img {
  float: left;
  padding: 0.3em;
  width: 20%;
}
.retailer-logos {
  padding: 2em;
}
.logos {
  display: inline-block;
  width: auto;
  height: 35px;
  margin: 0 auto 2em auto;
}
.pro-bono-bio-logo {
  width: 90px;
  margin: 1em auto 1em auto;
}
nav .selected > a:link,
nav .selected > a:visited,
nav .selected > a:active {
  color: #848484;
}
nav .selected > a:hover {
  color: #bdbdbd!important;
}
/**************************************************************
******************         HEADER          ********************
**************************************************************/
header {
  *zoom: 1;
  background-color: rgba(255, 255, 255, 0.8);
  height: 6em;
  max-width: 1800px;
  padding: 1.2em;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
.menu {
  cursor: pointer;
  font-size: 1rem;
  height: 40px;
  left: 9px;
  padding: 5px;
  position: absolute;
  top: 28px;
  width: 40px;
  z-index: 15;
}
.globe,
.close {
  cursor: pointer;
  font-size: 1rem;
  height: 35px;
  right: 16px;
  padding: 5px;
  position: absolute;
  top: 31px;
  width: 35px;
  z-index: 15;
}
.close {
  display: none;
  height: 30px;
  width: 30px;
  right: 18px;
  top: 34px;
}
nav .country-select {
  display: block;
  max-width: 320px;
  overflow-y: auto;
  padding: 25px 40px;
  top: 6em;
  right: 0;
  width: 100%;
  z-index: 10;
}
nav .flag {
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
  width: 27%;
  margin-bottom: 8%;
}
header .country-select {
  background: #fff;
  border-bottom: 1px solid #D3D0E1;
  display: none;
  max-width: 320px;
  overflow-y: auto;
  padding: 0.4em 0 0.3em 0;
  position: absolute;
  text-align: center;
  top: 6em;
  right: 0;
  width: 100%;
  z-index: 10;
}
header .flag {
  box-shadow: 0 0 5px grey;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  width: 11.2%;
}
#logo {
  display: inline-block;
  width: 7em;
}
#logo-circle {
  display: inline-block;
  margin-top: 10px;
  width: 160px;
}
header button {
  border: 1px solid #fff;
  color: #fff;
  display: none;
  font-size: 1.4em;
  font-weight: 100;
  padding: 0.4em 1em 0.4em 1em;
  position: absolute;
  top: 0.75em;
  right: 2em;
  transition: right 0.5s ease-in-out, background 0.25s;
  -o-transition: right 0.5s ease-in-out, background 0.25s;
  -ms-transition: right 0.5s ease-in-out, background 0.25s;
  -moz-transition: right 0.5s ease-in-out, background 0.25s;
  -webkit-transition: right 0.5s ease-in-out, background 0.25s;
}
.phoneIcon {
  display: block;
  height: 3.4em;
  padding: 0.95em;
  position: absolute;
  right: 0;
  top: 0.1em;
  width: 3.4em;
}
/**************************************************************
******************          FOOTER          ********************
**************************************************************/
footer {
  background: #e3e0e0;
  float: left;
  font-size: 1rem;
  max-width: 1800px;
  width: 100%;
}
footer .decoration {
  background-image: url("/images/footer-decoration.jpg");
  height: 26px;
}
footer .social .content {
  *zoom: 1;
  width: 160px;
  padding: 1.25em;
  margin: 0 auto;
}
footer .social .content:before,
footer .social .content:after {
  content: "";
  display: table;
}
footer .social .content:after {
  clear: both;
}
footer .social img {
  float: left;
  padding: 0.3em;
  width: 33.33%;
}
footer .copyright,
footer .privacy,
footer .contact-info,
footer .identification-flag {
  background: rgba(255, 255, 255, 0.7);
  padding: 1em 2em;
  text-align: center;
}
footer .contact-info {
  padding: 2em 2em 0 2em;
}
.contact-info a {
  padding: 0 0.5em;
  font-size: 1.5em;
}
footer .privacy {
  padding: 2em 0 1em 0;
}
footer .privacy a:link,
footer .privacy a:visited,
footer .privacy a:active {
  color: #000;
}
footer .contact-info a:link,
footer .contact-info a:visited,
footer .contact-info a:active {
  color: #00B1EB;
}
footer .privacy li {
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
footer .privacy a:hover {
  color: #7f7f7f;
}
footer .contact-info a:hover {
  color: #197a9a;
}
footer .copyright p {
  color: #000;
  font-size: 0.75em;
  margin-bottom: 0;
}
.footer-logo {
  width: 3em;
  margin: 0 auto;
  padding-bottom: 2em;
}
footer .identification-flag {
  padding: 2em 2em 0 2em;
}
.identification-flag .flag {
  box-shadow: 0 0 5px grey;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  width: 43px;
}
/**************************************************************
******************         INDEX          ********************
**************************************************************/
.banner {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 90%;
}
.banner-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0.1em;
  text-shadow: 1px 1px 10px #969696;
}
.banner-text h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  text-shadow: 1px 1px 20px black;
  text-transform: none;
}
.flexslider.banner .slides .banner-text img {
  max-width: 400px;
  margin-bottom: 1em;
  width: 40%;
}
.flex-control-nav {
  display: none;
}
.stories {
  position: relative;
}
.stories .tile-text {
  position: absolute;
  top: 1em;
  left: 1em;
}
.stories h3 {
  margin: 0;
  text-transform: uppercase;
}
.stories h2,
.stories h3,
.stories p,
.banner h2,
.banner h3,
.banner p {
  color: #fff;
  text-shadow: 1px 1px 10px #969696;
}
.banner-text h2.live-free {
  font-size: 1.5em;
}
.stories h2,
.banner h2 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0.1em;
  margin-top: 0;
}
.newsletter {
  float: left;
  padding: 1em;
  width: 100%;
}
.newsletter h2 {
  color: #000;
  font-size: 2em;
  margin-bottom: 0.1em;
  margin-top: 0;
}
.newsletter-form {
  background: #fff;
  border: none;
  margin: 0;
}
.newsletter-form div.form,
div.form div.item {
  padding: 0;
}
#CLFullName,
#CLEmailAddress {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  margin: 0;
  float: left;
  padding: 0.75em 1em;
  width: 48%;
}
#CLFullName {
  margin-right: 2%;
}
#CLEmailAddress {
  margin-left: 2%;
}
.newsletter-form #catlistbutton {
  margin: 1em 0;
  font-size: 1em;
  float: right;
  width: 100%;
}
.products-slider .banner-text h2 {
  color: #000;
  margin-bottom: 0;
  text-align: center;
  text-shadow: none;
}
.products-slider .banner-text {
  top: auto;
  bottom: 1em;
  width: 90%;
}
.products-slider .flex-control-nav {
  display: none;
}
.where-to-buy-tile {
  float: left;
  position: relative;
}
.where-to-buy-tile h2 {
  color: #000;
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 2.5em;
  right: 0;
  text-align: center;
  margin-bottom:0 !important;
}

.buy-trans-img{
 display:none;   
}

.where-to-buy-tile, .buying-outer{
    background: #fff;
    position:relative;
    
}

.where-to-buy-outer{
    position:relative;
        padding-top: 5%;
    padding-bottom:5%;
    
    
}

        .buy-logo{
        float:left;
    }

        .logo-top-4{
        width:60%;
        margin-left:20%;
        margin-right:20%;
    }
    
        .logo-bottom-3{
        width:60%;
        margin-left:20%;
        margin-right:20%;
    }


.where-to-buy-tile, .seq-tec{
    width:100% !important;
}
/**************************************************************
******************         MEDIA           ********************
**************************************************************/

@media (min-width:500px){
    
            .logo-bottom-3{
        width:33.333%;
        margin-left:0%;
        margin-right:0%;
    }

    
    .logo-top-4{
        width:25%;
        margin-left:0%;
        margin-right:0%;
    }
    
}

@media (min-width:800px){
    .where-to-buy-tile, .seq-tec{
    	width:50% !important;
        float:left;
	}
}

/**************************************************************
******************         MEDIA           ********************
**************************************************************/

@media (min-width:800px) and (max-width:1200px){
    
    
    .where-to-buy-tile h2{
        font-size:1.5em;
    }
    
    
}



/**************************************************************
******************         MEDIA           ********************
**************************************************************/

@media (min-width:1700px){
    
        .where-to-buy-tile h2 {
  color: #000;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  font-size: 2.5em;
  right: 0;
  text-align: center;
        margin-bottom:0 !important;
}
    
        .buy-trans-img{
 display:block;   
}
    
.where-to-buy-outer{
 	bottom:15%;   
    position:absolute !important;
        padding-top: 0;
    padding-bottom: 0;

}


    
    
    
}




/**************************************************************
******************         PRODUCTS          ********************
**************************************************************/
.award {
  margin-bottom: 1em;
  height: 100px;
  width: auto;
}
.product-page {
  padding: 1em 2em;
}
.product-page h1 {
  margin-bottom: 0.5em;
  text-transform: none;
}
.product-page .button {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.buttons-section {
  margin-top: 3em;
}
.product-images {
  margin-bottom: 2em;
}
.product-title:link h2,
.product-title:visited h2,
.product-title:active h2 {
  color: #404040;
}
.product-title:hover h2 {
  color: #929191;
}
.wave-banner {
  position: relative;
}
.wave-banner h1 {
  position: absolute;
  left: 1em;
  top: 0.6em;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  margin-bottom: 0.1em;
  text-shadow: 1px 1px 10px #969696;
}
.product {
  border-bottom: 1px solid #bdbdbd;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
  text-align: center;
}
.product:last-child {
  border-bottom: none;
}
.products .product-title h2 {
  margin-top: 1em;
}
.about-flex {
  display: inline-block;
  margin-top: 3em;
  text-align: center;
}
.products .rest-of-page {
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 1em;
  text-align: center;
}
/**************************************************************
******************         BUY           *******************
**************************************************************/
.buy-shops {
  background: #fff;
  margin-bottom: 4em;
  padding: 1em;
}
.shop {
  /*background: #eceff4;
	border: 1px solid #e9e9e9;
    border-radius: 2px;*/
  /*height: 229px;*/
  height: 139px;
  margin-bottom: 1em;
  position: relative;
}
.shop img {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.buy-me {
  background: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.where-to-buy .rest-of-page {
  padding: 0 4em;
}
/**************************************************************
******************         CONTACT           *******************
**************************************************************/
.left-page {
  padding: 2em;
  width: 100%;
}
.left-page,
.contact-form,
.contact-us-page form {
  background: #eceff4;
}
.contact-us-page {
  padding: 0;
}
.contact-form {
  margin-top: 2em;
  margin-bottom: 2em;
}
.contact-form table {
  border: none;
  width: 100%;
}
.contact-form input.cat_textbox,
.contact-form textarea.cat_listbox,
.contact-form select.cat_dropdown,
.contact-form select.cat_listbox {
  border: 1px solid grey;
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1em;
  width: 100%;
}
.contact-form th,
.contact-form td {
  border: none;
}
.contact-form table.webform td {
  padding: 0;
}
.contact-form .form label,
.contact-form .webform label {
  font-size: 1em;
}
#CAT_Custom_939992 {
  height: 37px;
}
.contact-us-page .contact-page-text {
  width: 100%;
}
/**************************************************************
******************         BLOG          ********************
**************************************************************/
#catblogoutput {
  width: 100%;
}
.blog h1 {
  color: #00B1EB;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 1em;
  text-align: center;
}
.pageContent.blog {
  *zoom: 1;
  background: #eceff4;
  padding: 1em;
  max-width: 1800px;
  /*margin-left: auto;*/
  margin-right: auto;
}
.pageContent.blog:before,
.pageContent.blog:after {
  content: "";
  display: table;
}
.pageContent.blog:after {
  clear: both;
}
.blog article {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #d4d2d2;
  margin-bottom: 1em;
  width: 100%;
}
.blog article img {
  border-radius: 3px 3px 0 0;
}
.blog-summary {
  padding: 1em;
}
.post-title {
  font-size: 1.2em;
  font-weight: 900;
  text-transform: none;
}
.post-title a:link,
.post-title a:visited,
.post-title a:active {
  color: #00B1EB;
}
.post-title a:hover {
  color: #84daf5;
}
.blog-summary p,
.post-details {
  color: #8f8f8f;
}
.post-details {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.post-read-more.button {
  background: #e6e6e6;
  border-radius: 4px;
  color: #676767;
  font-size: 0.9em;
  margin-bottom: 0;
}
.post-read-more.button:hover {
  background: #c9c8c8;
}
.full-post-feat-image {
  margin-bottom: 1em;
}
.full-post-content {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  padding: 1em;
}
.full-post-content h2 {
  color: #00B1EB;
  font-size: 1.5em;
  font-weight: 900;
  margin: 1em 0 1em 0;
  text-transform: none;
}
.full-post-content h3 {
  font-size: 1.4em;
  margin: 1.75em 0;
}
.full-post-content img {
  display: inline;
  width: auto;
}
.blog article .full-post-feat-image {
  border-radius: 0;
  max-width: 900px;
  margin: 0 auto 2em auto;
}
.blog article.full-blog-post .full-post-content img {
  margin: 1em auto;
}
.blog-further-reading {
  position: relative;
  float: left;
  width: 100%;
}
.blog ~ footer {
  display: none;
}
.blog-post-social-icons {
  margin-bottom: 3em;
  text-align: center;
}
.blog-post-social-icons .sharing-icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: relative;
  margin: 0 0.1em;
}
/**************************************************************
******************         FAQ          ********************
**************************************************************/
.accordion {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.question {
  cursor: pointer;
  margin: 0;
  background-image: url("/images/icons/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 100% 47%;
  padding-right: 1.5em;
  float: left;
}
.answer {
  float: left;
  width: 100%;
}
.faq .rest-of-page > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
/**************************************************************
**** USEFUL LINKS & INTERNATIONAL PRESS & PATIENT LEAFLET *****
**************************************************************/
.link,
.press-clipping,
.download-item {
  margin-bottom: 2em;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.link .button {
  font-size: 1em;
  text-align: center;
}
/**************************************************************
*************         PATIENT LEAFLET          ****************
**************************************************************/
.patient-leaflets .download-item {
  text-align: center;
}
.download-item {
  display: block;
  float: left;
}
.download-item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  max-width: 256px;
}
/**************************************************************
**********       USER STUDIES, BATCH TESTS       **************
**************************************************************/
.user-studies .download-item,
.batch-tests .download-item {
  width: 100%;
  margin-bottom: 1em;
}
.user-studies .download-item button,
.batch-tests .download-item button {
  display: inline-block;
  margin: 0 0 2em 0;
}
.batch-tests .download-item {
  max-width: none;
}
.batch-tests .download-item h2 {
  margin-bottom: 0;
}
/**************************************************************
******************         TERMS          ********************
**************************************************************/
.terms ul {
  list-style: none;
}
/**************************************************************
******************         PRIVACY          ********************
**************************************************************/
.privacy-page ul {
  list-style: none;
}
/**************************************************************
******************         SITE-MAP          ********************
**************************************************************/
.site-map ul {
  list-style: none;
}
.site-map ul li p {
  text-align: left;
}
.site-map ul li ul {
  list-style: square;
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 500 PIXELS WIDE             ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 31.25em) {
  /**************************************************************
    ***************         INDEX          *****************
    **************************************************************/
  .banner-text h1 {
    font-size: 2.5em;
    width: 50%;
  }
  .banner-text h2 {
    width: 50%;
    font-size: 1.4em;
    line-height: 1.4em;
  }
  .banner-text h2.live-free {
    font-size: 2em;
  }
  .products-slider .banner-text h2 {
    width: auto;
  }
  .stories h2 {
    font-size: 2em;
  }
  .award-container {
    float: left;
    width: 100%;
  }
  .award {
    float: left;
    padding-right: 1em;
  }
  /**************************************************************
    ******************         PRODUCTS          ********************
    **************************************************************/
  .wave-banner h1 {
    font-size: 3em;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
********************                  OVER 600 PIXELS WIDE            ****************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 37.5em) {
  /**************************************************************
    *************    MASONRY (BLOG & STORIES)      ****************
    **************************************************************/
  /* blog listings page */
  .blog-post-preview.grid-sizer,
  .blog .post-preview {
    width: 49%;
  }
  .blog-post-preview.gutter-sizer {
    width: 2%;
  }
  /* blog detail page */
  .grid-sizer.full-post {
    width: 100%;
  }
  .gutter-sizer.full-post {
    width: 0;
  }
  /* blog detail page - additional reading */
  .blog-further-reading .grid-sizer,
  .blog-further-reading .post-preview {
    width: 49%;
  }
  .blog-further-reading .gutter-sizer {
    width: 2%;
  }
  /* stories page */
  .story,
  .stories-container .grid-sizer {
    width: 45%;
  }
  .stories-container .gutter-sizer {
    width: 10%;
  }
  /**************************************************************
    ***************         BUY          ******************
    **************************************************************/
  .buy-product-banners {
    *zoom: 1;
    background: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .buy-product-banners:before,
  .buy-product-banners:after {
    content: "";
    display: table;
  }
  .buy-product-banners:after {
    clear: both;
  }
  .buy-product-banners img {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .buy-shops {
    *zoom: 1;
  }
  .buy-shops:before,
  .buy-shops:after {
    content: "";
    display: table;
  }
  .buy-shops:after {
    clear: both;
  }
  .shop {
    width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
  /**************************************************************
    ***************            INDEX             ******************
    **************************************************************/
  .newsletter {
    float: left;
    padding: 1em 1em 1.5em 1em;
    width: 50%;
  }
  .where-to-buy-tile {
    float: left;
    width: 100%;
  }
  .newsletter h2 {
    font-size: 1.8em;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
********************                  OVER 700 PIXELS WIDE  - THREE COLUMN           ****************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 43.75em) {
  /**************************************************************
    ***************         INDEX          ******************
    **************************************************************/
  .banner-text h1 {
    font-size: 3.4em;
    width: 60%;
  }
  .banner-text h2 {
    font-size: 1.7em;
  }
  .banner-text h2.live-free {
    font-size: 3em;
  }
  .index .flexiseq-classic,
  .index .products-slider,
  .index .stories {
    float: left;
    width: 50%;
  }
  .index .logos-slider {
    width: 100%;
    float: left;
  }
  .newsletter {
    padding: 3em 2em;
  }
  .flex-control-nav {
    display: block;
  }
  .products-slider .banner-text h2 {
    font-size: 1em;
  }
  /**************************************************************
    ***************         BLOG          ******************
    **************************************************************/
  .full-post-content {
    font-size: 1.3rem;
  }
  /**************************************************************
    ***************         PRODUCTS          ******************
    **************************************************************/
  .product-images {
    float: left;
    width: 50%;
  }
  .product-details {
    float: left;
    width: 50%;
  }
  /**************************************************************
    ***************         CONTACT          ******************
    **************************************************************/
  .contact-us-page {
    padding: 0;
  }
  .left-page,
  .right-page {
    float: left;
    width: 50%;
  }
  .left-page {
    padding: 3em;
  }
  .right-page img {
    display: none;
  }
  .right-page {
    background-image: url(/images/classic-frisbee-lady.jpg);
    background-size: cover;
    background-position: center;
  }
  /**************************************************************
    **** USEFUL LINKS & INTERNATIONAL PRESS & PATIENT LEAFLET *****
    **************************************************************/
  .link,
  .press-clipping,
  .download-item {
    float: left;
    width: 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 750 PIXELS WIDE             ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 46.875em) {
  /**************************************************************
    ******************         HEADER          ********************
    **************************************************************/
  .ghost {
    height: 4.7em;
  }
  #logo {
    width: 11em;
  }
  header button {
    display: block;
  }
  .phoneIcon {
    display: none;
  }
  header button:hover {
    background: #666666;
  }
  #hamburger {
    top: 0.6em;
  }
  /**************************************************************
    *****************         PRODUCTS          *******************
    **************************************************************/
  .wave-banner h1 {
    font-size: 4em;
  }
  /**************************************************************
    ******************         CONTACT          ********************
    **************************************************************/
  .noTiles .content {
    *zoom: 1;
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 4em 1em 5em 1em;
  }
  .noTiles .content:before,
  .noTiles .content:after {
    content: "";
    display: table;
  }
  .noTiles .content:after {
    clear: both;
  }
  .contactForm,
  .contact .details {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
  }
  .contactForm {
    margin-bottom: 2em;
  }
  .map {
    padding: 0 0 0 2em;
  }
  .contact form {
    margin: 1em 0;
    padding: 0 1em 0 0;
  }
  .map {
    clear: both;
    display: block;
    float: left;
    max-width: 900px;
  }
  .contact .details {
    text-align: right;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 900 PIXELS WIDE             ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 56.25em) {
  /**************************************************************
    ******************        PAGE LAYOUT         *******************
    **************************************************************/
  .image-container {
    *zoom: 1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .image-container:before,
  .image-container:after {
    content: "";
    display: table;
  }
  .image-container:after {
    clear: both;
  }
  .image-container img {
    float: left;
  }
  .image-container .half-width {
    max-width: 50%;
    width: 50%;
  }
  .image-container .full-width {
    float: none;
    max-width: 50%;
    width: auto;
  }
  /**************************************************************
    ******************        PRODUCTS         *******************
    **************************************************************/
  .product {
    border-bottom: none;
    border-right: 1px solid #bdbdbd;
    float: left;
    max-width: none;
    width: 33.33%;
  }
  .product:last-child {
    border-right: none;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 1000 PIXELS WIDE             ***********************************
***************************                  - MENU CHANGE                    ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 62.5em) {
  /**************************************************************
    ******************         HEADER          *******************
    **************************************************************/
  #logo-circle {
    display: inline-block;
    margin-top: 0;
    width: 230PX;
  }
  /**************************************************************
    ******************         INDEX          *******************
    **************************************************************/
  .index.pageContent {
    margin-top: 0;
    max-width: 1800px;
    padding: 0;
  }
  /*.pageContent.blog,
    .pageContent.product-page,
    .pageContent.where-to-buy{
        margin-top: @header-height;
    }*/
  .banner-text {
    position: absolute;
    top: 9em;
    left: 3em;
  }
  .index .banner-text h1 {
    font-size: 4.5em;
  }
  .index .banner-text h2 {
    font-size: 2.2em;
  }
  .index .banner-text h2.live-free {
    font-size: 4em;
  }
  .index > .flexbox-container {
    background: #fff;
  }
  .index h2 {
    z-index: 1;
  }
  .products-slider .banner-text {
    width: 80%;
  }
  .products-slider .banner-text h2 {
    font-size: 1.5em;
  }
  /**************************************************************
    *************    MASONRY (BLOG & STORIES)      ****************
    **************************************************************/
  .pageContent.blog {
    padding: 2em;
  }
  .blog article {
    margin-bottom: 2em;
  }
  .blog-post-preview.grid-sizer,
  .blog .post-preview,
  .story {
    width: 32%;
  }
  .blog-post-preview.gutter-sizer {
    width: 2%;
  }
  .story,
  .stories-container .grid-sizer {
    width: 30%;
  }
  .stories-container .gutter-sizer {
    width: 5%;
  }
  blockquote.story {
    margin-bottom: 3em;
  }
  /**************************************************************
    ******************         PRODUCTS          ********************
    **************************************************************/
  .products.pageContent {
    margin-top: 6em;
    padding: 0;
  }
  .product-page .button {
    display: block;
    margin-bottom: 0;
    text-align: center;
    width: 29.33%;
    float: left;
    margin-right: 2%;
    font-size: 0.9em;
    margin-left: 2%;
    padding: 0.5em 0;
  }
  .buttons-section {
    *zoom: 1;
    margin-bottom: 2em;
  }
  .buttons-section:before,
  .buttons-section:after {
    content: "";
    display: table;
  }
  .buttons-section:after {
    clear: both;
  }
  /**************************************************************
    ***************         BUY          ******************
    **************************************************************/
  .shop {
    width: 29%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  /**************************************************************
	**** USEFUL LINKS & INTERNATIONAL PRESS & PATIENT LEAFLET *****
	**************************************************************/
  .link,
  .press-clipping,
  .download-item {
    float: left;
    width: 27.33%;
    max-width: none;
    margin-left: 3%;
    margin-right: 3%;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 1100 PIXELS WIDE             ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 68.75em) {
  /***************************************************************
    ******************         INDEX         **********************
	**************************************************************/
  .seq-tec {
    float: left;
    width: 50%;
  }
  .newsletter {
    width: 25%;
  }
    .where-to-buy-tile {
    width: 50%;
  }
  .newsletter {
    padding: 1em 1em 1.5em 1em;
  }
  .newsletter h2 {
    font-size: 1.6em;
  }
}
/****************************************************************************************************************
*****************************************************************************************************************
***************************                  OVER 1500 PIXELS WIDE             ***********************************
*****************************************************************************************************************
****************************************************************************************************************/
@media (min-width: 93.75em) {
  /**************************************************************
    ********         LAYOUT / PAGE STRUCTURE          *************
    **************************************************************/
    
    
    .navigation,
.navigation > div > ul > li > ul {
  list-style: none;
  background: #00B1EB;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
    position:relative;
}
  #hamburger {
    display: none;
  }
  .rest-of-page {
    padding: 3em 4em;
  }
  .rest-of-page h1 {
    font-size: 3.5em;
  }
  .navigation > div > ul > li > ul,
  .site-wrap,
  .navCover,
  footer .backToTop {
    left: 16.5em;
  }
  nav {
    *zoom: 1;
    height: 100%;
    position: fixed;
  }
  nav:before,
  nav:after {
    content: "";
    display: table;
  }
  nav:after {
    clear: both;
  }
  .navigation {
    height: 100%;
    /*position: static;*/
  }
  .site-wrap {
    min-width: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  nav,
  .site-wrap {
    display: block;
    float: left;
  }
  .fixed {
    left: 16.5em;
    right: 0;
    width: auto;
  }
  footer nav {
    float: none;
    height: auto;
    position: relative;
    width: auto;
  }
  /**************************************************************
    ******************         HEADER          ********************
    **************************************************************/
  header {
    left: 16.5em;
    right: 0;
    width: auto;
  }
  .menu {
    display: none;
  }
  /**************************************************************
    ******************         PRODUCTS          ********************
    **************************************************************/
  .product-page .button {
    font-size: 1.2em;
  }
}