@font-face {
  font-family: 'Lobster';
  src: url("/resources/dyn/files/1173029zc8e53d50/_fn/lobster_1.3-webfont.eot");
  src: url("/resources/dyn/files/1173029zc8e53d50/_fn/lobster_1.3-webfont.eot?#iefix") format("embedded-opentype"), url("/resources/dyn/files/1173032z462cd599/_fn/lobster_1.3-webfont.woff") format("woff"), url("/resources/dyn/files/1173031zdf258423/_fn/lobster_1.3-webfont.ttf") format("truetype"), url("/resources/dyn/files/1173030za822b4b5/_fn/lobster_1.3-webfont.svg#Lobster") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100px;
	height: 100px;
}

#header {
}

#e_column_0 {
	padding-bottom: 100px;
}

#column1 {
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Sentinel SSm 5r', 'Sentinel SSm A', 'Sentinel SSm B', "Book Antiqua", "Bookman Old Style", Bookman, Garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #827970;
  line-height: 1.75em;
}

#header {
  background-color: #f7941d;
  color: #fff;
}

#header-wc-0,
#e_column_0,
#footer-wc-0 {
  max-width: 940px;
  margin: 0 auto;
}

h1 {
  font-family: 'Champion Heavywt A', 'Champion Heavywt B', "Arial Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.75em;
  color: #f7941d;
  text-transform: uppercase;
  margin-top: 0.25em;
  text-align: center;
}

h1 span.fancy {
  font-family: 'Lobster', "Brush Script MT", cursive;
  font-weight: normal;
  color: #f7941d;
  font-size: 2.25em;
  border: none;
  text-transform: none;
}

h2 {
  font-family: 'Champion Bantamwt A', 'Champion Bantamwt B', Impact, Haettenschweiler, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75em;
  line-height: 1em;
  text-transform: uppercase;
  color: #f7941d;
  margin: 0.25em 0 0;
}

h3 {
  font-family: 'Champion Heavywt A', 'Champion Heavywt B', "Arial Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  color: #f7941d;
  margin: 0.5em 0;
}

a {
  color: #f7941d;
  text-decoration: none;
}

ul,
ol {
  padding-left: 1.25em;
}

li p {
  margin-top: 0;
  margin-bottom: 0.25em;
}

/* header
==================================================*/
#header-wc-0 {
  height: auto;
  min-height: 65px;
  z-index: 20;
}

#header-wc-0 p {
  margin: 0;
}

@media (min-width: 965px) {
  #header {
    background-color: #f7941d;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
  }
  #e_column_0 {
    margin-top: 9em;
  }
  #header-wc-0 {
    height: 65px;
    position: relative;
  }
}

#addthis {
  position: fixed;
  top: 600px;
  left: 0;
  width: 90px;
  height: 36px;
  background-color: #fff;
  box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
  z-index: 800;
  display: none;
}

#addthis.shown {
  display: block;
}

#addthis.active {
  width: 268px;
}

#addthis .share {
  background: url(/resources/dyn/files/1184141z8e21d7bb/_fn/share.png) no-repeat 65px 6px #f7941d;
  padding: 5px 35px 5px 15px;
  width: 90px;
}

#addthis .share,
#addthis .addthis_toolbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#addthis .addthis_toolbox a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  #addthis.shown {
    display: none;
  }
}

.logo {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 4000;
}

@media (max-width: 767px) {
  .logo {
    width: auto;
    margin-left: -73px;
    left: 50%;
  }
}

@media (min-width: 768px) and (max-width: 964px) {
  .logo {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .logo a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2010;
  }
}

.logo a {
  display: block;
}

.logo img {
  display: block;
}

#e_content:before {
  content: " ";
  display: table;
}

@media (max-width: 964px) {
  #e_column_0 {
    margin-top: 5em;
  }
  #header-wc-0 .logo p {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 145px;
    height: 99px;
  }
}

/* main_nav
================================================*/
.main_nav {
  display: block;
}

.main_nav .menu {
  margin: 12px 0 0;
  padding: 0;
}

.menu .mi {
  list-style: none;
}

.main_nav .menu .menu {
  margin: 0;
}

@media (min-width: 965px) {
  .primary_menu_collapsible .collapsible-control {
    display: none;
  }
  .primary_menu_collapsible .collapsible-shown {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2009;
  }
}

.primary_menu_collapsible a {
  color: #fff;
}

@media (max-width: 964px) {
  .main_nav > .menu {
    position: relative;
    display: block;
    margin: -1px 0 0;
    padding: 150px 0 20px;
    background-color: #f7941d;
    width: 100%;
    z-index: 2000;
  }
  .primary_menu_collapsible .menu_collapsible_trigger {
    float: right;
    padding: 15px 8px;
    width: 48px;
    height: 32px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    z-index: 2005;
  }
  .primary_menu_collapsible .menu_collapsible_trigger .line {
    background: #fff;
    height: 5px;
    display: block;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
  }
  .primary_menu_collapsible:hover .menu_collapsible_trigger .line {
    background: rgba(255, 255, 255, 0.75);
  }
  .ieonly .primary_menu_collapsible:hover .menu_collapsible_trigger .line {
    background: #FDEAD2;
  }
  .primary_menu_collapsible .menu_collapsible_trigger .line + .line {
    margin-top: 5px;
  }
}

.main_nav > .menu > .mi {
  position: relative;
  margin: 0 8px;
}

.main_nav > .menu > .mi {
  display: block;
  text-align: center;
}

@media (min-width: 965px) {
  .main_nav > .menu > .mi {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
}

.main_nav > .menu > .mi > .menuitemlabel {
  display: block;
  line-height: 1;
  font-family: 'Champion Lightwt A', 'Champion Lightwt B', Impact, Haettenschweiler, sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 965px) {
  .main_nav > .menu > .mi > .menuitemlabel {
    padding: 8px 6px 6px;
  }
  .main_nav > .menu > .mi.open > .menuitemlabel,
  .main_nav > .menu > .mi-active > .menuitemlabel {
    display: block;
    padding: 6px 6px 4px;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
  }
}

@media (max-width: 964px) {
  .main_nav > .menu > .mi > .menuitemlabel {
    margin: 0 20px;
    padding: 6px 6px 4px;
    border-top: 2px dotted #fff;
  }
}

.main_nav .mi-parent .menu {
  display: none;
}

.main_nav div.menuitemlabel {
  cursor: default;
}

@media (min-width: 965px) {
  .main_nav .mi-parent.open .menu {
    background-color: #fcab15;
  }
}

.main_nav .mi-parent.open .menu {
  display: block;
  width: 100%;
  position: absolute;
  top: 2.5em;
  white-space: nowrap;
}

@media (max-width: 964px) {
  .main_nav .mi-parent.open .menu {
    position: relative;
    top: 0;
    padding-bottom: 0.5em;
  }
}

.main_nav .mi-parent .mi {
  display: block;
}

.main_nav .mi-parent .menu .menuitemlabel {
  padding: 8px 5px;
  display: block;
  text-align: center;
  border-top: 2px dotted #fff;
  font-size: 0.85em;
  line-height: 1.25em;
  font-weight: 600;
  white-space: normal;
}

@media (max-width: 964px) {
  .main_nav .mi-parent .menu .menuitemlabel {
    border-top: none;
    padding: 0;
    line-height: 1.75em;
  }
}

/* gen tables 
=========================================*/
.gentable {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.gentable tr {
  background: url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png) repeat-x 0 0;
}

.gentable td {
  padding: 0.5em 1em;
  vertical-align: top;
  background: url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png) repeat-y top right;
}

.gentable td:first-child {
  padding-left: 0;
}

.gentable td:last-child {
  background: none;
}

/* gen forms 
=========================================*/
.regform {
  display: block;
  background-color: #f3f3f3;
  padding: 12px;
  max-width: 300px;
  margin: 0 auto;
  font-size: 0.85em;
  font-weight: 600;
}

.regform h2 {
  /*margin-bottom 0;*/
}

.regform .highlight {
  color: #f7941d;
  font-size: 1.15em;
  margin-bottom: 0.5em;
}

.regform label,
.regform .label {
  display: none;
  padding-left: 0.25em;
}

.no-placeholder .regform label,
.no-placeholder .regform .label {
  display: block;
}

.regform input,
.regform select,
.regform textarea {
  width: 275px;
  margin-bottom: 0.5em;
  color: #7b7b7d;
  text-transform: uppercase;
  padding: 3px;
  border: 1px solid #e1e1e1;
}

.regform textarea {
  margin-top: 0;
}

.regform .phone_field table {
  margin-bottom: 0;
}

.regform .phone_field table tr,
.regform .phone_field table td {
  background-image: none;
  padding: 0;
}

.regform .message .label {
  display: block;
  text-transform: uppercase;
}

.regform .info {
  margin-left: 0.25em;
}

.regform .info p {
  margin: 0.25em 0 0;
  line-height: 1.0em;
  font-size: 0.9em;
}

.regform .info a {
  color: #7d7d7d;
  border-bottom: 1px dotted #7d7d7d;
}

.regform button,
.regform input.button {
  background-color: #f7941d;
  border: none;
  color: #fff;
  padding: 0.25em 0;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

.regform button {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 2px 40px;
}

/* footer 
=========================================*/
#footer {
  font-family: 'Sentinel SSm A', 'Sentinel SSm B',"Book Antiqua", "Bookman Old Style", Bookman, Garamond, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.85em;
}

.ieonly #footer {
  font-family: 'Sentinel SSm 5r', "Book Antiqua", "Bookman Old Style", Bookman, Garamond, serif;
  font-weight: 400;
}

#footer .menu {
  padding: 0;
  list-style: none;
}

#footer .menu .mi {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#footer .footer_nav .mi {
  margin-right: 2em;
}

#ie7only #footer .footer_nav .mi {
  margin-right: 1em;
}

#footer .footer_nav,
#footer .morelinks {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50%;
}

#footer .searchbox,
#footer .menu.social {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50%;
}

#footer .searchbox input[type="text"] {
  border: none;
  background-color: #f4f4f4;
  padding: 5px 10px;
  line-height: 1.5em;
}

#footer .searchbox .button {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  margin-left: 0.25em;
}

#footer .searchbox input[type="submit"] {
  /*color: fff;*/
  background: url(/resources/dyn/files/1173420zb6302d28/_fn/white-arrows.png) no-repeat 0 0 #f7941d;
  border: none;
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}

.menu.social .mi .menuitemlabel {
  display: block;
  margin: 0 5px;
  height: 23px;
  width: 30px;
  background: url(/resources/dyn/files/1173422z583e4c04/_fn/social-icons.png) no-repeat 5px 0;
}

#ie7only .menu.social .mi .menuitemlabel {
  display: block;
  margin: 0 5px 0 0;
}

.menu.social .mi .menuitemlabel .mil {
  display: none;
}

.menu.social .mi.twitter .menuitemlabel {
  background-position: -32px 0;
}

.menu.social .mi.insta .menuitemlabel {
  background-position: -70px 0;
}

.menu.social .mi.pin .menuitemlabel {
  background-position: -108px 0;
}

.menu.social .mi.youtube .menuitemlabel {
  background-position: -148px 0;
}

#footer .copyright p {
  margin-top: -0.75em;
  font-size: 0.85em;
}

@media (max-width: 959px) {
  #footer .menu {
    display: block;
    margin: 0 auto;
    width: 465px;
    text-align: center;
  }
  #footer .footer_nav .mi {
    width: 25%;
    margin: 0 0 0.5em;
  }
  #footer .morelinks,
  #footer .copyright {
    display: block;
    margin: 0 auto;
    width: 465px;
  }
  #footer .searchbox {
    float: left;
    margin-left: 1.5em;
  }
  #footer .menu.social,
  #footer .menu.social .menu {
    width: auto;
  }
  #footer .menu.social {
    float: right;
  }
  #footer .copyright {
    padding: 1em 1.5em 0;
  }
}

@media (max-width: 479px) {
  #footer .menu,
  #footer .morelinks,
  #footer .copyright {
    width: 260px;
    margin: 0 auto;
  }
  #footer .footer_nav .mi {
    width: 50%;
    text-align: left;
  }
  #footer .footer_nav .mi:nth-child(2n+0) {
    text-align: right;
  }
  #footer .searchbox,
  #footer .menu.social {
    display: block;
    float: none;
    width: auto;
    text-align: center;
    margin: 0.5em auto;
  }
  #footer .copyright {
    text-align: center;
  }
}
#e_column_0 {
  padding-bottom: 200px;
}

#column1,
#column2 {
  padding-bottom: 1.75em;
}

.content_title.text,
.content_title.text {
  margin-top: 1em;
  padding: 0.5em 0 0 0;
  background: url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png) repeat-x top left;
}

.content_title h1 {
  display: block;
  background: url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png) repeat-x bottom left;
  padding-bottom: 0.5em;
}

.ieonly .content_title.text,
.ieonly .content_title.text {
  background: none;
  border-top: 2px dotted #f7941d;
}

.ieonly .content_title h1 {
  background: none;
  border-bottom: 2px dotted #f7941d;
}

/* interior page footer styles
============================================*/
#footer {
  background: url(/resources/dyn/files/1173771zbe0657a2/_fn/popcorn-border.png) repeat-x bottom left;
  height: 200px;
  margin-top: -200px;
}

#footer-wc-0 {
  background: url(/resources/dyn/files/1173512z72d175f0/_fn/double-dot.png) repeat-x top left;
  padding-top: 1em;
}

@media (max-width: 479px) {
  #e_column_0 {
    padding-bottom: 300px;
  }
  #footer {
    height: 300px;
    margin-top: -300px;
  }
}
.freemarker h1:first-child {
  padding: 0.75em 0 0.5em;
  background-image: url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png), url(/resources/dyn/files/1173513z5d64566/_fn/single-dot.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
}

.ieonly .freemarker h1:first-child {
  background-image: none;
  border-top: 2px dotted #f7941d;
  border-bottom: 2px dotted #f7941d;
}

#column1 {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}

.results.categories,
.results.recipes {
  width: 960px;
}

@media (max-width: 959px) {
  #column1 {
    width: 620px;
  }
  .results.categories,
  .results.recipes {
    width: 640px;
  }
}

@media (max-width: 645px) {
  #column1 {
    width: 300px;
  }
  .results.categories,
  .results.recipes {
    width: 320px;
  }
}

.results.categories .category.result,
.results.recipes .recipe.result {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 300px;
  min-height: 300px;
  margin: 10px 17px 25px 0;
  text-align: center;
}

.preview {
  display: block;
  position: relative;
  height: 271px;
  width: 300px;
}

.results.categories .name {
  position: absolute;
  bottom: 15px;
  left: 5px;
  display: block;
  width: 200px;
  font-family: 'Lobster', cursive;
  font-weight: normal;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  text-shadow: 0px 1px 1px #969696;
}

.category.result .pinterest {
  text-align: center;
  padding-top: 8px;
}

.category.result .pinterest a {
  color: #7d7d7d;
  font-size: 0.9em;
}

.pinterest .icon {
  background: url(/resources/dyn/files/1178484z9cb386ba/_fn/pinterest_logo_red.png) no-repeat top left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 80px;
  height: 21px;
  margin-right: 5px;
}

.pinterest .icon .text {
  display: none;
}

/* recipe results */
.results.recipes .recipe.result {
  text-align: left;
}

.recipe.result .name {
  padding: 8px;
}

.recipe_categories {
  text-align: center;
  margin: 10px 0;
}

.btn {
  background-color: #f7941d;
  border: none;
  padding: 0 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
