/* ==========================================================================
   Helpers > Hide from both screenreaders and browsers: h5bp.com/u
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

/* ==========================================================================
   Helpers > Hide only visually, 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; }

/* ==========================================================================
   Helpers > Hide visually and from screenreaders, but maintain layout
   ========================================================================== */
.invisible {
  visibility: hidden; }

/* ==========================================================================
   Helpers > Nicolas Gallagher's micro clearfix
   ========================================================================== */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  zoom: 1; }

/* ==========================================================================
   Helpers > Alignment
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.left-alone {
  float: left;
  margin-right: 100%; }

.center {
  display: block;
  margin: 10px auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.hide {
  display: none; }

.fancy-text {
  font-family: 'Old Standard TT', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  font-size: 1.3em; }

@media only screen and (max-width: 900px) {
  .typography img.left,
  .typography img.right {
    float: none;
    display: block;
    margin: 0 auto; }

  .hide-on-mobile {
    display: none !important; } }
/* ==========================================================================
   Base Elements + Padding/Margin Reset
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #353535; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

a {
  color: #412465;
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 400;
  color: #353535;
  line-height: 1.2;
  margin-bottom: 12px; }

h1 {
  font-size: 35px;
  color: #fdc133; }

h2 {
  font-family: 'Old Standard TT', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: inherit;
  font-size: 28px;
  color: #412465; }

h3 {
  font-size: 25px;
  color: #412465; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 13px;
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin-bottom: 12px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin-bottom: 1.2em; }

dd {
  margin: 0 0 0 40px; }

ol {
  padding: 0 0 0 1em; }

ul {
  list-style: none; }

ul li {
  background: url(/images/list-bullet.png) no-repeat 0 0.5em;
  padding-left: 1em; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Layout > Fluid Grid > down to 768px [Support for IE 7+]
   ========================================================================== */
body {
  background: #fef7e5  url(/images/oregon-chai-background-1024.jpg) ;
  background-repeat:no-repeat;
  /*-webkit-background-size:cover;*/
  /*-moz-background-size:cover;*/
  /*-o-background-size:cover;*/
  background-size:100%;
  background-position: top;
}
  body > .pattern {
    /*background: transparent url(/images/img-background-tile.png);*/ }

.container {
  *zoom: 1;
  max-width: 1029px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 768px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.promo-container {
  *zoom: 1;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 768px; }
  .promo-container:after {
    content: "";
    display: table;
    clear: both; }

#utility {
  background: white;
  position: relative;
  -webkit-box-shadow: 0 0 5px #b4b4b4;
  -moz-box-shadow: 0 0 5px #b4b4b4;
  box-shadow: 0 0 5px #b4b4b4;
  opacity: .5;
}
  #utility .nav {
    width: 100%;
    text-align: right;
    padding-top: 12px; }
    #utility .nav li a {
      color: #fdc133; }
      #utility .nav li a:hover {
        color: #412465; }
    #utility .nav li .nav-label {
      color: #fdc133; }

#header .branding {
  width: 32.36152%;
  float: left;
  margin-right: 1.45773%;
  margin-top: 33px;
  height: 58px;}

  #header .branding h1 {
    position: relative;
    max-width: 280px;
    margin: -56px 0 3px 0;
    line-height: 0;
    -webkit-transition-property: margin;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

#header .branding-promo {
  width: 32.36152%;
  float: left;
  margin-right: 1.45773%; }

#header .global-navigation {
  width: 66.18076%;
  float: right;
  margin-right: 0;

  #margin-left: -15px;
  padding-top: 20px; }

#main-content {
  width: 66.18076%;
  float: right;
  margin-left: 1.45773%;
  background: white;
  min-height: 500px;
  /* min-height: 735px; */
  margin-bottom: 15px;
 /* -webkit-box-shadow: 0 6px 6px -8px #353535;
  -moz-box-shadow: 0 6px 6px -8px #353535;
  box-shadow: 0 6px 6px -8px #353535; */
  }
  #main-content .typography {
    padding: 1em 1.7em; }

#sidebar {
  width: 32.36152%;
  float: right;
  margin-left: 0;
  #margin-left: -15px;}

.promo-slots {
  clear: both;
  margin-top: 15px; }
  .promo-slots .promo-slot-a {
    width: 32.36152%;
    float: left;
    margin-right: 1.45773%; }
  .promo-slots .promo-slot-b {
    width: 32.36152%;
    float: left;
    margin-right: 1.45773%; }
  .promo-slots .promo-slot-c {
    width: 32.36152%;
    float: right;
    margin-right: 0;
    #margin-left: -15px;}

#siteinfo {
  padding: 12px 0 24px 0;
  text-align: center;
  font-size: 12px; }
  #siteinfo * {
    color: #4f4f4f; }
  #siteinfo .global-navigation {
    clear: both; }
    #siteinfo .global-navigation .nav {
      text-align: center;
      margin: 0; }
      #siteinfo .global-navigation .nav li a:hover {
        color: white; }
  #siteinfo .footer {
    font-size: 11px;
    clear: both; }
    #siteinfo .footer a {
      text-decoration: none; }
      #siteinfo .footer a:hover {
        color: white; }
  #siteinfo .social {
    clear: both;
    padding-top: 4px; }
    #siteinfo .social a {
      margin-right: 7px; }
      #siteinfo .social a:hover img {
        outline: 1px dotted white; }

/* ==========================================================================
   Layout > Fluid Grid > Mobile
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .callout-caption.center {
    bottom: 48% !important;
  }
  .callout-caption-text.blog {
    padding: 5px !important;
  }
  .container {
    min-width: 480px; }

  /*body {*/
    /*background: #fef7ef url('/images/oregon-chai-background-1024.jpg');*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*background-position: center*/
  /*}*/
}
@media only screen and (max-width: 901px) {
  .callout-caption.center {
    bottom: 48% !important;
  }
  .callout-caption-text.blog {
    padding: 5px !important;
  }

  #hopHortNav {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .callout-caption.center {
    bottom: 55% !important;
  }
  .callout-caption-text.blog {
    padding: 10px !important;
  }
  body {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    min-width: 0; }

  .container {
    min-width: 300px;
    max-width: 480px; }

  #utility {
    z-index: 100; }
    #utility .nav {
      text-align: center !important; }
      #utility .nav li.hide-on-mobile {
        display: none !important; }

  #header ul .nav-horizontal {
    display: none !important;
  }

  #header .branding {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: inline-block;
    text-align: center;}
    #header .branding h1 {
      max-width: 400px;
      margin-top: -28px; }
  #header .global-navigation {
    width: 100%;
    float: none;
    padding-top: 0;
    margin: 0 0 10px 0;
    background: #fdc133 url(/images/icons/mobile-menu.png) no-repeat 93% top;
    -webkit-box-shadow: 0 6px 6px -8px #353535;
    -moz-box-shadow: 0 6px 6px -8px #353535;
    box-shadow: 0 6px 6px -8px #353535; }
    #header .global-navigation select {
      font-size: 16px;
      text-indent: 7%;
      outline: none;
      cursor: pointer;
      text-transform: uppercase;
      border: 0;
      width: 100%;
      height: 35px;
      background: none;
      color: #fff;
      -webkit-appearance: none;
      padding: 5px; }
      #header .global-navigation select option, #header .global-navigation select optgroup {
        color: #353535 !important; }

  #sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    clear: both; }

  #main-content {
    width: 100%;
    /*float: none;*/      /*This line commented by Mayur on 28 Apr 2015*/
    margin-left: 0;
    margin-right: 0;
    clear: both; }

  .promo-slots {
    margin-top: 0px; }
    .promo-slots .promo-slot-a, .promo-slots .promo-slot-b, .promo-slots .promo-slot-c {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      clear: both;
      margin-top: 15px; } }

@media only screen and (max-width: 450px) {
    .callout-caption.center {
        bottom: 51% !important;
    } }
/* ==========================================================================
   Layout > Responsive Images
   ========================================================================== */
img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

/* ==========================================================================
   Module > Navigation > Lists
   ========================================================================== */
ul.nav {
  *zoom: 1;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
  text-align: right;
  /* prevent [inline-block] extra spacing */
  font-size: 0;
  width: 80%;
float: left; }
  ul.nav:after {
    content: "";
    display: table;
    clear: both; }
  ul.nav li {
    background: url(/images/list-bullet-nav.png) no-repeat 0 0.6em;
    font-size: 11px;
    padding-left: .9em;
    padding-right: .7em;
    display: inline-block;
    *zoom: 1;
    *display: inline; }
    ul.nav li:first-child {
      background: none;
      padding-left: 0; }
    ul.nav li a {
      color: #4f4f4f;
      display: block;
      text-decoration: none;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.45s;
      -moz-transition-duration: 0.45s;
      -o-transition-duration: 0.45s;
      transition-duration: 0.45s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    ul.nav li .nav-label {
      color: #4f4f4f;
      display: block;
      position: relative; }
      ul.nav li .nav-label:hover:after {
        content: url(/images/arrow-small.png);
        position: absolute;
        bottom: -14px;
        right: -5px; }
  ul.nav li.icon {
    width: 16px;
    vertical-align: top;
    background: none;
    padding: 0;
    padding-right: 7px; }
    ul.nav li.icon:last-child {
      padding-right: 0; }
    ul.nav li.icon:hover img {
      outline: 1px dotted #fdc133; }

/* ==========================================================================
   Module > Navigation > Menus
   ========================================================================== */
ul.nav.nav-vertical,
ul.nav.nav-horizontal {
  text-align: left;
  padding: 0; }
  ul.nav.nav-vertical li,
  ul.nav.nav-horizontal li {
    padding: 0;
    display: block;
    font-size: 13px; }
    @media only screen and (max-width: 1024px) {
      ul.nav.nav-vertical li,
      ul.nav.nav-horizontal li {
        font-size: 12px; } }
    ul.nav.nav-vertical li ul,
    ul.nav.nav-horizontal li ul {
      margin: 0; }

ul.nav.nav-vertical li {
  background: none;
  float: none;
  width: 100%;
  margin-bottom: 3px; }
  ul.nav.nav-vertical li a {
    padding: 5px 20px;
    color: white;
    background: #b362ad; }
    ul.nav.nav-vertical li a:hover, ul.nav.nav-vertical li a.active {
      background: #cb80c5; }
  ul.nav.nav-vertical li ul {
    margin-top: 3px;
    margin-bottom: 0; }
    ul.nav.nav-vertical li ul li {
      *margin-bottom: 0; }
      ul.nav.nav-vertical li ul li a {
        padding-left: 40px; }
      ul.nav.nav-vertical li ul li ul {
        margin-bottom: 0; }
        ul.nav.nav-vertical li ul li ul li a {
          padding-left: 60px; }

ul.nav.nav-horizontal li {
  float: left;
  border-left: solid 3px transparent;
  background: none; }
  ul.nav.nav-horizontal li:first-child {
    border-left: 0; }
  ul.nav.nav-horizontal li a {
    text-align: center;
    padding: 5px;
    color: white;
    background: #b362ad; }
   ul.nav.nav-horizontal li a:hover, ul.nav.nav-horizontal li a.active {
      background: #cb80c5; }
  ul.nav.nav-horizontal li ul {
    display: none !important; }

ul.nav.nav-horizontal.shadow a, ul.nav.nav-vertical.shadow a {
  -webkit-box-shadow: 0 6px 6px -8px #353535;
  -moz-box-shadow: 0 6px 6px -8px #353535;
  box-shadow: 0 6px 6px -8px #353535; }

/* ==========================================================================
   Module > Navigation > Breadcrumbs
   ========================================================================== */
ul.nav.breadcrumb {
  text-transform: inherit;
  text-align: left;
  margin-bottom: 5px; }
  ul.nav.breadcrumb li {
    line-height: 14px; }
    ul.nav.breadcrumb li a {
      text-decoration: underline; }
      ul.nav.breadcrumb li a:hover {
        text-decoration: none; }

/* ==========================================================================
   Module > Button
   ========================================================================== */
a.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  padding: 7px 11px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  color: white;
  background-color: #b362ad;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  a.button:hover,
  button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    color: #fff;
    background-color: #cb80c5; }
  a.button:disabled,
  button:disabled,
  input[type="reset"]:disabled,
  input[type="submit"]:disabled,
  input[type="button"]:disabled {
    opacity: 0.5; }

a.button.icon {
  padding-left: 36px;
  font-weight: normal;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  text-align: left; }

a.button.goto {
  line-height: 21px; }
  a.button.goto span {
    text-indent: -999em;
    background: url(/images/icons/img-sm-sprite.png) no-repeat -73px 0;
    width: 19px;
    height: 19px;
    margin-left: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  a.button.goto:hover span {
    background-position: -73px -30px; }

a.button.goto.text-only {
  background-color: transparent;
  color: #fdc133; }
  a.button.goto.text-only:hover {
    color: darker(#fdc133, 10%); }

button:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.5;
  cursor: wait; }

.addthis-container {
  float: right;
  margin-top: 5px;
  margin-left: 5px; }

.print-container {
  float: right;
  margin: 5px 15px 0 0;
}

.print_button img {
  position: relative;
  top:4px;
  left:3px;
}

.addthis_button, .print_button {
  padding: 10px 5px 9px 5px !important;
}

.addthis_button span {
  font-size: 1.5em; }

@media only screen and (max-width: 900px) {
  .button {
    display: block; }

  .col25Percent, .ProductPhotoName {
      text-align: center !important;
  }

  button.button,
  input[type="submit"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px; }

  .addthis-container { float: right; margin-left: 5px; }
  .print-container { float: left; }
  .addthis-container, .print-container {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40%; }
  .addthis-container .addthis_button, .print-container .print_button { padding-top: 4px; }
  .print_button { height: 25px; }
}
/* ==========================================================================
   Module > Block Grid
   ========================================================================== */
ul.blockgrid {
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both; }

ul.blockgrid > li {
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
  float: left; }

ul.blockgrid.three-up {
  margin-left: -2%; }

ul.blockgrid.three-up > li {
  margin-left: 2%;
  width: 31.2%;
  margin-bottom: 2%; }

ul.blockgrid .product-name {
  text-align: center;
  color: #353535;
  font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif; }
ul.blockgrid .product-desc {
  text-align: center;
  color: #353535;
  font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif; }
ul.blockgrid .product-image {
  text-align: center;
  padding-top: 5px;
  width: 180px;
  margin: auto;
}
ul.blockgrid .product-action {
  text-align: center;
  min-height: 30px;
  margin-top: 10px;
}
ul.blockgrid li {
  margin-top: 20px; }
  ul.blockgrid li:hover .product-image {
    outline: 1px solid #cb80c5; }
  ul.blockgrid li:hover a.button {
    color: #fff; }

@media only screen and (max-width: 900px) {
  ul.blockgrid.three-upmobile {
    margin-left: 0; }

  ul.blockgrid.three-up.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0; } }
/* ==========================================================================
   Module > Callout
   ========================================================================== */
.callout {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  max-width: 480px; }
  .callout img {
    margin: 0;
    padding: 0; }
  .callout .button {
    display: block;
    width: 60%;
    margin: 2% auto; }

.callout-caption {
  width: 100%;
  padding: 5% 0 5% 0;
  background: url(/images/bg-caption.png);
  position: absolute;
  bottom: 5px;
  *bottom: 3px;
  right: 0; }

.callout-caption.padded {
  margin-bottom: 5%;
  right: 5%;
  width: 90%; }

/*5/12/14 JTR - Blog Promo Updates */
.callout-caption.center {
  background: none;
  padding: 0;
  bottom: 52%;
  right: 5%;
  width: 90%;
  height: 50px;
}
.callout-caption-text.blog {
  background: #B9AEA8;
  padding: 10px; }
.callout-caption-text.blog a {
  width: 80%;
  color: #ffffff;
  text-decoration: none; }
/*5/12/14 JTR - Social Icon Updates */
.social {
    text-align: center;
    padding: 7.5px;
}

.callout-caption-text {
  font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #412465;
  text-transform: uppercase;
  padding: 0 3% 1.5% 3%; }

@media only screen and (max-width: 960px) and (min-width: 901px) {
  .callout-caption-text {
    font-size: 12px; }}
@media only screen and (max-width: 900px) and (min-width: 480px) {
  .callout-caption-text {
    font-size: 18px; } 
  .callout-caption-text.blog {
    height: auto; 
    max-height: 60px; }}
/* ==========================================================================
   Module > Modal
   ========================================================================== */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  z-index: 40;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 105px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #fff;
  border: 2px solid #fdc133;
  position: absolute;
  z-index: 41;
  padding: 30px 40px 34px;
  -webkit-box-shadow: 0 0 7px #dbdbdb;
  -moz-box-shadow: 0 0 7px #dbdbdb;
  box-shadow: 0 0 7px #dbdbdb; }
  .reveal-modal img {
    float: right;
    margin-bottom: 10px; }
  .reveal-modal h3 {
    color: #fdc133; }
  .reveal-modal p {
    color: #828282; }

.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-indent: -999em;
  background: url(/images/icons/img-sm-sprite.png) no-repeat 4px -141px;
  width: 34px;
  height: 24px; }
  .reveal-modal .close-reveal-modal:hover {
    background-position: -29px -141px;
    right: 7px; }

@media only screen and (max-width: 1023px) {
  .reveal-modal-bg {
    position: absolute; }
 
  .reveal-modal {
    width: 60%;
    top: 60px;
    left: 15%;
    margin-left: 0;
    padding: 20px;
    height: auto; } }
@media only screen and (max-width: 900px) {
  .container {
    min-width: 282px;   /*Mayur Change 300px to 282px on 27 Apr 2015*/
    max-width: 480px; }
  #hero1 {
      clear:both;
      width:100% !important;
      height: auto !important;
  }
  #hero1 img {
    max-height: none !important;
  }
  #hero2 {
      margin-top: 15px;
      clear:both;
      width:100% !important;
      height: auto !important;
  }

  #hero2 img {
    max-height: none !important;
  }

  .reveal-modal-bg {
    position: absolute; }
  .reveal-modal {
    width: 80%;
    top: 90px;
    left: 5%;
    margin-left: 0;
    padding: 20px;
    height: auto; }
  .reveal-modal img {
    float: none;
    display: block; }
}
@media only screen and (max-width: 480px) {
  .reveal-modal {
    width: 80%;
    top: 30px !important; } }
@media only screen and (max-width: 320px) {
  .reveal-modal {
    left: 3%; } }
/* ==========================================================================
   Module > Hero
   ========================================================================== */
#hero1 {
  float: left;
  background-repeat:no-repeat;
  background-position: center center;
  width: 60%;
  height: 474px;
  background-size: cover;
  overflow: hidden;
  position: relative; }
#hero1 img {
    width: 100%;
    height: 100%;
    max-height: 474px;
}
#hero2 {
  float: right;
  background-repeat:no-repeat;
  background-position: center center;
  width: 39%;
  height: 474px;
  background-size: cover;
  overflow: hidden;
  position: relative; }
#hero2 .callout-caption {
    bottom: 0 !important;
}
#hero2 img {
    width: 100%;
    height: 100%;
    max-height: 474px;
}

/* ==========================================================================
   Module > Form Elements
   ========================================================================== */
/* Fieldsets */
fieldset {
  padding: 15px;
  background: #F4F4F4;
  margin: 18px 0; }
  fieldset h2 {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #353535;
    text-transform: none;
    font-size: 16px;
    line-height: 1.3;
    font-style: normal;
    font-weight: bold; }

/* -----------------------------------------
   Standard Forms
----------------------------------------- */
fieldset label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  margin-bottom: 9px; }

input.input-text, textarea {
  border: 1px solid #bbb; }

input.input-text, textarea, select {
  display: block;
  margin-bottom: 9px; }

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
  margin-top: -9px; }

textarea {
  max-width: 100%; }

/* Text input and textarea font and padding */
input.input-text, textarea {
  font-size: 13px;
  padding: 5px 7px;
  background: #fff; }

input.input-text:focus, textarea:focus {
  outline: none !important; }

input.input-text:focus, textarea:focus {
  background: #f9f9f9; }

/* Text input and textarea, disabled */
input.input-text[disabled], textarea[disabled] {
  background-color: #ddd; }

/* Text input and textarea sizes */
input.input-text, textarea {
  width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input.small, textarea.small {
  width: 134px; }

input.medium, textarea.medium {
  width: 254px; }

input.large, textarea.large {
  width: 434px; }

input.expand, textarea.expand {
  width: 100%; }

/* IE 7 */
input.input-text, textarea, input.large, input.expand {
  *max-width: 97%; }

/* Inlined Radio & Checkbox */
div.form-field input[type=radio], div.form-field input[type=checkbox] {
  display: inline;
  width: auto;
  margin-bottom: 0; }

/* Form actions */
.form-actions {
  clear: both;
  *zoom: 1;
  padding: 15px 0 10px 0; }
  .form-actions:after {
    content: "";
    display: table;
    clear: both; }

/* Form errors */
.form-errors {
  color: #E7403D;
  border: 1px solid #E7403D;
  background-color: #fdf3f3;
  margin: 10px 0;
  padding: 5px 10px;
  line-height: 2;
  font-weight: bold; }

@media only screen and (max-width: 900px) {
	#hero {
		height: 250px;
		background-size: contain;
	}

  div.form-field input,
  div.form-field input.small,
  div.form-field input.medium,
  div.form-field input.large,
  input.input-text,
  textarea,
  textarea.small,
  textarea.medium,
  textarea.large,
  textarea.expand {
    display: block;
    width: 100%;
    padding: 6px 2% 4px;
    font-size: 16px; } }
/* ==========================================================================
   Module > Display Lists
   ========================================================================== */
ol.steps {
  text-transform: uppercase;
  list-style: none;
  padding-left: 0; }
  ol.steps li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle; }
    ol.steps li span {
      font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      background: #fdc133;
      color: white;
      line-height: 30px;
      font-size: 24px;
      height: 30px;
      width: 30px;
      text-align: center;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px; 
      vertical-align:middle;
      }

/* ==========================================================================
   Tables
   ========================================================================== */
table.nice {
  background: #fff;
  margin: 0 0 15px 0;
  border: 1px solid #353535;
  box-sizing: border-box;
  width: 100%; }

table.nice thead, table tfoot {
  background: #f5f5f5; }

table.nice thead tr th,
table.nice tfoot tr th,
table.nice tbody tr td,
table.nice tr td,
table.nice tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left; }

table.nice thead tr th,
table.nice tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #353535; }

table.nice thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none; }

table.nice thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none; }

table.nice tbody tr.even,
table.nice tbody tr.alt {
  background: #f9f9f9; }

table.nice tbody tr:nth-child(even) {
  background: #f9f9f9; }

table.nice tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }


/* Print Styles */
.print .print-container {
	float:left;
	margin: 30px 0;
}

.print {
	background: none;
}

.print .col70Percent {
	width: 100%;
	padding-right: 0;
}

.print .tblIngredients {
	width: 100%;
}
ul.social-icons {
  float: right;
  width: 125px;
  list-style-type: none;

}
ul.social-icons li {
  display: inline-block;
  background: none;
  padding-left: 3px;
}
ul.social-icons li.icon {
  width: 25px;
}

#header {
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 15px;
}

#sidebar ul.nav {
  width: 100%;
  float: none;
}

@media only screen and (max-width: 900px) {
  ul #topHrtNav {
    display: none; !important;
  }
}

@media only screen and (max-width: 768px) {
  body {
    background: #fef7e5;
  }
}

@media only screen and (max-width: 768px) {
  .our-favorite-recipes img.preHeroMargin {
    display: none;
  }
}