@font-face {
  font-family: 'Conv_GOTHIC';
  src: url("fonts/GOTHIC.eot");
  src: local("☺"), url("fonts/GOTHIC.woff") format("woff"), url("fonts/GOTHIC.ttf") format("truetype"), url("fonts/GOTHIC.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  font-family: 'Conv_GOTHIC',Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #591917; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  color: #3c1510; }

h3 {
  font-size: 1.17em;
  margin: 1em 0;
  color: #3c1510;
  font-weight: normal; }

h4 {
  font-size: 1em;
  margin: 1.33em 0;
  color: #3c1510; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* change boxmodel */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #eee7e7;
  color: #3c1510; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ========= general =========== */
#window-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 5000;
  padding-top: 60px;
  text-align: center; }

.col-2 {
  width: 50%;
  padding-left: 20px;
  float: left; }

.col-2:first-of-type {
  padding-left: 0; }

.col-3 {
  width: 33.33%;
  padding-left: 20px;
  float: left; }

.col-3:first-of-type {
  padding-left: 0; }

.col-4 {
  width: 25%;
  padding-left: 20px;
  float: left; }

.col-4:first-of-type {
  padding-left: 0; }

.col-70p {
  width: 70%;
  float: left;
  padding-right: 20px; }

.col-30p {
  width: 30%;
  float: left; }

.b {
  font-weight: bold; }

.i {
  font-style: italic; }

.right {
  float: right; }

.left {
  float: left; }

p {
  font-size: .9375em; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: .9375em; }

a {
  text-decoration: none;
  /*color: #666;*/
  color: #01798f; }

a:visted {
  /*color: #666;*/
  color: #01798f; }

a:hover {
  color: #666666;
  text-decoration: underline; }

.center {
  margin: auto; }

#main {
  max-width: 960px;
  margin: auto;
  padding: 20px; }

.alignright {
  float: right; }
  .alignright margin {
    left: 10px;
    bottom: 10px; }

#alert {
  position: absolute;
  width: 340px;
  top: -25px;
  left: 0; }

p {
  margin: 10px 0px 15px 0px; }

/* ========= header ============ */
#hm {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  font-size: .875em; }
  #hm .socials {
    position: absolute;
    right: 93px;
    top: 0;
    height: 19px;
    display: block;
    padding: 10px 0; }
  #hm .socials > div {
    float: left;
    height: 19px; }
  #hm .socials a {
    display: block;
    width: 100%;
    height: 100%; }
  #hm .twitter {
    background: transparent url(../a/c/socials.png) no-repeat 0 0;
    width: 24px;
    margin-right: 10px; }
  #hm .twitter:hover {
    background-position: 0 -21px; }
  #hm .facebook {
    background: transparent url(../a/c/socials.png) no-repeat -32px 0;
    width: 19px;
    margin-right: 13px; }
  #hm .facebook:hover {
    background-position: -33px -21px; }
  #hm .linkedin {
    background: transparent url(../a/c/socials.png) no-repeat -62px 0;
    width: 19px; }
  #hm .linkedin:hover {
    background-position: -64px -21px; }
  #hm nav {
    margin-right: 25px; }
  #hm .tagline {
    float: right;
    margin-right: 35px; }
  #hm .blog {
    text-align: right;
    padding: 10px 15px 0 0; }
    #hm .blog a, #hm .blog a:visited {
      color: #666666; }
  #hm .logo {
    height: 75px;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    background: transparent url(../a/c/floral-pattern.jpg) repeat-x; }
  #hm ul {
    margin: 30px 0 0 0;
    padding: 0; }
  #hm li {
    float: right;
    margin-right: 15px; }
  #hm a {
    color: #591917; }
  #hm a:visited {
    color: #591917; }

#home-img {
  width: 780px;
  height: 356px;
  background: url(../a/img/jennifer-colliau-mixing.jpg) no-repeat;
  position: relative; }

#home-text {
  font-size: 13px;
  position: absolute;
  top: 170px;
  width: 255px;
  right: 15px; }

.recipe, .product {
  margin-bottom: 60px; }

article h1 {
  font-size: 1.25em; }

article .source {
  margin-top: -15px;
  font-size: .8125em; }

/*
h1>a{
  color:$mainmaroon;
}
*/
.category {
  color: #01798f; }

.distributors table {
  width: 95%;
  margin-left: 5%;
  font-size: .9375em; }

.find-col-1 {
  width: 30%; }

.find-col-2 {
  width: 45%; }

.find-col-3 {
  width: 15%; }

.find-col-4 {
  width: 10%; }

.publications a {
  line-height: 2em;
  /*
  &:visited{
    color:$mainmaroon;
  }
  */ }

#buy-online-button {
  float: left;
  margin-right: 10px;
  margin-bottom: 40px; }

.links {
  margin-bottom: 300px; }

.links a {
  display: block;
  color: #3c1510;
  margin-bottom: 10px; }

.links a:visited {
  color: #3c1510; }

p.top {
  margin-bottom: 40px; }
  p.top a, p.top a:visited {
    color: #666666; }


.img-center{
  display:block;
  margin:auto;
}


.moreinfo {
  color: #01798f; }

  /*
.moreinfo a
{ color: #999999; }
  
.moreinfo a:hover
{ color: #333333; 
  text-decoration: underline; }

  */
/*box sizing shim*/
html {
  -webkit-font-smoothing: antialiased; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc); }

.center {
  margin: auto; }

.show-init {
  visibility: hidden; }

#contact-info {
  width: 349px;
  position: absolute;
  bottom: 105px;
  right: 0; }

#contact-form {
  width: 500px;
  float: left;
  position: relative; }

.titles {
  font-size: 16px;
  text-align: center; }

#go span {
  color: #555; }

.jqtransform .rowElem div textarea, .jqtransform .rowElem div input {
  color: #555; }

.errors {
  color: red;
  display: none; }

.rowElem {
  position: relative; }

.indicators {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: 16px;
  background: transparent url(img/indicator.png) no-repeat 0 0;
  display: none; }

#success {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background-color: white;
  z-index: 1000; }

#success p {
  padding: 16px 0;
  font-size: 153.9%;
  text-align: center; }

button:focus, input:focus {
  outline: none; }

label {
  width: 60px; }

input, textarea {
  width: 400px; }

form.jqtransformdone label {
  margin-top: 7px;
  margin-right: 20px;
  display: block;
  float: left; }

form.jqtransformdone div.rowElem {
  clear: both;
  padding: 10px 0px; }

/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  font-family: Arial; }

*:first-child + html button.jqTransformButton[type] {
  width: 1; }

/* IE7 */
button.jqTransformButton span {
  background: transparent url(img/btn_right.gif) no-repeat right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px;
  /* sliding doors padding */
  margin: 0px;
  height: 33px; }

button.jqTransformButton span span {
  background: transparent url(img/btn_left.gif) no-repeat top left;
  color: #333;
  padding: 10px 4px 0px 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  display: block;
  text-decoration: none;
  height: 33px; }

/*hover*/
button.jqTransformButton_hover span span {
  background-position: left -33px; }

button.jqTransformButton_hover span {
  background-position: right -33px; }

/*clicked*/
button.jqTransformButton_click span span {
  background-position: left -66px; }

button.jqTransformButton_click span {
  background-position: right -66px; }

/* IE 6 */
* html button.jqTransformButton {
  height: 33px; }

* button.jqTransformButton span span {
  height: 35px; }

/* IE 7 */
* + html button.jqTransformButton {
  height: 33px; }

* + button.jqTransformButton span span {
  height: 35px; }

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
  background: transparent url(img/input/input_text_left.gif) no-repeat left top;
  height: 31px;
  padding: 0px;
  float: left; }

.jqTransformInputInner {
  background: transparent url(img/input/input_text_right.gif) no-repeat top right;
  padding: 0px;
  margin: 0px; }

.jqTransformInputInner div {
  height: 31px;
  margin: 0px 0px 0px 8px; }

.jqTransformInputInner div input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  height: 31px;
  color: #404040;
  border: none;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  background: transparent; }

/*******modified to adjust positioning of text***************/
/*   IE7, FF, Saf, Opera            do this first to target opera and firefox and then adjust for the others below
html>body .jqTransformInputInner div input { padding-top:0 }*/
/* saf3+, chrome1+ 
@media screen and (-webkit-min-device-pixel-ratio:0) {
.jqTransformInputInner div input {
	 padding-top:6px; !important
}
}*/
/* safari 3+, chrome 1+, opera9+, ff 3.5+   use this to target opera, then revise the others below*/
body:first-of-type .jqTransformInputInner div input {
  padding-top: 0; }

/* saf3+, chrome1+  use this to target chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .jqTransformInputInner div input {
    padding-top: 3px !important; } }
/* target firefox  */
.jqTransformInputInner div input, x:-moz-any-link {
  padding-top: 0; }

/*******modified to adjust positioning of text***************/
/*  IE6 */
* html .jqTransformInputInner div input {
  padding: 6px 0 0 0;
  margin: 0 0 0 -8px;
  height: 24px; }

/* Ie7 */
* + html .jqTransformInputInner div input {
  padding: 6px 0 0 0;
  margin-left: -10px;
  height: 24px; }

/*hover*/
.jqTransformInputWrapper_hover {
  background-position: left -31px; }

.jqTransformInputWrapper_hover div.jqTransformInputInner {
  background-position: right -31px; }

/*focus*/
.jqTransformInputWrapper_focus {
  background-position: left -62px; }

.jqTransformInputWrapper_focus div.jqTransformInputInner {
  background-position: right -62px; }

.jqTransformSafari .jqTransformInputInner div {
  position: relative;
  overflow: hidden;
  margin: 0px 8px; }

.jqTransformSafari .jqTransformInputInner div input {
  background-color: transparent;
  position: absolute;
  top: -7px;
  left: -2px;
  height: 42px;
  padding-left: 4px; }

/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea {
  font-size: 12px;
  line-height: 16px; }

table.jqTransformTextarea td {
  font-size: 1px;
  line-height: 1px;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0; }

table.jqTransformTextarea tr {
  /*border: 1px solid red;*/ }

table.jqTransformTextarea textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none; }

table.jqTransformTextarea td#jqTransformTextarea-tl {
  background: url(img/textarea/textarea_tl.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-tm {
  background: url(img/textarea/textarea_tm.gif) repeat-x top left; }

table.jqTransformTextarea td#jqTransformTextarea-tr {
  background: url(img/textarea/textarea_tr.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-ml {
  background: url(img/textarea/textarea_ml.gif) repeat-y top left; }

table.jqTransformTextarea td#jqTransformTextarea-mm {
  background: url(img/textarea/textarea-mm.gif) repeat; }

table.jqTransformTextarea td#jqTransformTextarea-mr {
  background: url(img/textarea/textarea_mr.gif) repeat-y top left; }

table.jqTransformTextarea td#jqTransformTextarea-bl {
  background: url(img/textarea/textarea_bl.gif) no-repeat top left; }

table.jqTransformTextarea td#jqTransformTextarea-bm {
  background: url(img/textarea/textarea_bm.gif) repeat-x top left; }

table.jqTransformTextarea td#jqTransformTextarea-br {
  background: url(img/textarea/textarea_br.gif) no-repeat top left; }

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-tm {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-tr {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-ml {
  background-position: -5px 0px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-mm {
  background-image: url(img/textarea/textarea-mm-hover.gif); }

table.jqTransformTextarea-hover td#jqTransformTextarea-mr {
  background-position: -5px 0px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-bl {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-bm {
  background-position: 0px -5px; }

table.jqTransformTextarea-hover td#jqTransformTextarea-br {
  background-position: 0px -5px; }

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-tm {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-tr {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-ml {
  background-position: -10px 0px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-mm {
  background-image: url(img/textarea/textarea-mm-focus.gif); }

table.jqTransformTextarea-focus td#jqTransformTextarea-mr {
  background-position: -10px 0px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-bl {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-bm {
  background-position: 0px -10px; }

table.jqTransformTextarea-focus td#jqTransformTextarea-br {
  background-position: 0px -10px; }

table.jqTransformTextarea .jqTransformSafariTextarea div {
  position: relative;
  overflow: hidden;
  border: 0px solid red; }

table.jqTransformTextarea .jqTransformSafariTextarea textarea {
  background: none;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px;
  resize: none; }

textarea:focus {
  outline: none; }

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
  float: left;
  display: block;
  margin: 0px 4px;
  margin-top: 5px; }

.jqTransformRadio {
  background: transparent url(img/radio.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/ }

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
  display: block;
  float: left;
  margin-top: 5px; }

a.jqTransformCheckbox {
  background: transparent url(img/checkbox.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
  /*display: -moz-inline-block;*/ }

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
  background-position: center bottom; }

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  width: 45px;
  position: relative;
  height: 31px;
  background: url(img/select_left.gif) no-repeat top left;
  float: left; }

.jqTransformSelectWrapper div span {
  font-size: 12px;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 31px;
  line-height: 15px;
  padding: 8px 0 0 7px;
  overflow: hidden;
  cursor: pointer;
  /*border: 1px solid #CCCCCC;*/
  /*	border-right: none;*/ }

.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 31px;
  height: 31px;
  background: url(img/select_right.gif) no-repeat center center; }

.jqTransformSelectWrapper ul {
  position: absolute;
  width: 43px;
  top: 30px;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #cccccc;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10; }

.jqTransformSelectWrapper ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  background-color: #FFF;
  font-size: 12px; }

.jqTransformSelectWrapper ul a.selected {
  background: #EDEDED;
  color: #333; }

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
  background: #3582c4;
  color: #fff; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none; }

/* ========= footer ============ */
#fm {
  clear: both;
  max-width: 960px;
  padding: 0 30px;
  margin: 5px auto;
  font-size: 12px;
  color: #3c1510; }
  #fm .top {
    width: 86.66%;
    margin: 0 auto 20px auto;
    overflow: hidden; }
  #fm .thumbtack {
    width: 86.66%;
    position: relative;
    left: -24px;
    margin: auto; }
  #fm a, #fm a:visited {
    color: #3c1510; }

.copyright-footer {
  text-align: right; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
