/*
Theme Name: Potable Aqua
Description: Potable Aqua design
Author: bridgetwes
Author URI: http://unboxinteractive.com/
Version: 1.0
*/
/* Uses Foundation 4 to keep IE 7 & 8 support with respond.min.js
 * adapted to use Foundation 5 grid and block-grid files so can use more than 1 break point 6/26/2014
 */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/********* Bridget's additions  - also uncomment h1 below ******/



input[type=text], textarea {
  -webkit-border-radius: 0px;
  /*** safair mobile, remove rounded corners and shadows in input fields **/
  -webkit-appearance: none; }

a {
  outline: 0;
  /* so anchors don't get borders (on tabs usually) */ }

ol, ul, h1, h2, h3, h4, h5, h6, div, p {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  clear: both;
  /** this fixes any floated images so heading will not be affected by them. **/ }

.clear, .gf_clear {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 1px;
  visibility: hidden;
  overflow: hidden; }

img.alignleft, div.alignleft {
  float: left;
  margin: 4px 12px 6px 0; }

img.alignright, div.alignright {
  float: right;
  margin: 4px 0 6px 18px; }

img.aligncenter, div.aligncenter {
  display: block;
  margin: 4px auto; }

.wp-caption-text {
  font-size: convert-to-em(14);
  text-align: left; }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.centered_container {
  width: 59.625em;
  /* 934 plus 10px padding on each side */
  margin: 0 auto; }

.full_width {
  width: 59.625em; }

.menu_container {
  width: 14.5625em;
  float: left; }

.content_container {
  width: 45.0625em;
  float: left;
  *zoom: 1; }
  .content_container:before, .content_container:after {
    content: " ";
    display: table; }
  .content_container:after {
    clear: both; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.column {
  float: left;
  padding-left: 0.625em;
  padding-right: 0.625em;
  position: relative; }

.column:last-child {
  float: right; }

/**** Total width of split-content is 701 == 721 - 10px padding on each side **/
.inner-three-col {
  width: 15em;
  padding: 0 1em 0 0;
  float: left; }
  .inner-three-col:last-child {
    width: 13.75em;
    padding-right: 0; }

.inner-two-col {
  width: 360px;
  padding: 0 1.25em 0 0;
  float: left; }
  .inner-two-col:last-child {
    width: 21.25em;
    padding-right: 0; }

.home-video-copy {
  width: 21em;
  padding: 0 2.5em 0 0;
  float: left; }

.home-video {
  width: 20.9375em;
  padding: 0;
  float: right; }

.product-pure-science-powered {
  width: 10.625em;
  float: left; }

.product-pure-performance-copy {
  width: 33.1875em;
  float: right; }

.split-content-text {
  width: 25.75em; }
  .split-content-text.left {
    padding-right: 1.25em;
    float: left; }
  .split-content-text.right {
    padding-left: 1.25em;
    float: right; }

.split-content-image {
  width: 18.0625em; }
  .split-content-image.right {
    padding-right: 1.875em;
    float: right; }
  .split-content-image.left {
    float: left; }

.product-content {
  width: 26.0625em;
  padding-right: 1.25em;
  float: left; }

.product-image {
  width: 17.125em;
  padding-right: 0.625em;
  float: right; }

/* 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; }

.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("/wp-content/themes/potable_aqua/_scripts/fancy_box/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("/wp-content/themes/potable_aqua/_scripts/fancy_box/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: 90%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/wp-content/themes/potable_aqua/_scripts/fancy_box/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("/wp-content/themes/potable_aqua/_scripts/fancy_box/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("/wp-content/themes/potable_aqua/_scripts/fancy_box/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("/wp-content/themes/potable_aqua/_scripts/fancy_box/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/potable_aqua/_fonts/icomoon.eot?-bjhzaq");
  src: url("/wp-content/themes/potable_aqua/_fonts/icomoon.eot?#iefix-bjhzaq") format("embedded-opentype"), url("/wp-content/themes/potable_aqua/_fonts/icomoon.woff?-bjhzaq") format("woff"), url("/wp-content/themes/potable_aqua/_fonts/icomoon.ttf?-bjhzaq") format("truetype"), url("/wp-content/themes/potable_aqua/_fonts/icomoon.svg?-bjhzaq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search2:before {
  content: "\e600"; }

.icon-googleplus:before {
  content: "\e601"; }

.icon-facebook:before {
  content: "\e602"; }

.icon-instagram:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

.icon-feed:before {
  content: "\e605"; }

.icon-youtube:before {
  content: "\e606"; }

.icon-vimeo:before {
  content: "\e607"; }

.icon-flickr:before {
  content: "\e608"; }

.icon-search:before {
  content: "\e60a"; }

/**************** Colors ************/
/************************* Mixins ************************/
/*strong, b{
	font-weight: 700;
}*/
/************************ End Mixins *************************/
body {
  background: white;
  color: #808285;
  /*font-family: 'Arial Narrow', Arial, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

#background-wrapper {
  /* for water background */
  background: url("/wp-content/themes/potable_aqua/_images/page-background.jpg") repeat-x;
  width: 100%;
  padding-top: 6.75em; }

a {
  color: #4483af;
  text-decoration: none; }
  a:hover {
    color: #67b847; }
  a img {
    border: none; }

/********************************* Header *************************************/
header {
  padding: 0 0 0.9375em; }

.social-icons {
  float: right;
  background: #4483af;
  padding: 0.1875em 0.875em;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .social-icons a {
    color: white;
    font-size: 1em;
    padding: 0 0.375em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .social-icons a:hover, .social-icons a:focus {
      color: #89dfff; }

#header-utility-menu {
  float: right;
  padding-top: 0.6875em; }
  #header-utility-menu li {
    display: inline;
    list-style: none;
    margin: 0 0 0 0.9375em; }
    #header-utility-menu li.current_page_item a, #header-utility-menu li.current-page-ancestor a {
      color: #67b847; }
  #header-utility-menu a {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    color: #808285;
    text-decoration: none; }
    #header-utility-menu a:hover {
      color: #4483af; }

/******************************** End Header *************************************/
/********************************* Side Nav *****************************/
.side-nav {
  background: url("/wp-content/themes/potable_aqua/_images/nav-circle-background.png") no-repeat;
  width: 187px;
  height: 458px;
  position: relative;
  margin-top: 3px;
  margin-right: 38px; }
  .side-nav a {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.1875em;
    text-decoration: none;
    padding: 50px; }
  .side-nav .products-button {
    position: absolute;
    left: 20px;
    top: 68px; }
    .side-nav .products-button a {
      background: transparent url("/wp-content/themes/potable_aqua/_images/nav-arrow.png") no-repeat right 37px center; }
    .side-nav .products-button li a {
      background: none; }
  .side-nav .uses-button {
    position: absolute;
    left: 0px;
    top: 190px; }
  .side-nav .buy-button {
    position: absolute;
    left: 25px;
    top: 301px; }
    .side-nav .buy-button a {
      padding: 2em 1.05263em 2em 1.15789em; }
  .side-nav .faq-button {
    position: absolute;
    left: 62px;
    top: 390px; }
    .side-nav .faq-button a {
      padding: 35px 44px;
      background: transparent url("/wp-content/themes/potable_aqua/_images/nav-arrow.png") no-repeat right 32px center; }
    .side-nav .faq-button li a {
      background: none; }
  .side-nav .faq-button .children a, .side-nav .buy-button .children a {
    padding: 0; }
  .side-nav li.current_page_item a, .side-nav li.current-page-ancestor a {
    color: #67b847; }
  .side-nav li.current_page_item .children a, .side-nav li.current-page-ancestor .children a {
    color: white; }
  .side-nav li:hover a, .side-nav li:focus a {
    color: #67b847; }
  .side-nav li:hover .children a, .side-nav li:focus .children a {
    color: white; }
    .side-nav li:hover .children a:hover, .side-nav li:focus .children a:hover {
      color: #67b847; }
  .side-nav ul li {
    margin: 0;
    list-style: none; }
  .side-nav ul li:hover .children {
    display: block; }
  .side-nav .children {
    display: none;
    background: #4483af;
    width: 420px;
    padding: 5px 20px;
    position: absolute;
    left: 164px;
    top: -20px;
    z-index: 20;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .side-nav .children:before {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #4483af;
      content: "";
      height: 0;
      left: -10px;
      position: absolute;
      top: 17px;
      width: 0; }
    .side-nav .children li {
      border-bottom: 1px dotted white;
      padding: 10px 0; }
      .side-nav .children li:last-child {
        border-bottom: 0 none; }
      .side-nav .children li.current_page_item a {
        color: #67b847; }
    .side-nav .children a {
      padding: 0; }
  .side-nav .faq-button .children {
    left: 124px;
    /* this is over less than products */ }

/********************************* End Side Nav ********************************/
/********************************* Homepage ************************************/
.home-callout-row {
  padding-top: 1.4375em; }

.home-callouts {
  position: relative; }
  .home-callouts img {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .home-callouts .home-box-overlay {
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 0px;
    text-align: right; }
  .home-callouts .headline {
    font-size: 1.875em;
    line-height: 0.9em;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 10px; }

.home-video-row {
  padding-top: 2em; }

.home-video {
  position: relative; }
  .home-video img {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .home-video .home-video-overlay {
    position: absolute;
    z-index: 5;
    top: 56px;
    right: 0px;
    text-align: right; }

.home-link {
  margin-top: 0.28571em; }
  .home-link a {
    font-size: 0.875em;
    line-height: 1.14286em;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    background: #284355;
    background: rgba(40, 67, 85, 0.9) url("/wp-content/themes/potable_aqua/_images/home-tiny-play.png") no-repeat right 8px center;
    padding: 0.14286em 2.14286em 0.14286em 0.71429em;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-decoration: none; }
    .home-link a:hover {
      background: #53924c url("/wp-content/themes/potable_aqua/_images/home-tiny-play.png") no-repeat right 8px center; }

/********************************* End Homepage **********************************/
/******************************** Text Pages *********************************/
.body_copy h1 {
  font-size: 2.5625em;
  line-height: 1em;
  color: #4483af;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.19512em 0 0.41463em; }
.body_copy h2 {
  font-size: 1.375em;
  line-height: 1.09091em;
  color: #4483af;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.09091em; }
.body_copy h3 {
  font-size: 1.125em;
  line-height: 1.11111em;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.11111em; }
.body_copy p, .body_copy ul, .body_copy ol {
  font-size: 0.9375em;
  line-height: 1.6em;
  padding-bottom: 1.6em; }
  .body_copy p.larger, .body_copy ul.larger, .body_copy ol.larger {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1.16667em; }
    .body_copy p.larger a, .body_copy ul.larger a, .body_copy ol.larger a {
      text-decoration: underline; }
.body_copy ul, .body_copy ol {
  padding-left: 1.06667em; }

/********************************* End Text Pages **************************/
/**************************** Where to Buy Template ***********************/
.flagship_logos .logo {
  text-indent: -9999px;
  display: block;
  float: left; }
.flagship_logos .amazon {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_amazon.png") no-repeat;
  width: 150px;
	height: 150px;
	margin: 0.625em 3.125em 0;}
.flagship_logos .rei {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_rei.png") no-repeat 0 -113px;
  width: 150px;
  height: 113px; }
  .flagship_logos .rei:hover {
    background-position: top left; }
.flagship_logos .sportsmanswarehouse {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_sportsman.png") no-repeat 0 -94px;
  width: 200px;
  height: 94px;
  margin: 0.625em 3.125em 0; }
  .flagship_logos .sportsmanswarehouse:hover {
    background-position: top left; }
.flagship_logos.logo-second-row {
  margin-top: 1.875em; }
.flagship_logos .sportchalet {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_sportchalet.png") no-repeat 0 -56px;
  width: 247px;
  height: 56px;
  margin: 1.25em 0 0 0; }
  .flagship_logos .sportchalet:hover {
    background-position: top left; }
.flagship_logos .campmor {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_campmor.png") no-repeat 0 -56px;
  width: 166px;
  height: 56px;
  margin: 1.25em 3.125em 0 5.9375em; }
  .flagship_logos .campmor:hover {
    background-position: top left; }
.flagship_logos .basspro {
  background: transparent url("/wp-content/themes/potable_aqua/_images/logo_basspro.png") no-repeat 0 -115px;
  width: 170px;
  height: 115px;
  margin: 0 5.9375em 0 3.125em; }
  .flagship_logos .basspro:hover {
    background-position: top left; }

.retailers_header {
  padding-top: 2.875em; }

.retailers_list {
  padding-top: 0.625em; }
  .retailers_list p {
    font-size: 0.875em;
    line-height: 1.71429em;
    padding-bottom: 0; }
    .retailers_list p a {
      color: #808285; }

/***************************** End Where to Buy Template **********************/
/**************************** Product Landing Page *****************************/
.product_landing_link {
  font-size: 0.68182em;
  /*font-family: 'Arial Narrow', Arial, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #67b847;
  padding-left: 0.33333em; }

.product_landing_info_box {
  padding-top: 1.6875em; }
  .product_landing_info_box .label {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    background: #67b847;
    width: 100px;
    padding: 0.3em 0.4em 0;
    color: white;
    text-align: center;
    display: block;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0.5em; }
  .product_landing_info_box .info {
    width: 601px;
    float: left;
    padding: 0.75em 1.25em;
    background: #4483af;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .product_landing_info_box ol {
    padding-bottom: 0; }
  .product_landing_info_box:last-child {
    padding-top: 0.625em; }

#product-landing-tabs .ui-tabs-nav li {
  padding: 0 0.8125em;
  margin: 0; }
  #product-landing-tabs .ui-tabs-nav li .color {
    display: none; }
  #product-landing-tabs .ui-tabs-nav li .bandw {
    display: inline;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=80);
    /* Modern Browsers */
    opacity: 0.8; }
  #product-landing-tabs .ui-tabs-nav li:hover .color {
    display: inline; }
  #product-landing-tabs .ui-tabs-nav li:hover .bandw {
    display: none; }
  #product-landing-tabs .ui-tabs-nav li.ui-tabs-active .color {
    display: inline; }
  #product-landing-tabs .ui-tabs-nav li.ui-tabs-active .bandw {
    display: none; }

/**************************** End Product Landing Page ***************************/
/***************************** Products Pages ********************************/
.product-image-container {
  text-align: center; }

ul.product_image_gallery {
  padding: 0.3125em 0 0.9375em;
  margin: 0 -0.3125em; }
  ul.product_image_gallery li {
    list-style: none;
    padding: 0 0.3125em 0.9375em;
    display: inline-block; }
    ul.product_image_gallery li:last-child {
      padding-right: 0; }
    ul.product_image_gallery li img {
      -webkit-border-radius: 3px;
      border-radius: 3px; }

.product-links {
  font-size: 1.375em;
  line-height: 1.09091em;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 0.40909em;
  color: #4483af; }
  .product-links a {
    padding-right: 0.54545em;
    float: left; }
    .product-links a .arrow-sprite {
      background: transparent url("/wp-content/themes/potable_aqua/_images/blue-green-arrows.png") no-repeat 0 -21px;
      width: 6px;
      height: 9px;
      float: right;
      margin: 0.36842em 0 0 0.31579em; }
    .product-links a:hover .arrow-sprite {
      background-position: -6px -21px; }

/************ PURE product stuff - this is in template because only used on one product ***************/
.pure-disclaimer {
  border-bottom: 1px solid #808285;
  padding-bottom: 0.125em;
  margin-bottom: 1.25em; }
  .pure-disclaimer p {
    font-size: 0.75em;
    line-height: 1.08333em; }

.product-pure-uses {
  padding: 0.75em 0 1.4375em; }

.body_copy #product-tabs .ui-tabs .ui-tabs-nav {
  padding: 0 0 1.6875em 0; }
  .body_copy #product-tabs .ui-tabs .ui-tabs-nav li {
    padding: 0 2.13333em 0 0; }
    .body_copy #product-tabs .ui-tabs .ui-tabs-nav li:last-child {
      padding-right: 0; }
    .body_copy #product-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
      color: #67b847; }
      .body_copy #product-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a .arrow-sprite {
        width: 9px;
        height: 6px;
        background-position: 0px -15px; }
  .body_copy #product-tabs .ui-tabs .ui-tabs-nav a {
    font-size: 1.46667em;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    padding-right: 0.54545em; }
    .body_copy #product-tabs .ui-tabs .ui-tabs-nav a .arrow-sprite {
      background: transparent url("/wp-content/themes/potable_aqua/_images/blue-green-arrows.png") no-repeat 0 -21px;
      width: 6px;
      height: 9px;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0.36842em 0 0 0.31579em; }
    .body_copy #product-tabs .ui-tabs .ui-tabs-nav a:hover .arrow-sprite {
      background-position: -6px -21px; }

/************ End PUR product stuff ************/
/***************************** End Products Pages *******************************/
/***************************** Write a Review Page *****************************/
.product_review_link_container {
  padding-top: 1.25em; }

.product_review_link a {
  position: relative;
  padding: 0 0.8125em; }
  .product_review_link a:hover:after {
    font-size: 1.0625em;
    content: "Write a Review";
    position: absolute;
    top: 50%;
    background: #67b847;
    color: white;
    padding: 0.29412em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center; }

/***************************** End Write a Review Page ***************************/
/****************************** Contact Us Template ***************************/
.contact-bottom-stuff {
  padding-top: 2em; }

.contact-company-address p, .contact-other-products p {
  font-size: 1.125em;
  line-height: 1.33333em;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 1.33333em; }

.contact-other-products {
  color: #4483af; }
  .contact-other-products p {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 1.31818em;
    color: #4483af; }

.product-family span {
  text-indent: -99999px;
  display: block;
  float: left;
  margin-right: 1.25em; }
.product-family .atwater {
  display: block;
  float: left; }
  .product-family .atwater span {
    background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat 0 0;
    width: 125px;
    height: 34px; }
.product-family .stingeze span {
  background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat -150px 0;
  width: 121px;
  height: 31px; }
.product-family .second-row {
  padding-top: 0; }
.product-family .baitmate {
  padding-top: 0.9375em;
  display: block;
  float: left; }
  .product-family .baitmate span {
    background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat 0 -50px;
    width: 69px;
    height: 34px;
    padding-top: 0.625em; }
.product-family .coleman_first {
  padding-top: 0.9375em;
  display: block;
  float: left; }
  .product-family .coleman_first span {
    background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat -200px -50px;
    width: 65px;
    height: 34px; }
.product-family .coleman_repel {
  padding-top: 0.9375em;
  display: block;
  float: left; }
  .product-family .coleman_repel span {
    background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat -100px -50px;
    width: 65px;
    height: 34px; }
.product-family .pharmacal span {
  background: transparent url("/wp-content/themes/potable_aqua/_images/product-family.png") no-repeat 0px -84px;
  width: 50px;
  height: 53px; }

/******************************* End Contact Us Template **********************/
/******************************* FAQs (and product specs) ****************************************/
.faqs .faq {
  padding-bottom: 1.125em; }
.faqs .question-text {
  padding-right: 0.625em; }
  .faqs .question-text.active h2 {
    color: #67b847; }
  .faqs .question-text:hover {
    cursor: pointer; }
.faqs .question-icon {
  background: transparent url("/wp-content/themes/potable_aqua/_images/blue-green-arrows.png") no-repeat 0 -21px;
  display: inline-block;
  width: 6px;
  height: 9px;
  margin: 0 0 0 0.4375em;
  vertical-align: middle; }
.faqs .active .question-icon {
  width: 9px;
  height: 6px;
  background-position: 0px -15px; }
.faqs .answer {
  display: none; }
  .faqs .answer p:last-child {
    padding-bottom: 0; }
.faqs.product-faqs .faq {
  padding: 0 0 1.25em 0; }
.faqs.product-faqs h2 {
  padding: 0 0 0.625em 0; }

/******************************* End FAQs ********************************/
/******************************* Blog Pages *******************************/
.blog-heading {
  font-size: 2.5625em;
  line-height: 1em;
  color: #4483af;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.19512em 0 0 0; }

.blog-heading-container h1 {
  float: left; }

.search-form {
  float: right;
  padding-top: 0.875em; }

.search-inputs {
  position: relative; }

.search-input {
  font-size: 0.9375em;
  padding: 0.33333em 0.53333em 0.33333em 1.86667em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #808285;
  width: 306px; }

.search-submit {
  position: absolute;
  left: 5px;
  top: 7px;
  background: transparent url("/wp-content/themes/potable_aqua/_images/search-button.png") no-repeat 0 0;
  width: 19px;
  height: 17px;
  border: 0 none;
  text-indent: -99999px; }

.blog_list {
  border: 1px solid #808285;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.3125em;
  width: 21.5em;
  margin-bottom: 1.25em; }
  .blog_list img {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .blog_list h1 {
    font-size: 1.375em;
    line-height: 1.09091em;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0.13636em; }
  .blog_list .post-info {
    padding: 0.8em 0 0.2em 0; }
  .blog_list .read-more {
    white-space: nowrap; }

.single_blog_copy .back-posts {
  padding-bottom: 1.73333em; }
  .single_blog_copy .back-posts a {
    color: #808285; }
.single_blog_copy h1, .single_blog_copy h3.comment-reply-title {
  font-size: 1.375em;
  line-height: 1.09091em;
  color: #4483af;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.09091em; }
.single_blog_copy h3.comment-reply-title {
  padding-bottom: 0.59091em; }
.single_blog_copy .post-info {
  padding-bottom: 0; }
  .single_blog_copy .post-info a {
    color: #808285; }
.single_blog_copy .share-icons {
  padding: 0.625em 0 1.25em; }
.single_blog_copy img.post-featured {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1.125em; }

.comment-form label {
  display: block;
  font-weight: 700;
  color: #212121; }
.comment-form .comment-author {
  width: 50%;
  float: left; }
.comment-form .comment-email {
  width: 50%;
  float: right; }
.comment-form .comment-input {
  width: 21.06667em;
  border: 1px solid #808285;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.33333em 0.66667em; }
  .comment-form .comment-input:focus, .comment-form .comment-input:active {
    border: 1px solid #4483af; }
.comment-form textarea {
  width: 100%;
  border: 1px solid #808285;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.625em; }
  .comment-form textarea:focus, .comment-form textarea:active {
    border: 1px solid #4483af; }

#comment-submit-button {
  font-size: 1.13333em;
  background: #4483af;
  padding: 0.41176em 0.64706em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 0 none; }
  #comment-submit-button:hover {
    background: #67b847; }

/******* post comments *********/
.body_copy .comment-list {
  padding: 0 0 1.4em 0; }
  .body_copy .comment-list .children {
    padding: 0.66667em 0 0 1em; }

.body_copy .h3_comment {
  color: #4483af;
  font-size: 1.375em;
  padding-bottom: 0.59091em; }

.comment-list {
  list-style: none; }
  .comment-list li {
    list-style: none;
    padding: 0 0 1.33333em; }
    .comment-list li .comment-author cite {
      font-style: normal; }
    .comment-list li .comment-author .says {
      display: none; }
    .comment-list li .comment-meta:after {
      content: '';
      display: block;
      clear: both; }
    .comment-list li .reply {
      margin-top: -0.66667em; }
    .comment-list li .comment-reply-link {
      text-transform: lowercase;
      padding-right: 1.66667em;
      background: transparent url("/wp-content/themes/potable_aqua/_images/comment-reply-arrow.png") no-repeat right 2px; }

/******* end post comments *********/
.blog-sidebar {
  padding-top: 4.3125em; }
  .blog-sidebar .blog-section {
    padding-bottom: 1.5em; }
  .blog-sidebar ul li {
    list-style: none;
    padding-bottom: 0.4375em;
    font-size: 0.9375em;
    line-height: 1.13333em; }
    .blog-sidebar ul li a {
      color: #808285; }
  .blog-sidebar .rss-feed {
    font-size: 0.9375em;
    line-height: 1.13333em;
    color: #808285;
    padding-left: 1.33333em;
    background: transparent url("/wp-content/themes/potable_aqua/_images/rss.png") no-repeat left top; }

.sidebar-heading {
  font-size: 1.375em;
  line-height: 1.09091em;
  color: #4483af;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0.31818em; }

.next-prev-container {
  font-size: 1.1875em;
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  padding: 0.26316em 0;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal; }
  .next-prev-container a[rel=next] {
    float: right; }
    .next-prev-container a[rel=next] .arrow-sprite {
      background: transparent url("/wp-content/themes/potable_aqua/_images/blue-green-arrows.png") no-repeat 0 -21px;
      width: 6px;
      height: 9px;
      float: right;
      margin: 0.36842em 0 0 0.31579em; }
    .next-prev-container a[rel=next]:hover .arrow-sprite {
      background-position: -6px -21px; }
  .next-prev-container a[rel=prev] {
    float: left; }
    .next-prev-container a[rel=prev] .arrow-sprite {
      background: transparent url("/wp-content/themes/potable_aqua/_images/blue-green-arrows.png") no-repeat 0 0;
      width: 6px;
      height: 9px;
      float: left;
      margin: 0.36842em 0.31579em 0 0; }
    .next-prev-container a[rel=prev]:hover .arrow-sprite {
      background-position: -6px 0; }

/******************************* End Blog Pages *****************************/
/****************************** Forms *********************************/
.ui-datepicker {
  display: none;
  background: white;
  padding: 0.625em;
  border: 1px solid #4483af;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px 0 #808285;
  -moz-box-shadow: 2px 2px 2px 0 #808285;
  box-shadow: 2px 2px 2px 0 #808285; }
  .ui-datepicker .ui-datepicker-header span {
    margin: 0 0.3125em; }
  .ui-datepicker .ui-datepicker-title select {
    width: auto;
    margin: 0 0.3125em; }
  .ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 0.1875em; }

.gfield {
  padding-top: 0.625em; }

.gsection {
  margin-top: 0; }

h2.gsection_title {
  font-size: 16px;
  border-bottom: 1px solid #808285;
  margin: 0.625em 0 0.625em; }

.ginput_left {
  float: left;
  width: 50%;
  padding-right: 1.33333em;
  padding-bottom: 0.93333em; }

.ginput_right {
  float: right;
  width: 49%;
  padding-bottom: 0.93333em; }

.ginput_full {
  display: block;
  min-height: 43px;
  overflow: hidden;
  padding-bottom: 0.93333em; }

.gform_wrapper {
  width: 100%; }

.gfield_label {
  color: #212121;
  font-weight: bold; }

.ginput_container label {
  font-size: 0.75em;
  color: #212121; }

.gform_body ul {
  list-style: none;
  padding: 0; }
  .gform_body ul ul {
    font-size: inherit; }
.gform_body .gfield_checkbox input[type=checkbox], .gform_body .gfield_checkbox input[type=radio], .gform_body .gfield_radio input[type=checkbox], .gform_body .gfield_radio input[type=radio] {
  display: inline;
  vertical-align: middle;
  margin: 0.125em 0.5em 0 0; }
.gform_body .gfield_checkbox label, .gform_body .gfield_radio label {
  display: inline;
  vertical-align: middle;
  font-size: inherit; }
.gform_body .gfield_checkbox li, .gform_body .gfield_radio li {
  padding: 0.16667em 0; }
.gform_body .gfield_radio {
  *zoom: 1; }
  .gform_body .gfield_radio li {
    float: left;
    padding-right: 1.11111em; }
  .gform_body .gfield_radio:before, .gform_body .gfield_radio:after {
    content: " ";
    display: table; }
  .gform_body .gfield_radio:after {
    clear: both; }
.gform_body .gfield_required {
  color: #e41e27;
  padding-left: 0.22222em; }
.gform_body .gfield_description {
  color: #808285;
  font-style: italic; }
.gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=tel], .gform_body textarea, .gform_body select {
  width: 100%;
  background: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.26667em;
  border: 1px solid #999999; }
  .gform_body input[type=text]:focus, .gform_body input[type=email]:focus, .gform_body input[type=tel]:focus, .gform_body textarea:focus, .gform_body select:focus {
    border: 1px solid #4483af; }
.gform_body select {
  padding: 0.2em; }
.gform_body textarea {
  height: 10.4em; }
.gform_body .gfield_html {
  padding-top: 0.625em; }
  .gform_body .gfield_html .warranty-note {
    color: #cc0000; }

.gform_button {
  font-size: 1.0625em;
  background: #4483af;
  padding: 0.29412em 1.05882em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 0 none;
  color: white; }
  .gform_button:hover {
    background: #67b847; }

.gform_page_footer, .gform_footer {
  padding: 1.25em 0;
  *zoom: 1; }
  .gform_page_footer:before, .gform_page_footer:after, .gform_footer:before, .gform_footer:after {
    content: " ";
    display: table; }
  .gform_page_footer:after, .gform_footer:after {
    clear: both; }

.validation_error, .confirmation_copy {
  background-color: #ffd2d6;
  border: 1px solid #e41e27;
  padding: 1.25em;
  line-height: 1.5em;
  color: #e41e27;
  margin-bottom: 1.375em; }
  .validation_error a, .confirmation_copy a {
    color: #b9161e; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border: 2px solid #e41e27 !important; }

/***************************** End Forms *****************************/
/************************************** Footer ***********************************/
footer {
  padding: 3.125em 0 1.875em;
  text-align: center; }
  footer #menu-footer-menu li {
    list-style: none;
    display: inline; }
    footer #menu-footer-menu li:after {
      content: "\2022"; }
    footer #menu-footer-menu li:last-child:after {
      content: ""; }
    footer #menu-footer-menu li a {
      padding: 0 0.4em 0 0.3em; }
  footer p, footer ul {
    font-size: 0.625em;
    line-height: 1.8em;
    color: #4483af; }
    footer p a, footer ul a {
      color: #1a58a8; }
  footer img {
    padding: 0.625em 0 0 0; }

/************************************ End Footer **************************/
 
 @import url('..css/pr_overrrides.css')