/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@font-face {
  font-family: 'avalon_book';
  src: url('/wp-content/themes/avalon/fonts/avalon-book-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-book-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.svg#avalonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_medium';
  src: url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.svg#avalonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_demi';
  src: url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.svg#avalonbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_bold';
  src: url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.svg#avalon_mediumbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
.button {display:inline-block; color:@white; font-family:@headingsFontFamily; border:0; font-size:14px; text-transform:uppercase; background:@grayDark; .border-radius(15px); line-height:30px; padding:0 25px; cursor:pointer;
    &:hover {color:@grayLight;}
}
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
@font-face {
  font-family: 'avalon_book';
  src: url('/wp-content/themes/avalon/fonts/avalon-book-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-book-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-book-webfont.svg#avalonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_medium';
  src: url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-medium-webfont.svg#avalonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_demi';
  src: url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-demi-webfont.svg#avalonbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'avalon_bold';
  src: url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/avalon-bold-webfont.svg#avalon_mediumbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.eot');
  src: url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.woff') format('woff'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.ttf') format('truetype'), url('/wp-content/themes/avalon/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #cccccc;
}
.text-warning {
  color: #c09853;
}
.text-error {
  color: #b94a48;
}
.text-info {
  color: #3a87ad;
}
.text-success {
  color: #468847;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "ChunkFiveRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #928e87;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 1em 0 .5em;
  text-align: center;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 2em 0 .5em;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 1em 0;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0 0;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #cccccc;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  color: #928e87;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #cccccc;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "avalon_medium", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 16px !important;
  line-height: 20px;
  color: #6f675b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #cccccc;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 16px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #d4f2c9;
  border-color: #71d44e;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* =Content
----------------------------------------------- */
.entry-meta {
  clear: both;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.assistive-text {
  display: none;
  visibility: hidden;
}
/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */

}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
#content .gallery {
  margin-bottom: 1.5em;
}
#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
#content .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* horizontal */
ul.nav_horizontal {
  list-style: none;
  margin-left: 0;
}
ul.nav_horizontal li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
ul.nav_horizontal li a {
  display: block;
  text-decoration: none;
  margin: 0 1em 0 0;
}
ul.nav_horizontal.alignright li a {
  margin: 0 0 0 1em;
}
/* vertical */
ul.nav_vertical {
  list-style: none;
  margin-left: 0;
}
ul.nav_vertical ul {
  margin: 0;
}
ul.nav_vertical li {
  margin: 0;
  padding: 0;
  background: none;
}
ul.nav_vertical li a {
  display: block;
  text-decoration: none;
}
ul.nav_vertical.aligncenter {
  text-align: center;
}
/* in-line */
ul.nav_inline {
  list-style: none;
  margin-left: 0;
}
ul.nav_inline li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
ul.nav_inline li a {
  display: inline-block;
  text-decoration: none;
  margin: 0 1em 0 0;
}
ul.nav_inline.alignright {
  text-align: right;
}
ul.nav_inline.alignright li a {
  margin: 0 0 0 1em;
}
ul.nav_inline.aligncenter {
  text-align: center;
}
ul.nav_inline.aligncenter li a {
  margin: 0 0.5em;
}
html,
body {
  height: 100%;
  text-align: left;
}
body {
  margin: 0;
  font-family: "avalon_medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background: #f8f7f1 url(../../img/bg-paper.png) repeat;
  text-align: left;
}
body > #content {
  position: relative;
  z-index: 5;
  padding-top: 120px;
  padding-bottom: 60px;
  min-height: 600px;
}
@media (max-width: 767px) {
  body > #content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.site-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .site-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #928e87;
  text-decoration: underline;
}
.tel {
  color: #000000;
}
header#site-logo {
  position: fixed;
  z-index: 30;
  display: block;
  width: 180px;
  left: 50%;
  top: 0;
  margin-left: -90px;
  height: 105px;
}
@media (max-width: 767px) {
  header#site-logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-logo #logo {
  position: relative;
  display: block;
  width: 180px;
  height: 105px;
  margin: 0 auto;
  background: transparent url('../../img/sprites-global.png') no-repeat 0 -3px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  header#site-logo #logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-logo #logo:hover {
  background-position: 0 0;
}
header#site-header {
  display: block;
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
}
@media (max-width: 767px) {
  header#site-header {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-header #navbar {
  display: block;
  position: relative;
  height: 38px;
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  background: #ddd8d2;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  header#site-header #navbar {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-header #navbar:before,
header#site-header #navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
header#site-header #navbar:after {
  clear: both;
}
header#site-header #navbar .primaryNav ul {
  float: right;
  list-style: none;
  margin: 2px 100px 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  header#site-header #navbar .primaryNav ul {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-header #navbar .primaryNav ul li {
  list-style: none;
  margin: 0 1em;
  text-align: left;
}
header#site-header #navbar .primaryNav ul a {
  color: #6f675b;
  font-family: "avalon_demi", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 !important;
}
header#site-header #navbar .primaryNav ul a:hover {
  color: #ffffff;
}
header#site-header #navbar .primaryNav ul a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  padding-right: 4px;
  top: 6px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  header#site-header #navbar .primaryNav ul a:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
header#site-header #navbar .primaryNav ul .nav-home a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -250px 0;
}
header#site-header #navbar .primaryNav ul .nav-home a:hover:before {
  background-position: -250px -50px;
}
header#site-header #navbar .primaryNav ul .nav-home.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-home.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-home.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -250px -25px;
}
header#site-header #navbar .primaryNav ul .nav-products a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -300px 2px;
  width: 25px;
}
header#site-header #navbar .primaryNav ul .nav-products a:hover:before {
  background-position: -300px -48px;
}
header#site-header #navbar .primaryNav ul .nav-products.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-products.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-products.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -300px -23px;
}
header#site-header #navbar .primaryNav ul .nav-history a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px 3px;
  width: 24px;
}
header#site-header #navbar .primaryNav ul .nav-history a:hover:before {
  background-position: -350px -47px;
}
header#site-header #navbar .primaryNav ul .nav-history.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-history.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-history.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -350px -22px;
}
header#site-header #navbar .primaryNav ul .nav-where a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -400px 0;
}
header#site-header #navbar .primaryNav ul .nav-where a:hover:before {
  background-position: -400px -50px;
}
header#site-header #navbar .primaryNav ul .nav-where.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-where.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-where.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -400px -25px;
}
header#site-header #navbar .primaryNav ul .nav-recipes a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -450px 0;
  width: 20px;
}
header#site-header #navbar .primaryNav ul .nav-recipes a:hover:before {
  background-position: -450px -50px;
}
header#site-header #navbar .primaryNav ul .nav-recipes.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -25px;
}
header#site-header #navbar .primaryNav ul .nav-contact a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -500px 0;
  width: 21px;
}
header#site-header #navbar .primaryNav ul .nav-contact a:hover:before {
  background-position: -500px -50px;
}
header#site-header #navbar .primaryNav ul .nav-contact.current_page_item a:before,
header#site-header #navbar .primaryNav ul .nav-contact.current-menu-ancestor a:before,
header#site-header #navbar .primaryNav ul .nav-contact.current-menu-parent a:before {
  background: transparent url('../../img/sprites-global.png') no-repeat -500px -25px;
}
header#site-header #navbar .primaryNav ul .current_page_item a,
header#site-header #navbar .primaryNav ul .current-menu-ancestor a,
header#site-header #navbar .primaryNav ul .current-menu-parent a {
  color: #000000;
}
header#site-header #navbar #primaryNavLeft {
  width: 50%;
  *zoom: 1;
  display: block;
  float: left;
}
header#site-header #navbar #primaryNavLeft:before,
header#site-header #navbar #primaryNavLeft:after {
  display: table;
  content: "";
  line-height: 0;
}
header#site-header #navbar #primaryNavLeft:after {
  clear: both;
}
header#site-header #navbar #primaryNavRight {
  width: 50%;
  *zoom: 1;
  display: block;
  float: left;
}
header#site-header #navbar #primaryNavRight:before,
header#site-header #navbar #primaryNavRight:after {
  display: table;
  content: "";
  line-height: 0;
}
header#site-header #navbar #primaryNavRight:after {
  clear: both;
}
header#site-header #navbar #primaryNavRight ul {
  float: left;
  margin: 2px 0 0 100px;
}
#secondaryNav {
  *zoom: 1;
  display: block;
  position: absolute;
  top: 170px;
  z-index: 50;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #f8f7f1;
}
#secondaryNav:before,
#secondaryNav:after {
  display: table;
  content: "";
  line-height: 0;
}
#secondaryNav:after {
  clear: both;
}
@media (max-width: 767px) {
  #secondaryNav {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#secondaryNav a {
  display: none;
}
#secondaryNav ul li {
  display: block;
}
#secondaryNav ul ul {
  margin: 10px 0 0;
}
#secondaryNav ul ul li {
  display: inline-block;
}
#secondaryNav ul ul a {
  display: block;
  color: #6f675b;
  font-family: "ChunkFiveRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
}
#secondaryNav ul ul a:hover {
  color: #ddd8d2;
}
#secondaryNav ul .current-menu-item a {
  border-bottom: 1px solid #928e87;
}
#secondary-nav a {
  color: #000000;
  font-family: "avalon_demi", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#secondary-nav a:hover {
  color: #928e87;
}
#secondary-nav .current-cat a,
#secondary-nav .current-menu-item a {
  border-bottom: 1px solid #928e87;
}
.sub-menu {
  list-style: none;
  margin-left: 0;
}
.button {
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  display: block;
  padding: 7px 20px;
  border: 0;
  background: #d04837;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.button:hover {
  color: #ffffff;
  background: #928e87;
}
.thumb-list {
  *zoom: 1;
}
.thumb-list:before,
.thumb-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-list:after {
  clear: both;
}
.thumb-list article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 31.3%;
  margin: 1%;
  background: #ffffff;
  float: left;
  padding: 15px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .thumb-list article {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.thumb-list article h2 {
  margin: 15px 0 0;
  font-size: 1em;
  height: 30px;
  line-height: 15px;
}
.thumb-list article h2 a {
  color: #000000;
}
.thumb-list article h2 a:hover {
  color: #928e87;
}
.thumb-list article.new:after {
  content: "NEW";
  display: block;
  font-family: "avalon_demi", Helvetica, Arial, sans-serif;
  text-shadow: -1px 1px #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 60px;
  background: transparent url('../../img/sprites-global.png') no-repeat 0 -300px;
  width: 60px;
  height: 66px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: 20px;
}
@media (max-width: 767px) {
  .thumb-list article.new:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#organicBadge {
  position: relative;
  display: block;
  width: 172px;
  left: 50%;
  margin-left: -86px;
  margin-top: 2em;
}
@media (max-width: 767px) {
  #organicBadge {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.gform_wrapper {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
}
.gform_wrapper ul li {
  margin: 0;
}
.gform_wrapper .gfield {
  margin-bottom: 30px;
}
.gform_wrapper label {
  font-weight: bold;
}
.gform_wrapper .ginput_container label {
  font-size: 11px;
  font-weight: normal;
}
.gform_wrapper .ginput_right,
.gform_wrapper .gf_right_half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .ginput_left,
.gform_wrapper .gf_left_half {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  padding: 4px 6px !important;
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 100%;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.gform_wrapper select {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper input.button {
  margin: 0 auto;
  float: none;
  display: block;
  padding: 7px 20px;
  border: 0;
  background: #d04837;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.gform_wrapper input.button:hover {
  color: #ffffff;
  background: #928e87;
}
#content .gallery {
  position: relative;
  *zoom: 1;
}
@media (max-width: 767px) {
  #content .gallery {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery:before,
#content .gallery:after {
  display: table;
  content: "";
  line-height: 0;
}
#content .gallery:after {
  clear: both;
}
#content .gallery dl.gallery-item {
  position: absolute;
  margin: 0;
}
@media (max-width: 767px) {
  #content .gallery dl.gallery-item {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery dl.gallery-item:first-child {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #content .gallery dl.gallery-item:first-child {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery dl.gallery-item dt.gallery-icon a {
  cursor: default;
}
#content .gallery dl.gallery-item dt.gallery-icon a img.attachment-thumbnail {
  margin: 0;
  border: 20px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border-bottom-width: 25px;
}
#content .gallery dl.gallery-item dd.gallery-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 12px;
  color: #928e87;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  #content .gallery dl.gallery-item dd.gallery-caption {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery dl.gallery-item span.count {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 12px;
  line-height: 25px;
  color: #cccccc;
  text-align: right;
}
@media (max-width: 767px) {
  #content .gallery dl.gallery-item span.count {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery .gallery_nav {
  background: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
#content .gallery .gallery_nav a {
  display: inline-block;
  width: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 .5em;
}
#content .gallery .gallery_nav a.selected {
  background: #ddd8d2;
}
#content .gallery .wp_gallery_back {
  display: none;
  position: absolute;
  z-index: 4;
  height: 24px;
  width: 18px;
  left: 30px;
  top: 50%;
  margin-top: -12px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url('../../img/sprites-gallery-arrows.png') no-repeat left bottom;
}
@media (max-width: 767px) {
  #content .gallery .wp_gallery_back {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery .wp_gallery_next {
  display: none;
  position: absolute;
  z-index: 4;
  height: 24px;
  width: 18px;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url('../../img/sprites-gallery-arrows.png') no-repeat left top;
}
@media (max-width: 767px) {
  #content .gallery .wp_gallery_next {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .gallery:hover .wp_gallery_back {
  display: block;
}
#content .gallery:hover .wp_gallery_next {
  display: block;
}
#content .gallery br {
  display: none;
}
.addthis_toolbox a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat 0 0;
  width: 36px;
  height: 36px;
  margin-right: 7px;
  overflow: hidden;
  text-decoration: none !important;
  text-indent: -9999px;
}
.addthis_toolbox a span {
  display: none;
}
.addthis_toolbox a:hover {
  opacity: 1 !important;
}
.addthis_toolbox a.addthis_button_facebook {
  background-position: -250px -100px;
  width: 23px;
}
.addthis_toolbox a.addthis_button_facebook:hover {
  background-position: -250px -150px;
}
.addthis_toolbox a.addthis_button_twitter {
  background-position: -300px -100px;
  width: 34px;
}
.addthis_toolbox a.addthis_button_twitter:hover {
  background-position: -300px -150px;
}
.addthis_toolbox a.addthis_button_email {
  background-position: -350px -100px;
}
.addthis_toolbox a.addthis_button_email:hover {
  background-position: -350px -150px;
}
footer#site-footer {
  position: relative;
  z-index: 10;
  background: #ddd8d2;
  padding: 2em 0 1.5em;
  text-align: left;
  color: #6f675b;
  border-top: 1px solid #ffffff;
}
@media (max-width: 767px) {
  footer#site-footer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer h3 {
  color: #ffffff;
  margin: 0;
  display: inline-block;
}
footer#site-footer #footer-contact {
  font-size: 12px;
}
footer#site-footer #footer-contact #lvp-contact {
  font-weight: 400;
}
footer#site-footer #footer-contact #lvp-contact a {
  color: #ffffff;
  text-decoration: none;
}
footer#site-footer #footer-contact #lvp-contact a:hover {
  text-decoration: underline;
}
footer#site-footer #footer-contact #lvp-contact span {
  margin-right: 1em;
}
footer#site-footer #footer-contact #lvp-contact span:last-child {
  margin: 0;
}
footer#site-footer #videoCTA {
  text-align: right;
  margin-bottom: 10px;
}
footer#site-footer #site-info {
  font-size: 12px;
}
footer#site-footer #site-info span {
  margin-right: 1em;
}
footer#site-footer #site-info span:last-child {
  margin: 0;
}
footer#site-footer #site-info a.cf-link {
  color: #ffffff;
  font-family: "avalon_medium", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
footer#site-footer #site-info a.cf-link:hover {
  text-decoration: underline;
}
footer#site-footer #footerNav {
  font-size: 12px;
  display: inline-block;
}
footer#site-footer #footerNav a {
  color: #6f675b;
}
footer#site-footer #footerNav a:hover {
  color: #928e87;
}
footer#site-footer #footer-social {
  text-align: right;
  font-family: "avalon_demi", Helvetica, Arial, sans-serif;
  float: right;
  margin-top: -40px;
}
footer#site-footer #footer-social nav.social {
  display: inline-block;
  vertical-align: middle;
}
footer#site-footer #footer-social nav.social a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -250px -100px;
  width: 18px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
footer#site-footer #footer-social nav.social a#onFacebook {
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  footer#site-footer #footer-social nav.social a#onFacebook {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer #footer-social nav.social a#onFacebook:hover {
  background-position: -250px -150px;
}
footer#site-footer #footer-social nav.social a#onTwitter {
  position: relative;
  top: -3px;
  width: 29px;
  background-position: -300px -100px;
}
@media (max-width: 767px) {
  footer#site-footer #footer-social nav.social a#onTwitter {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer #footer-social nav.social a#onTwitter:hover {
  background-position: -300px -150px;
}
footer#site-footer #footer-social nav.social a#onNewsletter {
  position: relative;
  top: -3px;
  width: 31px;
  background-position: -350px -100px;
}
@media (max-width: 767px) {
  footer#site-footer #footer-social nav.social a#onNewsletter {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer #footer-social nav.social a#onNewsletter:hover {
  background-position: -350px -150px;
}
footer#site-footer #footer-social span.space {
  display: none;
}
footer#site-footer #footer-social .gform_wrapper {
  display: block;
  margin: 10px 0 0 0;
  position: relative;
  top: -5px;
  width: 254px;
  height: 36px;
  background: #ffffff;
  *zoom: 1;
  text-align: left !important;
  max-width: 100%;
}
@media (max-width: 767px) {
  footer#site-footer #footer-social .gform_wrapper {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer #footer-social .gform_wrapper:before,
footer#site-footer #footer-social .gform_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
footer#site-footer #footer-social .gform_wrapper:after {
  clear: both;
}
footer#site-footer #footer-social .gform_wrapper div,
footer#site-footer #footer-social .gform_wrapper form,
footer#site-footer #footer-social .gform_wrapper ul,
footer#site-footer #footer-social .gform_wrapper input[type=email],
footer#site-footer #footer-social .gform_wrapper input[type=submit] {
  display: inline-block;
  margin: 0;
}
footer#site-footer #footer-social .gform_wrapper input {
  -webkit-appearance: none;
}
footer#site-footer #footer-social .gform_wrapper form {
  width: 254px;
}
footer#site-footer #footer-social .gform_wrapper .gform_body {
  display: block;
  margin: 0 width:254px;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields {
  width: 254px;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield {
  width: 254px;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield label {
  display: none;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield input[type=email] {
  font-size: 14px;
  height: 36px;
  padding: 6px 0 0 0;
  width: 212px;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #928e87;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield input[type=email]:-moz-placeholder {
  color: #ddd8d2;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield input[type=email]:-ms-input-placeholder {
  color: #ddd8d2;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield input[type=email]::-webkit-input-placeholder {
  color: #ddd8d2;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.gfield_error {
  padding: 0 !important;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
  background: #d04837;
  width: 254px;
  padding: 0;
  border: none;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.gfield_contains_required input[type=email] {
  color: #ffffff;
  width: 200px;
}
footer#site-footer #footer-social .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error.gfield_contains_required .validation_message {
  color: #000000;
  font-weight: bold;
  margin-left: 10px;
}
footer#site-footer #footer-social .gform_wrapper .gform_footer {
  padding: 0;
}
footer#site-footer #footer-social .gform_wrapper .validation_error {
  display: none;
}
footer#site-footer #footer-social .gform_wrapper .gform_footer {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
@media (max-width: 767px) {
  footer#site-footer #footer-social .gform_wrapper .gform_footer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
footer#site-footer #footer-social .gform_wrapper .gform_footer input[type=submit] {
  border: 0;
  text-indent: -9999px;
  background: transparent url('../../img/sprites-global.png') no-repeat -400px -100px;
  width: 30px;
  height: 22px;
  margin: 2px 7px 0 5px;
}
footer#site-footer #footer-social .gform_wrapper .gform_footer input[type=submit]:hover {
  background-position: -400px -150px;
}
footer#site-footer #footer-social #gforms_confirmation_message {
  display: inline-block;
  margin: 0;
  color: #cccccc;
}
footer#site-footer #footer-bottom {
  margin-top: 1em;
}
#backgroundImage {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0 ;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #backgroundImage {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#backgroundImage img {
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #backgroundImage img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 18px;
  height: 24px;
  display: block;
  position: absolute;
  top: 120px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.flex-direction-nav a.flex-next {
  background: transparent url('../../img/sprites-gallery-arrows.png') no-repeat left top;
  right: 0;
}
.flex-direction-nav a.flex-prev {
  background: transparent url('../../img/sprites-gallery-arrows.png') no-repeat left bottom;
  left: 0;
}
.flex-direction-nav a:hover {
  opacity: 0.8;
}
.flex-direction-nav a.flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #ddd8d2;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #d04837;
  cursor: default;
}
#product-content {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #product-content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#product-content .product-navigation {
  margin: 3em 0;
}
#product-content .product-navigation li {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #ddd8d2;
  height: 80px;
}
#product-content .product-navigation li .product {
  padding-top: 30px;
}
#product-content .product-navigation li .product h4 {
  font-size: 22px;
  margin: 0;
  color: #928e87;
}
#product-content .product-navigation li .product .product-details {
  height: 0px;
  overflow: hidden;
}
#product-content .product-navigation li .product .product-details p {
  color: #928e87;
  display: inline-block;
  margin: 0 1em;
}
#product-content .product-navigation li:first-child {
  border: none;
}
#product-content .product-navigation li:hover .product {
  padding-top: 22px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#product-content .product-navigation li:hover .product h4 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#product-content .product-navigation li:hover .product .product-details {
  height: 20px;
  padding-top: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.product-details .site-content p.meta {
  color: #000000;
  font-size: 13px;
}
.product-details .product-description {
  margin-top: 2em;
}
.product-details .product-description .span9 {
  float: right;
}
.product-details .product-description .span3 h3 {
  font-size: 1em;
}
.product-details .product-description .span3 ul li {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 1em;
}
.product-details .product-description .span3 ul li a {
  text-decoration: underline;
}
.product-details .product-description .firstCol {
  text-align: right;
}
.product-details .product-description .firstCol > h3,
.product-details .product-description .firstCol > nav,
.product-details .product-description .firstCol > div {
  padding-right: 20px;
}
.product-details .product-description .firstCol nav li.current_page_item {
  display: none;
}
.product-details .product-description .feature_img img {
  border: 20px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.product-details .product-description .lastCol > h3,
.product-details .product-description .lastCol > nav,
.product-details .product-description .lastCol > div {
  padding-left: 20px;
}
.product-details .product-description #nutritional_info {
  margin-bottom: 2.5em;
}
.product-details .product-description #nutritional_info.open h3 a {
  color: #928e87;
  text-decoration: none;
}
.product-details .product-description #nutritional_info.open h3 a:hover {
  color: #000000;
  text-decoration: underline;
}
.product-details .product-description #nutritional-images {
  position: relative;
}
.product-details .product-description #nutritional-images ul {
  padding: 0;
  margin: 0;
}
.product-details .product-description #nutritional-images li {
  text-align: center;
}
.product-details .product-description #nutritional-images img {
  width: auto !important;
  margin: 0 auto 10px auto;
}
.product-details .product-description #nutritional-images p {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  margin: 0;
}
.entry-attachment {
  text-align: center;
}
.entry-attachment a,
.entry-attachment img {
  text-align: center;
}
#contact-actions {
  margin-top: 2em;
  margin-bottom: 2em;
}
#contact-actions span {
  display: block;
}
#contact-actions .contact-action {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #contact-actions .contact-action {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#contact-actions .contact-action:before {
  content: "";
  position: absolute;
  background: transparent url('../../img/sprites-global.png') no-repeat -550px 0;
  width: 18px;
  height: 30px;
  top: 6px;
  left: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #contact-actions .contact-action:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#contact-actions #contact-support {
  padding-left: 40px;
}
#contact-actions #contact-support:before {
  background-position: -600px 0;
  width: 29px;
}
#contact-actions #contact-info {
  padding-left: 40px;
}
#contact-actions #contact-info:before {
  background-position: -650px 0;
  width: 28px;
}
#contact-actions #contact-locator {
  padding-left: 35px;
}
#contact-actions #contact-locator:before {
  background-position: -700px 0;
  width: 22px;
}
#contact-actions #contact-hours {
  font-size: 13px;
  line-height: 17px;
}
#contact-actions #contact-hours td {
  vertical-align: top;
  padding-bottom: 3px;
}
#contact-actions #contact-address {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px groove #ffffff;
  border-bottom: 2px groove #ffffff;
}
#contact-actions #contact-address h4 {
  color: #000000;
}
#contact-actions #contact-address p {
  font-family: "ChunkFiveRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #928e87;
}
#contact-actions #contact-address:before {
  top: 26px;
  background-position: -550px -50px;
}
#contact-actions #where-partners {
  padding-left: 39px;
}
#contact-actions #where-partners:before {
  background-position: -750px 0;
  width: 28px;
}
#contact-actions #where-delivery {
  padding-left: 40px;
}
#contact-actions #where-delivery:before {
  background-position: -800px 0;
  width: 29px;
}
#contact-map {
  width: 100%;
  height: 460px;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ffffff;
  margin-top: 2em;
}
#contact-map img {
  max-width: none;
}
body.page-contact #content {
  padding-bottom: 0;
}
body.page-contact #contact-actions #contact-address {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
body.page-contact #contact-actions #contact-address h4 {
  color: #928e87;
}
body.page-contact #contact-actions #contact-address:before {
  top: 3px;
  background-position: -550px 0;
}
#delivery-options {
  margin: 20px 0;
}
#delivery-options .deliverer {
  border-top: 2px groove #ffffff;
  padding-top: .5em;
  padding-bottom: 1em;
  text-align: center;
  padding: 20px 0 10px;
}
#delivery-options .deliverer:first-child {
  border-top: none;
}
#delivery-options .deliverer h4 {
  font-size: 22px;
  color: #000000;
  margin: 0 0 10px;
}
#delivery-options .deliverer h5 {
  margin-bottom: 0;
}
#delivery-options .deliverer p {
  font-size: 13px;
}
#delivery-options .deliverer p strong {
  font-size: 15px;
}
.tax-recipe-types #content,
.post-type-archive-cf_recipes #content {
  background: transparent url(../../img/recipes_scene.png) no-repeat center bottom fixed;
  min-height: 680px;
}
.single-cf_recipes {
  color: #000000;
}
.recipe-details .feature_img {
  text-align: right;
}
.recipe-details .feature_img img {
  border: 20px solid #ffffff;
  margin-top: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.recipe-details .feature_img .gallery {
  margin-top: 36px !important;
}
.recipe-details ul {
  list-style: none;
  margin: 0;
}
.recipe-details ul li {
  padding-bottom: 10px;
}
.recipe-meta {
  margin-bottom: 40px;
  font-size: 13px;
}
.recipe-meta .detail {
  border-left: 2px solid #ddd8d2;
  padding: 0 10px 0 12px;
}
.recipe-meta .detail:first-child {
  border-left: none;
}
.recipe-social {
  margin-top: 20px;
  line-height: 30px;
  vertical-align: middle;
}
.recipe-social h4 {
  margin-bottom: 20px;
  margin-right: 15px;
  color: #000000;
  display: inline-block;
}
.recipe-social .label {
  display: block;
}
.recipe-social .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.recipe-social p {
  font-size: 13px;
  line-height: 20px;
}
.label {
  color: #928e87;
}
.blog-content {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
  margin: 1em 0;
}
.entry-meta {
  position: relative;
}
@media (max-width: 767px) {
  .entry-meta {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.entry-meta h3 {
  color: #ddd8d2;
  font-size: 24px;
  margin: 0;
}
.entry-meta p {
  font-size: .75em;
}
.entry-meta a.comments-bubble {
  position: relative;
  font-size: .75em;
  display: block;
  width: 26px;
  height: 24px;
  background: transparent url('../../img/sprites-global.png') no-repeat center -600px;
  color: #ffffff;
  overflow: hidden;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-meta a.comments-bubble {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.entry-meta a.comments-bubble:hover {
  background-position: center -660px;
  text-decoration: none;
}
.entry-meta a.comments-bubble .comment-count {
  padding-top: 2px;
}
.entry-meta a.comments-yes {
  background: transparent url('../../img/sprites-global.png') no-repeat center -630px;
}
.entry-header h2 {
  font-size: 24px;
  margin: 0 0 1em 0;
}
.article-post,
.commentlist {
  border-left: 1px solid #eeeeee;
  margin-left: -5%;
  padding-left: 5%;
}
.page-privacy-policy .entry-content {
  padding: 0 12%;
}
.page-privacy-policy .entry-content p,
.page-privacy-policy .entry-content ul,
.page-privacy-policy .entry-content ol {
  text-align: left;
}
.page-sitemap ul {
  list-style: none;
  margin: 0;
}
.page-sitemap ul li {
  margin: 0;
}
#brandtreeStoreLocator {
  height: 700px !important;
  width: 1040px;
  margin: 0 auto 40px 0;
  border: 0;
}
#brandtreeStoreLocator #mainStoreLocatorContainer .powered_by {
  display: none !important;
}
#hello {
  height: 61px;
  background: transparent url(../../img/home_scenes/avalon-scene2-cow-large.png) no-repeat center top;
}
#hello:hover {
  background-position: center bottom;
}
.home {
  text-align: center;
}
.home #main {
  margin-top: 600px;
}
.home header#site-logo {
  position: fixed;
}
@media (max-width: 767px) {
  .home header#site-logo {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene {
  height: 100%;
  position: relative;
  background: -moz-linear-gradient(top, rgba(111, 103, 91, 0) 0%, rgba(111, 103, 91, 0) 47%, rgba(111, 103, 91, 0.65) 99%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(111, 103, 91, 0)), color-stop(47%, rgba(111, 103, 91, 0)), color-stop(99%, rgba(111, 103, 91, 0.65)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(111, 103, 91, 0) 0%, rgba(111, 103, 91, 0) 47%, rgba(111, 103, 91, 0.65) 99%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(111, 103, 91, 0) 0%, rgba(111, 103, 91, 0) 47%, rgba(111, 103, 91, 0.65) 99%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(111, 103, 91, 0) 0%, rgba(111, 103, 91, 0) 47%, rgba(111, 103, 91, 0.65) 99%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(111, 103, 91, 0) 0%, rgba(111, 103, 91, 0) 47%, rgba(111, 103, 91, 0.65) 99%);
  /* W3C */

}
@media (max-width: 767px) {
  .home .scene {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene .illustration {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: transparent url(../../img/home_scenes/sprites-clouds.png) repeat-x fixed left bottom;
}
@media (max-width: 767px) {
  .home .scene .illustration {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene .illustration .layer {
  background: transparent no-repeat fixed center 300px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .home .scene .illustration .layer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene .illustration .interactive_element {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .home .scene .illustration .interactive_element {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene .message {
  position: absolute;
  width: 100%;
  top: 100px;
}
@media (max-width: 767px) {
  .home .scene .message {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .scene .message h2 {
  font-size: 50px;
  line-height: 50px;
  margin-top: 50px;
}
.home .scene .banner {
  display: none;
}
.home .scene:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: transparent url(../../img/home_scenes/sprites-gradient.png) repeat-x 0 0;
}
@media (max-width: 767px) {
  .home .scene:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #sceneE .illustration {
  background-image: none;
}
.home #sceneE:after {
  display: none;
}
.home #scenesCTA {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  background: #d04837 url('../../img/sprites-global.png') repeat-x left -600px;
}
@media (max-width: 767px) {
  .home #scenesCTA {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #scenesCTA h3 {
  color: #000000;
  font-size: 28px;
  line-height: 20px;
  margin: 1.5em 0 .5em;
}
.home #scenesCTA p {
  color: #ffffff;
}
.home #scenesCTA a {
  display: inline-block;
  background: transparent url('../../img/sprites-global.png') no-repeat -505px -205px;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  background-color: #a7392e;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.home #scenesCTA a:hover {
  background-color: #741d18;
  margin-left: 1px;
  background-position: -504px -205px;
}
.home #scenesProgress {
  position: fixed;
  top: 100%;
  height: 450px;
  width: 0;
  margin-left: 50%;
}
@media (max-width: 767px) {
  .home #scenesProgress {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bottle {
  height: 450px;
  margin-top: -225px;
  position: absolute;
  left: 50%;
  width: 162px;
  margin-left: -81px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home #bottle {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bottle:hover {
  margin-top: -228px;
}
.home #bottle #milk {
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  background: transparent url('../../img/sprites-bottle.png') no-repeat left bottom;
}
@media (max-width: 767px) {
  .home #bottle #milk {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bottle #milk:before {
  content: "";
  display: block;
  position: relative;
  top: -11px;
  left: 25%;
  height: 11px;
  width: 50%;
  background: transparent url('../../img/sprites-bottle.png') no-repeat center -150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home #bottle #milk:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bottle #milk.w_1:before {
  left: 20%;
  width: 60%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_2:before {
  left: 20%;
  width: 60%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_3:before {
  left: 20%;
  width: 60%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_4:before {
  left: 22.5%;
  width: 55%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_5:before {
  left: 25%;
  width: 50%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_6:before {
  left: 25%;
  width: 50%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_7:before {
  left: 25%;
  width: 50%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_8:before {
  left: 24%;
  width: 52%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_9:before {
  left: 22.5%;
  width: 55%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_10:before {
  left: 20%;
  width: 60%;
  top: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_11:before {
  left: 19%;
  width: 62%;
  top: -6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_12:before {
  left: 17.5%;
  width: 65%;
  top: -7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_13:before {
  left: 15%;
  width: 70%;
  top: -8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_14:before {
  left: 13.5%;
  width: 73%;
  top: -9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_15:before {
  left: 12%;
  width: 76%;
  top: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_16:before {
  left: 10%;
  width: 80%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_17:before {
  left: 7.5%;
  width: 85%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_18:before {
  left: 6%;
  width: 88%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_19:before {
  left: 4%;
  width: 92%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home #bottle #milk.w_20:before {
  left: 0%;
  width: 100%;
}
.home #bottle #glass {
  position: relative;
  height: 100%;
  background: transparent url('../../img/sprites-bottle.png') no-repeat 0 -200px;
}
@media (max-width: 767px) {
  .home #bottle #glass {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bannerCTA {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-family: "ChunkFiveRegular", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
  margin-top: 100px;
  min-width: 200px;
  padding: 0 20px;
  text-decoration: none;
  background: transparent url('../../img/sprites-bottle.png') repeat-x center top;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  border-right: 1px solid #b45f54;
  border-left: 1px solid #b45f54;
}
@media (max-width: 767px) {
  .home #bannerCTA {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bannerCTA:before {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-bottle.png') no-repeat left -50px;
  height: 48px;
  width: 64px;
  position: absolute;
  left: -30px;
  top: -12px;
}
@media (max-width: 767px) {
  .home #bannerCTA:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bannerCTA:after {
  content: "";
  display: inline-block;
  background: transparent url('../../img/sprites-bottle.png') no-repeat right -50px;
  height: 48px;
  width: 64px;
  position: absolute;
  right: -30px;
  top: -12px;
}
@media (max-width: 767px) {
  .home #bannerCTA:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bannerCTA:hover {
  padding: 0 23px;
}
.home #bannerCTA .title {
  position: relative;
  top: 2px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .home #bannerCTA .title {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #bannerCTA .arrow {
  display: inline-block;
  text-indent: -9999px;
  background: transparent url('../../img/sprites-bottle.png') no-repeat right -100px;
  height: 50px;
  width: 38px;
  margin-right: -20px;
}
.home .nextScene {
  display: block;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -200px;
  width: 40px;
  height: 72px;
  text-indent: -9999px;
  position: relative;
  left: 50%;
  margin-left: -20px;
  top: 30px;
}
@media (max-width: 767px) {
  .home .nextScene {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .nextScene:hover {
  background-position: -450px -197px;
}
.home .btn-scroll {
  width: 200px;
  display: block;
  position: relative;
  top: 10px;
  left: 50%;
  margin-left: -100px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home .btn-scroll {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home .btn-scroll h4 {
  color: #dc5b4a;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (min-height: 700px) and (min-width: 768px) {
  .home .btn-scroll:after {
    content: "";
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../../img/sprites-global.png') no-repeat -450px -200px;
    left: 50%;
    top: 20px;
    width: 40px;
    height: 72px;
    margin-left: -20px;
    padding-right: 4px;
  }
  .home .btn-scroll:hover:after {
    background-position: -450px -195px;
  }
}
@media only screen and (min-height: 700px) and (min-width: 768px) and (max-width: 767px) {
  .home .btn-scroll:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .home .scene .message p {
    padding: 0 9%;
  }
}
@media only screen and (max-width: 767px) {
  .home #bottle {
    display: none;
  }
  .home .btn-scroll:after {
    content: "";
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../../img/sprites-global.png') no-repeat -450px -200px;
    left: 50%;
    top: 20px;
    width: 40px;
    height: 72px;
    margin-left: -20px;
    padding-right: 4px;
  }
  .home .btn-scroll:hover:after {
    background-position: -450px -195px;
  }
  .home .scene .illustration {
    background: none;
  }
  .home .scene .illustration .layer {
    background-attachment: scroll;
  }
  .home .scene .message {
    position: relative;
    width: auto;
    top: 0;
    padding: 0 20px;
  }
  .home .scene .message h2 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 50px;
  }
  .home #sceneA {
    top: 80px;
    margin-bottom: 80px;
  }
  .home #scenesCTA {
    height: auto;
    padding-bottom: 40px;
    background-position: 0 -600px;
  }
  .home #scenesCTA > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home #scenesCTA h3 {
    font-size: 28px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .home .btn-scroll:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .home .scene .message {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
body.page-our-history {
  height: 100%;
}
#history {
  z-index: 1;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  #history {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history h1,
#history p {
  color: #000000;
}
#history h2 {
  color: #000000;
  font-size: 48px;
  line-height: 50px;
}
#history h3 {
  font: "avalon_demi", Helvetica, Arial, sans-serif;
}
#history h4 {
  color: #dc5b4a;
  text-transform: uppercase;
  font-size: 15px;
}
#history ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#history ol li {
  margin-left: 0;
}
#history > ol {
  height: 100%;
}
#history > ol > li {
  background: white;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 12px #666;
  background: #ffffff url() 50% 0 no-repeat fixed;
}
@media (max-width: 767px) {
  #history > ol > li {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history > ol > li > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
#history #section-1-intro {
  background-image: url(../../img/history_scenes/avalon-history-screen1.jpg);
  background-size: cover;
  text-align: center;
}
#history #section-1-intro .intro {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -120px;
}
@media (max-width: 767px) {
  #history #section-1-intro .intro {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history #section-1-intro .btn-scroll {
  width: 200px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -100px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #history #section-1-intro .btn-scroll {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history #section-1-intro .btn-scroll:after {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  padding-right: 4px;
  top: 6px;
  position: relative;
  overflow: hidden;
  background: transparent url('../../img/sprites-global.png') no-repeat -450px -200px;
  width: 40px;
  height: 72px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: -100%;
  margin-left: -20px;
}
@media (max-width: 767px) {
  #history #section-1-intro .btn-scroll:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  #history #section-1-intro .btn-scroll:after {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history #section-1-intro .btn-scroll:hover:after {
  background-position: -450px -195px;
}
#history #section-2-jeremiah {
  background-color: #000000;
  background-image: url(../../img/history_scenes/avalon-history-screen2.jpg);
}
#history #section-2-jeremiah .container {
  padding-top: 200px;
}
#history #section-2-jeremiah h2,
#history #section-2-jeremiah h3,
#history #section-2-jeremiah p {
  color: #ffffff;
}
#history #section-3-goldrush {
  background-image: url(../../img/history_scenes/avalon-history-screen3.jpg);
  background-size: cover;
}
#history #section-4-jack {
  background-color: #000000;
  background-image: url(../../img/history_scenes/avalon-history-screen4.jpg);
  background-size: cover;
}
#history #section-4-jack .intro {
  position: absolute;
  width: 200px;
  bottom: 140px;
  left: 50%;
  margin-left: -100px;
  height: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #history #section-4-jack .intro {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#history #section-4-jack .intro p {
  color: #ffffff;
  margin: 1em 0;
}
#history #section-4-jack .intro h4 {
  margin: 0;
}
#history #section-5-modelt {
  background-color: #f8f7f1;
  background-image: url(../../img/bg-paper.png);
  background-repeat: repeat;
  text-align: center;
}
#history #section-5-modelt img {
  margin: 100px 0;
  box-shadow: 0 0 12px #666;
}
#history #section-6-marketing {
  background-color: #f89e33;
  background-image: url(../../img/history_scenes/avalon-history-screen6.jpg);
}
#history #section-7-pasteurization {
  background-image: url(../../img/history_scenes/avalon-history-screen7.jpg);
  text-align: center;
}
#history #section-7-pasteurization .container {
  padding-top: 600px;
  padding-bottom: 600px;
}
#history #section-7-pasteurization .container p {
  margin: 3em 0;
}
#history #section-8-timeline {
  background-color: #f8f7f1;
  background-image: url(../../img/bg-paper.png);
  background-repeat: repeat;
}
#history #section-8-timeline h2 {
  margin-top: 200px;
}
#history #section-8-timeline img {
  margin-bottom: 60px;
  box-shadow: 0 0 12px #666;
}
#history #section-9-bottle p {
  margin-top: 100px;
}
#history #section-10-queen {
  background-color: #000000;
  background-image: url(../../img/history_scenes/avalon-history-screen10.png);
  background-size: cover;
}
#history #section-10-queen h2,
#history #section-10-queen h3 {
  color: #ffffff;
}
#history #section-11-landmark {
  background-image: url(../../img/history_scenes/avalon-history-screen11.jpg);
  text-align: center;
  background-size: cover;
}
#history #section-12-organic {
  background-color: #f8f7f1;
  background-image: url(../../img/bg-paper.png);
  background-repeat: repeat;
}
#history #section-12-organic img {
  margin-top: 60px;
  box-shadow: 0 0 12px #666;
}
#history #section-13-marketing {
  background-color: #f89e33;
  background-image: url(../../img/history_scenes/avalon-history-screen13.jpg);
  background-size: cover;
}
#history #section-13-marketing #site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #history #section-13-marketing #site-footer {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#grocer-form-container {
  margin: 20px auto 40px auto;
  text-align: center;
  height: 70px;
}
#grocer-form-container #maxdistance {
  width: 90px;
}
#grocer-form-container #submit {
  float: none;
  display: inline-block;
  cursor: pointer;
  width: 90px;
}
#grocer-form-container input[type="text"] {
  width: 400px;
}
#store-locator-container #map-container {
  height: 580px;
  width: 938px;
  margin: 0 auto;
  border: 1px solid #ddd8d2;
  *zoom: 1;
}
#store-locator-container #map-container:before,
#store-locator-container #map-container:after {
  display: table;
  content: "";
  line-height: 0;
}
#store-locator-container #map-container:after {
  clear: both;
}
#store-locator-container #map-container .custom-marker {
  width: 32px;
  height: 37px;
  color: #fff;
  background: url(../images/custom-marker.png) no-repeat;
  padding: 3px;
  cursor: pointer;
}
#store-locator-container #loc-list {
  float: left;
  width: 469px;
  height: 580px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#store-locator-container #loc-list ul {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 469px;
}
#store-locator-container #loc-list ul li {
  display: block;
  padding: 10px 10px;
  cursor: pointer;
  width: 469px;
  *zoom: 1;
  border-bottom: 1px dotted #ddd8d2;
}
#store-locator-container #loc-list ul li:before,
#store-locator-container #loc-list ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
#store-locator-container #loc-list ul li:after {
  clear: both;
}
#store-locator-container #loc-list ul li h4,
#store-locator-container #loc-list ul li p {
  width: 48%;
  margin-left: 2%;
  float: left;
  margin-top: 0;
}
#store-locator-container #loc-list ul li p.loc-dist {
  color: #928e87;
  font-style: italic;
}
#store-locator-container #loc-list ul li:hover {
  background: rgba(146, 142, 135, 0.25);
}
#store-locator-container #loc-list ul li:hover p.loc-dist {
  color: #ffffff;
}
#store-locator-container #loc-list ul li.list-focus {
  background: rgba(146, 142, 135, 0.125);
}
#store-locator-container #loc-list ul li.list-focus h4,
#store-locator-container #loc-list ul li.list-focus p {
  color: #000000;
}
#store-locator-container .loc-name {
  margin: 0;
}
#store-locator-container #loading-map {
  float: right;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../images/ajax-loader.gif) no-repeat;
}
#store-locator-container #map {
  float: right;
  width: 469px;
  height: 580px;
}
#store-locator-container #map img {
  max-width: none;
}
/* Modal window */
#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../images/overlay-bg.png) repeat;
}
#overlay #modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */

  margin-top: 60px;
  width: 920px;
  height: 590px;
  z-index: 10010;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
}
#overlay #modal-window #modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */

}
#overlay #modal-window #close-icon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../images/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}
/* The following is for the geocode page and not the store locator */
#geocode-result {
  clear: left;
  float: left;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #store-locator-container #map-container {
    height: 580px;
    width: 1168px;
  }
  #store-locator-container #loc-list {
    width: 584px;
    height: 580px;
  }
  #store-locator-container #loc-list ul {
    width: 584px;
  }
  #store-locator-container #loc-list ul li {
    width: 584px;
  }
  #store-locator-container #map {
    width: 584px;
    height: 580px;
  }
}
@media (max-width: 979px) {
  #store-locator-container #map-container {
    width: 800px;
  }
  #store-locator-container #loc-list {
    width: 400px;
  }
  #store-locator-container #loc-list ul {
    width: 400px;
  }
  #store-locator-container #loc-list ul li {
    width: 380px;
  }
  #store-locator-container #map {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #store-locator-container #map-container {
    width: 700px;
  }
  #store-locator-container #loc-list {
    width: 350px;
  }
  #store-locator-container #loc-list ul {
    width: 350px;
  }
  #store-locator-container #loc-list ul li {
    width: 330px;
  }
  #store-locator-container #map {
    width: 350px;
  }
}
@media (max-width: 767px) {
  #store-locator-container #map-container {
    width: 100%;
    height: auto;
  }
  #store-locator-container #loc-list {
    width: 100%;
    float: none;
    height: auto;
    overflow-y: auto;
  }
  #store-locator-container #loc-list ul {
    width: 100%;
  }
  #store-locator-container #loc-list ul li {
    width: 330px;
  }
  #store-locator-container #map {
    width: 100%;
    float: none;
    height: 300px;
  }
  #grocer-form-container input[type="text"] {
    width: 230px !important;
  }
}
@media (max-width: 480px) {
  #grocer-form-container #submit {
    float: none;
    display: inline-block;
    cursor: pointer;
    width: 90px;
    margin-top: 10px;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 1200px) {
  .site-content > .span12 > article .entry-content {
    padding: 0 10%;
  }
  .thumb-list article {
    padding: 20px;
  }
  .thumb-list article h2 {
    margin: 20px 0 0;
    font-size: 1.25em;
    height: 40px;
    line-height: 20px;
  }
  .thumb-list article.new:after {
    left: 30px;
  }
  footer#site-footer #footer-social {
    margin-top: 0;
  }
  footer#site-footer #footer-social span.space {
    display: inline-block;
    width: 5px;
  }
  footer#site-footer #footer-social .gform_wrapper {
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 979px) {
  footer#site-footer #footer-social {
    margin-top: -1em;
  }
  footer#site-footer #videoCTA a {
    display: block;
  }
  footer#site-footer #footer-contact {
    font-size: 12px;
  }
  footer#site-footer #footer-contact h3 small {
    display: block;
  }
  footer#site-footer #footerNav {
    display: block;
  }
  footer#site-footer #footer-bottom {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header#site-header #navbar .primaryNav ul li {
    margin: 0 .75em;
  }
  header#site-header #navbar .primaryNav ul a {
    letter-spacing: 0;
    line-height: 36px;
  }
  header#site-header #navbar .primaryNav ul a:before {
    display: none;
  }
  .thumb-list article {
    padding: 10px;
  }
  .thumb-list article h2 {
    margin: 10px 0 0;
    font-size: .75em;
    height: 22px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  body > #content {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  header#site-logo #logo {
    background: transparent url('../../img/sprites-global.png') no-repeat 0 -150px;
  }
  header#site-logo #logo:hover {
    background-position: 0 -150px;
  }
  header#site-header {
    top: -210px;
  }
  header#site-header #navbar {
    height: 220px;
  }
  header#site-header #navbar #primaryNavLeft {
    width: 50%;
    float: left;
  }
  header#site-header #navbar #primaryNavRight {
    width: 50%;
    float: left;
  }
  header#site-header #navbar .primaryNav ul {
    float: none !important;
    margin: 5px 0 0 0 !important;
  }
  header#site-header #navbar .primaryNav ul li {
    float: none;
    margin-top: 22px;
  }
  header#site-header #navbar .primaryNav ul a {
    text-align: center;
    position: relative;
    padding-top: 20px;
  }
  header#site-header #navbar .primaryNav ul a:before {
    display: block;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -9px;
  }
  header#site-header #navbar .primaryNav ul .nav-home a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -250px 0;
  }
  header#site-header #navbar .primaryNav ul .nav-home a:hover:before {
    background-position: -250px -50px;
  }
  header#site-header #navbar .primaryNav ul .nav-home.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-home.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-home.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -250px -25px;
  }
  header#site-header #navbar .primaryNav ul .nav-products a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -300px 2px;
    width: 25px;
  }
  header#site-header #navbar .primaryNav ul .nav-products a:hover:before {
    background-position: -300px -48px;
  }
  header#site-header #navbar .primaryNav ul .nav-products.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-products.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-products.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -300px -23px;
  }
  header#site-header #navbar .primaryNav ul .nav-history a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -350px 3px;
    width: 24px;
  }
  header#site-header #navbar .primaryNav ul .nav-history a:hover:before {
    background-position: -350px -47px;
  }
  header#site-header #navbar .primaryNav ul .nav-history.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-history.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-history.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -350px -22px;
  }
  header#site-header #navbar .primaryNav ul .nav-where a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px 0;
  }
  header#site-header #navbar .primaryNav ul .nav-where a:hover:before {
    background-position: -400px -50px;
  }
  header#site-header #navbar .primaryNav ul .nav-where.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-where.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-where.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -400px -25px;
  }
  header#site-header #navbar .primaryNav ul .nav-recipes a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -450px 0;
    width: 20px;
  }
  header#site-header #navbar .primaryNav ul .nav-recipes a:hover:before {
    background-position: -450px -50px;
  }
  header#site-header #navbar .primaryNav ul .nav-recipes.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -450px -25px;
  }
  header#site-header #navbar .primaryNav ul .nav-contact a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -500px 0;
    width: 21px;
  }
  header#site-header #navbar .primaryNav ul .nav-contact a:hover:before {
    background-position: -500px -50px;
  }
  header#site-header #navbar .primaryNav ul .nav-contact.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-contact.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-contact.current-menu-parent a:before {
    background: transparent url('../../img/sprites-global.png') no-repeat -500px -25px;
  }
  header#site-header #navbar .primaryNav ul .current_page_item a,
  header#site-header #navbar .primaryNav ul .current-menu-ancestor a,
  header#site-header #navbar .primaryNav ul .current-menu-parent a {
    color: #000000;
  }
  #secondary-nav li {
    display: block;
    padding: .5em 0;
  }
  .thumb-list {
    max-width: 420px;
    margin: 0 auto;
  }
  .thumb-list article {
    width: auto;
    height: auto;
    margin: 0 0 20px;
  }
  #organicBadge {
    position: relative;
    display: block;
    width: 86px;
    left: 50%;
    margin-left: -43px;
    margin-top: 2em;
  }
  footer#site-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer#site-footer #videoCTA {
    text-align: left;
    margin: 20px 0;
  }
  footer#site-footer #videoCTA h3 {
    font-size: 14px;
  }
  footer#site-footer #footer-social {
    text-align: left;
    float: left;
    margin-top: 40px;
  }
  footer#site-footer #footer-social .gform_wrapper {
    margin-top: 40px;
  }
  footer#site-footer #footer-contact span {
    display: block;
  }
  footer#site-footer #footer-contact br {
    display: none;
  }
  footer#site-footer #footer-bottom #site-info {
    text-align: left;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header#site-header #navbar .primaryNav ul a {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header#site-header #navbar .primaryNav ul a:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #organicBadge {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 480px) {
  .gform_wrapper .ginput_right,
  .gform_wrapper .gf_right_half {
    width: 100%;
  }
  .gform_wrapper .ginput_left,
  .gform_wrapper .gf_left_half {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-privacy-policy .entry-content {
    padding: 0 20%;
  }
}
@media (max-width: 979px) {
  .recipe-social h4 {
    display: block;
  }
  .page-privacy-policy .entry-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-details .product-description #nutritional-images .flex-direction-nav a.flex-next {
    right: -20px;
  }
  .product-details .product-description #nutritional-images .flex-direction-nav a.flex-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .product-details .product-description {
    margin-top: 1em;
  }
  .product-details .product-description h3 {
    margin-top: 2em;
  }
  .product-details .product-description .span9 {
    float: none;
  }
  .product-details .product-description .firstCol {
    text-align: center;
  }
  .product-details .product-description .firstCol > h3,
  .product-details .product-description .firstCol > nav,
  .product-details .product-description .firstCol > div {
    padding-right: 0;
  }
  .product-details .product-description .feature_img {
    text-align: center;
  }
  .product-details .product-description .lastCol {
    text-align: center;
  }
  .product-details .product-description .lastCol > h3,
  .product-details .product-description .lastCol > nav,
  .product-details .product-description .lastCol > div {
    padding-left: 0;
  }
  #map-contact {
    height: 260px;
  }
  .single-cf_recipes h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .recipe-details .feature_img {
    text-align: center;
  }
  .recipe-details .feature_img img {
    margin-top: 0;
  }
  .recipe-details h2 {
    margin-top: 1em;
  }
  .recipe-social {
    margin-top: 10px;
  }
  .recipe-social h4 {
    margin-bottom: 10px;
  }
  .recipe-social .label {
    display: inline;
  }
  .recipe-social .addthis_toolbox {
    text-align: center;
  }
  .recipe-meta {
    margin-bottom: 40px;
    font-size: 13px;
  }
  .recipe-meta .detail {
    border-left: none;
    padding: 0;
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header#site-logo #logo {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-home a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-home.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-home.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-home.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-products a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
    width: 25px;
  }
  header#site-header #navbar .primaryNav ul .nav-products.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-products.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-products.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-history a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
    width: 24px;
  }
  header#site-header #navbar .primaryNav ul .nav-history.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-history.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-history.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-where a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-where.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-where.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-where.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-recipes a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
    width: 20px;
  }
  header#site-header #navbar .primaryNav ul .nav-recipes.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-recipes.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  header#site-header #navbar .primaryNav ul .nav-contact a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
    width: 21px;
  }
  header#site-header #navbar .primaryNav ul .nav-contact.current_page_item a:before,
  header#site-header #navbar .primaryNav ul .nav-contact.current-menu-ancestor a:before,
  header#site-header #navbar .primaryNav ul .nav-contact.current-menu-parent a:before {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  .addthis_toolbox a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  footer#site-footer #footer-social nav.social a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  footer#site-footer #footer-social .gform_wrapper .gform_footer input[type=submit] {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  .home #scenesCTA {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  .home #scenesCTA a {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  .home .nextScene {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
  .thumb-list article.new:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
}
@media only screen and (min-height: 700px) and (min-width: 768px) {
  .home .btn-scroll:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  .home .btn-scroll:after {
    background-image: url('../../img/sprites-global-x2.png');
    background-size: 943px 790px;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.collapse_children_vertical * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.collapse_children_horizontal * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
