@charset "UTF-8";
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: none; }

a {
  outline: none; }

*:focus {
  outline: 0; }

/* remove safari form highlight */
.clear {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul.tweets, .offCanvas_navigation_links {
  margin: 0;
  padding: 0; }
  ul.tweets li, .offCanvas_navigation_links li {
    margin: 0;
    padding: 0;
    list-style: none; }

.main-navigation, .twitter .twitter-actions, .location-details .location-contact {
  margin: 0;
  padding: 0; }
  .main-navigation li, .twitter .twitter-actions li, .location-details .location-contact li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }

/**
 * @license
 * MyFonts Webfont Build ID 2889381, 2014-09-24T21:54:45-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TolyerXVintageNo.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-vintage-no1/
 * 
 * Webfont: TolyerXOutline by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-outline/
 * 
 * Webfont: TolyerXWood by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-wood/
 * 
 * Webfont: TolyerXMonster by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-monster/
 * 
 * Webfont: TolyerXVintageNo.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-vintage-no2/
 * 
 * Webfont: TolyerXHandmadeNo.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-handmade-no2/
 * 
 * Webfont: TolyerXHandmadeNo.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-handmade-no1/
 * 
 * Webfont: TolyerXPetroleum by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-petroleum/
 * 
 * Webfont: TolyerX3D by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-3d/
 * 
 * Webfont: TolyerXElement by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/x-element/
 * 
 * Webfont: TolyerThinno.4Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no4-oblique/
 * 
 * Webfont: TolyerBoldno.1Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no1-oblique/
 * 
 * Webfont: TolyerBoldno.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no1/
 * 
 * Webfont: TolyerBoldno.2Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no2-oblique/
 * 
 * Webfont: TolyerThinno.3Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no3-oblique/
 * 
 * Webfont: TolyerThinno.2Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no2-oblique/
 * 
 * Webfont: TolyerThinno.1Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no1-oblique/
 * 
 * Webfont: TolyerBoldno.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no2/
 * 
 * Webfont: TolyerBoldno.3Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no3-oblique/
 * 
 * Webfont: TolyerThinno.4 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no4/
 * 
 * Webfont: TolyerThinno.3 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no3/
 * 
 * Webfont: TolyerThinno.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no2/
 * 
 * Webfont: TolyerThinno.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/thin-no1/
 * 
 * Webfont: TolyerBoldno.3 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no3/
 * 
 * Webfont: TolyerRegularno.4Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no4-oblique/
 * 
 * Webfont: TolyerRegularno.3Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no3-oblique/
 * 
 * Webfont: TolyerRegularno.2Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no2-oblique/
 * 
 * Webfont: TolyerRegularno.1Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no1-oblique/
 * 
 * Webfont: TolyerBoldno.4Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no4-oblique/
 * 
 * Webfont: TolyerRegularno.4 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no4/
 * 
 * Webfont: TolyerBoldno.4 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/bold-no4/
 * 
 * Webfont: TolyerBookno.1Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no1-oblique/
 * 
 * Webfont: TolyerBookno.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no1/
 * 
 * Webfont: TolyerRegularno.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no2/
 * 
 * Webfont: TolyerLightno.3Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no3-oblique/
 * 
 * Webfont: TolyerRegularno.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no1/
 * 
 * Webfont: TolyerLightno.2Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no2-oblique/
 * 
 * Webfont: TolyerLightno.4Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no4-oblique/
 * 
 * Webfont: TolyerBookno.2Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no2-oblique/
 * 
 * Webfont: TolyerBookno.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no2/
 * 
 * Webfont: TolyerLightno.1Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no1-oblique/
 * 
 * Webfont: TolyerBookno.3Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no3-oblique/
 * 
 * Webfont: TolyerBookno.3 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no3/
 * 
 * Webfont: TolyerLightno.4 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no4/
 * 
 * Webfont: TolyerLightno.3 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no3/
 * 
 * Webfont: TolyerLightno.2 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no2/
 * 
 * Webfont: TolyerBookno.4Oblique by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no4-oblique/
 * 
 * Webfont: TolyerLightno.1 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/light-no1/
 * 
 * Webfont: TolyerBookno.4 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/book-no4/
 * 
 * Webfont: TolyerRegularno.3 by Typesketchbook
 * URL: http://www.myfonts.com/fonts/typesketchbook/tolyer/regular-no3/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2889381
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2014 by Typesketchbook. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'TolyerXElement';
  src: url("webfonts/2C16A5_9_0.eot");
  src: url("webfonts/2C16A5_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_9_0.woff") format("woff"), url("webfonts/2C16A5_9_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TolyerBoldno2';
  src: url("webfonts/2C16A5_11_0.eot");
  src: url("webfonts/2C16A5_11_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_11_0.woff") format("woff"), url("webfonts/2C16A5_11_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TolyerRegularno4';
  src: url("webfonts/2C16A5_1D_0.eot");
  src: url("webfonts/2C16A5_1D_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_1D_0.woff") format("woff"), url("webfonts/2C16A5_1D_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TolyerBoldno4';
  src: url("webfonts/2C16A5_1E_0.eot");
  src: url("webfonts/2C16A5_1E_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_1E_0.woff") format("woff"), url("webfonts/2C16A5_1E_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TolyerLightno4Oblique';
  src: url("webfonts/2C16A5_25_0.eot");
  src: url("webfonts/2C16A5_25_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_25_0.woff") format("woff"), url("webfonts/2C16A5_25_0.ttf") format("truetype"); }
@font-face {
  font-family: 'TolyerLightno4';
  src: url("webfonts/2C16A5_2B_0.eot");
  src: url("webfonts/2C16A5_2B_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C16A5_2B_0.woff") format("woff"), url("webfonts/2C16A5_2B_0.ttf") format("truetype"); }
small {
  font-size: 0.7rem;
  line-height: 0.98rem; }

p {
  font-size: 1.4rem;
  line-height: 1.96rem; }

h4 {
  font-size: 2.1rem;
  line-height: 2.94rem; }

h3 {
  font-size: 2.8rem;
  line-height: 3.92rem; }

h2 {
  font-size: 3.5rem;
  line-height: 4.9rem; }

h1 {
  font-size: 4.2rem;
  line-height: 5.88rem; }

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */
/* Default font settings. 
body { 
  font-family: $font-default;
}


/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0; }

/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.2em; }

p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover {
  color: #000; }

a {
  color: #009;
  text-decoration: underline; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr,
acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0;
  display: block; }

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Tables
-------------------------------------------------------------- */
table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide {
  display: none; }

.quiet {
  color: #666; }

.loud {
  color: #000; }

.added {
  background: #060;
  color: #fff; }

.removed {
  background: #900;
  color: #fff; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

/* Reset */
html, body, div, span, ul, ol, li, textarea, input, form, label, table, th, tr, td, h1, h3, h3, p, iframe {
  padding: 0;
  margin: 0;
  outline: none; }

*:focus {
  outline: 0; }

/* remove safari form highlight */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* Text elements */
html {
  font-size: 10px;
  background-color: #2b2b2b;
  /*  -webkit-font-smoothing: antialiased; */ }

body {
  position: relative;
  font-family: "TolyerRegularno4", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: #3c3c3c;
  min-height: 100%; }
  @media (max-width: 768px) {
    body {
      font-size: 1.2rem; } }

p {
  margin: 0 0 1.5rem; }

a {
  border: none;
  outline: none; }

a:focus,
a:hover {
  color: #00abd3;
  cursor: pointer; }

a {
  color: #00c2e0;
  text-decoration: none;
  border: 0;
  outline: 0; }

a img {
  border: 0;
  outline: 0;
  text-decoration: none; }

.special-character {
  font-family: "TolyerXElement";
  font-size: 6.5rem; }
  .special-character.word-and::before {
    content: "["; }
  @media (max-width: 768px) {
    .special-character {
      font-size: 5rem; } }

/* Settings Variables */
/* Static Grid Layout */
@media (min-width: 480px) {
  .grid-row .col-sm-6 {
    float: left;
    width: 50%; }
    .grid-row .col-sm-6:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 768px) {
  .grid-row .col-sm-6:nth-child(2n+1) {
    clear: none; }
  .grid-row .col-md-4 {
    float: left;
    width: 33.33%; }
    .grid-row .col-md-4:nth-child(3n+1) {
      clear: left; } }

/* Main Styles */
#container {
  position: relative; }

.row {
  overflow: hidden;
  clear: both; }

.container-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .container-parallax {
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100%;
      background-position-y: 45px !important;
      background-position-x: center; } }

#container-inner {
  display: block;
  position: relative; }

.header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }
  @media (min-width: 768px) {
    .header {
      min-width: 992px; } }

.header-inner {
  overflow: hidden;
  position: relative;
  background: rgba(60, 60, 60, 0.95); }

.banner {
  background: rgba(14, 161, 181, 0.9);
  border-top: 1px #0ea1b5 solid;
  padding: 20px;
  text-align: left;
  color: white;
  font-family: "TolyerLightno4";
  -webkit-box-shadow: 0 2px rgba(46, 46, 46, 0.5);
          box-shadow: 0 2px rgba(46, 46, 46, 0.5); }
  @media (min-width: 768px) {
    .banner {
      padding: 20px 300px 20px 20px;
      text-align: left; } }
  @media (min-width: 1280px) {
    .banner {
      padding: 20px 300px 20px 300px;
      text-align: center; } }
  .banner p {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.5rem; }
  .banner .banner-content {
    display: inline; }
  .banner a {
    color: #3c3c3c;
    font-family: "TolyerRegularno4"; }
    .banner a:hover {
      color: #3c3c3c;
      text-decoration: underline; }
  .banner .banner-close {
    display: inline; }

.header_left {
  float: left;
  width: 33.33%;
  height: 100px;
  background: white; }
  @media (max-width: 768px) {
    .header_left {
      float: none;
      width: 100%;
      height: 45px;
      border-bottom: 1px solid #e2e2e2; } }

.header_right {
  float: left;
  height: 95px;
  width: 66.64%;
  padding: 0 4rem;
  border-top: 0.5rem solid rgba(60, 60, 60, 0.95); }
  @media (max-width: 768px) {
    .header_right {
      display: none; } }

.careit-logo {
  position: absolute;
  left: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 768px) {
    .careit-logo {
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
      .careit-logo img {
        height: 30px; } }

.button-menu {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 60px;
  background: url("/public/images/menu.svg") no-repeat center;
  background-size: 18px auto; }
  @media (min-width: 768px) {
    .button-menu {
      display: none; } }

.button-twitter {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 60px;
  background: url("/public/images/twitter.svg") no-repeat center;
  background-size: 22px auto; }
  @media (min-width: 768px) {
    .button-twitter {
      display: none; } }

.outline-button, .content_block a, .location-details .location-contact a {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  border: 2px solid #a5ba41;
  color: #a5ba41;
  font-family: "TolyerRegularno4";
  font-size: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  @media (max-width: 768px) {
    .outline-button, .content_block a, .location-details .location-contact a {
      text-align: center; } }
  .outline-button:hover, .content_block a:hover, .location-details .location-contact a:hover {
    background: #a5ba41;
    color: white; }

.main-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-transform: uppercase; }

.header .main-navigation a {
  padding: 1rem 0;
  margin: 0 3rem;
  font-family: "TolyerLightno4";
  font-size: 2.2rem;
  line-height: 100px;
  color: #e2e2e2;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  @media (max-width: 992px) {
    .header .main-navigation a {
      margin: 0 1.5rem;
      font-size: 2rem; } }

.header .main-navigation li.current a {
  border-bottom: 2px solid #a5ba41;
  color: #c5c5c5; }

.header .main-navigation a:hover {
  color: #c5c5c5; }

/* Location Definitions */
.location-1 {
  background-color: rgba(165, 186, 65, 0.95); }
  .location-1.tile-1:hover {
    background-color: rgba(165, 186, 65, 0.75); }

.location-2 {
  background: rgba(50, 182, 198, 0.95); }
  .location-2.tile-1:hover {
    background-color: rgba(50, 182, 198, 0.75); }

.location-3 {
  background: rgba(237, 138, 49, 0.95); }
  .location-3.tile-1:hover {
    background-color: rgba(237, 138, 49, 0.75); }

.location-4 {
  background: rgba(235, 96, 58, 0.95); }
  .location-4.tile-1:hover {
    background-color: rgba(235, 96, 58, 0.75); }

.meal-plans {
  background: rgba(219, 53, 85, 0.95); }
  .meal-plans.tile-1:hover {
    background-color: rgba(219, 53, 85, 0.75); }

/* Home Content */
.tile-1,
.tile-2 {
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  @media (max-width: 768px) {
    .tile-1.mobile-hide,
    .tile-2.mobile-hide {
      display: none; } }

.tile-1 {
  width: 50%; }
  .tile-1.right {
    float: right; }
  .tile-1.disabled:hover {
    cursor: default; }

.tile-1:before {
  content: "";
  display: block;
  padding-top: 100%; }

.tile-2 {
  width: 100%; }

.tile-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white; }

.tile-content div {
  display: table;
  width: 100%;
  height: 100%; }

.tile-content span {
  display: table-cell;
  padding: 0 3rem;
  text-align: center;
  vertical-align: middle;
  color: white; }
  @media (max-width: 768px) {
    .tile-content span {
      padding: 0 2rem; } }

.tile-content h4 {
  padding: 0 0 3rem;
  margin: 0 0 2rem;
  border-bottom: 2px solid white;
  font-size: 2.2rem;
  font-family: "TolyerLightno4";
  font-weight: normal;
  line-height: 100%; }
  .tile-content h4 strong {
    display: block;
    margin-top: 4px;
    font-family: "TolyerRegularno4";
    font-weight: normal;
    font-size: 3.4rem; }
  .tile-content h4 em {
    font-family: "TolyerLightno4";
    font-style: normal;
    display: block;
    margin-top: 1rem; }
  @media (max-width: 1280px) {
    .tile-content h4 {
      font-size: 1.5rem; }
      .tile-content h4 strong {
        font-size: 2.4rem; } }
  @media (max-width: 768px) {
    .tile-content h4 {
      font-size: 1.8rem;
      padding: 0 0 2rem;
      margin: 0 0 1.5rem; }
      .tile-content h4 strong {
        font-size: 2.7rem; } }

.tile-content .tile-button {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: "TolyerLightno4";
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tile-content .tile-button.disabled {
    padding: 0.8rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: none; }
  @media (max-width: 1280px) {
    .tile-content .tile-button {
      font-size: 1.3rem; } }
  @media (max-width: 768px) {
    .tile-content .tile-button {
      font-size: 1.5rem; } }

.tile-1:hover .tile-button {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5rem; }
  .tile-1:hover .tile-button.disabled {
    padding: 0.8rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: none; }

@media (min-width: 768px) {
  .tile-1:active .tile-button {
    background: rgba(0, 0, 0, 0.2); } }
@media (max-width: 768px) {
  .tile-1:hover .tile-button {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0; } }
.group-third {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: calc(100%/3) !important; }
  @media (max-width: 768px) {
    .group-third {
      width: 100% !important;
      float: none; } }

@media (max-width: 992px) {
  .home .group-third {
    width: 100% !important;
    float: none; } }

.group-quarter {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 25% !important; }
  @media (max-width: 768px) {
    .group-quarter {
      width: 50% !important; } }

.group-half {
  float: left;
  overflow: hidden;
  width: 50%; }
  .group-half .tile-1 {
    width: 33.33%; }
  .group-half .tile-2 {
    width: 66.67%; }
  @media (max-width: 992px) {
    .group-half {
      width: 50%; }
      .group-half .tile-1 {
        width: 100%; }
      .group-half .tile-2 {
        display: none; } }

.feature {
  position: relative;
  height: 450px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s; }
  @media (max-width: 768px) {
    .feature {
      height: 225px;
      background-size: cover; } }
  @media (min-width: 768px) {
    .feature {
      background-size: 0% !important; } }
  @media (min-width: 1824px) {
    .feature {
      height: 450px; } }

.feature_inside {
  position: relative;
  height: 450px; }
  @media (max-width: 768px) {
    .feature_inside {
      height: 225px; } }

.feature_block {
  position: absolute;
  right: 0;
  bottom: 4rem;
  padding: 3rem;
  color: white;
  background: rgba(60, 60, 60, 0.7); }
  @media (max-width: 768px) {
    .feature_block {
      width: 100%;
      bottom: 0;
      padding: 2rem; } }

.feature_wrapper {
  overflow: hidden;
  padding: 1rem;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }

.feature_caption {
  float: left;
  color: white;
  font-family: "TolyerLightno4";
  font-size: 5rem;
  line-height: 5.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .feature_caption em {
    font-style: normal;
    font-family: "TolyerRegularno4"; }
  @media (max-width: 768px) {
    .feature_caption {
      font-size: 3rem;
      line-height: 3.2rem; } }

.feature_price {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  float: left;
  color: white;
  margin-bottom: 1rem;
  font-size: 7rem;
  line-height: 7rem;
  text-align: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .feature_price sup {
    font-size: 3.8rem;
    line-height: 6rem;
    margin: 0.25rem 0.25rem 0 0; }
    .feature_price sup.cents {
      font-size: 4rem;
      margin: 0.25rem 0 0 0.5rem;
      border-bottom: 2px solid white; }
  @media (max-width: 768px) {
    .feature_price {
      float: right;
      font-size: 3.8rem;
      line-height: 4rem; }
      .feature_price sup {
        font-size: 2rem;
        line-height: 3rem; }
        .feature_price sup.cents {
          font-size: 2.2rem;
          line-height: 1rem; } }

.store_locations {
  overflow: hidden; }
  .store_locations .tile-1 {
    width: 50%; }

.location_header {
  position: relative;
  height: 3rem;
  background: rgba(60, 60, 60, 0.95);
  font-family: "TolyerLightno4";
  font-size: 1.6rem;
  line-height: 3rem;
  color: white;
  text-align: center; }
  @media (min-width: 768px) {
    .location_header {
      display: none; } }

.location-map {
  position: relative;
  display: block;
  background: #929292; }
  .location-map .tile-1,
  .location-map .tile-2 {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  @media (max-width: 768px) {
    .location-map {
      height: 3rem;
      background: rgba(60, 60, 60, 0.95); }
      .location-map .tile-1,
      .location-map .tile-2 {
        display: none; } }

.menus .tile-1 {
  background: rgba(73, 60, 59, 0.95); }
  .menus .tile-1:hover {
    background: rgba(73, 60, 59, 0.75); }
.menus .catering {
  background: rgba(109, 66, 121, 0.95); }
  .menus .catering:hover {
    background: rgba(109, 66, 121, 0.75); }

.twitter {
  position: relative; }
  .twitter .tile-1 {
    background: rgba(14, 138, 155, 0.95); }
    .twitter .tile-1:hover {
      background: rgba(14, 138, 155, 0.75); }
  .twitter .tile-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(60, 60, 60, 0.95); }
  .twitter .twitter_cycle_inner {
    padding: 3rem; }
  .twitter .twitter_cycle_tweets {
    width: 100% !important; }
  .twitter .twitter-tweet {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: "TolyerLightno4";
    color: #f3f3f3; }
    @media (max-width: 1280px) {
      .twitter .twitter-tweet {
        font-size: 1.3rem;
        line-height: 1.8rem; } }
  .twitter .twitter-details {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 2px solid white; }
  .twitter .twitter-actions {
    background: rgba(46, 46, 46, 0.25);
    padding: 1rem; }
    .twitter .twitter-actions .button-twitter {
      float: left; }
    .twitter .twitter-actions a {
      font-size: 1.6rem;
      font-family: "TolyerLightno4";
      color: #f3f3f3; }
      .twitter .twitter-actions a:hover {
        color: #0ea1b5; }
      @media (max-width: 1280px) {
        .twitter .twitter-actions a {
          font-size: 1.3rem; } }
    .twitter .twitter-actions a.tweet-time {
      font-family: "TolyerRegularno4"; }

.facebook {
  position: relative; }
  .facebook .tile-1 {
    background: rgba(48, 74, 131, 0.95); }
    .facebook .tile-1:hover {
      background: rgba(48, 74, 131, 0.75); }
  .facebook .tile-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

@media (min-width: 768px) {
  .bottom-photo {
    display: none; } }
/* Page Layout */
.page_inside {
  padding-bottom: 5rem;
  background: #eeeeee; }
  .page_inside .row {
    padding: 0 2rem; }
  @media (min-width: 768px) {
    .page_inside {
      background: #eeeeee; }
      .page_inside .row {
        width: 960px;
        margin: 0 auto; } }

/* Content Styles */
.page-heading {
  color: #c5c5c5;
  background-color: #f3f3f3; }
  .page-heading h2 {
    margin: 0;
    padding: 0;
    height: 6rem;
    line-height: 6rem; }

.block-photo.right {
  float: right;
  margin: 2rem 0;
  width: 38%; }
  @media (max-width: 768px) {
    .block-photo.right {
      width: 100%; } }

.content {
  display: inline-block;
  margin: 2rem 0 0;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .content {
      width: 60%; } }
  @media (max-width: 768px) {
    .content {
      width: 100% !important; } }

.content h2 {
  font-size: 2rem;
  font-family: "TolyerLightno4"; }

.content h4 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-family: "TolyerLightno4";
  color: #a5ba41; }

.content h5 {
  margin: 0 0 10px;
  font-size: 2.8rem;
  font-family: "TolyerLightno4";
  color: #3c3c3c; }

.content p {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem; }

.content li ul,
.content li ol {
  margin: 0;
  display: block; }

.content ul, .content ol {
  margin: 0 1rem 1.5rem 0;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem; }

.content ul {
  list-style-type: disc; }

.content ol {
  list-style-type: decimal; }

.content li {
  margin: 0 0 .5rem; }

.content td {
  vertical-align: top; }

@media (min-width: 768px) {
  .content.two-col {
    width: 100%; } }
/* Accordian */
.content .ui-accordion .ui-accordion-header {
  font-size: 2rem !important;
  line-height: normal;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  padding-top: 1rem;
  padding-right: 3rem;
  border-top: 1px dashed #c5c5c5; }
  .content .ui-accordion .ui-accordion-header:hover, .content .ui-accordion .ui-accordion-header:active {
    color: #32b6c6; }
.content .ui-accordion .ui-accordion-header:first-of-type {
  border: none; }
.content .ui-accordion .ui-accordion-content > * {
  margin: 0;
  padding: 2rem;
  padding-top: 0; }
.content .ui-accordion .ui-icon {
  position: absolute;
  right: 0; }
.content .ui-accordion .ui-icon::after {
  content: "+";
  font-weight: bold; }
.content .ui-accordion .ui-state-active .ui-icon::after {
  content: "-"; }

/* Menu */
.menu .category-heading {
  margin: 3rem 0 2rem;
  padding: 2rem 0 0;
  clear: both;
  border-top: 1px dashed #c5c5c5;
  color: #6a6a6a; }

.menu .category-heading p {
  padding: 1rem 2rem;
  float: right;
  margin: 0;
  font-family: "TolyerLightno4Oblique";
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: right; }
  @media (max-width: 768px) {
    .menu .category-heading p {
      text-align: left; } }

.menu .category-heading h3 {
  float: left;
  height: auto;
  margin: 0;
  padding: 1rem 2rem;
  font-family: "TolyerLightno4";
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #f3f3f3;
  background: #a5ba41; }

.detail-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .detail-link:hover {
    opacity: 0.95; }
  @media (min-width: 768px) {
    .detail-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 3rem;
      height: 3rem;
      padding: 2rem;
      opacity: 0.75;
      text-indent: -9999px;
      background: url(/public/images/info.svg) no-repeat center center;
      background-size: 50%; } }

.item {
  position: relative;
  padding: 1rem 2rem 1rem 4rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border-bottom: 1px solid #efefea; }
  @media (max-width: 768px) {
    .item {
      padding-left: 2rem; } }

.item-thumbnail {
  margin-bottom: 1rem; }

.item.alt-row {
  background: #f3f3f3; }

.item-price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  font-family: "TolyerRegularno4";
  color: #ed8a31; }

.item p {
  margin: 0.5rem 0 0; }

.item ul {
  margin: 0.5rem 0 0 2rem; }

.item-title {
  position: relative;
  display: block;
  margin: 0;
  font-size: 2rem;
  font-family: "TolyerRegularno4";
  color: #3c3c3c; }
  @media (max-width: 768px) {
    .item-title {
      padding-right: 8rem; } }

.long-price .item-price {
  position: static;
  display: block;
  margin-top: 0.5rem; }
@media (max-width: 768px) {
  .long-price .item-title {
    padding-right: 0; } }

.item-highlight {
  margin-left: 1rem;
  font-size: 0.75em;
  font-family: "TolyerLightno4Oblique";
  color: #a5ba41; }
  @media (max-width: 768px) {
    .item-highlight {
      display: block;
      margin-left: 0; } }

.divider {
  border-bottom: 5px solid; }

ul.item-features {
  margin: 12px 0 0;
  display: block;
  clear: both;
  overflow: hidden;
  font-size: 1rem; }

ul.item-features li {
  list-style: none;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 5px 0;
  float: left; }

ul.item-features li b {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  float: left;
  line-height: 26px;
  margin-right: 5px;
  color: #FFF; }

b.feature_1 {
  background: #993300; }

b.feature_2 {
  background: #9dcb4f; }

b.feature_3 {
  background: #9a2da0; }

b.feature_4 {
  background: #fe7516; }

b.feature_5 {
  background: #009ad4; }

b.feature_6 {
  background: #3eb3ce; }

b.feature_7 {
  background: #769447; }

/* Articles */
.article {
  margin: 3rem 0 2rem;
  padding: 0 0 2rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  border-bottom: 1px dashed #c5c5c5; }
  @media (min-width: 768px) {
    .article .content {
      width: 100%; } }

.article.full {
  border: none; }
  @media (min-width: 768px) {
    .article.full .content {
      width: 60%; } }
  @media (max-width: 768px) {
    .article.full .photo {
      width: 100%; } }

.article h3 {
  height: auto;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 2.8rem;
  font-family: "TolyerRegularno4";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.5rem; }

.article p.date {
  margin: 0;
  padding: 0;
  font-family: "TolyerLightno4";
  text-transform: uppercase;
  color: #929292; }

.article p.date a {
  font-weight: bold;
  float: right; }

.article .photo {
  margin: 20px 0 0; }

.article .photo-thumb {
  float: right;
  margin: 0 20px 20px; }

.pagination {
  margin: 0 50px 20px;
  padding: 20px 0 0;
  font-size: 1.4rem;
  display: block; }

.pagination.text-link a, .pagination.text-link strong {
  padding: 0 2px;
  font-weight: bold; }

/* Carousel Styles */
.carousel {
  height: 450px;
  position: relative; }

.carousel_cycle {
  height: 450px;
  position: relative;
  overflow: hidden; }

.caption {
  width: 640px;
  padding: 30px 40px;
  position: absolute;
  bottom: 35px;
  background: rgba(62, 51, 50, 0.85);
  font-family: 'Lato', sans-serif;
  color: #FFF; }

.caption h2 {
  font-size: 4rem;
  margin: 0 0 10px; }

.caption p {
  font-size: 1.6rem;
  margin: 0;
  display: inline; }

.caption a {
  /* font-size: 1.6rem; display: inline; */
  padding-left: 10px; }

.carousel_content {
  position: relative;
  width: 100%;
  clear: both; }

.nav_container {
  height: 40px;
  position: absolute;
  bottom: 0;
  background: #3e3332;
  width: 720px;
  z-index: 1000; }

#carousel_nav {
  float: right;
  margin: 14px; }

#carousel_nav a {
  background: #9f9999;
  float: left;
  border-radius: 5rem;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin-left: 8px; }

#carousel_nav a.activeSlide {
  background: #a6b94a; }

.title-divider {
  position: relative;
  margin: 2rem 0 4rem;
  text-align: center; }
  .title-divider:before {
    content: "";
    border-bottom: 2px solid #c5c5c5;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 50%; }
  .title-divider span {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0 1rem;
    margin: 0 2rem;
    font-size: 2.8rem;
    font-family: "TolyerLightno4";
    text-align: center;
    line-height: 3rem;
    background: #eeeeee; }

/* Meal Planning */
.content .content_block .steps {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden; }
  .content .content_block .steps h4 {
    color: white; }
    .content .content_block .steps h4 strong {
      font-size: 2.4rem;
      line-height: 2.6rem; }
  .content .content_block .steps .tile-button {
    font-size: 1.8rem; }
  .content .content_block .steps a {
    color: white !important;
    border: none;
    margin: 0; }

/* Location Page */
.location-details {
  margin: 2rem 0;
  padding: 0 0 2rem;
  overflow: hidden;
  border-bottom: 1px dashed #c5c5c5;
  color: #6a6a6a; }
  .location-details ul {
    margin-bottom: 2rem;
    font-size: 1.8rem; }
  .location-details .location-name a {
    color: #6a6a6a; }
    .location-details .location-name a:hover {
      color: #3c3c3c; }
  .location-details .location-hours {
    font-family: "TolyerLightno4";
    margin-right: 2rem; }
    .location-details .location-hours strong {
      display: inline-block;
      margin-right: .5rem;
      font-family: "TolyerRegularno4"; }
  .location-details .location-address {
    padding: 1rem 0;
    font-size: 1.8rem;
    font-family: "TolyerLightno4"; }
  .location-details .location_image {
    position: relative;
    margin-bottom: 4rem;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    cursor: pointer; }
    .location-details .location_image:hover {
      opacity: 0.75; }
  @media (min-width: 768px) {
    .location-details {
      padding: 0 0 1rem; }
      .location-details .location_column {
        float: left;
        width: 40%; }
      .location-details .location_image {
        float: right;
        width: 60%; } }
  .location-details .location-contact {
    margin-top: 2rem; }
    .location-details .location-contact a {
      display: block; }
      @media (min-width: 768px) {
        .location-details .location-contact a {
          float: left; } }

.twitter-link {
  padding-left: 22px;
  background: url("/public/images/twitter.svg") no-repeat center left;
  background-size: 20px auto; }

/* Twitter Feed */
.tweet-heading {
  padding: 0.5rem 2rem;
  margin: 0;
  font-size: 1.7rem;
  border-bottom: 1px solid #e2e2e2;
  color: #0ea1b5;
  background: #f3f3f3; }

.tweet-container {
  margin: 1rem 1rem 45px; }

ul.tweets li {
  padding: 1.5rem 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #6a6a6a;
  border-bottom: 1px solid #e2e2e2; }

ul.tweets a {
  margin: 0;
  padding: 0;
  display: inline; }

.tweet_time,
.twitter_account {
  font-family: "TolyerRegularno4"; }

ul.tweets a.twitter_account {
  color: #eb8a3d;
  display: block;
  margin-top: 10px;
  position: relative;
  text-align: left;
  font-weight: bold; }

ul.tweets span {
  position: absolute;
  right: 0;
  text-align: left;
  color: #20a1b4; }

ul.tweets a:hover, ul.tweets a:hover span {
  color: #00abd3; }

/* Footer */
#footer {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #2e2e2e; }
  #footer .copyright {
    float: left;
    margin-left: 10px;
    font-family: "TolyerLightno4";
    color: #ed8a31; }
  #footer .site-credit {
    float: right;
    color: #6a6a6a; }
    #footer .site-credit a {
      float: right;
      height: 40px;
      padding: 0 10px 0 12px;
      margin-left: 10px;
      font-family: "Helvetica Neue", Helvetica;
      font-size: 2.2rem;
      font-style: italic;
      font-weight: bold;
      color: #3c3c3c;
      background-color: #2b2b2b; }
      #footer .site-credit a:hover {
        color: #32b6c6;
        background-color: #333333; }

/* Menu Popup*/
.item-details p {
  margin: 0 0 1.5em; }
.item-details .item {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 10px 0;
  width: 340px;
  background: #FAFAF5;
  margin: 0 auto; }
.item-details .item p {
  margin: 5px 0 0;
  line-height: 1.4em;
  font-size: 1.1em; }
.item-details p.item-title {
  font-size: 1.8em;
  font-family: 'Arvo', Serif;
  display: block;
  line-height: 1.3em;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #DAE1E1; }
.item-details p.item-price {
  font-size: 1.8em;
  color: #eb8a3d;
  font-family: 'Arvo', Serif;
  display: block;
  line-height: 1.3em;
  margin: 10px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #DAE1E1; }
.item-details em.item-highlight {
  font-weight: normal;
  color: #A6B94A;
  margin-left: 10px;
  font-size: .9em;
  font-family: 'Lato', sans-serif; }
.item-details .divider {
  border-bottom: 5px solid; }

/* Off Canvas Navigation & Twitter Feed */
@media (max-width: 768px) {
  html.nav-open,
  html.twitter-open {
    overflow: hidden; }
    html.nav-open body,
    html.twitter-open body {
      overflow: hidden; }

  .nav-open #offCanvas_blocker,
  .twitter-open #offCanvas_blocker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25); }

  #offCanvas_navigation {
    width: 80%;
    position: fixed;
    left: -80%;
    top: 0;
    height: 100%;
    background: rgba(60, 60, 60, 0.95);
    border-top: 0.5rem solid rgba(60, 60, 60, 0.95);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

  .nav-open #offCanvas_navigation {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

  .nav-open #container {
    -webkit-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    left: 0; }

  #offCanvas_twitter {
    width: 80%;
    position: fixed;
    right: -80%;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(243, 243, 243, 0.95);
    border-left: 1px solid #e2e2e2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

  .twitter-open #offCanvas_twitter {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

  .twitter-open #container {
    -webkit-transform: translate3d(-80%, 0, 0);
            transform: translate3d(-80%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    right: 0; }

  #container {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; } }
@media (min-width: 768px) {
  #offCanvas_blocker,
  #offCanvas_navigation,
  #offCanvas_twitter {
    display: none; } }
#offCanvas_navigation,
#offCanvas_twitter {
  margin-top: 45px; }

.offCanvas_navigation_links {
  margin-top: 1rem; }
  .offCanvas_navigation_links li {
    padding: 0; }
  .offCanvas_navigation_links a {
    display: block;
    padding: 1rem 2rem;
    font-size: 2.2rem;
    font-family: "TolyerLightno4";
    color: #e2e2e2; }
  .offCanvas_navigation_links .current a {
    color: #a5ba41;
    background-color: rgba(46, 46, 46, 0.5); }

body .container-parallax {
  background-image: url(/public/images/headers/sandwich-full.jpg);
  background-position-y: -200px; }
body.home .container-parallax {
  background-image: url(/public/images/headers/sandwich-full.jpg); }
  @media (max-width: 768px) {
    body.home .container-parallax {
      background-image: url(/public/images/headers/sandwich-full.jpg);
      background-position-y: -200px; } }
body.locations .container-parallax {
  background-image: url(/public/images/headers/sandwich-making.jpg);
  background-position-y: center; }
  @media (min-width: 768px) {
    body.locations .container-parallax {
      background-position-y: -250px; } }
body.thehamptons .container-parallax {
  background-image: url(/public/images/headers/hamptons.jpg);
  background-position-y: center; }
body.crestwood .container-parallax {
  background-image: url(/public/images/headers/crestwood.jpg);
  background-position-y: center; }
body.stalbert .container-parallax {
  background-image: url(/public/images/headers/stalbert.jpg);
  background-position-y: center; }
body.classics .container-parallax {
  background-image: url(/public/images/headers/salad-tomato-trim.jpg); }
  @media (max-width: 768px) {
    body.classics .container-parallax {
      background-image: url(/public/images/headers/salad-tomato.jpg); } }
body.blog .container-parallax {
  background-image: url(/public/images/headers/soup-pot.jpg); }
body.mealplans .container-parallax {
  background-image: url(/public/images/headers/salad-berries.jpg); }
body.menu .container-parallax {
  background-image: url(/public/images/headers/jambalaya.jpg); }

@media print {
  #offCanvas_navigation,
  #offCanvas_twitter,
  .header,
  .feature,
  .site-credit {
    display: none !important;
    visibility: hidden !important; }

  .feature_inside {
    height: 200px; } }
